42 lines
511 B
Plaintext
42 lines
511 B
Plaintext
|
|
scene
|
|
{
|
|
options
|
|
{
|
|
multisample 3
|
|
width 800
|
|
height 600
|
|
ambient_occlusion 5
|
|
}
|
|
|
|
camera
|
|
{
|
|
position <2, -3, 2>
|
|
look_at <0, 0, 1>
|
|
up <0, 0, 1>
|
|
}
|
|
|
|
light
|
|
{
|
|
position <200, -10, 50>
|
|
}
|
|
|
|
define material white
|
|
{
|
|
color <1, 1, 1>
|
|
}
|
|
|
|
sphere
|
|
{
|
|
radius 1
|
|
material white
|
|
translate <0, 0, 1>
|
|
}
|
|
|
|
plane
|
|
{
|
|
position <0, 0, 1>, 0
|
|
material white
|
|
}
|
|
}
|