-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings_mandelbulb.cfg
48 lines (30 loc) · 1.02 KB
/
settings_mandelbulb.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# -------- Fractal Settings ---------
# can be: mengersponge, mengerprison, mandelbulb, mandelbox
fractal=mandelbulb
# makes the fractal look a lot cleaner but very laggy. Default: 0, Range [0 - 3]
antiAliasing=1
# -------- Light Settings -----------
# The base color of the object
ambientColor=30 90 130
# The color of the background / fog
backgroundColor=10 40 70
lightColor=230 150 190
# Light strength emmitted from the "player". Set to zero to disable
cameraLightStrength=0.2
# sunlight strength. Default: 1.0
directionalLightStrength=1.0
fogDistance=3.0
# ------ Advanced Light Settings -----
# "sunlight" direction vector
lightDirection=0.56 0.18 -0.71
# shadows in corners: higher = darker
# set to zero to disable AO
ambientOcclusionLevels=16
# size of the specular light reflection.
# Higher means more focussed and smaller
specularLightFocus=0
specularLightStrength=0.0
maxMarchingSteps=250
# Number of iterations for cast shadow ray trace. Default: 150
# set to zero to disable cast shadows
maxShadowSteps=0