mwpowellhtx Posted March 24, 2016 Share Posted March 24, 2016 Hello, Using FreeCamera, var camera = new BABYLON.FreeCamera('camera1', new BABYLON.Vector3(0, 5,-10), scene); camera.setTarget(BABYLON.Vector3.Zero()); camera.attachControl(canvas, false); I can't seem to have the camera move or focus on anything else. For example, I'd like to rotate about the focal point in order to better examine top, bottom, sides, all angles. But it doesn't seem to be able to do that? Perhaps is a question of my ignorance as to the key combinations and mouse gestures that allow such a thing to happen. Suggestions? Thank you... Quote Link to comment Share on other sites More sharing options...
mwpowellhtx Posted March 24, 2016 Author Share Posted March 24, 2016 After digging a bit, turns out ArcRotateCamera is the camera I am interested in. Thank you... 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.