goudgeld1 Posted February 18, 2015 Share Posted February 18, 2015 Hello, Today I was working on a custom camera and I think I found a bug. http://www.babylonjs-playground.com/#2JSH5G#1 as you can see in the playground example on line 7, I try to set the camera position to (0, 5, -10) but it doesn't seem to work.the camera stays on (0, 0, 0) because you can see the cube and you are inside the sphere. I don't know if this is a bug in BABYLON or if I'm just not experienced enough to notice my own mistake.I hope someone can help me Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted February 18, 2015 Share Posted February 18, 2015 Hello and welcome Actually the Camera is not usable directly, it is an "abstract" class. Here is a simple fix for you:http://www.babylonjs-playground.com/#2JSH5G#2 goudgeld1 1 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted February 19, 2015 Share Posted February 19, 2015 Feel free to read the tutorials available here: http://babylondoc.azurewebsites.net/page.php?p=6411 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.