mojo3d.EntityEXT.RotateEXT - nitrologic/monkey2 GitHub Wiki
mojo3d::mojo3d.mojo3d.EntityEXT.Rotate
std:std.geom.Vec3f,localSpace:monkey:monkey.types.Bool=false )
Method Rotate:Void( rv:monkey:monkey.types.Float,ry:monkey:monkey.types.Float,rz:monkey:monkey.types.Float,localSpace:monkey:monkey.types.Bool=false )
Method Rotate:Void( rx:Rotates the entity.
Rotates the entity.
If localSpace
is false, the rotation is applied after the entity's world rotation.
If localSpace
is true, the rotation is applied before the entity's local rotation.