AXONE-IO

Results 5 comments of AXONE-IO

I'm experiencing the same issue.

`mouseWheelDollyRate` also affects zoom when the pointer is over an object. I've just found a trick. It's possible to change `mouseWheelDollyRate` to a higher value when the `hover` event is...

Is there a more recent solution ? The CSS transform scale adds a lot of latency during the manipulation of the 3D model.

I just found this : `this.viewer.scene["canvas"].resolutionScale = window.devicePixelRatio;`

To put this in context, we're using the viewer to visualize industrial 3d models. Being able to apply rotations would make it possible to animate, bring to life the model...