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?
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?