Skip to content

Commit

Permalink
Visual improvements (#11)
Browse files Browse the repository at this point in the history
* refactoring

* animate GLTF1 files

* helpful debugs

* fix normals loading (consistency pls)

* tidyup

* will more awaits help?

* set path through manager

* remove commented code, exports

* revamed examples files

* cache already loaded shaders

* Update interactive example, readme

* update package version

* brush uniforms updated

Everything looks fairly correct now!

* smooth camera zoom
  • Loading branch information
mikeskydev authored Jul 20, 2021
1 parent 9debc2c commit 7c09848
Show file tree
Hide file tree
Showing 20 changed files with 14,658 additions and 4,804 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@

3D viewer component for [Icosa Gallery](https://icosa.gallery).

This project aims to provide a simple way to view raw .tilt files and the various converted variants hosted on Icosa Gallery, with legacy support for [Poly](https://poly.google.com) models.
This project aims to provide a simple way to view raw .tilt files and the various converted variants hosted on Icosa Gallery, with legacy support for [Google Poly](https://poly.google.com) models.

The viewer is still a work in progress and subject to change. Please join the [Discord](https://discord.gg/W7NCEYnEfy) to discuss the project!

## Examples

- [Poly GLTF 1.0 (Legacy)](https://github.com/icosa-gallery/icosa-viewer/blob/main/examples/poly-viewer.html)
- [GLTF 2.0](https://github.com/icosa-gallery/icosa-viewer/blob/main/examples/gltf-viewer.html)
- [Raw .tilt file](https://github.com/icosa-gallery/icosa-viewer/blob/main/examples/tilt-viewer.html)
- [Interactive GLB loader](https://icosa-gallery.github.io/icosa-viewer/index.html)
- [GLTF 2.0](https://icosa-gallery.github.io/icosa-viewer/gltf-viewer.html)
- [GLTF 1.0 (Legacy)](https://icosa-gallery.github.io/icosa-viewer/gltf1-viewer.html)
- [Raw .tilt file](https://icosa-gallery.github.io/icosa-viewer/tilt-viewer.html)

## Installation

Expand Down
Loading

0 comments on commit 7c09848

Please sign in to comment.