File:Standard torus-spindle.png

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Original file (4,096 × 4,096 pixels, file size: 611 KB, MIME type: image/png)

Summary

Description Standard Torus - Spindle
Date
Source Own work
Author Lucas Vieira

POV-Ray source code

Uncomment one of the first three lines as desired:

// #declare RADIUS = 0.75; /// ring
// #declare RADIUS = 1.00; /// horn
// #declare RADIUS = 1.60; /// spindle
#declare TORUS =
 difference {
  torus { RADIUS,1.001 }
  torus { RADIUS,1.000 }
  texture {
   uv_mapping
   pigment { checker rgb <0.8,0.95,1>, rgb <0.6,0.8,0.9> scale 0.08333 }
  }
  rotate <0,45,0>
 }
#declare CYLINDER =
 difference {
  cylinder { <0,0,0.2> <0,0,0.3> 1.01 }
  cylinder { <0,0,0.1> <0,0,0.4> 0.99 }
 }

intersection {
 object { TORUS }
 box { <-9,-9,-9> <9,0,9> }
 rotate <30,0,0> translate <0,1.3,0>
 finish { ambient rgb <1,1,1> specular 1 }
}
union {
 object { CYLINDER translate < RADIUS,0,0> }
 object { CYLINDER translate <-RADIUS,0,0> }
 translate <0,-1.5,0>
}

background   { color rgbt <1,1,1,0> }
light_source { <0,-1,1> color 0.3 parallel }
light_source { <0, 1,0> color 1   parallel }
light_source { <1, 2,8> color 1   parallel
 area_light <4,0,0>, <0,0,4>, 9, 9 adaptive 1 jitter }
camera {
 orthographic
 right    x * image_width / image_height
 location <0,0,8>
 look_at  <0,0,0>
 sky      <0,1,0>
 angle    37
}

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

31 May 2007

image/png

625,490 byte

4,096 pixel

4,096 pixel

ea982443c8740a1f1a9d9ee4c936c0b67029c88b

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current00:19, 18 October 2025Thumbnail for version as of 00:19, 18 October 20254,096 × 4,096 (611 KB)wikimediacommons>CmgleeAddress http://commons.wikimedia.org/w/index.php?title=User_talk:LucasVB&diff=prev&oldid=564604748

The following 2 pages use this file: