can i obtain all vertex pos and normal and uv data from an object3d?

Started by MichaelJPCT, July 23, 2017, 01:12:02 PM

Previous topic - Next topic

MichaelJPCT

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?

MichaelJPCT

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.