itch.io is community of indie game creators and players

Devlogs

Add expressions for node/mesh vertex

Construct 3 3DObject Plugin - SDK V1 only
A browser asset pack made in HTML5

- Add expressions to get x,y,z of one of the vertices of a node's mesh. NodeVertexPosition(nodeName, index). Returns a JSON string which can be parsed by the JSON object {x:<number>, y:<number>, z:<number>}.

- Add expression for how many vertices in a node's mesh NodeVertexLength(nodeName)

Includes example project.

Files

  • 3DMeshPoint.c3p 6 MB
    Oct 14, 2022
  • 3DObject-2-32-1.c3addon 58 kB
    Oct 14, 2022
Download Construct 3 3DObject Plugin - SDK V1 only
Read comments (3)