In one program I save two objects positions to file.
Example:
Quote: "
//Object One
ObjOnePositionX = 432
ObjOnePositionY = 1051
ObjOnePositionZ = 2333
//Object One
ObjOnePositionX = 432
ObjOnePositionY = 1024
ObjOnePositionZ = 2333
"
Another program loads these setings(Just the X,Y and Z positions).
Create two object of the same size and shape and then use the exact positions loaded from file.
But!
When the objects are positioned in the second program, using the same positions!; the two objects have much more space in between(Visually),mainly on the y-axis i think.
Please help!
bchaos101