cx20 / webgl-parametric-surface-examples

Parametric Surfaces Example by WebGL
https://cx20.github.io/webgl-parametric-surface-examples/
12 stars 2 forks source link

Babylon.js sample rotation speed is fast #21

Closed cx20 closed 1 year ago

cx20 commented 3 years ago

https://cx20.github.io/webgl-parametric-surface-examples/examples/babylonjs/lissajous/index.html

cx20 commented 1 year ago

I was able to adjust the rotation speed difference between devices by using the getAnimationRatio function. https://github.com/cx20/webgl-parametric-surface-examples/pull/29