// POV-Ray 3.6 Scene Description file// File: Toric lens surface 2.pov// Descr.: Toric lens surface explained as a "cap" cut off a torus// Date: 2011-07-15// Author: HHahn////---------------------#include"colors.inc"camera{location<0,.1,-25>look_at0angle30}// background { color Gray95 } // Background colourlight_source{<-1000,3000,-4000>White}//---------------------#declareRING_COLOUR=rgb<1.3,1.3,2.0>;#declareBOX_COLOUR=rgb<1.3,1.8,2.0>;#declareRING=torus{1.2,1// Major and minor radiuspigment{RING_COLOUR}rotate-90*x// View torus from from the top}#declareBOX1=box{<-2.75,-3,-3>,// Near-lower-left corner<1.9,3,3>// Far-upper-right cornerpigment{BOX_COLOUR}}#declareBOX2=box{<2.75,-3,-3>,// Near-lower-left corner<1.9,3,3>// Far-upper-right cornerpigment{BOX_COLOUR}}union{intersection{object{RING}object{BOX1}}intersection{object{RING}object{BOX2}translate0.65*x// Move cap slightly away from torus}rotatez*25rotatey*20rotate-x*15scale<2,2,2>translate-x*1.7translate-y*0.15}
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
to share – to copy, distribute and transmit the work
to remix – to adapt the work
Under the following conditions:
attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
{{Information |Description ={{en|1=Toric lens surface as a "cap" from a torus}} {{nl|1=Torisch lensoppervlak als "kapje" van een torus}} {{de|1=Torische Linsenoberfläche als "Käppchen" von einem Torus}} |Source ={{own}} |Author =[[Use