It has the basics of a GLTF inspector, in that it gltf files and you
can inspect a scene... but only the first scene.
Need to add more functionality like previews and selection.
Each scene has it's own camera and light, so we can trivially (fingers
crossed) preview those with a render target of image and then pipe that
to a UI element.
That will happen... tomorrow.