Playmaker Forum

PlayMaker Updates & Downloads => Official Action Updates => Topic started by: Alex Chouls on August 03, 2011, 10:01:47 PM

Title: Get Vertex Count and Get Vertex Position
Post by: Alex Chouls 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.