Skip to content

Bugfix and minor enhancements

Pre-release
Pre-release
Compare
Choose a tag to compare
@AndyGura AndyGura released this 27 May 22:41
· 104 commits to main since this release

CORE

  • vectors/quaternion default constants (axis, empty etc.)
  • CarKeyboardHandlingController: fixed issue with emitting steering events after controller was stopped
  • Renderer: fixed static size;
  • improved entities hierarchy: added parent field; made visible flag affect children in a correct way;
  • introduced entity mixins;
  • inputs: fixed issue with freezing input controllers when removing/adding them back to world;
  • OrbitCameraController: added ability to affect properties from the outside;
  • raycast car braking enhancements; hand brake;

THREE

  • fixed crash when re-using canvas after destroying renderer;