-
Notifications
You must be signed in to change notification settings - Fork 0
/
aladin.rt
103 lines (77 loc) · 2.01 KB
/
aladin.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
97
98
99
100
101
102
103
A 0.4 0,0,0
# A 0.4 255,255,255
C 0,5,-30 0,0,1 85
# this light is directeed with the camera
L 0,6,-30 0.6 255,255,255
# this light on right and cause more shadows
# L 20,6,-30 0.6 255,255,255
# high plan
pl 0,10,0 0,-1,0 255,0,0
# back plan
pl 0,0,120 0,0,1 180,180,180
# down plan
pl 0,0,0 0,1,0 155,155,155
# left piers
cy -5,0,34 0,1,0 1.8 20 140,140,140
cy -5,0,22 0,1,0 1.8 20 140,140,140
cy -5,0,-2 0,1,0 1.8 20 140,140,140
cy -5,0,10 0,1,0 1.8 20 140,140,140
cy -5,0,-14 0,1,0 1.8 20 140,140,140
# right piers
cy 5,0,34 0,1,0 1.8 20 140,140,140
cy 5,0,22 0,1,0 1.8 20 140,140,140
cy 5,0,-2 0,1,0 1.8 20 140,140,140
cy 5,0,10 0,1,0 1.8 20 140,140,140
cy 5,0,-14 0,1,0 1.8 20 140,140,140
# left spheres piers
sp -5,10,34 2 140,140,140
sp -5,0,34 2 140,140,140
sp -5,10,22 2 140,140,140
sp -5,0,22 2 140,140,140
sp -5,10,10 2 140,140,140
sp -5,0,10 2 140,140,140
sp -5,0,-2 2 140,140,140
sp -5,10,-2 2 140,140,140
sp -5,10,-14 2 140,140,140
sp -5,0,-14 2 140,140,140
# right sphere up piers
sp 5,10,34 2 140,140,140
sp 5,0,34 2 140,140,140
sp 5,10,22 2 140,140,140
sp 5,0,22 2 140,140,140
sp 5,0,10 2 140,140,140
sp 5,10,10 2 140,140,140
sp 5,10,-2 2 140,140,140
sp 5,0,-2 2 140,140,140
sp 5,10,-14 2 140,140,140
sp 5,0,-14 2 140,140,140
# midel piers spheres
sp -5,5,34 1.5 142,100,0
sp 5,5,34 1.5 142,100,0
sp -5,5,22 1.5 142,100,0
sp 5,5,22 1.5 142,100,0
sp -5,5,10 1.5 142,100,0
sp 5,5,10 1.5 142,100,0
sp -5,5,-2 1.5 142,100,0
sp 5,5,-2 1.5 142,100,0
sp -5,5,-14 1.5 142,100,0
sp 5,5,-14 1.5 142,100,0
# middle red spheres
sp 0,5,-2 1 255,0,0
sp 0,1,-20 1 255,0,0
# black middle sphere
sp 0,3,-14 1 255,255,255
# light spheres
sp 0,10,-25 0.5 255,255,150
sp 0,10,35 0.5 255,255,150
sp 0,10,30 0.5 255,255,150
sp 0,10,25 0.5 255,255,150
sp 0,10,20 0.5 255,255,150
sp 0,10,15 0.5 255,255,150
sp 0,10,10 0.5 255,255,150
sp 0,10,5 0.5 255,255,150
sp 0,10,0 0.5 255,255,150
sp 0,10,-5 0.5 255,255,150
sp 0,10,-10 0.5 255,255,150
sp 0,10,-15 0.5 255,255,150
sp 0,10,-20 0.5 255,255,150