POVRAY Raytracer descriptions by Friedrich A. Lohmueller |
Biconvex Optical Lens |
|
Sample for the use of "intersection"Objects: "sphere"
|
![]() |
| The princips of the construction of a biconvex lens. |
//-------------------------- lens --------
#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 --
|
|
|
About the other details in the above scene
|
|
| © Friedrich A. Lohmüller, 2004 homepage: |