Skip to content

0.97

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