//----------------- il toro giallo nel centro:
torus{ 1.0,0.25 scale <1,1,1>
texture{ pigment{ color rgb<1,0.65,0>}
finish { phong 1}
}
rotate<0,0,0> translate<0,0,0>
}
//--- il toro d'oro à destra nel fondo:
torus{ 1.0,0.25 scale <1,3,1>
texture{ Polished_Chrome
pigment{ color rgb<1,0.8,0>}
normal { bumps 0.5 scale 0.15}
finish { phong 1}
}
rotate<90,0,0> translate<4,3,2>
}
//--- l'anello sotile d'argento à sinistra:
torus{ 1.0,0.65 scale <1.5,0.33,1>
texture{ Polished_Chrome
pigment{ color rgb<1,1,0.5>}
normal { bumps 0.5 scale 0.15}
finish { phong 1 }
}
rotate<0,0,90> translate<-1,3,-2>
}
//-------------------------------------------- |