POVRAY Raytracer descriptions by Friedrich A. Lohmueller
    deutsche Version

shape of an egg (2) overview Guitar Body

Biconvex Optical Lens

Sample for the use of "intersection"

Objects:    "sphere"
Methods: "declare", "intersection"
The princips of the construction of a biconvex lens.

The common part (" intersection") of to overlapping spheres:

 //--------------------------  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 --  
Sample Biconvex Lens 600x450
 
About the other details in the above scene
see the scene description for POV-Ray:
".txt" file or ".pov" file

Here is another sampel of lens:

About the details in this scene
see this scene description for POV-Ray:
".txt" file or ".pov" file
Sample2 Biconvex Lens 600x450

shape of an egg (2) overview Guitar Body

© Friedrich A. Lohmüller, 2004
email email: (legacy email redacted)
homepage:www.f-lohmueller.de