Skip to content

Releases: treblereel/three4g

0.98

07 Nov 19:44
e419634
Compare
Choose a tag to compare
0.98 Pre-release
Pre-release

updated to 0.98 three.js; https://github.com/mrdoob/three.js/releases
bugfixes.

0.97

11 Oct 15:13
Compare
Choose a tag to compare
0.97 Pre-release
Pre-release
  • 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.