I am trying to load 3D models. How do I to read the data in the model file?
For an example, this is the data:
VERTICES
80 21 32
32 34 17
14 93 56
33 54 87
MODEL_SCALE 5
I know the data in 3D models is not like this, but how will I read the 'vertex data' and the 'model scale amount'?