gregiolo Posted March 4, 2015 Share Posted March 4, 2015 Hello, I read probably most of posts about orthographic camera here but I can't find the answer how to set up orthographic camera to achieve an isometric view like here: http://www3.ul.ie/~rynnet/keanea/isometri.htm . How exactly set this up in code?var camera = new BABYLON.FreeCamera(camera_name, new BABYLON.Vector3(5, 10, 15), scene);Can someone please help? How to achieve 120' angle between axis? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted March 4, 2015 Share Posted March 4, 2015 You can change it with camera.mode = BABYLON.Camera.ORTHOGRAPHIC_CAMERA http://doc.babylonjs.com/page.php?p=24871 Quote Link to comment Share on other sites More sharing options...
Dickensian Posted April 8, 2016 Share Posted April 8, 2016 This link is dead. Quote Link to comment Share on other sites More sharing options...
adam Posted April 9, 2016 Share Posted April 9, 2016 Here is an example: http://www.babylonjs-playground.com/#10VR41#0 Quote Link to comment Share on other sites More sharing options...
Temechon Posted April 9, 2016 Share Posted April 9, 2016 camera.mode : http://doc.babylonjs.com/classes/2.3/Camera#mode-number orthopgraphic mode : http://doc.babylonjs.com/classes/2.3/Camera#static-orthographic_camera-number 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.