|
English Français Deutsch |
|
Home - - Esempi per POV-Ray Indice generale - Geometria - Pedone - Cubo wireframe - Ottagono - Forma ovoidale - Stella - Lente ottica - Scacchiera - Forma Pallone - Forma Erlenmeyer - Due Cilindri Fondati - Tetraedro Regolare - Triangolo di Penrose - Yin & Yang - Rosetta Trilobato - Partizione Trilobata - Architettura - Tecnica |
Le parti in comune
|
//------------------------ lente --------
#declare R = 6.0; //sphere radius
#declare Over= 0.1; //sphere overlap
intersection{
sphere{<0,0,0>,R translate <0,0,-R+Over>}
sphere{<0,0,0>,R translate <0,0, R-Over>}
texture{ T_Glass3 }
interior{ I_Glass }
translate < 0,1.2,0>}
//---------------------------------- end --
|
|
|
Per più dettagli vede
|
|
|
© Friedrich A. Lohmüller, 2009 |