Hypnosss / cesium-babylonjs

31 stars 13 forks source link

Shaking of the model #1

Closed tcmmx closed 1 year ago

tcmmx commented 1 year ago

Good work . Can you fix the shaking of the model ? when you zoom in

wkhyh commented 1 year ago

Yes, i think it maybe cause by precision of position and rotation

wkhyh commented 1 year ago

set engine prop useHighPrecisionMatrix : true

luozr commented 1 year ago

测试了下,下面这样是不会抖动了 const engine = new BABYLON.Engine(canvas, false, { useHighPrecisionMatrix: true, });