|
Realtime Fractal Renderer Documentation
|
#include "spheres_benchmark.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_HARD_SHADOWS false |
| #define | DO_SOFT_SHADOWS false |
| #define | DO_GEOMETRY_GLOW false |
| #define | INCREASE_INTERSECTION_EPSILON_LINEARLY true |
| #define DO_AMBIENT_LIGHTING true |
Definition at line 2 of file features_phong.cl.
| #define DO_DIFFUSE_LIGHTING true |
Definition at line 3 of file features_phong.cl.
| #define DO_GEOMETRY_GLOW false |
Definition at line 8 of file features_phong.cl.
| #define DO_HARD_SHADOWS false |
Definition at line 6 of file features_phong.cl.
| #define DO_SOFT_SHADOWS false |
Definition at line 7 of file features_phong.cl.
| #define DO_SPECULAR_HIGHLIGHTS true |
Definition at line 4 of file features_phong.cl.
| #define INCREASE_INTERSECTION_EPSILON_LINEARLY true |
Definition at line 11 of file features_phong.cl.