www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: yrahmo on December 01, 2012, 02:10:38 am

Title: setting a mesh vertex data
Post by: yrahmo on December 01, 2012, 02:10:38 am
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.
Title: Re: setting a mesh vertex data
Post by: KittenKoder on December 01, 2012, 04:42:26 am
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.