-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings_mandelbox.cfg
56 lines (35 loc) · 1.14 KB
/
settings_mandelbox.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
49
50
51
52
53
54
55
56
# -------- Fractal Settings ---------
# can be: mengersponge, mengerprison, mandelbulb, mandelbox
fractal=mandelbox
# higher = more detail but also more lag
iterations=20
# three parameters of the mandelbox fractal - feel free to play around with them
mandelbox_mu=2
# I recommend something greater than 1
mandelbox_mR=1.5
mandelbox_fR= 0.1
# -------- Light Settings -----------
# The base color of the object
ambientColor=10 40 30
# The color of the background / fog
backgroundColor=0 0 40
lightColor=250 130 70
# Light strength emmitted from the "player". Set to zero to disable
cameraLightStrength=0.5
# sunlight strength. Default: 1.0
directionalLightStrength=1.0
fogDistance=8.0
# ------ Advanced Light Settings -----
# "sunlight" direction vector
lightDirection=0.56 0.18 0.71
# shadows in corners: higher = darker
# set to zero to disab le AO
ambientOcclusionLevels=10
# size of the specular light reflection.
# Higher means more focussed and smaller
specularLightFocus=0
specularLightStrength=0.0
maxMarchingSteps=280
# Number of iterations for cast shadow ray trace. Default: 150
# set to zero to disable cast shadows
maxShadowSteps=0