Author Topic: can i obtain all vertex pos and normal and uv data from an object3d?  (Read 1768 times)

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
i want to change some vertices in an object loaded from 3DS or OBJ file, and create another object from these vertex data.
can i do that?

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
Re: can i obtain all vertex pos and normal and uv data from an object3d?
« Reply #1 on: July 23, 2017, 01:49:20 pm »
the reason i want that is: my coordinate system is different from JPCT system, so an object loaded from 3DS has wrong orientation and wrong lighting.
a way to solve this is i switch vectors of the vertices.
or i have to find other ways.
ps: my coord system is forward-left-up.