From 8a01b33031f7334604b8200a4095b1475ac78919 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Wed, 30 Sep 2020 18:10:17 +0200 Subject: [PATCH] update demos --- README.md | 4 +- docs/index.html | 2 +- src/App.vue | 5 +- src/components/demos/Demo1.vue | 57 ++++++++++++-- src/components/demos/Demo2.vue | 111 ++++----------------------- src/components/demos/Demo3.vue | 110 ++++++++++++++++++++------ src/components/demos/Demo4.vue | 49 ++++++++---- src/components/examples/Example1.vue | 22 ++++++ 8 files changed, 210 insertions(+), 150 deletions(-) create mode 100644 src/components/examples/Example1.vue diff --git a/README.md b/README.md index f336374..51c2629 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Thanks to VueJS/ViteJS, **TroisJS use watchers and HMR to update ThreeJS objects - [x] Cylinder - [x] Dodecahedron - [x] Icosahedron - - [ ] Image (wip) + - [x] Image - [x] InstancedMesh - [x] Lathe - [x] Octahedron @@ -96,7 +96,7 @@ app.use(TroisJSVuePlugin); ## PoC -I first made a simple *Proof of Concept*, take a look at [Demo1.vue](/src/components/demos/Demo1.vue) : +I first made a simple *Proof of Concept*, take a look at [Example1.vue](/src/components/examples/Example1.vue) : ```html