Realtime Fractal Renderer Documentation
features_soft_shadows.cl
Go to the documentation of this file.
1
// Features
2
#define DO_AMBIENT_LIGHTING false
3
#define DO_DIFFUSE_LIGHTING false
4
#define DO_SPECULAR_HIGHLIGHTS false
5
6
#define DO_HARD_SHADOWS false
7
#define DO_SOFT_SHADOWS true
8
#define DO_GEOMETRY_GLOW false
9
10
// Optimisations
11
#define USE_BOUNDING_VOLUME true
12
#define INCREASE_INTERSECTION_EPSILON_LINEARLY true
13
14
#include "
mandelbulb_benchmark.cl
"
mandelbulb_benchmark.cl
FractalGeometryRenderer
kernels
benchmarks
mandelbulb
features_soft_shadows.cl
Generated by
1.9.3