NiklasLundstrom / Path-tracer-in-MATLAB

An offline CPU path tracer in MATLAB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path tracer in MATLAB

A CPU path tracer in MATLAB

Current implemented features (in order of implementation)

  • basic GUI
  • vectorised ray-triangle intersection
  • antialiasing
  • generate triangulated sphere
  • multiple diffuse bounces
  • gamma correction
  • programmable scattering functions
  • reflective materials
  • blurry reflections
  • refractions

About

An offline CPU path tracer in MATLAB

License:MIT License


Languages

Language:MATLAB 100.0%