Hi privateer,
where do you have these coords from???
As for coordinates I can tell you that X/Y/Z are not carried straight forward from your 3d program to the *.dat.
- X remains X
- Y becomes -Z
- Z becomes Y
Coordinates are stored as float32 data type. Means that each value (X/Y/Z) is represented by 4 bytes in the *.dat.
Hope thatīs the info your looking for. Go ahead with your next question!
Regards,
DD