19 Apr 13, 05:23PM
(This post was last modified: 19 Apr 13, 05:23PM by Ronald_Reagan.)
physics.cpp:353
const float CUBES_PER_METER = 4; // assumes 4 cubes make up 1 meter
I'm not exactly sure what you are asking, but this is the "real" conversion from cube to metric. The variable is only used once though, for physics calculations.
const float CUBES_PER_METER = 4; // assumes 4 cubes make up 1 meter
I'm not exactly sure what you are asking, but this is the "real" conversion from cube to metric. The variable is only used once though, for physics calculations.