Releases: treblereel/three4g
Releases · treblereel/three4g
0.98
updated to 0.98 three.js; https://github.com/mrdoob/three.js/releases
bugfixes.
0.97
- updated to 0.97 three.js; https://github.com/mrdoob/three.js/releases
- components from examples moved to an extension subproject, imports need to be replaced with the proper packages
- added transparent javascript injection on boot time via @InjectJavaScriptFor annotation to reduce final code size and optimize extension components usage (it also means that you don’t need to add Three4d-examples module to your module configuration);
- JsObject renamed to PropertyHolder since it was easy to confuse it with JsObject from elemental2.core;
- VRMLLoader (Virtual Reality Modeling Language) added;
- BoxLineGeometry added;
- PointerLockControls added
- Loaders callbacks reworked to be more friendly;
- bugfixes.