Skip to content

bhpcv252/webgl-icosahedron-1-exp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive WebGL icosahedron experiment

Interactive WebGL icosahedron experiment with perlin noise and added effects; created using THREE.js and Shaders.


Install dependencies:

npm i

Start development:

npm start

Build Project:

npm run build