home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
news
/
4613
/
pipe.rrt
< prev
next >
Wrap
Text File
|
1994-03-03
|
1KB
|
63 lines
#include "colors.inc"
#declare Ecrase = 1
#declare Etire = 1
#include "$ANIM$"
camera {
location <0 1 -3>
// location <0 3 -9>
point_at <0 0 0>
angle 15
}
environment {
background color blue 0.5
}
object {
light_source { <4 2 -8> intensity 12 color White }
}
object {
light_source { <-4 16 0> intensity 14 color White }
}
object {
/*difference {
object { box { <-1 -1 -1> <1 1 1> } }
object { box { <0 0 0> <2 2 -2> }
texture { checker color Green color Blue scale <0.3 0.3 0.3> }
}
}*/
bound {
intersection {
difference {
object { torus { <0 0 0> <0 1 0> 1 0.4 } }
object { torus { <0 0 0> <0 1 0> 1 0.37 } }
}
intersection {
slab { <1 0 0> -0.4 0.4 }
plane { <0 1 0> 0 }
}
translate <0 1 0>
}
}
by sphere { <0 0 0> 0.75 }
scale <Etire Ecrase 1>
rotate <0 45 0>
texture {
color Copper
metallic
ambient 0.30
diffuse 0.30
// reflection 0.4
phong 0.4
phong_size 100
}
}
end.