1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

fix links

This commit is contained in:
Kevin Levron 2020-09-19 12:43:49 +02:00
parent d26085d2ca
commit 2bbdf4b04c

View File

@ -55,7 +55,7 @@ I will try to rewrite some of my [WebGL demos](https://codepen.io/collection/AG
## PoC ## PoC
I first made a simple *Proof of Concept*, take a look at [Test1.vue](/src/components/Test1.vue) : I first made a simple *Proof of Concept*, take a look at [Demo1.vue](/src/components/demos/Demo1.vue) :
```html ```html
<template> <template>
@ -85,7 +85,7 @@ export default {
## InstancedMesh ## InstancedMesh
Take a look at [Test2.vue](/src/components/Test2.vue). Take a look at [Demo2.vue](/src/components/demos/Demo2.vue).
### Template ### Template
@ -106,7 +106,7 @@ Take a look at [Test2.vue](/src/components/Test2.vue).
## GLTF ## GLTF
Take a look at [TestGLTF.vue](/src/components/TestGLTF.vue). Take a look at [DemoGLTF.vue](/src/components/demos/DemoGLTF.vue).
```html ```html
<GLTFViewer src="test.glb" :camera-position="{ z: 1 }"> <GLTFViewer src="test.glb" :camera-position="{ z: 1 }">