Orillusion / orillusion

Orillusion is a pure Web3D rendering engine which is fully developed based on the WebGPU standard.
https://www.orillusion.com
MIT License
4.7k stars 614 forks source link

fix(GlobalUniformGroup):GlobalUniformGroup bound to the wrong property #399

Closed OriIIusion closed 2 months ago

OriIIusion commented 3 months ago

before: this.uniformGPUBuffer.setFloat(time, Time.frame);

now: this.uniformGPUBuffer.setFloat(time, Time.time);