<div dir="ltr"><div><div><div><div><div>Hi.<br></div>I'm working on an editor with OSG inside ( you can see it in action here: <a href="https://youtu.be/70Jny1xJxK8">https://youtu.be/70Jny1xJxK8</a> )<br></div>Currently I only have perspective camera that I setup with the following call:<br>setProjectionMatrixAsPerspective(30, winWidth / winHeight, 1, 1000)<br></div><div>I want to have something like an isometric camera view in Blender.<br></div><div>However, I'm having problems with setProjectionMatrixAsOrtho. I couldn't find any example for an FPS like isometric camera I want.<br></div></div>I tried to simply swap setProjectionMatrixAsPerspective with AsOrtho, but proportions are wrong and rotation is even more weird.<br></div><br>Any info on how to display a scene with ortho projection and have something like FPS camera would be great.<br></div>