The ode docs describe the z axis as being vertical. It would be most useful for me to use y as the vertical axis, as this would corespond the the axis alignment with JOGL. It seems to me that there is nothing in ODE that depends on the z axis being vertical, so using Y as the vertical axis should be a simple matter of setting a gravity of (0, -9.8, 0).
Am I right in thinking this? Are there any problems with using this coordinate system?
Mark McKay