How do I rotate a mapmodel on its Y-axis?
I already know how to rotate a mapmodel on its X-axis.
Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
How do I rotate a mapmodel on its Y-axis?
- Creatorrookie
- Member
- Posts: 66
- Joined: September 22nd, 2009, 8:35 pm
- Name: John
How do I rotate a mapmodel on its Y-axis?
The rookie in sandbox... 

Re: How do I rotate a mapmodel on its Y-axis?
sorry, i was wrong. here are the commands for setting pitch, yaw, scale and spin of an model:the cube2 engine does not support this.
Code: Select all
mdlscale S
Code: Select all
mdltrans X Y Z
Code: Select all
mdlyaw Y
Code: Select all
mdlpitch P
Code: Select all
mdlspin Y
these commands are to be set in the model cfg file. sorry for the confusion.
offtools.