three-interior-mapping icon indicating copy to clipboard operation
three-interior-mapping copied to clipboard

Three.js interior mapping shader.

Three Interior Mapping

Three.js interior mapping shader.

Online Demo

Install via Download

Download the zip of the project and extract it.

Install via Git

In terminal clone the project into a directory of your choice.

git clone --depth=1 https://github.com/mohsenheydari/three-interior-mapping.git three-interior-mapping
cd three-interior-mapping

Running the development server

You can use Visual Studio Code with Live Server extension to run and modify the code.

After starting the live server visit http://localhost:5500/ in your web browser.

Editing the code

The main script is located in ./script.js. The shader files for interior mapping are located under shaders folder.

License

MIT