├── README.md ├── alien-strands └── index.html ├── assets ├── Clouds.png ├── Multi-Area-Light.jpg ├── cloud.png ├── clouds.jpg ├── gioconda.jpg ├── gioconda.png ├── gioconda32.jpg ├── gradient1.jpg ├── map-color.jpg ├── map-composite.jpg ├── matcap.jpg ├── matcap2.jpg ├── matcap3.jpg ├── milkmaid.jpg ├── milkmaid.png ├── milkmaid32.jpg ├── noise.png ├── pearl.jpg ├── pearl.png ├── pearl32.jpg ├── pumice │ ├── diffuse.png │ ├── height.png │ ├── normal.jpg │ ├── normal.png │ ├── specular.jpg │ └── specular.png ├── stroke.png ├── vincent.jpg ├── vincent.png └── white-construction-paper-texture.jpg ├── base └── index.html ├── bonkey-balls └── index.html ├── chromeography └── index.html ├── css └── styles.css ├── curl-scribbles └── index.html ├── digital-analog-color-display ├── index copy.html ├── index-shadow.html └── index.html ├── dotty-earth └── index.html ├── gi └── index.html ├── glow-worms ├── index.html └── mrf.html ├── holomap └── index.html ├── index.html ├── js ├── Backdrop.js ├── Bloom.js ├── CCapture.all.min.js ├── Common.js ├── CubemapToEquirectangular.js ├── EquirectangularToCubemap.js ├── ImprovedNoise.js ├── Maf.js ├── MeshCustomMaterial.js ├── OBJLoader.js ├── Odeo.js ├── OrbitControls.js ├── THREE.FBOHelper.js ├── THREE.MeshLine.js ├── THREE.PingPongTexture.js ├── THREE.ShaderTexture.js ├── dat.gui.min.js ├── isMobile.min.js ├── oimo.js ├── oimo.min.js ├── perlin.js ├── three.js └── three.min.js ├── plasma-waves ├── index copy.html └── index.html ├── rainbow-spikeball └── index.html ├── sdf-physics └── index.html ├── shredder-redux └── index.html ├── sound-waves └── index.html ├── sphere-carving └── index.html ├── supershape ├── index.html └── pervertex.html ├── terrain └── index.html ├── the-wrung-music └── index.html └── whirly-bonfire ├── index copy.html └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/README.md -------------------------------------------------------------------------------- /alien-strands/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/alien-strands/index.html -------------------------------------------------------------------------------- /assets/Clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/Clouds.png -------------------------------------------------------------------------------- /assets/Multi-Area-Light.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/Multi-Area-Light.jpg -------------------------------------------------------------------------------- /assets/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/cloud.png -------------------------------------------------------------------------------- /assets/clouds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/clouds.jpg -------------------------------------------------------------------------------- /assets/gioconda.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/gioconda.jpg -------------------------------------------------------------------------------- /assets/gioconda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/gioconda.png -------------------------------------------------------------------------------- /assets/gioconda32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/gioconda32.jpg -------------------------------------------------------------------------------- /assets/gradient1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/gradient1.jpg -------------------------------------------------------------------------------- /assets/map-color.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/map-color.jpg -------------------------------------------------------------------------------- /assets/map-composite.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/map-composite.jpg -------------------------------------------------------------------------------- /assets/matcap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/matcap.jpg -------------------------------------------------------------------------------- /assets/matcap2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/matcap2.jpg -------------------------------------------------------------------------------- /assets/matcap3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/matcap3.jpg -------------------------------------------------------------------------------- /assets/milkmaid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/milkmaid.jpg -------------------------------------------------------------------------------- /assets/milkmaid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/milkmaid.png -------------------------------------------------------------------------------- /assets/milkmaid32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/milkmaid32.jpg -------------------------------------------------------------------------------- /assets/noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/noise.png -------------------------------------------------------------------------------- /assets/pearl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/pearl.jpg -------------------------------------------------------------------------------- /assets/pearl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/pearl.png -------------------------------------------------------------------------------- /assets/pearl32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/pearl32.jpg -------------------------------------------------------------------------------- /assets/pumice/diffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/pumice/diffuse.png -------------------------------------------------------------------------------- /assets/pumice/height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/pumice/height.png -------------------------------------------------------------------------------- /assets/pumice/normal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/pumice/normal.jpg -------------------------------------------------------------------------------- /assets/pumice/normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/pumice/normal.png -------------------------------------------------------------------------------- /assets/pumice/specular.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/pumice/specular.jpg -------------------------------------------------------------------------------- /assets/pumice/specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/pumice/specular.png -------------------------------------------------------------------------------- /assets/stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/stroke.png -------------------------------------------------------------------------------- /assets/vincent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/vincent.jpg -------------------------------------------------------------------------------- /assets/vincent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/vincent.png -------------------------------------------------------------------------------- /assets/white-construction-paper-texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/assets/white-construction-paper-texture.jpg -------------------------------------------------------------------------------- /base/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/base/index.html -------------------------------------------------------------------------------- /bonkey-balls/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/bonkey-balls/index.html -------------------------------------------------------------------------------- /chromeography/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/chromeography/index.html -------------------------------------------------------------------------------- /css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/css/styles.css -------------------------------------------------------------------------------- /curl-scribbles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/curl-scribbles/index.html -------------------------------------------------------------------------------- /digital-analog-color-display/index copy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/digital-analog-color-display/index copy.html -------------------------------------------------------------------------------- /digital-analog-color-display/index-shadow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/digital-analog-color-display/index-shadow.html -------------------------------------------------------------------------------- /digital-analog-color-display/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/digital-analog-color-display/index.html -------------------------------------------------------------------------------- /dotty-earth/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/dotty-earth/index.html -------------------------------------------------------------------------------- /gi/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/gi/index.html -------------------------------------------------------------------------------- /glow-worms/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/glow-worms/index.html -------------------------------------------------------------------------------- /glow-worms/mrf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/glow-worms/mrf.html -------------------------------------------------------------------------------- /holomap/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/holomap/index.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/index.html -------------------------------------------------------------------------------- /js/Backdrop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/Backdrop.js -------------------------------------------------------------------------------- /js/Bloom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/Bloom.js -------------------------------------------------------------------------------- /js/CCapture.all.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/CCapture.all.min.js -------------------------------------------------------------------------------- /js/Common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/Common.js -------------------------------------------------------------------------------- /js/CubemapToEquirectangular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/CubemapToEquirectangular.js -------------------------------------------------------------------------------- /js/EquirectangularToCubemap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/EquirectangularToCubemap.js -------------------------------------------------------------------------------- /js/ImprovedNoise.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/ImprovedNoise.js -------------------------------------------------------------------------------- /js/Maf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/Maf.js -------------------------------------------------------------------------------- /js/MeshCustomMaterial.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/MeshCustomMaterial.js -------------------------------------------------------------------------------- /js/OBJLoader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/OBJLoader.js -------------------------------------------------------------------------------- /js/Odeo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/Odeo.js -------------------------------------------------------------------------------- /js/OrbitControls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/OrbitControls.js -------------------------------------------------------------------------------- /js/THREE.FBOHelper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/THREE.FBOHelper.js -------------------------------------------------------------------------------- /js/THREE.MeshLine.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/THREE.MeshLine.js -------------------------------------------------------------------------------- /js/THREE.PingPongTexture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/THREE.PingPongTexture.js -------------------------------------------------------------------------------- /js/THREE.ShaderTexture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/THREE.ShaderTexture.js -------------------------------------------------------------------------------- /js/dat.gui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/dat.gui.min.js -------------------------------------------------------------------------------- /js/isMobile.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/isMobile.min.js -------------------------------------------------------------------------------- /js/oimo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/oimo.js -------------------------------------------------------------------------------- /js/oimo.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/oimo.min.js -------------------------------------------------------------------------------- /js/perlin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/perlin.js -------------------------------------------------------------------------------- /js/three.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/three.js -------------------------------------------------------------------------------- /js/three.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/js/three.min.js -------------------------------------------------------------------------------- /plasma-waves/index copy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/plasma-waves/index copy.html -------------------------------------------------------------------------------- /plasma-waves/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/plasma-waves/index.html -------------------------------------------------------------------------------- /rainbow-spikeball/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/rainbow-spikeball/index.html -------------------------------------------------------------------------------- /sdf-physics/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/sdf-physics/index.html -------------------------------------------------------------------------------- /shredder-redux/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/shredder-redux/index.html -------------------------------------------------------------------------------- /sound-waves/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/sound-waves/index.html -------------------------------------------------------------------------------- /sphere-carving/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/sphere-carving/index.html -------------------------------------------------------------------------------- /supershape/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/supershape/index.html -------------------------------------------------------------------------------- /supershape/pervertex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/supershape/pervertex.html -------------------------------------------------------------------------------- /terrain/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/terrain/index.html -------------------------------------------------------------------------------- /the-wrung-music/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/the-wrung-music/index.html -------------------------------------------------------------------------------- /whirly-bonfire/index copy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/whirly-bonfire/index copy.html -------------------------------------------------------------------------------- /whirly-bonfire/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/codevember-2017/HEAD/whirly-bonfire/index.html --------------------------------------------------------------------------------