mgsx-dev/gdx-gltf

What should i do when I use OrthographicCamera to show 3D gltf model ?

peerless2012 opened this issue · 3 comments

What should i do when I use OrthographicCamera to show 3D gltf model ?

please use libgdx discord to get help : https://libgdx.com/community/

short answer: nothing, you simply have to use an OrthographicCamera instead of PerspectiveCamera

When i change the camera in GLTFDemo from PerspectiveCamera to OrthographicCamera, the model is so small, and how can i do to zoom it to fit the window ?

image

I use OrthographicCamera zoom to solve , and the zoom is a very small value.