Releases: icosa-foundation/gallery-viewer
Releases · icosa-foundation/gallery-viewer
v0.7.3-alpha.2
Another version bump (cdn cache buster)
0.7.3-alpha.1
bump version
v0.7.1
- Breaking change: you must now pass the path to the brush folder upon viewer creation. See examples folder.
- Updated to three v0.139
- GLTF1 Loader which was removed and placed in
three-tiltloader
, is now back in this package. - New dependency:
three-icosa
providing the glTF extensionGOOGLE_tilt_brush_material
. - Switched to generic glTF loader with above extension instead - can load a most generic glTF files now!
- Partially animated
.tilt
files viathree-tiltloader
Viewer improvements
- Poly sketches now animate
- Update all shader uniforms to match Open Brush
- Smooth camera zoom (experimental)
- Updated examples, added new interactive viewer
- Removed Poly and Icosa specific APIs, moving Icosa logic to icosa-web
Initial GLTF/GLB support!
- Bundles dependencies with dist files for easy remote fetch, no more shims.
- GLTF 1.0 loader for displaying legacy Poly uploads.
- WIP GLTF/GLB 2.0 loader for new standard that Icosa will use.