Only you can help us build a free scout media repository!
Please create an account to start uploading your images now.

File:321anchor.png

From ScoutMedia, the free scout media repository

321anchor.png(512 × 384 pixels, file size: 24 KB, MIME type: image/png)

Summary

Description:

English : A scematic of a 3-2-1-anchor

Source:

Rendered with POVray. Code:// Persistence of Vision Ray Tracer Scene Description File // File: ?.pov // Vers: 3.6 // Desc: Basic Scene Example // Date: mm/dd/yy // Auth: ? //

  1. version 3.6;
  1. include "colors.inc"

global_settings {

 assumed_gamma 1.0

}

// ----------------------------------------

camera {

 location  <-1.5, 0.5, -4.0>
 direction 1.5*z
 right     x*image_width/image_height
 look_at   <1, 0.0,  0.0>

}

sky_sphere {

 pigment {
   gradient y
   color_map {
     [0.0 rgb <0.6,0.7,1.0>]
     [0.7 rgb <0.0,0.1,0.8>]
   }
 }

}

light_source {

 <0, 0, 0>            // light's position (translated below)
 color rgb <1, 1, 1>  // light's color
 translate <-30, 30, -30>

}

//     light_source {
// <0, 0, 0>            // light's position (translated below)
// color rgb <1, 1, 1>  // light's color
// translate <-28, 30, -20>

//} // ----------------------------------------


plane {

 y, -1
 pigment { color rgb <0,0.7,0> }

}

  #declare rope =

torus {

 0.065,
 0.01
 // rgb - Red Green Blue color shortcut

pigment {color rgb <1,1,1>} translate <0,0.9,0> }

  1. declare rope2 =

union{ object {rope} object {rope translate <0,0.02,0>} }

  1. declare ropebund =

object{rope2 translate <0,-0.80,0>}

  1. declare pole =
cylinder { <0,-1,0>, <0,1,0>, 0.05
 texture {
   pigment {
     radial
     frequency 28
     color_map {
       [0.00 color rgb <0.5,0.25,0.1> ]
       [0.33 color rgb <0.4,0.25,0.1> ]
       [0.66 color rgb <0.3,0.25,0.2> ]
       [1.00 color rgb <0.4,0.2,0.1> ]
     }
   }
   finish{
     specular 0.02
Author: WARNING ! No author has been given.
Thank you to edit that page to specify the author of the file.
(If it is your own work (i.e. not a scanning of another image made by you), please sign using the template {{User}}


 }       
 #declare pole1 = 
 union {
object{ pole }
object{ ropebund }
    }
 #declare pole2 =
 union {
 object {pole}
 object {rope2}
 object {ropebund}   
   } 
   #declare pole3 =
 union {
 object {pole}
 object {rope2}   
   }
 #declare lrope =
 cylinder {<0,-0.2,0>,<0,1,0>,0.01 pigment {color rgb <1,1,1>}}
 #declare lrope3 =
 union{
 object{lrope rotate<0,0,55> translate <0,0,0>}
 object{lrope rotate<0,0,55> translate <0,0.02,0.02>}
 object{lrope rotate<0,0,55> translate <0,0.02,-0.02>}    
 }
   
 #declare loadtorus =
   torus {
 0.13,
 0.03
 // rgb - Red Green Blue color shortcut

pigment {color rgb <1,0,0>} rotate <0,0,145> }

   #declare loadrope  =
       cylinder { <0,0,0>,<0,5,0>,0.03    pigment {color rgb <1,0,0>}  rotate <0,0,55>   } 
   
   
   
 object {pole3 rotate <0,0,-35> translate  <-0.09,-1,-0.06> }
  object {pole3 rotate <0,0,-35> translate  <-0.09,-1,0.06> } 
   object {pole3 rotate <0,0,-35> translate  <0,-1.04,0> } 
    object {pole2 rotate <0,0,-35> translate  <1.36,-1,-0.06> }
  object {pole2 rotate <0,0,-35> translate  <1.36,-1,0.06> }
    object {pole1 rotate <0,0,-35> translate  <2.75,-1,0> }
 
 object {lrope3 translate <1.25,-0.81,0>}
 object {lrope3 translate <2.7,-0.86,0>} 
  
    object {loadtorus translate <0.02,-0.87,0>} 
    object {loadrope translate <-0.06,-0.82,0>} 

|Author = Jørgen (talk · contribs) }}

Licensing

321anchor.png This media belongs to the public domain because I'm the author of this file and I decided to release it into the public domain. This applies world widely.

If this is not legally possible:
Permission is given to copy and use this media for any purposes, with no conditions but those required by law.

File history

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

Date/TimeThumbnailDimensionsUserComment
current21:40, 12 November 2014Thumbnail for version as of 21:40, 12 November 2014512 × 384 (24 KB)Jørgen (talk | contribs){{Info |Description =A scematic of an -2-1-anchor |Source =Rendered with POVray. Code:// Persistence of Vision Ray Tracer Scene Description File // File: ?.pov // Vers: 3.6 // Desc: Basic Scene Example // Date: mm/dd/yy // Auth: ? // #version 3.6; #i...

There are no pages that use this file.

Global file usage

The following other wikis use this file:

Metadata