v1.6.1
-
Breaking changes:
InteractionManager
’s optional fourth argumentdontBindEventsOnBody
is replaced by optionalInteractionManagerOptions({ autoAdd: false, scene: null, bindEventsOnBodyElement: true })
-
Add
autoAdd
option (beta): ifautoAdd
is true, there is no need for adding objects to InteractionManager manually and callinginteractionManager.update()
; In this mode, the scene needs to be provided in the options as well.