https://github.com/lettier/sierpinski
Explorable 3D Sierpinski tetrahedrons rendered using WebGL.
https://github.com/lettier/sierpinski
3d 3d-graphics first-person-camera fractal fractals game-development graphics graphics-programming javascript lighting opengl phong phong-lighting procedural-generation shader shaders sierpinski sierpinski-triangle tetrahedron webgl
Last synced: over 1 year ago
JSON representation
Explorable 3D Sierpinski tetrahedrons rendered using WebGL.
- Host: GitHub
- URL: https://github.com/lettier/sierpinski
- Owner: lettier
- Created: 2013-12-17T19:50:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T07:35:13.000Z (over 6 years ago)
- Last Synced: 2025-03-22T06:31:38.520Z (over 1 year ago)
- Topics: 3d, 3d-graphics, first-person-camera, fractal, fractals, game-development, graphics, graphics-programming, javascript, lighting, opengl, phong, phong-lighting, procedural-generation, shader, shaders, sierpinski, sierpinski-triangle, tetrahedron, webgl
- Language: JavaScript
- Homepage: https://lettier.github.io/sierpinski
- Size: 55.7 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Sierpinski Pyramids
An interactive Sierpinski pyramids demo built with WebGL.
You can try the demo at [lettier.github.io/sierpinski](https://lettier.github.io/sierpinski/).
The controls are:
- m control the camera
- w forward
- s backward
- a left
- d right
- z up
- x down
- LMB subdivide
- RMB unsubdivide
Read more about the implementation at
[lettier.github.io](https://lettier.github.io/posts/2016-02-29-triforce-overload-sierpinski-pyramids.html).
(C) 2014 David Lettier
[lettier.com](https://lettier.com)