v2.0.0
- 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.