Author Topic: Retrieve objet's mesh data  (Read 2288 times)

Offline Jakes

  • int
  • **
  • Posts: 63
    • View Profile
Retrieve objet's mesh data
« on: August 25, 2020, 08:15:13 pm »
Hello once more,

Is there any way to retrieve an object's mesh data, like the polygon list, or vertices?

I want to do some calculations using the object's mesh structure, and need to have the vertex info at least, I've read about the mesh object, but it seems there's no way of getting this.

Regards,
Jakes

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Retrieve objet's mesh data
« Reply #1 on: August 26, 2020, 07:33:29 am »
You can obtain them from an IVertexController implementation. See: http://www.jpct.net/doc/com/threed/jpct/GenericVertexController.html