├── ChromaKeyVideoShaderMaterial ├── ChromaKeyVideoShaderMaterial.js ├── ChromaKeyVideoShaderMaterialShadow.js └── README.md ├── CurvedPlaneGeometry ├── README.md └── THREE.CurvedPlaneGeometry.js ├── EquirectangularPanorama └── EquirectangularPanorama.js ├── Hologram ├── Hologram.js ├── HologramGeometry.js ├── HologramMesh.js ├── README.md ├── dance.mp4 └── index.html ├── README.md ├── TapToPlaceMesh ├── TapToPlaceMesh.js ├── tap-to-place-surface-target-black.png ├── tap-to-place-surface-target-message.png └── tap-to-place-surface-target-white.png ├── favicon.ico └── index.html /ChromaKeyVideoShaderMaterial/ChromaKeyVideoShaderMaterial.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/ChromaKeyVideoShaderMaterial/ChromaKeyVideoShaderMaterial.js -------------------------------------------------------------------------------- /ChromaKeyVideoShaderMaterial/ChromaKeyVideoShaderMaterialShadow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/ChromaKeyVideoShaderMaterial/ChromaKeyVideoShaderMaterialShadow.js -------------------------------------------------------------------------------- /ChromaKeyVideoShaderMaterial/README.md: -------------------------------------------------------------------------------- 1 | # THREE.ChromaKeyVideoShaderMaterial() 2 | 3 | Docs comming soon 4 | -------------------------------------------------------------------------------- /CurvedPlaneGeometry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/CurvedPlaneGeometry/README.md -------------------------------------------------------------------------------- /CurvedPlaneGeometry/THREE.CurvedPlaneGeometry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/CurvedPlaneGeometry/THREE.CurvedPlaneGeometry.js -------------------------------------------------------------------------------- /EquirectangularPanorama/EquirectangularPanorama.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/EquirectangularPanorama/EquirectangularPanorama.js -------------------------------------------------------------------------------- /Hologram/Hologram.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/Hologram/Hologram.js -------------------------------------------------------------------------------- /Hologram/HologramGeometry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/Hologram/HologramGeometry.js -------------------------------------------------------------------------------- /Hologram/HologramMesh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/Hologram/HologramMesh.js -------------------------------------------------------------------------------- /Hologram/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/Hologram/README.md -------------------------------------------------------------------------------- /Hologram/dance.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/Hologram/dance.mp4 -------------------------------------------------------------------------------- /Hologram/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/Hologram/index.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/README.md -------------------------------------------------------------------------------- /TapToPlaceMesh/TapToPlaceMesh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/TapToPlaceMesh/TapToPlaceMesh.js -------------------------------------------------------------------------------- /TapToPlaceMesh/tap-to-place-surface-target-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/TapToPlaceMesh/tap-to-place-surface-target-black.png -------------------------------------------------------------------------------- /TapToPlaceMesh/tap-to-place-surface-target-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/TapToPlaceMesh/tap-to-place-surface-target-message.png -------------------------------------------------------------------------------- /TapToPlaceMesh/tap-to-place-surface-target-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/TapToPlaceMesh/tap-to-place-surface-target-white.png -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/favicon.ico -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BOXNYC/Three.js-Extras/HEAD/index.html --------------------------------------------------------------------------------