home *** CD-ROM | disk | FTP | other *** search
- /*┌───────────────────────────────────────────────────────────────────────────┐
- │ │
- │ Ce fichier est fait pour être utilisé avec PoV Ray Tracer 0.51 │
- │ Il peut être modifié et copié à volonté et si vous obtenez une │
- │ image intéressante ou surprenante, je vous demande simplement │
- │ de me la faire parvenir au format 24 bits Targa. │
- │ │
- │ │
- │ This data file is for use with PoV Ray Tracer 0.51 . It may be │
- │ used or altered by anyone as desired. if you create with it │
- │ another scene or picture, please send me a copy in 24 bits │
- │ Targa format. │
- │ │
- │ Pour tous renseignements complémentaires, contactez : │
- │ For more information, contact : │
- │ │
- │ │
- │ │
- │ D E N I S O L I V I E R │
- │ 5, boulevard Franck Lamy │
- │ 1 7 2 0 0 R O Y A N │
- │ F R A N C E │
- │ ────────────────────────── │
- │ T é l : 4 6 0 5 4 9 4 4 │
- │ F a x : 4 6 0 5 6 7 4 3 │
- │ │
- │ FICHIER POV : VOLUMES3.POV │
- │ CREE LE : 01 Novembre 1992 │
- │ TEMPS CALCUL : 7 h 35 mn │
- │ FORMAT (TEMPS) : 640 x 480 │
- │ ANTIALIASING : oui (+a0.3) │
- │ SYSTEME : 80486 DX 50 mhz │
- │ POVRAY : recompilé 286+87 │
- │ │
- │ ─────────────────────────────────────────────────────────────────────── │
- │ # Rays Calculated : 10221758 │
- │ # Pixels Calculated : 302890 │
- │ # Pixels Supersampled : 146893 │
- │ ─────────────────────────────────────────────────────────────────────── │
- │ Type Tests Succeeded Percentage │
- │ ─────────────────────────────────────────────────────────────────────── │
- │ Sphere 45494436 3743818 8.41 │
- │ Plane 89817736 52664724 58.17 │
- │ Quadric 45408868 8469528 18.85 │
- │ Box 67849734 8296844 12.26 │
- │ ─────────────────────────────────────────────────────────────────────── │
- │ Calls to Noise Routine : 7768018 │
- │ Calls to DNoise Routine : 12020918 │
- │ ─────────────────────────────────────────────────────────────────────── │
- │ Shadow Ray Tests : 123671354 │
- │ Blocking Objects Found : 8586545 │
- │ Reflected Rays : 4003689 │
- │ Refracted Rays : 4003689 │
- │ Transmitted Rays : 824328 │
- │ │
- └───────────────────────────────────────────────────────────────────────────┘
- */
-
- // Disposition de la scène : d'aprés Frédéric Louguet (synthèse d'image)
-
- camera {
- location <0.0 8 -16>
- direction <0.0 0.0 2.0>
- right <1.3333 0.0 0.0>
- look_at <0.0 0.0 1.0>
- }
-
- // ------------------ source 1
- object {
- light_source {
- <60 60 -60>
- color red 1.0 green 1.0 blue 1.0
- }
- }
-
- // ------------------ source 2
- object {
- light_source {
- <-6000 8000 -6000>
- color red 1.0 green 1.0 blue 1.0
- }
- }
-
- // ------------------ sphere 1
- object {
- sphere { <4 1.5 0.5> 1.5 }
- texture {
- ior 1.2
- reflection 0.3
- refraction 1.0
- colour red 1.0 green 1.0 blue 1.0 alpha 1.0
- phong 1.0
- phong_size 80
- }
- }
-
- // ------------------ sphere 2
- object {
- sphere { <0 0 -1.5> 1.3 }
- texture {
- ior 1.5
- reflection 0.1
- refraction 0.9
- colour red 1.0 green 0.9 blue 0.99 alpha 0.999999
- phong 1.0
- }
- }
-
-
- // ------------------ cone
- object {
- intersection {
- plane { <0 1 0> 0.99 }
- quadric {
- <1.0 -1.0 1.0>
- <0.0 0.0 0.0>
- <0.0 0.0 0.0>
- 0.0
- }
- plane { <0 -1 0> 0 }
- }
- scale <1.5 3 1.5>
- rotate <180 0 0>
- translate <2.5 3 -4>
- texture {
- ior 1.4
- reflection 0.3
- refraction 1.0
- colour red 0.999 green 1.0 blue 0.999 alpha 0.999999
- phong 1.0
- phong_size 80
- }
- }
-
- // ------------------ cylindre
- object {
- intersection {
- plane { <0 1 0> 1 }
- quadric {
- <1.0 0.0 1.0>
- <0.0 0.0 0.0>
- <0.0 0.0 0.0>
- -1.0
- }
- plane { <0 -1 0> 0 }
- }
- scale <1.4 4.5 1.4>
- translate <-3.5 0 -0.5>
- texture {
- ior 1.7
- reflection 0.3
- refraction 1.0
- colour red 1.0 green 1.0 blue 1.0 alpha 1.0
- phong 1.0
- phong_size 80
- }
- }
-
- // ------------------ cube
- object {
- box { <-1 -1 -1> <1 1 1> }
- scale <1.5 1.5 1.5>
- rotate <0 -10 0>
- translate <0 1.5 3.5>
- texture {
- ior 7.2
- reflection 0.1
- refraction 1.0
- colour red 1.0 green 1.0 blue 1.0 alpha 1.0
- phong 1.0
- phong_size 80
- }
- }
-
- // ------------------ rectangle
- object {
- box { <-1 -1 -1> <1 1 1> }
- scale <1 0.75 0.75>
- rotate <45 -45 0>
- translate <-3 0 -4>
- texture {
- ior 1.2
- reflection 0.1
- refraction 1.0
- colour red 1.0 green 1.0 blue 0.9 alpha 0.9999999
- phong 1.0
- phong_size 80
- }
- }
-
- // ------------------ surface
- object {
- box { <-1 -1 -1> <1 1 1> }
- scale <7 0.0000001 7>
- texture {
- tiles {
- texture {
- granite
- reflection 0.31
- phong 1.0
- roughness 0.0000001
- scale <0.1 0.1 0.1>
- }
- tile2
- texture {
- wood
- metallic
- reflection 0.7
- phong 1.0
- brilliance 1.0
- color_map {
- [0.0 0.5 color red 1.0 green 1.0 blue 1.0 alpha 1.0
- color red 1.0 green 1.0 blue 1.0 alpha 1.0]
- [0.5 1.0 color red 0.6 green 0.6 blue 0.6
- color red 0.6 green 0.6 blue 0.6]
- }
- scale <0.01 2000 0.01>
- rotate <0 26 0>
- }
- }
- scale <3 3 3>
- rotate <0 -26 0>
- }
- }
-