How to change camera type to Orthographic in Sceneform Android SDK?
问题 I'd like to use an Orthographic camera when presenting a model in SceneView (without AR). Couldn't find a way to do so in API. Am I missing something or the feature is missing? 回答1: As far as I know, there's no ORTHO method ( cube frustum ) for camera projection in ARCore / Sceneform at the moment. But you can make it yourself via 4x4 Matrix. So, all you need to do is to calculate left , right , top , bottom , near and far properties using the following principles. Here is how your projection