Releases: ssatguru/BabylonJS-EditControl.java
Releases · ssatguru/BabylonJS-EditControl.java
v1.0.1
- Babylon.js v2.4 does not allow the simultaneous use of rotation and rotationQuaternion. One of them should be null. EditControl now returns rotation or rotationQuaternion depending on which one was set when the EditControl rotation was called. The one not used is set to null.
- added new function "isPointerOver()".