Is there a way to programmatically trigger or reset absolute scaling?

Is there a way to programmatically trigger or reset absolute scaling?

You can use the recenter event to reset absolute scale. For example, if you’re using A-Frame:

this.el.sceneEl.emit('recenter')