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:
recenter
this.el.sceneEl.emit('recenter')