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
234 stars 16 forks source link

Orbiter update is costly #252

Closed dmnsgn closed 1 year ago

dmnsgn commented 4 years ago

Some matrix, quaternion, vec3, lerping is happening when updating it. Shouldn't orbiter update be called manually or in response to user interaction?