Skip to content

Commit

Permalink
Fix manual from Blender repo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduroure committed Nov 2, 2023
1 parent 12d086e commit 0e850f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/blender_docs/scene_gltf2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@ GPU Instances

When the option is enable in Exporter, instances are exported using the ``EXT_mesh_gpu_instancing`` extension.
There are some limitations, at export:

- Instances must be meshes, and don't have any children themselves
- Instances must all be children of the same object.
- This extension doesn't manage material variation. That means that the generated file may include all instances with
same materials.
- Instances detected are objects sharing the same mesh data.

At import, instances are created by creating objects sharing the same mesh data.

Materials
Expand Down

0 comments on commit 0e850f8

Please sign in to comment.