Skip to content

How to make use of EXT_mesh_gpu_instancing? #711

Answered by donmccurdy
brandon-lockaby asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @brandon-lockaby! The EXT-prefixed extensions are not published by the Khronos Group (authors and maintainers of the glTF specification), and are not as widely supported. If you want your model to work in as many tools as possible, you'll probably want to use only KHR-prefixed extensions. Unofficial extensions (EXT_ and others) are more commonly used by developers who are trying to optimize their work for a specific project, and know their tooling supports the extensions they're using.

That said — babylon.js (the engine used in https://sandbox.babylonjs.com/) already supports EXT_mesh_gpu_instancing. The next three.js release at the end of this month will add EXT_mesh_gpu_instancing su…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by brandon-lockaby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants