WebGPU instancing does not render

PR created:

For this to work, the master mesh must be visible (because it must be an active mesh). If you really don’t want to display it, you can set a material that will hide it (disableColorWrite = true / disableDepthWrite = true).

Here’s a PG that will work once the PR is merged:

2 Likes