Skip to content

v1.6.1

Compare
Choose a tag to compare
@markuslerner markuslerner released this 13 Mar 12:10
· 7 commits to master since this release
  • Breaking changes: InteractionManager’s optional fourth argument dontBindEventsOnBody is replaced by optional InteractionManagerOptions({ autoAdd: false, scene: null, bindEventsOnBodyElement: true })

  • Add autoAdd option (beta): if autoAdd is true, there is no need for adding objects to InteractionManager manually and calling interactionManager.update(); In this mode, the scene needs to be provided in the options as well.