home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 44
/
Amiga_Dream_44.iso
/
Amiga
/
pov
/
exemples
/
ArticleDream
/
premier.pov
< prev
next >
Wrap
Text File
|
1997-09-10
|
991b
|
65 lines
#include "colors.inc"
#include "textures.inc"
#include "shapes.inc"
camera {
location < 3, 6, -7 >
look_at < 0, 3.0, 0 >
}
sphere {
< 0, 4, 0 >, 2
texture {
Glass3
}
}
box {
< -1, 0, -1 >
< 1, 3.0, 1 >
texture { DMFWood4 }
}
box {
< -1, -1, -1 >,
< 1, 1, 1 >
scale 0.5
rotate < -35, 55, 0 >
translate < 0, 4, 0 >
texture {
tiles { texture { Brown_Agate }
tile2 texture { Rosewood }
}
rotate < -35, 55, 0 >
scale 0.2
}
}
plane {
< 0, 1, 0 >, 0
texture {
pigment { checker
color red 0.0 green 0.0 blue 0.4
color red 0.0 green 0.0 blue 0.8
}
finish { reflection 0.2 phong 0.4 phong_size 60 }
}
}
plane {
< 0, 0, -1 >, -10
texture {
Polished_Chrome
}
}
light_source {
< 2,16,-5 >
color red 1.0 green 1.0 blue 1.0
}
light_source {
< -8, 10, 4 >
color red 0.8 green 0.8 blue 0.8
}