Three.js interior mapping shader.
Download the zip of the project and extract it.
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
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.
The main script is located in ./script.js
. The shader files for interior mapping are located under shaders
folder.