24 lines
279 B
Plaintext
24 lines
279 B
Plaintext
|
|
||
|
#default color
|
||
|
|
||
|
# A simple sphere
|
||
|
s 5.0 5.0 5.0 10.0
|
||
|
|
||
|
#blue
|
||
|
f 0.0 0.0 1.0 0 1 1
|
||
|
|
||
|
# Another simple sphere
|
||
|
s 5.0 4.0 8.0 3.0
|
||
|
|
||
|
#green
|
||
|
f 0.0 1.0 0.0 0 1 1
|
||
|
|
||
|
# And another one
|
||
|
s 1.0 -4.0 2.0 4.0
|
||
|
|
||
|
#red
|
||
|
f 1.0 0.0 0.0 0 1 1
|
||
|
|
||
|
# a simple cone
|
||
|
c 10 10 5 3
|
||
|
c 14 14 3 6
|