Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victoriacheng15/three-js-demo
In this repository, you'll find a comprehensive demonstration of Three.js materials, lights, shadows, and their intricate interactions. Gain a deep understanding of how each element collaborates within the Three.js framework through a series of interactive demos and examples
https://github.com/victoriacheng15/three-js-demo
threejs threejs-example threejs-learning
Last synced: about 1 month ago
JSON representation
In this repository, you'll find a comprehensive demonstration of Three.js materials, lights, shadows, and their intricate interactions. Gain a deep understanding of how each element collaborates within the Three.js framework through a series of interactive demos and examples
- Host: GitHub
- URL: https://github.com/victoriacheng15/three-js-demo
- Owner: victoriacheng15
- Created: 2023-07-16T22:03:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-16T19:02:40.000Z (2 months ago)
- Last Synced: 2024-11-16T20:17:19.138Z (2 months ago)
- Topics: threejs, threejs-example, threejs-learning
- Language: JavaScript
- Homepage:
- Size: 1.49 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Three.js Demos
- [Template](https://victoriacheng15.github.io/three-js-demo/1-template)
- [Shapes](https://victoriacheng15.github.io/three-js-demo/2-shapes)
- [Materials](https://victoriacheng15.github.io/three-js-demo/3-materials)
- [Directional light](https://victoriacheng15.github.io/three-js-demo/4-directional-light)
- [Hemisphere light](https://victoriacheng15.github.io/three-js-demo/5-hemisphere-light)
- [Point light](https://victoriacheng15.github.io/three-js-demo/6-point-light)
- [Rect area light](https://victoriacheng15.github.io/three-js-demo/7-rect-area-light)
- [Spot light](https://victoriacheng15.github.io/three-js-demo/8-spot-light)
- [Shadows](https://victoriacheng15.github.io/three-js-demo/9-shadows)
- [Particles](https://victoriacheng15.github.io/three-js-demo/10-particles)
- [Scroll based animation](https://victoriacheng15.github.io/three-js-demo/12-scroll-based-animation)
- [Water texture](https://victoriacheng15.github.io/three-js-demo/13-water-texture)