Replies: 1 comment
-
You can find the entire contents of glTF file like this (it's in the "descriptor property" of the glTF asset object):
There is no automatic way to set the camera properties to what's available inside the glTF file so you have to do that manually something like the code above. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to perspective camera from gltf file. We have camera setup in gltf file. How can we import camera from gltf file. Is there any options ? When i explore the data i see one 3d container with default camera name.
Beta Was this translation helpful? Give feedback.
All reactions