forked from iha2/MandelBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a823a04
commit 8ebcb29
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# CAMERA | ||
# location x,y,z (7,7,7) | ||
6 6 12 | ||
# look_at (target) x,y,z | ||
0 0 0 | ||
# up vector x,y,z; (0, 1, 0) | ||
0 1 0 | ||
# field of view (1) | ||
1.5 | ||
# IMAGE | ||
# width height 3840 2160 | ||
400 300 | ||
# detail level, the smaller the more detailed (-3) | ||
-3.3 | ||
# MANDELBOX | ||
# scale, rMin, rFixed (2 0.5 1) #modifies the shape of the box 2.4 3.58 1.3 | ||
2.4 3.58 1.3 | ||
#third arg. modifies size of the cluster (higher numbers fragment) | ||
|
||
# max number of iterations, escape time | ||
18 25 | ||
# COLORING | ||
# type 0 or 1 | ||
1 | ||
# brightness | ||
1.2 | ||
# super sampling anti aliasing 0 = off, 1 = on | ||
0 | ||
# IMAGE FILE NAME | ||
imageX.bmp | ||
|