1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00
This commit is contained in:
Kevin Levron 2021-05-05 00:40:38 +02:00
parent 9e828b01b2
commit 4b355e6d78

View File

@ -39,6 +39,8 @@ I wanted to code something similar to *react-three-fiber* but for VueJS.
I started from scratch, I will rewrite some of my [WebGL demos](https://codepen.io/collection/AGZywR) to see if this little toy can do the job. I started from scratch, I will rewrite some of my [WebGL demos](https://codepen.io/collection/AGZywR) to see if this little toy can do the job.
Next version (*v0.3*, rewrited with Typescript) will be soon released !
*Trois* is a french word, it means *Three*. *Trois* is a french word, it means *Three*.
## Usage (CDN) ## Usage (CDN)
@ -80,6 +82,8 @@ Thanks to VueJS/ViteJS, **TroisJS use watchers and HMR to update ThreeJS objects
## Features ## Features
Take a look at examples : https://troisjs.github.io/
- [ ] Lights - [ ] Lights
- [x] AmbientLight - [x] AmbientLight
- [x] DirectionalLight - [x] DirectionalLight
@ -93,6 +97,7 @@ Thanks to VueJS/ViteJS, **TroisJS use watchers and HMR to update ThreeJS objects
- [x] Mapcap - [x] Mapcap
- [x] Phong - [x] Phong
- [x] Physical - [x] Physical
- [x] Shader
- [x] Standard - [x] Standard
- [x] SubSurface - [x] SubSurface
- [x] Toon - [x] Toon