├── ANGMAP11.jpg ├── LICENSE ├── README.md ├── buttons.css ├── index.html ├── js ├── ImprovedNoise.js ├── Three.SubdivisionModifier.js └── Three.js ├── matcap.jpg ├── matcap2.jpg ├── matcap3.jpg ├── normal.jpg └── suzanne-raw.js /ANGMAP11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/ANGMAP11.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/README.md -------------------------------------------------------------------------------- /buttons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/buttons.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/index.html -------------------------------------------------------------------------------- /js/ImprovedNoise.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/js/ImprovedNoise.js -------------------------------------------------------------------------------- /js/Three.SubdivisionModifier.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/js/Three.SubdivisionModifier.js -------------------------------------------------------------------------------- /js/Three.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/js/Three.js -------------------------------------------------------------------------------- /matcap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/matcap.jpg -------------------------------------------------------------------------------- /matcap2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/matcap2.jpg -------------------------------------------------------------------------------- /matcap3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/matcap3.jpg -------------------------------------------------------------------------------- /normal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/normal.jpg -------------------------------------------------------------------------------- /suzanne-raw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spite/spherical-environment-mapping/HEAD/suzanne-raw.js --------------------------------------------------------------------------------