setting a mesh vertex data

Started by yrahmo, December 01, 2012, 02:10:38 AM

Previous topic - Next topic

yrahmo

hello

is there any possibility to set supply a mesh with vertex data?

lest say for example, I wanna get the vertex positions, and replace them with other vertex position.

thanks.

KittenKoder

If it's already constructed, and not compiled look into object.getPolygonManager() to access each polygon, or object.getMesh() to gain access to each vertex with an IVertexController.
When life throws you lemons, make lemon juice, then drop life into a pile of razors and pour the lemon juice over it.