AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
460 stars 63 forks source link

Look through camera defined in GLTF scene? #151

Open ziriax opened 5 years ago

ziriax commented 5 years ago

Is it somehow possible to look through a camera that is defined in the GLTF scene itself?

I'm adding camera export to Maya2glTF, and it would be very handy to it this using this excellent VSCODE viewer that I use for everything else :)

Thanks, Peter

bghgary commented 5 years ago

If you use the debug mode button when using Babylon to open the inspector, you can then select a camera from the node tree to view from the loaded camera(s).