Volume Modeling & Rendering
This is my C++ project where I implemented different techniques and ideas to manipulate volumes. Ray marching and deep shadow map were used to render these images. The volumes are represented as scalar fields. Vector fields are also used for algorithms like gridless advection. Many of these examples also use scalar grids, levelsets, and different noises. The project has code that can read from a wavefront file and convert it to a levelset.