playMaker

Author Topic: Get Vertex Count and Get Vertex Position  (Read 6442 times)

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Get Vertex Count and Get Vertex Position
« on: August 03, 2011, 10:01:47 PM »
Some basic Mesh actions. Should be fairly easy to adapt these to perform other Mesh operations.

To find a random vertex position, use GetVertexCount then RandomInt, then feed the random index into GetVertexPosition.