Realtime Fractal Renderer Documentation
features_all.cl File Reference
Include dependency graph for features_all.cl:

Go to the source code of this file.

Macros

#define DO_AMBIENT_LIGHTING   true
 
#define DO_DIFFUSE_LIGHTING   true
 
#define DO_SPECULAR_HIGHLIGHTS   true
 
#define DO_GEOMETRY_GLOW   true
 
#define INCREASE_INTERSECTION_EPSILON_LINEARLY   true
 

Macro Definition Documentation

◆ DO_AMBIENT_LIGHTING

#define DO_AMBIENT_LIGHTING   true

Definition at line 2 of file features_all.cl.

◆ DO_DIFFUSE_LIGHTING

#define DO_DIFFUSE_LIGHTING   true

Definition at line 3 of file features_all.cl.

◆ DO_GEOMETRY_GLOW

#define DO_GEOMETRY_GLOW   true

Definition at line 6 of file features_all.cl.

◆ DO_SPECULAR_HIGHLIGHTS

#define DO_SPECULAR_HIGHLIGHTS   true

Definition at line 4 of file features_all.cl.

◆ INCREASE_INTERSECTION_EPSILON_LINEARLY

#define INCREASE_INTERSECTION_EPSILON_LINEARLY   true

Definition at line 9 of file features_all.cl.