You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple 'ray marching' demo written in C++. It implements CPU-only rendering. Ray marching technique is used for ray tracing and collision handling. A simplified Monte Carlo rendering technique is used to process light diffusion.