babylon_dart 0.5.0 babylon_dart: ^0.5.0 copied to clipboard
Bindings for the BabylonJS 4.1 web rendering engine.
Changelog #
v0.5.0 #
- More bindings (including classes for TypeScript enums)
- BREAKING CHANGE: Enusure a no arg contructor for extended classes. If such a class have already a constructor with args, it will be named 'args'.
v0.4.0 #
- Much more bindings
- BREAKING CHANGE: 2.10.0 as minimum SDK constaint
v0.3.0 #
- Much more bindings
- All bindings are generated now
- Bugifxes
- BREAKING CHANGES: because all code is generated now and bugs were fixed, there are breaking changes in the API.
v0.2.0 #
- Added support for optional parameters
- Added support for type parameters on classes
- Added
Promise
type - Added support for abstract classes and methods
v0.1.1+1 #
- Fixed spelling in README.md
v0.1.1 #
- added ShadowLight
v0.1.0 #
- Initial version