www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: cyberkilla on February 12, 2007, 03:20:05 pm

Title: Vertex Order
Post by: cyberkilla on February 12, 2007, 03:20:05 pm
In what order do I receive the mesh vertices in my extension of GenericVertexController?

I insert the triangles with vertices in the order :

triangle one:v1,v2,v3.
triangle two:v4,v5,v6.

Will I get them back in the same 123456 order?
Title: Vertex Order
Post by: EgonOlsen on February 12, 2007, 05:07:39 pm
That should be the case...
Title: Vertex Order
Post by: cyberkilla on February 12, 2007, 05:09:46 pm
Excellent:)
You know, I am pleased with my efforts so far:).

I think the "proper" skeletal animation will be difficult, but converting skeleton to mesh animation is the priority right now.