home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
news
/
4613
/
lens.rrt
< prev
next >
Wrap
Text File
|
1994-06-11
|
1KB
|
94 lines
#include "colors.inc"
#include "shapes.inc"
#include "textures.inc"
object {
intersection {
sphere { <0 0 -0.38> 1.3 }
sphere { <0 0 -0.42> 1.3 }
}
texture {
Phong_Transparent
reflection 0.3
refraction 0.7
ior 1.76 // glass
}
}
object {
sphere { <0 0 0> 0.25 }
texture {
color Red
ambient 0.15
diffuse 0.20
phong 0.3
phong_size 75
}
}
object {
Cylinder_X
scale <1 0.15 0.15>
texture {
color Green
ambient 0.15
diffuse 0.15
reflection 0.0
phong 0.3
phong_size 75
}
}
object {
Cylinder_Y
scale <0.15 1 0.15>
texture {
color Green
ambient 0.15
diffuse 0.15
reflection 0.0
phong 0.3
phong_size 75
}
}
object {
plane { <0 0 -1> 0 }
texture {
checker color Yellow color Violet
scale <0.2 0.2 0>
ambient 0.15
diffuse 0.25
}
}
object {
plane { <0.5 1 0> -1.5 }
texture {
checker color Yellow color red 1.0 blue 0.75
scale <0.3 0 0.3>
ambient 0.15
diffuse 0.25
}
}
camera {
location <0 0 -3>
direction <0 0 3>
}
environment {
background color Blue
}
object {
light_source { <2 8 -9> color White }
}
object {
light_source { <-3 7 -10> color White }
}
end.