Realtime Fractal Renderer Documentation
features_all.cl
Go to the documentation of this file.
1// Features
2#define DO_AMBIENT_LIGHTING true
3#define DO_DIFFUSE_LIGHTING true
4#define DO_SPECULAR_HIGHLIGHTS true
5
6#define DO_GEOMETRY_GLOW true
7
8// Optimisations
9#define INCREASE_INTERSECTION_EPSILON_LINEARLY true
10
11#include "spheres_benchmark.cl"