I created a simple analitical square
then exported it with different setting
but all I ever get is
# Wavefront .obj file exported from Realsoft3D
g rectangle2
v -0.233719 0.431548 4.77106e-012
v -0.233719 -0.0185239 4.77106e-012
v 0.204776 -0.0185239 -4.18022e-012
v 0.204776 0.431548 -4.18022e-012
f 1 2 3 4
so what do all the different export settings do?
I need the following data which is part of the wavefront format
Vertex data:
v Geometric vertices
vt Texture vertices
vn Vertex normals
vp Parameter space vertices
Alasdair