Author Topic: Vertex Order  (Read 3744 times)

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Vertex Order
« 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?
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Vertex Order
« Reply #1 on: February 12, 2007, 05:07:39 pm »
That should be the case...

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Vertex Order
« Reply #2 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.
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG