takahirox / three-gltf-extensions

Unofficial Three.js glTF loader/exporter plugins
MIT License
123 stars 20 forks source link

[EXT_mesh_gpu_instancing ] Not adjusting the position,scale,rotation for parent geometry #95

Closed Suprhimp closed 1 year ago

Suprhimp commented 1 year ago

Hi, thanks for the gpu instancing extension, I think it is very comfortable with blender. :)

Any way I think the transform values are not adjusted well for parent geometry.

instTest.glb.zip

This is my test file to check the EXT mesh loader. As you can see the instanced monkey are look backward and positioned slightly left. image

but when I load with my own loader and three js editor, I think the parent geometry trasnform are not correct. image

I console logged the instansed mesh. But I think the matrix(position,scale,rotation) are correct but not adjusted in scene. 스크린샷 2022-11-15 오후 8 48 37