damian+merfoo=♥ Posted January 23, 2014 Share Posted January 23, 2014 I noticed that freeCamera and arcRotateCamera can rotate limitless on the x axis yet they have limits on the y axis. Is possible to have them able to rotate limitless on the y axis? And why are are they limited in the y axis, is it to prevent seeing things up side down? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted January 23, 2014 Share Posted January 23, 2014 Absolutely, you can do this for an arcrotatecamera for instance: cam.lowerAlphaLimit = null; cam.upperAlphaLimit = null; cam.lowerBetaLimit = null; cam.upperBetaLimit = null; cam.lowerRadiusLimit = null; cam.upperRadiusLimit = null; Limitations are here to prevent seeing things upside down:) Quote Link to comment Share on other sites More sharing options...
damian+merfoo=♥ Posted January 25, 2014 Author Share Posted January 25, 2014 I set all those member variables to null but the camera is still restricted :/ Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted January 25, 2014 Share Posted January 25, 2014 On an ArcRotateCamera? Quote Link to comment Share on other sites More sharing options...
damian+merfoo=♥ Posted January 26, 2014 Author Share Posted January 26, 2014 Yeah http://jsfiddle.net/Merfoo/cKt9y/ Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted January 26, 2014 Share Posted January 26, 2014 Ok gotcha I will fix it for the next update! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.