We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b051900 commit bed26dcCopy full SHA for bed26dc
README.md
@@ -23,6 +23,11 @@ The logs are available in the info tab of blender
23
#### EXT_mesh_gpu_instancing
24
EXT_mesh_gpu_instancing will export a glb file containing only the gpu compatible collections under the name `filename_gpu.glb`.
25
26
+### TLDR:
27
+- `filename_camera.glb` for camera baked animation.
28
+- `filename_gpu.glb` for instances.
29
+- `filename.glb` for the typical gltf export.
30
+
31
---
32
### Todo
33
- Bake camera: Handle multiple camera
0 commit comments