This project is a simple 3D scene created using ray marching technique, implemented with WebGL and Three.js. The goal of this project is to demonstrate the power and flexibility of ray marching technique in creating visually interesting 3D scenes.
Ray marching, also known as ray marching distance fields, is a technique used in computer graphics to render 3D scenes. It is a variation of ray tracing, where instead of tracing the path of rays of light from a camera to a surface, it iteratively steps along the ray direction and evaluates the distance function of the scene.
To use this project, first ensure that you have Node.js and npm installed on your machine. Then, clone or download the repository to your local machine and navigate to the project directory in the command line. Run the following commands:
git clone https://github.com/Fernanda-Kipper/ray-marching-scene.git
cd ray-marching-scene
npm install
npm run start
Contributions to this project are welcome!
If you find a bug or have an idea for an improvement, please create a new issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.