How to use orthographic view in

You need to set the mode of your camera to orthographic in your playground: Babylon.js Playground

camera.mode = BABYLON.Camera.ORTHOGRAPHIC_CAMERA

Does that fix it for you?

1 Like