Skip to content

Standalone Story Feature Release

Compare
Choose a tag to compare
@gjcope gjcope released this 23 Mar 17:05
· 513 commits to master since this release
d9df3bd

Changelog:

New Features:

  • New texture channel type - "Overlay".
    • This texture will be additively blended to the model diffuse map.
    • Can be assigned in model settings and changed during tours.
  • Standalone mode for Voyager Story
    • Set mode attribute/url param to "standalone" to use
    • The key difference with this mode is that it does not rely on WebDAV and mounted storage locations. All changes and updates happen in-memory.
    • Drag/drop gltf files or full Voyager scenes to load.
    • Saved scenes/files are downloaded to the users local storage.
  • Model node names can now be edited in Story settings
  • Near/far planes are now auto-calculated in Voyager Story

API Updates:

  • New functions
    • setLanguage
  • New Explorer component attributes
    • lang - sets active language via standard ISO codes

Bug fixes:

  • #120 API language function
  • #122 Zoom extents fixed
  • #124 Removed background geometry from picking render pass

Misc:

  • Added examples in documentation for all new API functions and attributes
  • Updated Three.js to 0.137.0.