rotateZ method
dynamic
rotateZ(
- dynamic angle
Implementation
rotateZ(angle) {
// rotate geometry around world z-axis
_geometrym1.makeRotationZ(angle);
this.applyMatrix4(_geometrym1);
return this;
}