-
Notifications
You must be signed in to change notification settings - Fork 1
/
template.rt
96 lines (70 loc) · 8.83 KB
/
template.rt
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
## GENERAL ##
## RESOLUTION #################################################################################################################################################
# | width | height | #########################################################################################################################################
###############################################################################################################################################################
R 1000 1000
# R 2560 1440
## SAMPLING ###################################################################################################################################################
# | samples | bounces | cos sampling | light sampling | gamma (color correction) | #########################################################################
###############################################################################################################################################################
S 1000 50 0.50 0.50 true
## BACKGROUND #################################################################################################################################################
# | color up | color down | ###############################################################################################################################
###############################################################################################################################################################
B 030,060,110 000,000,000
# B 128,179,255 255,255,255
## AMBIENT LIGHT ##############################################################################################################################################
# | ratio | color | #####################################################################################################################################
###############################################################################################################################################################
A 0.0 255,255,255
## CAMERA #####################################################################################################################################################
# | look from | look at | fov | #######################################################################################################
###############################################################################################################################################################
C +0.000,+4.000,+20.00 +0.000,+1.000,+0.000 60
## LIGHTS ##
## LIGHT (SPHERE) #############################################################################################################################################
# | position | radius | color | brightness | sampling factor | ##############################################################################
###############################################################################################################################################################
ls +0.000,+8.000,+0.000 1.0 255,255,255 100.0 1
## LIGHT (RECTANGLE) ##########################################################################################################################################
# | position | orientation | width | height | color | brightness | sampling factor | #######################################################
###############################################################################################################################################################
lr +6.000,+8.000,+0.000 -Y 2.5 1.5 255,255,255 100.0 1
## LIGHT (DISC) ###############################################################################################################################################
# | position | direction | radius | color | brightness | sampling factor | #######################################################
###############################################################################################################################################################
ld -6.000,+8.000,+0.000 +1.000,-1.000,+0.000 1.0 255,255,255 100.0 1
## TEXTURES ##
## TEXTURE ####################################################################################################################################################
# | name | path | #########################################
###############################################################################################################################################################
tx earth textures/2k_earth_daymap.png
## OBJECTS ##
## PLANE ######################################################################################################################################################
# | position | direction | color | material | ##################################################################
###############################################################################################################################################################
pl +0.000,+0.000,+0.000 +0.000,+1.000,+0.000 030,050,050 1.00,0.00,0.00 0.10 1.50
## SPHERE #####################################################################################################################################################
# | position | radius | rotations | color | material | cb | texture | #############################
###############################################################################################################################################################
sp +2.000,+1.500,-2.000 1.5 +000,+120,+023 250,250,250 1.00,0.00,0.00 0.00 1.40 0 earth
## CYLINDER ###################################################################################################################################################
# | position | direction | radius | height | color | material | ################################################
###############################################################################################################################################################
cy -5.000,+1.500,+1.000 +0.000,+1.000,+0.000 0.8 3.0 250,150,050 0.00,1.00,0.00 0.10 1.50
## TUBE #######################################################################################################################################################
# | position | direction | radius | height | color | material | ################################################
###############################################################################################################################################################
tb -0.500,+0.600,+2.000 +1.000,+0.000,+1.000 0.6 7.0 250,100,025 1.00,0.00,0.00 0.10 1.50
## DISC #######################################################################################################################################################
# | position | direction | radius | color | material | #########################################################
###############################################################################################################################################################
di +5.000,+3.000,-4.000 +1.000,+0.000,-1.000 3.0 230,100,250 0.00,1.00,0.00 0.00 1.50
## RECTANGLE ##################################################################################################################################################
# | position | orientation | width | height | rotations | color | material | cb | texture | ######
###############################################################################################################################################################
rt -3.500,+1.750,-5.000 -Z 6.0 3.5 +000,+000,+000 075,225,040 1.00,0.00,0.00 0.10 1.50 6 -
## CUBOID #####################################################################################################################################################
# | position | width | height | depth | rotations | color | material | #############################################
###############################################################################################################################################################
cu -1.500,+1.510,+6.500 2.5 3.0 2.0 +000,+020,+000 220,220,220 0.00,0.00,1.00 0.00 1.50