Game Development Community

The question of DTS modle rotation

by Steven Zhou · in Torque 3D Beginner · 07/20/2010 (9:46 am) · 0 replies

Hi,everyone,

I encounter a question about rotation,I want to realize the DTS model that it can rotate x axis and z axis at the same time.And their angles isn't the same.
For example
rotateZ(PI,&mat); rotateY(PI/2,&mat);

Thank you!