Skip to content

v2.8.0

Compare
Choose a tag to compare
@ExtendReality-Bot ExtendReality-Bot released this 21 Mar 10:40
· 50 commits to master since this release

2.8.0 (2023-03-21)

Features

  • Visual: add ability to mutate cameras background settings (3fe8ab8)

    The CameraBackgroundMutator allows the ability to mutate a list of cameras clearFlags and backgroundColor state and then to restore the previous data prior to the mutation.

Bug Fixes

  • Velocity: use correct local rotation calculation (fa0a70e)

    ConstantVelocityTracker is intended to be like the physics Constant Force component. If UseLocal=false, it should return velocity in absolute world space frame. If UseLocal=true, it should return velocity in attached object reference frame.

    Co-authored-by: FIGHT4DREAM [email protected]