|
Mise à jour : 01/07/2010
525 visites depuis 7 jours,
dont 13 sur ce chapitre
classé 218/786
|



: bon courage
.1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | global_settings { max_trace_level 10 } camera {location <0,4,-20> look_at <0,5,0> } light_source { <100,100,-200> rgb .9} plane { y, 0 texture { pigment { agate } } } plane { -y, -10000 texture { pigment { rgb <.8,.9,1> } finish { ambient 1 diffuse 0 } } } difference { lathe { cubic_spline 7, <-3,0>, <0,0>, <1,0>, <2,3>, <1,6>, <1.5,7.5>, <5,10> } difference { lathe { cubic_spline 7, <-3,0>, <0,0>, <1,0>, <2,3>, <1,6>, <1.5,7.5>, <5,10> scale <0.7,1.001,0.7> } box { <5,0.5,5> <-5,-5,-5> } } pigment { rgbf <1,1,1,.9> } finish { phong 1 } interior { ior 1.5 } } sphere_sweep { cubic_spline 5, <-0.8,-5,0>, 0.15, <-0.5,0.65,0>, 0.15, <0,5,0>, 0.15, <1.5,9,0>, 0.15, <5,11,0>, 0.15 pigment { rgb <0,1,0> } } union { prism { conic_sweep linear_spline 0,1, 6 <0,-1>, <1.5,0.5>, <.7, 1>, <-.7,1>, <-1.5, 0.5>, <0,-1> } prism { conic_sweep linear_spline 0.7,1, 6 <0,-1>, <1.5,0.5>, <.7, 1>, <-.7,1>, <-1.5, 0.5>, <0,-1> translate <0,-1,0> scale <0,-0.7,0> translate <0,1,0> } pigment { rgbf <1,0,0,0.9> } finish { phong 1 } interior { ior 2.5 } scale <1,2,1> translate <0,-1,0> rotate <0,0,-30> translate <1.5,9,0> } difference { superellipsoid { <.2,.2> pigment { bozo color_map { [0 rgb <0.7,0.5,0.5>] [1 rgb <0.3,0.3,0.3>] } } translate <0,1,-5> scale <9,1,1> } text { ttf "arial.ttf" "Gyscos Inc." 0.5 0 pigment { rgb <1,1,0> } finish { phong 1 } translate <-2.5,0,0> scale <3,2,1> translate <0,0.5,-6.01> } } |

