LineStrip, TriangleStrip or indexedGeometry?

hi,



I would like to know if jME has some LineStrip, TriangleStrip or indexedGeometry class in it ?  :?



I haven't found it in the javadoc and they are pretty usefull so i want to know.



Thanks for your reply.  :wink:

Try jmetest/renderer/TestBatchMesh.java

thanks, i will try that

There's no way to manipulate indexed geometry like in java3D ?

I don't know about Java3D but every geometry has an indexbuffer. Combine that with the JME batch system and you can do some pretty neat stuff.