Skip to content

v2.0.0

Choose a tag to compare

@mitchemmc mitchemmc released this 10 Oct 05:16
· 41 commits to main since this release
  • Added new math libraries for Vector and Matrix math
  • Add new Assets API for uploading images and scenes to the users storage

Breaking Changes

Updating the scenes items will now update all attachments by default.
To disable this set the updateAttachments boolean to false when calling OBR.scene.items.update.

The lastModified and lastModifiedUserId property on an item will now be automatically updated when calling OBR.scene.items.update.
This means that the properties are now readonly.