You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elijah Voigt c82a38dbc8 Basic gltf inspector, WIP
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.
2 years ago
assets/models Basic gltf inspector, WIP 2 years ago
bin Basic gltf inspector, WIP 2 years ago
src Basic gltf inspector, WIP 2 years ago
.gitattributes Basic gltf inspector, WIP 2 years ago
.gitignore Basic gltf inspector, WIP 2 years ago
Cargo.lock Basic gltf inspector, WIP 2 years ago
Cargo.toml Basic gltf inspector, WIP 2 years ago
TODO.md Basic gltf inspector, WIP 2 years ago
rust-toolchain Basic gltf inspector, WIP 2 years ago