mats31 / TextureExperiment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Texture Experiment

A WebGL experiment based on Three.js and some Shaders. I try to reproduce the case study "Find Your Way To OZ" in order to learn how to use texture as noise. Here, the wind is simulated by the perlin noise.

Demo available here.

Technologies :

  • ThreeJs
  • GLSL

Setup from the boilerplate of vdaguenet :

After cloning install all node dependencies and libraries :

npm i
npm start

If you want to deploy :

npm run build

Enjoy !

About


Languages

Language:JavaScript 94.8%Language:HTML 5.2%