Prompt
niiicE!!
some fun facts about OpenGL matricies: translate first, then scale, then rotate
eg point = r(s(t(m)))
Center the model once at authoring time too helps as
Can use quaternions for rotation instead of Euler angles when composing many rotations... avoids gimbal lock...