How do I set the Rotation of a Transform3D Obj back to the default rotation (I think they call it the identity matrix?)
For example,
If I have a program which allows me to rotate a cube primitive by mul Transform3D to the Transform3D Obj of the cube, then is there a method I can call to make the Transform3D Obj of the cube return to the Default rotation (of ‘no’ rotation)…?