zincman320 Posted November 7, 2013 Share Posted November 7, 2013 Is it possible to fix the camera angle for an ArcRotateCamera? Or at least to remove the mouse control of the camera? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 7, 2013 Share Posted November 7, 2013 Hello, you can remove the call to attachControl if you don't want the user to interact with the camera. You can also limit both angles (alpha and beta) with following properties:camera.lowerAlphaLimitcamera.upperAlphaLimitcamera.lowerBetaLimitcamera.upperBetaLimit Quote Link to comment Share on other sites More sharing options...
zincman320 Posted November 7, 2013 Author Share Posted November 7, 2013 Exactly what I was looking for, thanks! 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.