Skip to content

v1.1.0

Compare
Choose a tag to compare
@elalish elalish released this 27 Jul 23:23
· 741 commits to master since this release
e90cfee

New features

  • 🆕 A brand-new model tag editor, complete with GLB import, export, and material modification. You can also set attributes and hotspots and export a complete model-viewer HTML snippet. #1341
  • 🆕 A new, simplified scene-graph API that exposes the kinds of material editing capabilities our new editor uses. This API is still considered unstable, but please try it out and give us feedback. #1302 And thanks to hjeldin for the new examples: #1344
  • 🆕 GLB/glTF export of modified scenes, thanks again to hjeldin #1315

Bugfixes

  • Fixed IE11 support #1302, #1293
  • Fixed permission denial freeze #1275
  • Fixed launching sceneViewer with relative URLs #1313
  • Ensured eager loading finishes everything, including a first render #1317
  • Fixed Firefox slow zoom #1351
  • Fixed npm packaging, now distributing .map files #1391
  • Fixed several Safari rendering bugs #1387, #1395
  • Fixed hotspots not covered by poster #1401

Other notable changes

  • The interactive example will be deprecated once the new model editor is well-tested. Please file issues on any deficiencies you find, and contributions are most welcome! There are a lot of potential features, but we'll be basing priority on community interest.

Known issues

  • WebXR AR mode does not currently work in an iframe; Chrome is working on getting this fixed for 85.
  • We do not yet have a way to specify a hotspot that follows an animated model, but we plan to.