-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene3
executable file
·86 lines (71 loc) · 1.3 KB
/
scene3
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
# -----------------------------------------------------------------------------#
# --- Scene 3 --- #
# -----------------------------------------------------------------------------#
[cam]
origin 100 0 -1450
dir 0 0 1
up 0 -1 0
[light]
origin 200 -100 100
color 255 0 0
[light]
origin 0 -100 100
color 255 255 255
[light]
origin -400 -100 100
color 0 255 0
[plane]
origin 200 500 0
equation 600 200 200 5
color 5 255 102
shine 0
[plane]
origin 0 500 0
equation 100 200 200 5
color 255 51 102
shine 0
[plane]
origin 0 100 0
equation 0 300 100 5
color 0 51 102
shine 0
[sphere]
origin -100 -20 200
radius 30
color 102 255 0
shine 8
[sphere]
origin -200 10 200
radius 30
color 255 102 0
shine 8
#water
[quad]
equation 100 10 100 0 0 0 0 0 600 0
color 0 204 255
shine 8
#cylinder
[quad]
equation 10 0 10 0 0 0 0 0 600 0
color 255 255 0
shine 8
#cone
[quad]
equation 1 0 1 1 0 1 1 0 10 0
color 150 0 150
shine 8
[sphere]
origin -350 -40 250
radius 30
color 0 255 102
shine 8
[sphere]
origin 150 50 100
radius 30
color 0 102 255
shine 8
[sphere]
origin 100 -50 350
radius 50
color 255 0 255
shine 8