pex-gl / pex-renderer

Physically based renderer (PBR) and scene graph for PEX.
https://pex-gl.github.io/pex-renderer/examples/index.html
MIT License
237 stars 16 forks source link

VC.gltf model orientation is not displayed correctly #215

Closed cx20 closed 5 years ago

cx20 commented 5 years ago

I tried to display VC.gltf with pex-renderer. However, the orientation of the model does not seem to be displayed correctly.

pex-renderer v3.0.0-34 + VC.gltf result: image

three.js r106dev result: image

dmnsgn commented 5 years ago

Seems to be related to our matrix decomposition: https://github.com/KhronosGroup/glTF-Sample-Viewer/commit/89045ce125d989f55c21a69a06e987730745b3fa

cx20 commented 5 years ago

@dmnsgn Thank you for fixing it. Please tell me how to update pex-renderer.min.js if you can do it.