Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 389 Bytes

File metadata and controls

17 lines (11 loc) · 389 Bytes

sub-surface-scattering-approximation

Approximation of sub surface scattering in OpenGL with local thickness approximated either by depth maps or offline inverted ambient occlusion.

To compile on mac run:

gcc projekt.c common/*.c common/MicroGlut2.m -framework OpenGL -framework Cocoa -o runproject -Icommon/

to run:

./runproject