/* This is a Persistence of Vision Ray Tracer (POV-Ray) Version 2.XXX Scene file. POV-Ray is (Copyrighted) 1994 POV-Ray Team! This file was created using "Mid Night Modeller" Version 2.0 MNM is (Copyright) 1994-95 David R.Taylor. ----------------------------------------------------------------- Author Name: Eli T. Evans File Name: roach.jpg File Resolution: 800x600x24bit File Size: 117 K Program(s) Used: Tracer: Povray2.2 Modeller: MidNite Modeler 1.0 ----------------------------------------------------------------- Image Description: 800X600x24bit. This is my first entry into the raytracing contest. Hopefully I will be able to have the time to enter many more times in the future. The scene described is a perfect kitchen counter with an unwanted guest. ----------------------------------------------------------------- */ //---------------------------Includes---------------------------- #include "colors.inc" #include "textures.inc" #max_trace_level 5 #max_intersections 100 //--------------------------Camera------------------------------- camera { location <-33.9006, 35.2994, -153.91> direction <0, 0, 2> sky <0, 1, 0> up <0, 1, 0> right <1.33333, 0, 0> look_at <5.32563, -18.5712, 2.43447> } //---------------------------Lights------------------------------ light_source { //A far away kitchen light <70, 60, -125> color rgb<1.0000, 1.0000, 1.0000> } light_source {<-32, 13.8, 3> color Gray20} //The lightsources in the light_source {<-12, 13.8, 3> color Gray30} //flourescent tube light light_source {<8, 13.8, 3> color Gray20} //beneath the cabinets. //------------------Textures & Finishes--------------------------- #declare C = 255 //sometimes used for computing colors #declare Glotube = texture { pigment {color rgbf <.75,.75,1,8>} } #declare Green_Marble= texture { pigment {granite turbulence .25 color_map { [0.0,0.5 color green 0.0 blue 0.0 red 0.0 color green 0.18 blue 0.05 red 0.05] [0.5, 1.00 color green 0.2 blue 0.1 red 0.13 color green 0.25 blue 0.115 red 0.155] } } finish {ambient .25 diffuse .75} scale .75 rotate z*50 } texture { pigment {marble turbulence .75 color_map { [0.0,0.65 color rgbf <1,1,1,1> color rgbf <1,1,1,1>] [0.65, 1.00 color rgbf <.525,1,.5,1> color rgbf <1,1,1,.75>] } } finish {ambient .5 diffuse .5} scale .5 rotate <50,45,0> } texture { pigment {marble turbulence .5 color_map { [0.0,0.95 color rgbf <1,1,1,1> color rgbf <1,1,1,1>] [0.95, 1.00 color rgbf <1,1,1,1> color rgbf <1,1,1,.35>] } } finish {specular .5 roughness .01} rotate <50,35,0> scale .5 } #declare Ruby_Glass = texture { pigment {color rgbf <.75,0.3,.5,1>} finish { reflection .1 specular 1 roughness .01 brilliance 1 refraction 1 ior 1.47 crand .001} } #declare Gray_Metal = texture { pigment {color Gray60} finish { ambient 0.33 diffuse 0.33 reflection 0.33 brilliance .75 specular 0.8 roughness 0.005 } } #declare Gray_Marble = texture { pigment {granite turbulence .75 color_map {[0,.9 color Gray60 color Gray80] [.9,1 color Gray80 color Gray90]} } finish {ambient .75 } } texture { pigment {marble turbulence .75 color_map {[0.0,0.5 color rgbf <1,1,1,1> color rgbf <1,1,1,1>] [0.5, 1.00 color rgbf <.8,.8,.8,1> color rgbf <1,1,1,.5>]} } finish {ambient .75 } scale .5 rotate <0,-45,0> } texture { pigment {marble turbulence .5 color_map {[0.0,0.95 color rgbf <1,1,1,1> color rgbf <1,1,1,1>] [0.95, 1.00 color rgbf <.5,.5,.5,.9> color rgbf <1,1,1,.5>]} } finish {specular .25 roughness .025} scale .5 rotate <0,-90,0> } #declare Cheesey = texture { pigment { color rgb <255/290,251/290,213/290>} finish { ambient .75 diffuse .25 reflection 0 specular .25 roughness .25} normal {dents .5 scale .75 turbulence .15} } #declare Cabinet = finish {ambient .25 diffuse .75 reflection 0 specular .7 roughness .02} #declare Handles = texture { pigment {color red 0.4 green 0.133 blue 0.066} finish {Cabinet} } #declare Cabinet_Drawers = texture { DMFWood3 turbulence .06 scale <.255,.255,8> rotate <0,94,0> translate y*4 finish {Cabinet} } #declare Cabinet_Doors = texture { DMFWood3 turbulence .06 scale <.255,.255,8> rotate <93.5,0,0> translate x*3 finish {Cabinet} } #declare Sandy = texture { pigment {color rgb<1,.9,.8>} finish {Cabinet} } #declare Roachy = texture { pigment {color rgb <.095,.04,.001>} finish {specular .8 roughness .05 ambient .5} normal {bumps .5 scale .2} } //----------------------Object Definition------------------------ //---------------------------Glotube----------------------------- cylinder { <-33,13.8,3> <9,13.8,3>,2 texture {Glotube} no_shadow} cylinder { <-33,13.8,3> <-36,13.8,3>,2 texture {Polished_Chrome}} cylinder { <9,13.8,3> <12,13.8,3>,2 texture {Polished_Chrome}} //-------------------------Rolling Pin-------------------------- #declare Handle_1 = cone { <0.0, 0.0, 0.0>, 1, <1.14017, 0.0, 0.0>, 1 texture { DMFLightOak rotate y*90 } rotate <.0, 290.626, .0> translate <-30.375, -12.1979, 10.0086> } #declare Handle_2 = sphere { <0.0, 0.0, 0.0>, 5.4 texture { DMFLightOak rotate y*90 } scale <1, 0.25, 0.25> rotate <.0, .0, -180> rotate <.0, 110.597, .0> translate <-28.474, -12.6, 15.0847> } #declare Handle_3 = torus { 1.3, 0.2 sturm texture { DMFLightOak rotate y*90 } rotate <.0, .0, -270> rotate <.0, 110.597, .0> translate <-29.9867, -12.6, 11.0596> } #declare Handle_4 = torus { 1.1, 0.2 sturm texture { DMFLightOak rotate y*90 } rotate <.0, .0, -270> rotate <.0, 110.597, .0> translate <-29.846, -12.6, 11.434> } #declare Handle_5 = sphere { <0.0, 0.0, 0.0>, 1.3 texture { DMFLightOak rotate y*90 } rotate <.0, .0, -180> rotate <.0, 110.597, .0> translate <-26.8557, -12.6, 19.3907> } #declare Handle_6 = torus { 1.1, 0.2 sturm texture { DMFLightOak rotate y*90 } rotate <.0, .0, -90> rotate <.0, 110.597, .0> translate <-41.1036, -12.6, -18.5204> } #declare Handle_7 = torus { 1.3, 0.2 sturm texture { DMFLightOak rotate y*90 } rotate <.0, .0, -90> rotate <.0, 110.597, .0> translate <-40.9628, -12.6, -18.146> } #declare Handle_8 = sphere { <0.0, 0.0, 0.0>, 5.4 texture { DMFLightOak rotate y*90 } scale <1, 0.25, 0.25> rotate <.0, 110.597, .0> translate <-42.4756, -12.6, -22.1711> } #declare Handle_9 = cone { <0.0, 0.0, 0.0>, 1, <1.1, 0.0, 0.0>, 1 texture { DMFLightOak rotate y*90 } rotate <.0, 110.597, .0> translate <-40.5759, -12.6, -17.1163> } #declare Pin = cone { <0.0, 0.0, 0.0>, 3, <29, 0.0, 0.0>, 3 texture { Gray_Marble scale 5 } rotate <.0, 110.597, .0> translate <-30.3737, -12.6, 10.0299> } #declare Rolling_Pin= merge { object {Handle_1 finish {Cabinet}} object {Handle_2 finish {Cabinet}} object {Handle_3 finish {Cabinet}} object {Handle_4 finish {Cabinet}} object {Handle_5 finish {Cabinet}} object {Handle_6 finish {Cabinet}} object {Handle_7 finish {Cabinet} } object {Handle_8 finish {Cabinet}} object {Handle_9 finish {Cabinet}} object {Pin finish {Shiny ambient .25}} } //---------------------------Bowl----------------------------- #declare Lip = torus { 14.3, 0.45 sturm texture { Cabinet_Drawers scale 2 } translate <-22.624, -5.9, -23.4> } #declare Bowl_1 = sphere { <0.0, 0.0, 0.0>, 9.4 texture { Cabinet_Drawers scale 2} scale <1.5, 1, 1.5> translate <-22.6, -5.9, -23.3807> clipped_by {plane {y,-5.9}} } #declare Bowl_2 = sphere { <0.0, 0.0, 0.0>, 9.7 texture { Cabinet_Drawers scale 2} scale <1.5, 1, 1.5> translate <-22.6, -5.9, -23.3807> clipped_by {plane {y,-5.9}} } #declare Bowl= union { object {Bowl_1} object {Bowl_2} object {Lip} finish {Dull ambient .5}} //---------------------------Knife------------------------------- #declare Knife_1 = torus { 1, 0.2 sturm texture { Polished_Chrome } rotate <.0, .0, -90> rotate <.0, 328.478, .0> translate <18.9855, -12.4, -15.1262> } #declare Knife_2 = torus { 1, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> rotate <.0, 328.478, .0> translate <18.7298, -12.4, -15.2831> } #declare Knife_3 = torus { 1, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> rotate <.0, 328.478, .0> translate <19.2412, -12.4, -14.9694> } #declare Knife_4 = torus { 1, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> rotate <.0, 328.478, .0> translate <29.5557, -12.4, -8.64315> } #declare Knife_5 = torus { 1, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> rotate <.0, 328.478, .0> translate <29.0443, -12.4, -8.95685> } #declare Knife_6 = torus { 1, 0.2 sturm texture { Polished_Chrome } rotate <.0, .0, -90> rotate <.0, 328.478, .0> translate <29.3, -12.4, -8.8> } #declare Knife_7= sphere { <0.0, 0.0, 0.0>, 1 texture { Polished_Chrome } rotate <-96.4288, .0, .0> rotate <.0, .0, -180> rotate <.0, 148.51, .0> translate <29.3, -12.4, -8.80002> } #declare Knife_8 = sphere { <0.0, 0.0, 0.0>, 1 texture { Polished_Chrome } rotate <-96.4288, .0, .0> rotate <.0, .0, -180> rotate <.0, 148.51, .0> translate <19.0711, -12.3934, -15.0746> } #declare Knife_9 = cone { <0.0, 0.0, 0.0>, 1, <12, 0.0, 0.0>, 1 texture { Handles} rotate <-96.4288, .0, .0> rotate <.0, .0, -180> rotate <.0, 148.51, .0> translate <19.0711, -12.3934, -15.0746> } #declare Knife_10 = sphere { <0.0, 0.0, 0.0>, 0.5 texture { Polished_Chrome } scale <2, 2, 1> rotate <-96.4288, .0, .0> rotate <.0, .0, -180> rotate <.0, 148.51, .0> translate <16.5139, -12.3917, -16.6432> } #declare Knife_11 = cone { <0.0, 0.0, 0.0>, 0.5, <3, 0.0, 0.0>, 0.5 texture { Polished_Chrome } scale <1, 2, 1> rotate <-96.4288, .0, .0> rotate <.0, .0, -180> rotate <.0, 148.51, .0> translate <16.5139, -12.3917, -16.6432> } #declare Knife_12 = union { smooth_triangle {<19.8001, -12.8069, -18.9408>, <1.1064, -0.525388, -4.80045>, <17.3405, -12.5788, -14.931>, <-2.71465, -66.3262, 2.10849>, <17.37, -12.0819, -14.9786>, <3.37268, 65.5388, -9.92355> } smooth_triangle {<-6.69732, -12.5633, -29.6762>, <2.66118, -0.788729, -6.58629>, <19.8001, -12.8069, -18.9408>, <1.1064, -0.525388, -4.80045>, <17.3405, -12.5788, -14.931>, <-2.71465, -66.3262, 2.10849> } smooth_triangle {<-6.69732, -12.5633, -29.6762>, <-0.667718, 0.000431, -0.40959>, <17.3405, -12.5788, -14.931>, <-4.2516, -43.6912, 5.38693>, <17.37, -12.0819, -14.9786>, <-0.193388, 44.2188, -2.63443> } smooth_triangle {<-6.69732, -12.5633, -29.6762>, <2.66118, -0.788729, -6.58629>, <17.37, -12.0819, -14.9786>, <3.37268, 65.5388, -9.92355>, <19.8001, -12.8069, -18.9408>, <1.1064, -0.525388, -4.80045> } texture { Polished_Chrome } } #declare Knife= merge { object {Knife_1} object {Knife_2} object {Knife_3} object {Knife_4} object {Knife_5} object {Knife_6} object {Knife_7} object {Knife_8} object {Knife_9 finish {Cabinet}} object {Knife_10} object {Knife_11} object {Knife_12} } //-----------------------------Tins------------------------------ #declare H0_Tin = cone { <0.0, 0.0, 0.0>, 6.1, <15.6003, 0.0, 0.0>, 6.1 texture {Gray_Metal } rotate <.0, .0, -270> translate <45.1, -15.6, 14.8> } #declare H1_Tin = cone { <0.0, 0.0, 0.0>, 6.4, <2, 0.0, 0.0>, 6.4 texture { Cabinet_Drawers scale 2 } rotate <.0, .0, -270> translate <45.1, 0, 14.8> } #declare H2_Lid = torus { 6.4, 0.2 sturm texture { Cabinet_Drawers scale 2 } translate <45.1, 2, 14.8> } #declare H3_Lid = torus { 6.4, 0.2 sturm texture { Cabinet_Drawers scale 2 } translate <45.1, 0, 14.8> } #declare H4_Lid = torus { 6.4, 0.2 sturm texture { Cabinet_Drawers scale 2 } scale <0.7, 0.7, 0.7> translate <46.3, -4.68, 0> } #declare H5_Lid = torus { 6.4, 0.2 sturm texture { Cabinet_Drawers scale 2 } scale <0.7, 0.7, 0.7> translate <46.3, -3.28, 0> } #declare H6_Tin = cone { <0.0, 0.0, 0.0>, 6.4, <2, 0.0, 0.0>, 6.4 texture { Cabinet_Drawers scale 2 rotate y*-50} scale <0.7, 0.7, 0.7> rotate <.0, .0, -270> translate <46.3, -4.68, 0> } #declare H7_Tin = cone { <0.0, 0.0, 0.0>, 6.1, <15.6003, 0.0, 0.0>, 6.1 texture {Gray_Metal } scale <0.7, 0.7, 0.7> rotate <.0, .0, -270> translate <46.3, -15.6, 0> } #declare Tins = union { object { H0_Tin } object { H1_Tin } object { H2_Lid } object { H3_Lid } object { H4_Lid } object { H5_Lid } object { H6_Tin } object { H7_Tin } } //--------------------------Cheese------------------------------ #declare H8_Hole = sphere { <0.0, 0.0, 0.0>, 0.860233 texture { Cheesey } translate <12.3, -9.8, 0.6> } #declare H9_Hole = sphere { <0.0, 0.0, 0.0>, 0.447214 texture { Cheesey } translate <12.2, -11, -2.4> } #declare H10_Hole = sphere { <0.0, 0.0, 0.0>, 1.14017 texture { Cheesey } translate <12.5, -12.7, -2.3> } #declare H11_Hole = sphere { <0.0, 0.0, 0.0>, 1.14017 texture { Cheesey } translate <12.3, -12.7, -7.5> } #declare H12_Hole = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Cheesey } translate <15.1, -12.9, -7.5> } #declare H13_Hole = sphere { <0.0, 0.0, 0.0>, 1.1 texture { Cheesey } translate <18.3, -11.8, -7.5> } #declare H14_Hole = sphere { <0.0, 0.0, 0.0>, 0.447214 texture { Cheesey } translate <12, -11, -7.6> } #declare H15_Hole = sphere { <0.0, 0.0, 0.0>, 0.3 texture { Cheesey } translate <28.4, -10.3, -7.6> } #declare H16_Hole = sphere { <0.0, 0.0, 0.0>, 0.5 texture { Cheesey } translate <28.4, -13.3, -7.6> } #declare H17_Hole = sphere { <0.0, 0.0, 0.0>, 1.1 texture { Cheesey } translate <29, -11.8, -7.6> } #declare H18_Hole = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Cheesey } translate <18.7, -12.9, -7.7> } #declare H19_Hole = sphere { <0.0, 0.0, 0.0>, 0.6 texture { Cheesey } translate <19.7, -10.2, -7.7> } #declare H20_Hole = sphere { <0.0, 0.0, 0.0>, 0.6 texture { Cheesey } translate <26.8, -10.2, -7.6> } #declare H21_Hole = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Cheesey } translate <25.8, -12.9, -7.6> } #declare H22_Hole = sphere { <0.0, 0.0, 0.0>, 0.360555 texture { Cheesey } translate <23.4, -11.1, -7.6> } #declare H23_Hole = sphere { <0.0, 0.0, 0.0>, 0.3 texture { Cheesey } translate <14.1, -11.6, -7.6> } #declare H24_Hole = sphere { <0.0, 0.0, 0.0>, 0.848528 texture { Cheesey } translate <16.9, -11.6, -7.6> } #declare H25_Hole = sphere { <0.0, 0.0, 0.0>, 1.30384 texture { Cheesey } translate <14.4, -10.8, 0.6> } #declare H26_Hole = sphere { <0.0, 0.0, 0.0>, 1.14017 texture { Cheesey } translate <23, -12.7, -7.6> } #declare H27_Hole = sphere { <0.0, 0.0, 0.0>, 1.00499 texture { Cheesey } translate <25.8, -11.3, -6> } #declare H28_Hole = sphere { <0.0, 0.0, 0.0>, 0.5 texture { Cheesey } translate <23.9, -9.3, -2.8> } #declare H29_Hole = sphere { <0.0, 0.0, 0.0>, 0.2 texture { Cheesey } translate <26.1, -9.5, -3.3> } #declare H30_Hole = sphere { <0.0, 0.0, 0.0>, 0.632456 texture { Cheesey } translate <21.3, -9.3, -0.6> } #declare H31_Hole = sphere { <0.0, 0.0, 0.0>, 0.5 texture { Cheesey } translate <24.5, -9.9, 0.9> } #declare H32_Hole = sphere { <0.0, 0.0, 0.0>, 1 texture { Cheesey } translate <18.2, -10, -3.2> } #declare H33_Hole = sphere { <0.0, 0.0, 0.0>, 0.5 texture { Cheesey } translate <23.6, -9.9, -1.7> } #declare H34_Hole = sphere { <0.0, 0.0, 0.0>, 0.860233 texture { Cheesey } translate <19, -12.4, 0.7> } #declare H35_Hole = sphere { <0.0, 0.0, 0.0>, 0.860233 texture { Cheesey } translate <15.6, -12.4, -2.5> } #declare H36_Hole = sphere { <0.0, 0.0, 0.0>, 0.632456 texture { Cheesey } translate <20.4, -9.3, -2.5> } #declare H37_Hole = sphere { <0.0, 0.0, 0.0>, 0.2 texture { Cheesey } translate <25.2, -9.5, -5.2> } #declare H38_Hole = sphere { <0.0, 0.0, 0.0>, 1 texture { Cheesey } translate <13.2, -10, -2> } #declare H39_Hole = sphere { <0.0, 0.0, 0.0>, 0.5 texture { Cheesey } translate <20.4, -9.9, -1.7> } #declare H40_Hole = sphere { <0.0, 0.0, 0.0>, 0.5 texture { Cheesey } translate <26.1, -9.3, -4.4> } #declare H41_Hole = sphere { <0.0, 0.0, 0.0>, 1.00499 texture { Cheesey } translate <21.1, -11.3, -0.1> } #declare H42_Hole = sphere { <0.0, 0.0, 0.0>, 0.360555 texture { Cheesey } translate <27.7, -9.5, -7.6> } #declare H43_Hole = sphere { <0.0, 0.0, 0.0>, 0.5 texture { Cheesey } translate <24.9, -9.3, -7> } #declare H44_Hole = sphere { <0.0, 0.0, 0.0>, 0.2 texture { Cheesey } translate <21.8, -9.5, -7.6> } #declare H45_Hole = sphere { <0.0, 0.0, 0.0>, 0.781025 texture { Cheesey } translate <22.7, -9.3, -5.7> } #declare H46_Hole = sphere { <0.0, 0.0, 0.0>, 0.5 texture { Cheesey } translate <20.2, -9.9, -4.9> } #declare H47_Hole = sphere { <0.0, 0.0, 0.0>, 0.632456 texture { Cheesey } translate <17, -9.3, -4.9> } #declare H48_Hole = sphere { <0.0, 0.0, 0.0>, 0.4 texture { Cheesey } translate <17.7, -9.4, -6.4> } #declare H49_Hole = sphere { <0.0, 0.0, 0.0>, 0.860233 texture { Cheesey } translate <12.2, -12.4, -4.9> } #declare H50_Hole = sphere { <0.0, 0.0, 0.0>, 0.640312 texture { Cheesey } translate <12.7, -9.8, -7.1> } #declare H51_Hole = sphere { <0.0, 0.0, 0.0>, 1 texture { Cheesey } translate <14.8, -10, -6.4> } #declare Holes = union { object { H8_Hole } object { H9_Hole } object { H10_Hole } object { H11_Hole } object { H12_Hole } object { H13_Hole } object { H14_Hole } object { H15_Hole } object { H16_Hole } object { H17_Hole } object { H18_Hole } object { H19_Hole } object { H20_Hole } object { H21_Hole } object { H22_Hole } object { H23_Hole } object { H24_Hole } object { H25_Hole } object { H26_Hole } object { H27_Hole } object { H28_Hole } object { H29_Hole } object { H30_Hole } object { H31_Hole } object { H32_Hole } object { H33_Hole } object { H34_Hole } object { H35_Hole } object { H36_Hole } object { H37_Hole } object { H38_Hole } object { H39_Hole } object { H40_Hole } object { H41_Hole } object { H42_Hole } object { H43_Hole } object { H44_Hole } object { H45_Hole } object { H46_Hole } object { H47_Hole } object { H48_Hole } object { H49_Hole } object { H50_Hole } object { H51_Hole } } #declare Cheese_1 = box { <0.0, 0.0, 0.0>, <16, 4, 8> texture { Cheesey } translate <12.2, -13.6, -7.6> } #declare Cheese = difference { object {Cheese_1} object {Holes} } //-----------------Cabinets and Countertop----------------------- #declare H0_Box = box { <0.0, 0.0, 0.0>, <12, 114, 90> texture { Sandy } translate <-57, -60, -65.7> } #declare H1_Box = box { <0.0, 0.0, 0.0>, <160, 39, 36> texture { Cabinet_Drawers } translate <-47, 15, -12> } #declare H2_Height_Field = height_field { //This is the back wall gif "wall.gif" texture { Sandy } scale <160, 1, 114> rotate <-90, .0, .0> translate <-47, -60, 24> } #declare H3_Box = box { <0.0, 0.0, 0.0>, <25, 36, 2> texture { Cabinet_Doors } translate <11, 18, -14 > } #declare H4_Box = box { <0.0, 0.0, 0.0>, <25, 36, 2> texture { Cabinet_Doors} translate <36.2, 18, -14> } #declare H5_Cone = cone { <0.0, 0.0, 0.0>, 0.8, <12, 0.0, 0.0>, 0.8 texture { Handles} rotate <.0, .0, -90> translate <32.2, 32.4, -17.3> } #declare H6_Cone = cone { <0.0, 0.0, 0.0>, 0.3, <3.3, 0.0, 0.0>, 0.3 texture { Polished_Chrome} rotate <.0, 270, .0> translate <32.2, 30.4, -17.3> } #declare H7_Cone = cone { <0.0, 0.0, 0.0>, 0.3, <3.3, 0.0, 0.0>, 0.3 texture { Polished_Chrome} rotate <.0, 270, .0> translate <32.2, 22.4, -17.3> } #declare H8_Cone = cone { <0.0, 0.0, 0.0>, 0.3, <3.3, 0.0, 0.0>, 0.3 texture { Polished_Chrome} rotate <.0, 270, .0> translate <40.3, 22.4, -17.3> } #declare H9_Cone = cone { <0.0, 0.0, 0.0>, 0.3, <3.3, 0.0, 0.0>, 0.3 texture { Polished_Chrome} rotate <.0, 270, .0> translate <40.3, 30.4, -17.3> } #declare H10_Cone = cone { <0.0, 0.0, 0.0>, 0.8, <12, 0.0, 0.0>, 0.8 texture { Handles} rotate <.0, .0, -90> translate <40.3, 32.4, -17.3> } #declare H11_Cone = cone { <0.0, 0.0, 0.0>, 0.8, <12, 0.0, 0.0>, 0.8 texture { Handles} rotate <.0, .0, -90> translate <-13.7, 32.4, -17.3> } #declare H12_Cone = cone { <0.0, 0.0, 0.0>, 0.3, <3.3, 0.0, 0.0>, 0.3 texture { Polished_Chrome} rotate <.0, 270, .0> translate <-13.7, 30.4, -17.3> } #declare H13_Cone = cone { <0.0, 0.0, 0.0>, 0.3, <3.3, 0.0, 0.0>, 0.3 texture { Polished_Chrome} rotate <.0, 270, .0> translate <-13.7, 22.4, -17.3> } #declare H14_Cone = cone { <0.0, 0.0, 0.0>, 0.3, <3.3, 0.0, 0.0>, 0.3 texture { Polished_Chrome} rotate <.0, 270, .0> translate <-21.8, 22.4, -17.3> } #declare H15_Cone = cone { <0.0, 0.0, 0.0>, 0.3, <3.3, 0.0, 0.0>, 0.3 texture { Polished_Chrome} rotate <.0, 270, .0> translate <-21.8, 30.4, -17.3> } #declare H16_Cone = cone { <0.0, 0.0, 0.0>, 0.8, <12, 0.0, 0.0>, 0.8 texture { Handles} rotate <.0, .0, -90> translate <-21.8, 32.4, -17.3> } #declare H17_Box = box { <0.0, 0.0, 0.0>, <25, 36, 2> texture { Cabinet_Doors } translate <-18, 18, -14> } #declare H18_Box = box { <0.0, 0.0, 0.0>, <25, 36, 2> texture { Cabinet_Doors } translate <-43.2, 18, -14> } #declare H19_Box = box { <0.0, 0.0, 0.0>, <50, 16, 2> texture { Cabinet_Drawers } translate <11, -56.7, -33.7254> } #declare H20_Cone = cone { <0.0, 0.0, 0.0>, 0.8, <12, 0.0, 0.0>, 0.8 texture { Handles} translate <30, -48.7, -37> } #declare H21_Cone = cone { <0.0, 0.0, 0.0>, 0.2, <3.3, 0.0, 0.0>, 0.2 texture { Polished_Chrome} rotate <.0, 270, .0> translate <31.2, -48.6696, -37> } #declare H22_Cone = cone { <0.0, 0.0, 0.0>, 0.2, <3.3, 0.0, 0.0>, 0.2 texture { Polished_Chrome} rotate <.0, 270, .0> translate <40.8, -48.6696, -37> } #declare H23_Box = box { <0.0, 0.0, 0.0>, <50, 16, 2> texture { Cabinet_Drawers } translate <-43, -56.7, -33.7254> } #declare H24_Cone = cone { <0.0, 0.0, 0.0>, 0.8, <12, 0.0, 0.0>, 0.8 texture { Handles} translate <-24, -48.7, -37> } #declare H25_Cone = cone { <0.0, 0.0, 0.0>, 0.2, <3.3, 0.0, 0.0>, 0.2 texture { Polished_Chrome} rotate <.0, 270, .0> translate <-22.8, -48.6696, -37> } #declare H26_Cone = cone { <0.0, 0.0, 0.0>, 0.2, <3.3, 0.0, 0.0>, 0.2 texture { Polished_Chrome} rotate <.0, 270, .0> translate <-13.2, -48.6696, -37> } #declare H27_Box = box { // This is the hole for the open drawer. <0.0, 0.0, 0.0>, <43.7, 13.1, 2> translate <14.2, -36.7, -31.9> } #declare H39_Box = box { <0.0, 0.0, 0.0>, <160, 40, 1> texture { Cabinet_Drawers } translate <-47, -59.7, -31.8> } #declare Front = difference { object {H39_Box} object {H27_Box}} #declare H40_Box = box { <0.0, 0.0, 0.0>, <160, 4.1, 60> texture { Green_Marble scale 20} translate <-47, -19.7, -35.7012> } #declare H28_Box = box { <0.0, 0.0, 0.0>, <43.8, .9, 50.2> texture { Cabinet_Drawers } translate <14.2, -36.5244, -46.91> } #declare H29_Box = box { <0.0, 0.0, 0.0>, <1.4, 13, 50.2> texture { Cabinet_Drawers } translate <57.9, -36.5244, -46.9> } #declare H30_Box = box { <0.0, 0.0, 0.0>, <1.4, 13, 50.2> texture { Cabinet_Drawers } translate <12.8, -36.5244, -46.9> } #declare H31_Box = box { <0.0, 0.0, 0.0>, <50, 16, 2> texture { Cabinet_Drawers } translate <11, -38, -48.9254> } #declare H32_Cone = cone { <0.0, 0.0, 0.0>, 0.8, <12, 0.0, 0.0>, 0.8 texture { Handles} translate <30, -30, -52.2> } #declare H33_Cone = cone { <0.0, 0.0, 0.0>, 0.2, <3.3, 0.0, 0.0>, 0.2 texture { Polished_Chrome} rotate <.0, 270, .0> translate <31.2, -29.9696, -52.2> } #declare H34_Cone = cone { <0.0, 0.0, 0.0>, 0.2, <3.3, 0.0, 0.0>, 0.2 texture { Polished_Chrome} rotate <.0, 270, .0> translate <40.8, -29.9696, -52.2> } #declare H35_Cone = cone { <0.0, 0.0, 0.0>, 0.2, <3.3, 0.0, 0.0>, 0.2 texture { Polished_Chrome} rotate <.0, 270, .0> translate <-13.2, -29.9696, -37> } #declare H36_Cone = cone { <0.0, 0.0, 0.0>, 0.2, <3.3, 0.0, 0.0>, 0.2 texture { Polished_Chrome} rotate <.0, 270, .0> translate <-22.8, -29.9696, -37> } #declare H37_Cone = cone { <0.0, 0.0, 0.0>, 0.8, <12, 0.0, 0.0>, 0.8 texture { Handles} translate <-24, -30, -37> } #declare H38_Box = box { <0.0, 0.0, 0.0>, <50, 16, 2> texture { Cabinet_Drawers } translate <-43, -38, -33.7254> } #declare H41_Cone = cone { <0.0, 0.0, 0.0>, 0.3, <3.42053, 0.0, 0.0>, 0.3 texture { Polished_Chrome} rotate <.0, .0, -164.745> rotate <.0, 346.834, .0> translate <35.4211, -13.6, -10.4436> } #declare H42_Cone = cone { <0.0, 0.0, 0.0>, 0.3, <3.42053, 0.0, 0.0>, 0.3 texture { Polished_Chrome} rotate <.0, .0, -164.745> rotate <.0, 346.834, .0> translate <32.8701, -13.6, 0.462057> } #declare H43_Cone = cone { <0.0, 0.0, 0.0>, 0.3, <3.42053, 0.0, 0.0>, 0.3 texture { Polished_Chrome} rotate <.0, .0, -15.2551> rotate <.0, 346.834, .0> translate <-8.98032, -13.6, -20.8298> } #declare H44_Cone = cone { <0.0, 0.0, 0.0>, 0.3, <3.42053, 0.0, 0.0>, 0.3 texture { Polished_Chrome} rotate <.0, .0, -15.2551> rotate <.0, 346.834, .0> translate <-11.5313, -13.6, -9.92424> } #declare H45_Sphere = sphere { <0.0, 0.0, 0.0>, 0.8 texture {Polished_Chrome} scale <1, 1, 0.5> rotate <.0, 346.834, .0> translate <-11.7363, -13.6, -9.0479> } #declare H46_Sphere = sphere { <0.0, 0.0, 0.0>, 0.8 texture {Polished_Chrome} scale <1, 1, 0.5> rotate <.0, 346.834, .0> translate <-8.77533, -13.6, -21.7062> } #declare H47_Sphere = sphere { <0.0, 0.0, 0.0>, 0.8 texture {Polished_Chrome} scale <1, 1, 0.5> rotate <.0, 346.834, .0> translate <35.6261, -13.6, -11.3199> } #declare H48_Sphere = sphere { <0.0, 0.0, 0.0>, 0.8 texture {Polished_Chrome} scale <1, 1, 0.5> rotate <.0, 346.834, .0> translate <32.6651, -13.6, 1.3384> } #declare H49_Cone = cone { <0.0, 0.0, 0.0>, 0.8, <13, 0.0, 0.0>, 0.8 texture { Handles} rotate <.0, 76.8342, .0> translate <32.6651, -13.6, 1.33838> } #declare H50_Cone = cone { <0.0, 0.0, 0.0>, 0.8, <13, 0.0, 0.0>, 0.8 texture { Handles} rotate <.0, 76.8342, .0> translate <-11.7363, -13.6, -9.04789> } //--------------------Cutting Board------------------------------ #declare H51_Box = box { <0.0, 0.0, 0.0>, <31, 2, 5> texture { DMFLightOak rotate y*91 } rotate <.0, 76.8342, .0> translate <13.3969, -15.6, 5.56067> } #declare H52_Box = box { <0.0, 0.0, 0.0>, <31, 2, 5> texture { DMFWood3 rotate y*91 } rotate <.0, 76.8342, .0> translate <8.52833, -15.6, 4.42183> } #declare H53_Box = box { <0.0, 0.0, 0.0>, <31, 2, 5> texture { DMFWood3 rotate y*91 } rotate <.0, 76.8342, .0> translate <18.2655, -15.6, 6.69952> } #declare H54_Box = box { <0.0, 0.0, 0.0>, <31, 2, 5> texture { DMFLightOak rotate y*91 } rotate <.0, 76.8342, .0> translate <23.1341, -15.6, 7.83836> } #declare H55_Box = box { <0.0, 0.0, 0.0>, <31, 2, 5> texture { DMFLightOak rotate y*91 } rotate <.0, 76.8342, .0> translate <3.65976, -15.6, 3.28298> } #declare H56_Box = box { <0.0, 0.0, 0.0>, <31, 2, 5> texture { DMFWood3 rotate y*91 } rotate <.0, 76.8342, .0> translate <-1.20882, -15.6, 2.14413> } #declare H57_Box = box { <0.0, 0.0, 0.0>, <31, 2, 5> texture { DMFWood3 rotate y*91 } rotate <.0, 76.8342, .0> translate <-10.946, -15.6, -0.133557> } #declare H58_Box = box { <0.0, 0.0, 0.0>, <31, 2, 5> texture { DMFLightOak rotate y*91 } rotate <.0, 76.8342, .0> translate <-6.07739, -15.6, 1.00529> } //--------------------------Goblet---------------------------- #declare H59_Cone = cone { <0.0, 0.0, 0.0>, 0.5, <6.1, 0.0, 0.0>, 0.5 texture { Polished_Brass } rotate <.0, .0, -270> rotate <.0, 346.834, .0> translate <2.78853, -12.6, -6.16376> } #declare H60_Torus = torus { 0.5, 0.1 sturm texture { Polished_Brass } rotate <.0, 346.834, .0> translate <2.78853, -6.4, -6.16376> } #declare H61_Torus = torus { 0.5, 0.1 sturm texture { Polished_Brass } rotate <.0, 346.834, .0> translate <2.78853, -6.2, -6.16376> } #declare H62_Torus = torus { 5.8, 0.2 sturm texture { Polished_Brass } rotate <.0, 346.834, .0> translate <2.78853, 0, -6.16376> } #declare H63_Torus = torus { 0.9, 0.2 sturm texture { Polished_Brass } rotate <.0, 346.834, .0> translate <2.78853, -13.2, -6.16376> } #declare H65_Sphere = sphere { <0.0, 0.0, 0.0>, 6 texture { Polished_Brass } rotate <.0, 346.834, .0> translate <2.78953, 0, -6.16801> } #declare H66_Sphere = sphere { <0.0, 0.0, 0.0>, 5.8 rotate <.0, 346.834, .0> translate <2.78953, 0, -6.16801> } #declare Cup = difference { object {H65_Sphere} object {H66_Sphere} bounded_by {object { sphere { <0.0, 0.0, 0.0>, 5.8 rotate <.0, 346.834, .0> translate <2.78953, 0, -6.16801> } }}} #declare H67_Cone = cone { <0.0, 0.0, 0.0>, 3.5, <0.4, 0.0, 0.0>, 3.5 texture { Polished_Brass } rotate <.0, .0, -90> rotate <.0, 346.834, .0> translate <2.78853, -13.2, -6.16376> } #declare H68_Cone = cone { <0.0, 0.0, 0.0>, 0.5, <0.6, 0.0, 0.0>, 0.9 texture { Polished_Brass } rotate <.0, .0, -90> rotate <.0, 346.834, .0> translate <2.78853, -12.6, -6.16376> } #declare H69_Cone = cone { <0.0, 0.0, 0.0>, 0.9, <0.2, 0.0, 0.0>, 0.6 texture { Polished_Brass } rotate <.0, .0, -90> rotate <.0, 346.834, .0> translate <2.78853, -6, -6.16376> } #declare H70_Cone = cone { <0.0, 0.0, 0.0>, 1, <0.1, 0.0, 0.0>, 1 texture { Polished_Brass } rotate <.0, .0, -90> rotate <.0, 346.834, .0> translate <2.78853, -5.9, -6.16376> } //---------------Handle Ornaments------------------------ #declare H0_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } rotate <.0, .0, -90> translate <42.3, -30, -52.3> } #declare H1_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <42, -30, -52.3> } #declare H2_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <41.7, -30, -52.3> } #declare H3_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <42.3, -30, -52.3> } #declare H4_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <29.7, -30, -52.3> } #declare H5_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <30.3, -30, -52.3> } #declare H6_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <30, -30, -52.3> } #declare H7_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } rotate <.0, .0, -90> translate <29.7, -30, -52.3> } #declare H8_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } rotate <.0, .0, -90> translate <29.7, -48.7, -37.1> } #declare H9_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <30, -48.7, -37.1> } #declare H10_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <30.3, -48.7, -37.1> } #declare H11_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <29.7, -48.7, -37.1> } #declare H12_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <42.3, -48.7, -37.1> } #declare H13_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <41.7, -48.7, -37.1> } #declare H14_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <42, -48.7, -37.1> } #declare H15_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } rotate <.0, .0, -90> translate <42.3, -48.7, -37.1> } #declare H16_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } rotate <.0, .0, -90> translate <-11.7, -30, -37.1> } #declare H17_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <-12, -30, -37.1> } #declare H18_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <-12.3, -30, -37.1> } #declare H19_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <-11.7, -30, -37.1> } #declare H20_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <-24.3, -30, -37.1> } #declare H21_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <-23.7, -30, -37.1> } #declare H22_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } rotate <.0, .0, -90> translate <-24, -30, -37.1> } #declare H23_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } rotate <.0, .0, -90> translate <-24.3, -30, -37.1> } #declare H24_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } translate <32.2, 32.7, -17.3> } #declare H25_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } translate <32.2, 32.4, -17.3> } #declare H26_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <32.2, 32.7, -17.3> } #declare H27_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <32.2, 32.1, -17.3> } #declare H28_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <32.2, 20.7, -17.3> } #declare H29_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <32.2, 20.1, -17.3> } #declare H30_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } translate <32.2, 20.4, -17.3> } #declare H31_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } translate <32.2, 20.1, -17.3> } #declare H32_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } translate <40.3, 20.1, -17.3> } #declare H33_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } translate <40.3, 20.4, -17.3> } #declare H34_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <40.3, 20.1, -17.3> } #declare H35_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <40.3, 20.7, -17.3> } #declare H36_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <40.3, 32.1, -17.3> } #declare H37_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <40.3, 32.7, -17.3> } #declare H38_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } translate <40.3, 32.4, -17.3> } #declare H39_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } translate <40.3, 32.7, -17.3> } #declare H40_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } translate <-13.7, 32.7, -17.3> } #declare H41_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } translate <-13.7, 32.4, -17.3> } #declare H42_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <-13.7, 32.7, -17.3> } #declare H43_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <-13.7, 32.1, -17.3> } #declare H44_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <-13.7, 20.7, -17.3> } #declare H45_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <-13.7, 20.1, -17.3> } #declare H46_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } translate <-13.7, 20.4, -17.3> } #declare H47_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } translate <-13.7, 20.1, -17.3> } #declare H48_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } translate <-21.8, 20.1, -17.3> } #declare H49_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } translate <-21.8, 20.4, -17.3> } #declare H50_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <-21.8, 20.1, -17.3> } #declare H51_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <-21.8, 20.7, -17.3> } #declare H52_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <-21.8, 32.1, -17.3> } #declare H53_Ornament = torus { 0.8, 0.1 sturm texture { Polished_Chrome } translate <-21.8, 32.7, -17.3> } #declare H54_Ornament = torus { 0.8, 0.2 sturm texture { Polished_Chrome } translate <-21.8, 32.4, -17.3> } #declare H55_Knob = sphere { <0.0, 0.0, 0.0>, 0.8 texture { Polished_Chrome } translate <-21.8, 32.7, -17.3> } //----------------------The Unwanted Guest--------------------- #declare F0_Box = box { <0.0, 0.0, 0.0>, <8.5, 0.9, 5.2> texture { Roachy } translate <10.9, -13.2, -27.6> } #declare F1_Mesh = union { smooth_triangle {<12.0445, -11.4986, -24.4842>, <-0.030273, 0.020942, 0.006736>, <12.1371, -11.5683, -24.505>, <0.017762, 0.0019, -0.031952>, <11.8518, -12.0202, -24.6425>, <0.000174, 0.018676, -0.061721> } smooth_triangle {<11.8518, -12.0202, -24.6425>, <0.000171, 0.019273, -0.063685>, <11.7483, -11.9597, -24.6245>, <-0.024363, 0.019516, -0.012695>, <12.0445, -11.4986, -24.4842>, <-0.022663, 0.020674, -0.01136> } smooth_triangle {<12.1371, -11.5683, -24.505>, <0.017762, 0.0019, -0.031952>, <12.0871, -11.5683, -24.3993>, <0.011436, -0.021909, 0.026557>, <11.7999, -12.0202, -24.533>, <0.047745, -0.037028, 0.022616> } smooth_triangle {<11.7999, -12.0202, -24.533>, <0.04863, -0.037714, 0.023035>, <11.8518, -12.0202, -24.6425>, <0.024844, -0.009862, -0.019134>, <12.1371, -11.5683, -24.505>, <0.0257, -0.008175, -0.018101> } smooth_triangle {<12.0871, -11.5683, -24.3993>, <0.011436, -0.021909, 0.026557>, <12.0445, -11.4986, -24.4842>, <-0.030273, 0.020942, 0.006736>, <11.7483, -11.9597, -24.6245>, <-0.048894, 0.019161, 0.040258> } smooth_triangle {<11.7483, -11.9597, -24.6245>, <-0.049168, 0.019273, 0.040475>, <11.7999, -12.0202, -24.533>, <-0.000848, -0.008821, 0.031654>, <12.0871, -11.5683, -24.3993>, <-0.003784, -0.011586, 0.030091> } smooth_triangle {<12.4457, -11.1396, -24.2941>, <-0.024465, 0.025145, 0.008732>, <12.5204, -11.2198, -24.3211>, <0.016454, 0.000686, -0.031126>, <12.1371, -11.5683, -24.505>, <0.017762, 0.0019, -0.031952> } smooth_triangle {<12.1371, -11.5683, -24.505>, <0.014763, 0.007913, -0.039262>, <12.0445, -11.4986, -24.4842>, <-0.021264, 0.022194, -0.010246>, <12.4457, -11.1396, -24.2941>, <-0.016908, 0.025347, -0.00875> } smooth_triangle {<12.5204, -11.2198, -24.3211>, <0.016454, 0.000686, -0.031126>, <12.4722, -11.2198, -24.2193>, <0.007023, -0.024804, 0.023865>, <12.0871, -11.5683, -24.3993>, <0.011436, -0.021909, 0.026557> } smooth_triangle {<12.0871, -11.5683, -24.3993>, <0.017782, -0.028858, 0.024278>, <12.1371, -11.5683, -24.505>, <0.022527, -0.011001, -0.019604>, <12.5204, -11.2198, -24.3211>, <0.021546, -0.011911, -0.018984> } smooth_triangle {<12.4722, -11.2198, -24.2193>, <0.007023, -0.024804, 0.023865>, <12.4457, -11.1396, -24.2941>, <-0.024465, 0.025145, 0.008732>, <12.0445, -11.4986, -24.4842>, <-0.030273, 0.020942, 0.006736> } smooth_triangle {<12.0445, -11.4986, -24.4842>, <-0.033232, 0.02196, 0.015467>, <12.0871, -11.5683, -24.3993>, <-0.00195, -0.010179, 0.030332>, <12.4722, -11.2198, -24.2193>, <-0.00526, -0.01235, 0.028313> } smooth_triangle {<12.8864, -10.8539, -24.0854>, <-0.020413, 0.026204, 0.0094>, <12.9497, -10.9365, -24.1153>, <0.015454, 0.000114, -0.030274>, <12.5204, -11.2198, -24.3211>, <0.016454, 0.000686, -0.031126> } smooth_triangle {<12.5204, -11.2198, -24.3211>, <0.014602, 0.007377, -0.037512>, <12.4457, -11.1396, -24.2941>, <-0.016087, 0.025722, -0.007619>, <12.8864, -10.8539, -24.0854>, <-0.013048, 0.026516, -0.007118> } smooth_triangle {<12.9497, -10.9365, -24.1153>, <0.015454, 0.000114, -0.030274>, <12.9034, -10.9365, -24.0174>, <0.004649, -0.025674, 0.021749>, <12.4722, -11.2198, -24.2193>, <0.007023, -0.024804, 0.023865> } smooth_triangle {<12.4722, -11.2198, -24.2193>, <0.012472, -0.032004, 0.021311>, <12.5204, -11.2198, -24.3211>, <0.019546, -0.012886, -0.019931>, <12.9497, -10.9365, -24.1153>, <0.018796, -0.013315, -0.019293> } smooth_triangle {<12.9034, -10.9365, -24.0174>, <0.004649, -0.025674, 0.021749>, <12.8864, -10.8539, -24.0854>, <-0.020413, 0.026204, 0.0094>, <12.4457, -11.1396, -24.2941>, <-0.024465, 0.025145, 0.008732> } smooth_triangle {<12.4457, -11.1396, -24.2941>, <-0.027694, 0.02559, 0.017067>, <12.4722, -11.2198, -24.2193>, <-0.004078, -0.011873, 0.028417>, <12.9034, -10.9365, -24.0174>, <-0.005858, -0.012525, 0.02683> } smooth_triangle {<13.3447, -10.6104, -23.8683>, <-0.017705, 0.026136, 0.009752>, <13.3999, -10.6927, -23.8996>, <0.014768, -5.2e-05, -0.029112>, <12.9497, -10.9365, -24.1153>, <0.015454, 0.000114, -0.030274> } smooth_triangle {<12.9497, -10.9365, -24.1153>, <0.014256, 0.006948, -0.03603>, <12.8864, -10.8539, -24.0854>, <-0.012645, 0.026515, -0.006274>, <13.3447, -10.6104, -23.8683>, <-0.010614, 0.026464, -0.00601> } smooth_triangle {<13.3999, -10.6927, -23.8996>, <0.014768, -5.2e-05, -0.029112>, <13.3554, -10.6927, -23.8057>, <0.002846, -0.025602, 0.020025>, <12.9034, -10.9365, -24.0174>, <0.004649, -0.025674, 0.021749> } smooth_triangle {<12.9034, -10.9365, -24.0174>, <0.009451, -0.032765, 0.019137>, <12.9497, -10.9365, -24.1153>, <0.017554, -0.013424, -0.019881>, <13.3999, -10.6927, -23.8996>, <0.017039, -0.013548, -0.01901> } smooth_triangle {<13.3554, -10.6927, -23.8057>, <0.002846, -0.025602, 0.020025>, <13.3447, -10.6104, -23.8683>, <-0.017705, 0.026136, 0.009752>, <12.8864, -10.8539, -24.0854>, <-0.020413, 0.026204, 0.0094> } smooth_triangle {<12.8864, -10.8539, -24.0854>, <-0.023825, 0.026432, 0.017425>, <12.9034, -10.9365, -24.0174>, <-0.005029, -0.012477, 0.026687>, <13.3554, -10.6927, -23.8057>, <-0.006381, -0.012423, 0.025393> } smooth_triangle {<13.8173, -10.4029, -23.6444>, <-0.015187, 0.025842, 0.010206>, <13.8643, -10.4844, -23.6773>, <0.014309, -8e-05, -0.027759>, <13.3999, -10.6927, -23.8996>, <0.014768, -5.2e-05, -0.029112> } smooth_triangle {<13.3999, -10.6927, -23.8996>, <0.014058, 0.006754, -0.034427>, <13.3447, -10.6104, -23.8683>, <-0.010297, 0.026395, -0.005278>, <13.8173, -10.4029, -23.6444>, <-0.008408, 0.026175, -0.004938> } smooth_triangle {<13.8643, -10.4844, -23.6773>, <0.014309, -8e-05, -0.027759>, <13.8217, -10.4844, -23.5873>, <0.000778, -0.025279, 0.01827>, <13.3554, -10.6927, -23.8057>, <0.002846, -0.025602, 0.020025> } smooth_triangle {<13.3554, -10.6927, -23.8057>, <0.007025, -0.032579, 0.017335>, <13.3999, -10.6927, -23.8996>, <0.015967, -0.013417, -0.019517>, <13.8643, -10.4844, -23.6773>, <0.015623, -0.013438, -0.018502> } smooth_triangle {<13.8217, -10.4844, -23.5873>, <0.000778, -0.025279, 0.01827>, <13.8173, -10.4029, -23.6444>, <-0.015187, 0.025842, 0.010206>, <13.3447, -10.6104, -23.8683>, <-0.017705, 0.026136, 0.009752> } smooth_triangle {<13.3447, -10.6104, -23.8683>, <-0.021035, 0.026311, 0.01747>, <13.3554, -10.6927, -23.8057>, <-0.005621, -0.012493, 0.025175>, <13.8217, -10.4844, -23.5873>, <-0.007172, -0.01225, 0.023859> } smooth_triangle {<14.3065, -10.2446, -23.4127>, <-0.012138, 0.025509, 0.010971>, <14.3434, -10.3252, -23.4479>, <0.01394, -0.00013, -0.026343>, <13.8643, -10.4844, -23.6773>, <0.014309, -8e-05, -0.027759> } smooth_triangle {<13.8643, -10.4844, -23.6773>, <0.014156, 0.006679, -0.032651>, <13.8173, -10.4029, -23.6444>, <-0.007966, 0.026121, -0.004176>, <14.3065, -10.2446, -23.4127>, <-0.005679, 0.025871, -0.003603> } smooth_triangle {<14.3434, -10.3252, -23.4479>, <0.01394, -0.00013, -0.026343>, <14.3026, -10.3252, -23.3618>, <-0.001958, -0.024841, 0.016239>, <13.8217, -10.4844, -23.5873>, <0.000778, -0.025279, 0.01827> } smooth_triangle {<13.8217, -10.4844, -23.5873>, <0.004164, -0.032183, 0.015399>, <13.8643, -10.4844, -23.6773>, <0.014312, -0.013284, -0.019123>, <14.3434, -10.3252, -23.4479>, <0.014035, -0.013322, -0.018061> } smooth_triangle {<14.3026, -10.3252, -23.3618>, <-0.001958, -0.024841, 0.016239>, <14.3065, -10.2446, -23.4127>, <-0.012138, 0.025509, 0.010971>, <13.8173, -10.4029, -23.6444>, <-0.015187, 0.025842, 0.010206> } smooth_triangle {<13.8173, -10.4029, -23.6444>, <-0.018259, 0.026009, 0.017631>, <13.8217, -10.4844, -23.5873>, <-0.006286, -0.012331, 0.023679>, <14.3026, -10.3252, -23.3618>, <-0.008338, -0.012003, 0.022156> } smooth_triangle {<14.8115, -10.1593, -23.1735>, <-0.008455, 0.02491, 0.01197>, <14.8365, -10.2381, -23.212>, <0.013426, -0.000291, -0.025034>, <14.3434, -10.3252, -23.4479>, <0.01394, -0.00013, -0.026343> } smooth_triangle {<14.3434, -10.3252, -23.4479>, <0.014526, 0.006556, -0.030724>, <14.3065, -10.2446, -23.4127>, <-0.005032, 0.025786, -0.002739>, <14.8115, -10.1593, -23.1735>, <-0.002269, 0.025336, -0.00199> } smooth_triangle {<14.8365, -10.2381, -23.212>, <0.013426, -0.000291, -0.025034>, <14.7976, -10.2381, -23.1298>, <-0.005107, -0.024088, 0.014004>, <14.3026, -10.3252, -23.3618>, <-0.001958, -0.024841, 0.016239> } smooth_triangle {<14.3026, -10.3252, -23.3618>, <0.000407, -0.03165, 0.013068>, <14.3434, -10.3252, -23.4479>, <0.01233, -0.013117, -0.018868>, <14.8365, -10.2381, -23.212>, <0.011945, -0.013238, -0.017887> } smooth_triangle {<14.7976, -10.2381, -23.1298>, <-0.005107, -0.024088, 0.014004>, <14.8115, -10.1593, -23.1735>, <-0.008455, 0.02491, 0.01197>, <14.3065, -10.2446, -23.4127>, <-0.012138, 0.025509, 0.010971> } smooth_triangle {<14.3065, -10.2446, -23.4127>, <-0.01489, 0.025651, 0.018123>, <14.3026, -10.3252, -23.3618>, <-0.007255, -0.012111, 0.022074>, <14.7976, -10.2381, -23.1298>, <-0.009617, -0.011546, 0.020398> } smooth_triangle {<15.3219, -10.1621, -22.9317>, <-0.004846, 0.023796, 0.012822>, <15.3361, -10.2371, -22.9729>, <0.012546, -0.00046, -0.023952>, <14.8365, -10.2381, -23.212>, <0.013426, -0.000291, -0.025034> } smooth_triangle {<14.8365, -10.2381, -23.212>, <0.014855, 0.006201, -0.028807>, <14.8115, -10.1593, -23.1735>, <-0.001555, 0.025102, -0.001054>, <15.3219, -10.1621, -22.9317>, <0.001152, 0.024267, -0.000416> } smooth_triangle {<15.3361, -10.2371, -22.9729>, <0.012546, -0.00046, -0.023952>, <15.299, -10.2371, -22.8947>, <-0.007728, -0.022926, 0.011967>, <14.7976, -10.2381, -23.1298>, <-0.005107, -0.024088, 0.014004> } smooth_triangle {<14.7976, -10.2381, -23.1298>, <-0.003809, -0.030655, 0.010513>, <14.8365, -10.2381, -23.212>, <0.010091, -0.012807, -0.018765>, <15.3361, -10.2371, -22.9729>, <0.009431, -0.012934, -0.017954> } smooth_triangle {<15.299, -10.2371, -22.8947>, <-0.007728, -0.022926, 0.011967>, <15.3219, -10.1621, -22.9317>, <-0.004846, 0.023796, 0.012822>, <14.8115, -10.1593, -23.1735>, <-0.008455, 0.02491, 0.01197> } smooth_triangle {<14.8115, -10.1593, -23.1735>, <-0.010981, 0.02498, 0.018845>, <14.7976, -10.2381, -23.1298>, <-0.008471, -0.011768, 0.020371>, <15.299, -10.2371, -22.8947>, <-0.010436, -0.010897, 0.018843> } smooth_triangle {<15.8265, -10.2373, -22.6927>, <-0.002115, 0.022294, 0.013228>, <15.8325, -10.3074, -22.7354>, <0.011686, -0.000541, -0.022872>, <15.3361, -10.2371, -22.9729>, <0.012546, -0.00046, -0.023952> } smooth_triangle {<15.3361, -10.2371, -22.9729>, <0.014665, 0.005699, -0.027158>, <15.3219, -10.1621, -22.9317>, <0.001621, 0.02389, 0.000423>, <15.8265, -10.2373, -22.6927>, <0.00367, 0.022764, 0.000727> } smooth_triangle {<15.8325, -10.3074, -22.7354>, <0.011686, -0.000541, -0.022872>, <15.7973, -10.3074, -22.661>, <-0.0095, -0.021494, 0.010306>, <15.299, -10.2371, -22.8947>, <-0.007728, -0.022926, 0.011967> } smooth_triangle {<15.299, -10.2371, -22.8947>, <-0.007173, -0.02911, 0.008323>, <15.3361, -10.2371, -22.9729>, <0.008033, -0.01226, -0.018617>, <15.8325, -10.3074, -22.7354>, <0.007388, -0.012321, -0.017806> } smooth_triangle {<15.7973, -10.3074, -22.661>, <-0.0095, -0.021494, 0.010306>, <15.8265, -10.2373, -22.6927>, <-0.002115, 0.022294, 0.013228>, <15.3219, -10.1621, -22.9317>, <-0.004846, 0.023796, 0.012822> } smooth_triangle {<15.3219, -10.1621, -22.9317>, <-0.007363, 0.023802, 0.019363>, <15.299, -10.2371, -22.8947>, <-0.009525, -0.01124, 0.018722>, <15.7973, -10.3074, -22.661>, <-0.010854, -0.010165, 0.017476> } smooth_triangle {<16.3206, -10.3685, -22.4587>, <-0.000106, 0.020644, 0.013343>, <16.3205, -10.4335, -22.5018>, <0.010954, -0.000593, -0.021701>, <15.8325, -10.3074, -22.7354>, <0.011686, -0.000541, -0.022872> } smooth_triangle {<15.8325, -10.3074, -22.7354>, <0.014271, 0.005217, -0.025626>, <15.8265, -10.2373, -22.6927>, <0.003921, 0.022344, 0.001449>, <16.3206, -10.3685, -22.4587>, <0.005427, 0.021106, 0.001536> } smooth_triangle {<16.3205, -10.4335, -22.5018>, <0.010954, -0.000593, -0.021701>, <16.2872, -10.4335, -22.4314>, <-0.010736, -0.019884, 0.008917>, <15.7973, -10.3074, -22.661>, <-0.0095, -0.021494, 0.010306> } smooth_triangle {<15.7973, -10.3074, -22.661>, <-0.009468, -0.027248, 0.00662>, <15.8325, -10.3074, -22.7354>, <0.006422, -0.011533, -0.018264>, <16.3205, -10.4335, -22.5018>, <0.005873, -0.011573, -0.017386> } smooth_triangle {<16.2872, -10.4335, -22.4314>, <-0.010736, -0.019884, 0.008917>, <16.3206, -10.3685, -22.4587>, <-0.000106, 0.020644, 0.013343>, <15.8265, -10.2373, -22.6927>, <-0.002115, 0.022294, 0.013228> } smooth_triangle {<15.8265, -10.2373, -22.6927>, <-0.004616, 0.022278, 0.019436>, <15.7973, -10.3074, -22.661>, <-0.010156, -0.010563, 0.017244>, <16.2872, -10.4335, -22.4314>, <-0.011082, -0.009356, 0.016202> } smooth_triangle {<16.8014, -10.55, -22.2309>, <0.001608, 0.018853, 0.013355>, <16.7958, -10.6094, -22.2743>, <0.01035, -0.000669, -0.020454>, <16.3205, -10.4335, -22.5018>, <0.010954, -0.000593, -0.021701> } smooth_triangle {<16.3205, -10.4335, -22.5018>, <0.013874, 0.004738, -0.024089>, <16.3206, -10.3685, -22.4587>, <0.005579, 0.020666, 0.002194>, <16.8014, -10.55, -22.2309>, <0.006864, 0.019323, 0.002203> } smooth_triangle {<16.7958, -10.6094, -22.2743>, <0.01035, -0.000669, -0.020454>, <16.7643, -10.6094, -22.2078>, <-0.011835, -0.018068, 0.007614>, <16.2872, -10.4335, -22.4314>, <-0.010736, -0.019884, 0.008917> } smooth_triangle {<16.2872, -10.4335, -22.4314>, <-0.011149, -0.025181, 0.00522>, <16.3205, -10.4335, -22.5018>, <0.005119, -0.010713, -0.017743>, <16.7958, -10.6094, -22.2743>, <0.004665, -0.01077, -0.016807> } smooth_triangle {<16.7643, -10.6094, -22.2078>, <-0.011835, -0.018068, 0.007614>, <16.8014, -10.55, -22.2309>, <0.001608, 0.018853, 0.013355>, <16.3206, -10.3685, -22.4587>, <-0.000106, 0.020644, 0.013343> } smooth_triangle {<16.3206, -10.3685, -22.4587>, <-0.002513, 0.020607, 0.019229>, <16.2872, -10.4335, -22.4314>, <-0.010485, -0.009789, 0.015909>, <16.7643, -10.6094, -22.2078>, <-0.01131, -0.008427, 0.014932> } smooth_triangle {<17.2614, -10.7876, -22.013>, <0.003131, 0.016927, 0.013218>, <17.2514, -10.8409, -22.0561>, <0.009583, -0.00063, -0.019322>, <16.7958, -10.6094, -22.2743>, <0.01035, -0.000669, -0.020454> } smooth_triangle {<16.7958, -10.6094, -22.2743>, <0.01357, 0.004182, -0.022494>, <16.8014, -10.55, -22.2309>, <0.007013, 0.018824, 0.002863>, <17.2614, -10.7876, -22.013>, <0.008155, 0.017379, 0.00276> } smooth_triangle {<17.2514, -10.8409, -22.0561>, <0.009583, -0.00063, -0.019322>, <17.2217, -10.8409, -21.9935>, <-0.012568, -0.016271, 0.006481>, <16.7643, -10.6094, -22.2078>, <-0.011835, -0.018068, 0.007614> } smooth_triangle {<16.7643, -10.6094, -22.2078>, <-0.012728, -0.022846, 0.003886>, <16.7958, -10.6094, -22.2743>, <0.003911, -0.009798, -0.017165>, <17.2514, -10.8409, -22.0561>, <0.003336, -0.009768, -0.016316> } smooth_triangle {<17.2217, -10.8409, -21.9935>, <-0.012568, -0.016271, 0.006481>, <17.2614, -10.7876, -22.013>, <0.003131, 0.016927, 0.013218>, <16.8014, -10.55, -22.2309>, <0.001608, 0.018853, 0.013355> } smooth_triangle {<16.8014, -10.55, -22.2309>, <-0.000631, 0.018775, 0.018947>, <16.7643, -10.6094, -22.2078>, <-0.010713, -0.008916, 0.014641>, <17.2217, -10.8409, -21.9935>, <-0.011263, -0.007568, 0.013791> } smooth_triangle {<17.6986, -11.0677, -21.8059>, <0.003681, 0.015389, 0.012446>, <17.6881, -11.1171, -21.8468>, <0.008389, -0.000249, -0.018442>, <17.2514, -10.8409, -22.0561>, <0.009583, -0.00063, -0.019322> } smooth_triangle {<17.2514, -10.8409, -22.0561>, <0.012969, 0.003717, -0.021029>, <17.2614, -10.7876, -22.013>, <0.00813, 0.016884, 0.003376>, <17.6986, -11.0677, -21.8059>, <0.008542, 0.01573, 0.002797> } smooth_triangle {<17.6881, -11.1171, -21.8468>, <0.008389, -0.000249, -0.018442>, <17.6603, -11.1171, -21.7881>, <-0.011855, -0.015298, 0.00598>, <17.2217, -10.8409, -21.9935>, <-0.012568, -0.016271, 0.006481> } smooth_triangle {<17.2217, -10.8409, -21.9935>, <-0.013749, -0.02059, 0.002813>, <17.2514, -10.8409, -22.0561>, <0.002865, -0.00886, -0.016539>, <17.6881, -11.1171, -21.8468>, <0.001969, -0.008574, -0.015879> } smooth_triangle {<17.6603, -11.1171, -21.7881>, <-0.011855, -0.015298, 0.00598>, <17.6986, -11.0677, -21.8059>, <0.003681, 0.015389, 0.012446>, <17.2614, -10.7876, -22.013>, <0.003131, 0.016927, 0.013218> } smooth_triangle {<17.2614, -10.7876, -22.013>, <0.000956, 0.016874, 0.018507>, <17.2217, -10.8409, -21.9935>, <-0.010819, -0.008024, 0.013454>, <17.6603, -11.1171, -21.7881>, <-0.010284, -0.007295, 0.013079> } smooth_triangle {<18.1395, -11.3248, -21.5971>, <0.001937, 0.014948, 0.010524>, <18.1366, -11.3748, -21.632>, <0.006719, 0.000114, -0.017736>, <17.6881, -11.1171, -21.8468>, <0.008389, -0.000249, -0.018442> } smooth_triangle {<17.6881, -11.1171, -21.8468>, <0.011498, 0.003775, -0.019948>, <17.6986, -11.0677, -21.8059>, <0.007967, 0.015503, 0.003218>, <18.1395, -11.3248, -21.5971>, <0.006659, 0.015173, 0.001777> } smooth_triangle {<18.1366, -11.3748, -21.632>, <0.006719, 0.000114, -0.017736>, <18.1107, -11.3748, -21.5772>, <-0.008317, -0.015427, 0.006733>, <17.6603, -11.1171, -21.7881>, <-0.011855, -0.015298, 0.00598> } smooth_triangle {<17.6603, -11.1171, -21.7881>, <-0.012673, -0.019549, 0.002694>, <17.6881, -11.1171, -21.8468>, <0.00251, -0.008263, -0.015623>, <18.1366, -11.3748, -21.632>, <0.001257, -0.00799, -0.015094> } smooth_triangle {<18.1107, -11.3748, -21.5772>, <-0.008317, -0.015427, 0.006733>, <18.1395, -11.3248, -21.5971>, <0.001937, 0.014948, 0.010524>, <17.6986, -11.0677, -21.8059>, <0.003681, 0.015389, 0.012446> } smooth_triangle {<17.6986, -11.0677, -21.8059>, <0.001304, 0.015565, 0.01736>, <17.6603, -11.1171, -21.7881>, <-0.010348, -0.00745, 0.012511>, <18.1107, -11.3748, -21.5772>, <-0.007695, -0.007547, 0.013075> } smooth_triangle {<18.6218, -11.4333, -21.3686>, <-0.002059, 0.014904, 0.007896>, <18.6321, -11.4827, -21.3949>, <0.006104, -0.000342, -0.016462>, <18.1366, -11.3748, -21.632>, <0.006719, 0.000114, -0.017736> } smooth_triangle {<18.1366, -11.3748, -21.632>, <0.008844, 0.004129, -0.019413>, <18.1395, -11.3248, -21.5971>, <0.005258, 0.015255, 0.001782>, <18.6218, -11.4333, -21.3686>, <0.002261, 0.015222, -0.000189> } smooth_triangle {<18.6321, -11.4827, -21.3949>, <0.006104, -0.000342, -0.016462>, <18.608, -11.4827, -21.344>, <-0.003633, -0.014919, 0.008063>, <18.1107, -11.3748, -21.5772>, <-0.008317, -0.015427, 0.006733> } smooth_triangle {<18.1107, -11.3748, -21.5772>, <-0.007715, -0.019895, 0.00435>, <18.1366, -11.3748, -21.632>, <0.003562, -0.008239, -0.014002>, <18.6321, -11.4827, -21.3949>, <0.003101, -0.008581, -0.013047> } smooth_triangle {<18.608, -11.4827, -21.344>, <-0.003633, -0.014919, 0.008063>, <18.6218, -11.4333, -21.3686>, <-0.002059, 0.014904, 0.007896>, <18.1395, -11.3248, -21.5971>, <0.001937, 0.014948, 0.010524> } smooth_triangle {<18.1395, -11.3248, -21.5971>, <-0.000928, 0.015364, 0.014892>, <18.1107, -11.3748, -21.5772>, <-0.008619, -0.007417, 0.012049>, <18.608, -11.4827, -21.344>, <-0.005106, -0.007036, 0.013047> } smooth_triangle {<19.1171, -11.3702, -21.134>, <-0.001418, 0.014338, -0.000865>, <19.133, -11.4149, -21.1552>, <0.006228, -0.007208, -0.010977>, <18.6321, -11.4827, -21.3949>, <0.006104, -0.000342, -0.016462> } smooth_triangle {<18.6321, -11.4827, -21.3949>, <0.007057, 0.0036, -0.018617>, <18.6218, -11.4333, -21.3686>, <0.000935, 0.015035, -0.000349>, <19.1171, -11.3702, -21.134>, <0.002359, 0.0147, -0.008937> } smooth_triangle {<19.133, -11.4149, -21.1552>, <0.006228, -0.007208, -0.010977>, <19.1108, -11.4149, -21.1083>, <-0.004463, -0.007307, 0.01162>, <18.608, -11.4827, -21.344>, <-0.003633, -0.014919, 0.008063> } smooth_triangle {<18.608, -11.4827, -21.344>, <-0.001863, -0.019003, 0.006456>, <18.6321, -11.4827, -21.3949>, <0.00544, -0.008071, -0.011939>, <19.133, -11.4149, -21.1552>, <0.005301, -0.015224, -0.006774> } smooth_triangle {<19.1108, -11.4149, -21.1083>, <-0.004463, -0.007307, 0.01162>, <19.1171, -11.3702, -21.134>, <-0.001418, 0.014338, -0.000865>, <18.6218, -11.4333, -21.3686>, <-0.002059, 0.014904, 0.007896> } smooth_triangle {<18.6218, -11.4333, -21.3686>, <-0.004869, 0.015084, 0.011888>, <18.608, -11.4827, -21.344>, <-0.006049, -0.007283, 0.012014>, <19.1108, -11.4149, -21.1083>, <-0.007408, 0.000337, 0.015702> } texture { Roachy } } #declare F2_Mesh = union { smooth_triangle {<12.0445, -11.4986, -25.5158>, <0.030273, -0.020942, 0.006736>, <12.1371, -11.5683, -25.495>, <-0.017762, -0.0019, -0.031952>, <11.8518, -12.0202, -25.3575>, <-0.000174, -0.018676, -0.061721> } smooth_triangle {<11.8518, -12.0202, -25.3575>, <-0.000171, -0.019273, -0.063685>, <11.7483, -11.9597, -25.3755>, <0.024363, -0.019516, -0.012695>, <12.0445, -11.4986, -25.5158>, <0.022663, -0.020674, -0.01136> } smooth_triangle {<12.1371, -11.5683, -25.495>, <-0.017762, -0.0019, -0.031952>, <12.0871, -11.5683, -25.6007>, <-0.011436, 0.021909, 0.026557>, <11.7999, -12.0202, -25.467>, <-0.047745, 0.037028, 0.022616> } smooth_triangle {<11.7999, -12.0202, -25.467>, <-0.04863, 0.037714, 0.023035>, <11.8518, -12.0202, -25.3575>, <-0.024844, 0.009862, -0.019134>, <12.1371, -11.5683, -25.495>, <-0.0257, 0.008175, -0.018101> } smooth_triangle {<12.0871, -11.5683, -25.6007>, <-0.011436, 0.021909, 0.026557>, <12.0445, -11.4986, -25.5158>, <0.030273, -0.020942, 0.006736>, <11.7483, -11.9597, -25.3755>, <0.048894, -0.019161, 0.040258> } smooth_triangle {<11.7483, -11.9597, -25.3755>, <0.049168, -0.019273, 0.040475>, <11.7999, -12.0202, -25.467>, <0.000848, 0.008821, 0.031654>, <12.0871, -11.5683, -25.6007>, <0.003784, 0.011586, 0.030091> } smooth_triangle {<12.4457, -11.1396, -25.7059>, <0.024465, -0.025145, 0.008732>, <12.5204, -11.2198, -25.6789>, <-0.016454, -0.000686, -0.031126>, <12.1371, -11.5683, -25.495>, <-0.017762, -0.0019, -0.031952> } smooth_triangle {<12.1371, -11.5683, -25.495>, <-0.014763, -0.007913, -0.039262>, <12.0445, -11.4986, -25.5158>, <0.021264, -0.022194, -0.010246>, <12.4457, -11.1396, -25.7059>, <0.016908, -0.025347, -0.00875> } smooth_triangle {<12.5204, -11.2198, -25.6789>, <-0.016454, -0.000686, -0.031126>, <12.4722, -11.2198, -25.7807>, <-0.007023, 0.024804, 0.023865>, <12.0871, -11.5683, -25.6007>, <-0.011436, 0.021909, 0.026557> } smooth_triangle {<12.0871, -11.5683, -25.6007>, <-0.017782, 0.028858, 0.024278>, <12.1371, -11.5683, -25.495>, <-0.022527, 0.011001, -0.019604>, <12.5204, -11.2198, -25.6789>, <-0.021546, 0.011911, -0.018984> } smooth_triangle {<12.4722, -11.2198, -25.7807>, <-0.007023, 0.024804, 0.023865>, <12.4457, -11.1396, -25.7059>, <0.024465, -0.025145, 0.008732>, <12.0445, -11.4986, -25.5158>, <0.030273, -0.020942, 0.006736> } smooth_triangle {<12.0445, -11.4986, -25.5158>, <0.033232, -0.02196, 0.015467>, <12.0871, -11.5683, -25.6007>, <0.00195, 0.010179, 0.030332>, <12.4722, -11.2198, -25.7807>, <0.00526, 0.01235, 0.028313> } smooth_triangle {<12.8864, -10.8539, -25.9146>, <0.020413, -0.026204, 0.0094>, <12.9497, -10.9365, -25.8847>, <-0.015454, -0.000114, -0.030274>, <12.5204, -11.2198, -25.6789>, <-0.016454, -0.000686, -0.031126> } smooth_triangle {<12.5204, -11.2198, -25.6789>, <-0.014602, -0.007377, -0.037512>, <12.4457, -11.1396, -25.7059>, <0.016087, -0.025722, -0.007619>, <12.8864, -10.8539, -25.9146>, <0.013048, -0.026516, -0.007118> } smooth_triangle {<12.9497, -10.9365, -25.8847>, <-0.015454, -0.000114, -0.030274>, <12.9034, -10.9365, -25.9826>, <-0.004649, 0.025674, 0.021749>, <12.4722, -11.2198, -25.7807>, <-0.007023, 0.024804, 0.023865> } smooth_triangle {<12.4722, -11.2198, -25.7807>, <-0.012472, 0.032004, 0.021311>, <12.5204, -11.2198, -25.6789>, <-0.019546, 0.012886, -0.019931>, <12.9497, -10.9365, -25.8847>, <-0.018796, 0.013315, -0.019293> } smooth_triangle {<12.9034, -10.9365, -25.9826>, <-0.004649, 0.025674, 0.021749>, <12.8864, -10.8539, -25.9146>, <0.020413, -0.026204, 0.0094>, <12.4457, -11.1396, -25.7059>, <0.024465, -0.025145, 0.008732> } smooth_triangle {<12.4457, -11.1396, -25.7059>, <0.027694, -0.02559, 0.017067>, <12.4722, -11.2198, -25.7807>, <0.004078, 0.011873, 0.028417>, <12.9034, -10.9365, -25.9826>, <0.005858, 0.012525, 0.02683> } smooth_triangle {<13.3447, -10.6104, -26.1317>, <0.017705, -0.026136, 0.009752>, <13.3999, -10.6927, -26.1004>, <-0.014768, 5.2e-05, -0.029112>, <12.9497, -10.9365, -25.8847>, <-0.015454, -0.000114, -0.030274> } smooth_triangle {<12.9497, -10.9365, -25.8847>, <-0.014256, -0.006948, -0.03603>, <12.8864, -10.8539, -25.9146>, <0.012645, -0.026515, -0.006274>, <13.3447, -10.6104, -26.1317>, <0.010614, -0.026464, -0.00601> } smooth_triangle {<13.3999, -10.6927, -26.1004>, <-0.014768, 5.2e-05, -0.029112>, <13.3554, -10.6927, -26.1943>, <-0.002846, 0.025602, 0.020025>, <12.9034, -10.9365, -25.9826>, <-0.004649, 0.025674, 0.021749> } smooth_triangle {<12.9034, -10.9365, -25.9826>, <-0.009451, 0.032765, 0.019137>, <12.9497, -10.9365, -25.8847>, <-0.017554, 0.013424, -0.019881>, <13.3999, -10.6927, -26.1004>, <-0.017039, 0.013548, -0.01901> } smooth_triangle {<13.3554, -10.6927, -26.1943>, <-0.002846, 0.025602, 0.020025>, <13.3447, -10.6104, -26.1317>, <0.017705, -0.026136, 0.009752>, <12.8864, -10.8539, -25.9146>, <0.020413, -0.026204, 0.0094> } smooth_triangle {<12.8864, -10.8539, -25.9146>, <0.023825, -0.026432, 0.017425>, <12.9034, -10.9365, -25.9826>, <0.005029, 0.012477, 0.026687>, <13.3554, -10.6927, -26.1943>, <0.006381, 0.012423, 0.025393> } smooth_triangle {<13.8173, -10.4029, -26.3556>, <0.015187, -0.025842, 0.010206>, <13.8643, -10.4844, -26.3227>, <-0.014309, 8e-05, -0.027759>, <13.3999, -10.6927, -26.1004>, <-0.014768, 5.2e-05, -0.029112> } smooth_triangle {<13.3999, -10.6927, -26.1004>, <-0.014058, -0.006754, -0.034427>, <13.3447, -10.6104, -26.1317>, <0.010297, -0.026395, -0.005278>, <13.8173, -10.4029, -26.3556>, <0.008408, -0.026175, -0.004938> } smooth_triangle {<13.8643, -10.4844, -26.3227>, <-0.014309, 8e-05, -0.027759>, <13.8217, -10.4844, -26.4127>, <-0.000778, 0.025279, 0.01827>, <13.3554, -10.6927, -26.1943>, <-0.002846, 0.025602, 0.020025> } smooth_triangle {<13.3554, -10.6927, -26.1943>, <-0.007025, 0.032579, 0.017335>, <13.3999, -10.6927, -26.1004>, <-0.015967, 0.013417, -0.019517>, <13.8643, -10.4844, -26.3227>, <-0.015623, 0.013438, -0.018502> } smooth_triangle {<13.8217, -10.4844, -26.4127>, <-0.000778, 0.025279, 0.01827>, <13.8173, -10.4029, -26.3556>, <0.015187, -0.025842, 0.010206>, <13.3447, -10.6104, -26.1317>, <0.017705, -0.026136, 0.009752> } smooth_triangle {<13.3447, -10.6104, -26.1317>, <0.021035, -0.026311, 0.01747>, <13.3554, -10.6927, -26.1943>, <0.005621, 0.012493, 0.025175>, <13.8217, -10.4844, -26.4127>, <0.007172, 0.01225, 0.023859> } smooth_triangle {<14.3065, -10.2446, -26.5873>, <0.012138, -0.025509, 0.010971>, <14.3434, -10.3252, -26.5521>, <-0.01394, 0.00013, -0.026343>, <13.8643, -10.4844, -26.3227>, <-0.014309, 8e-05, -0.027759> } smooth_triangle {<13.8643, -10.4844, -26.3227>, <-0.014156, -0.006679, -0.032651>, <13.8173, -10.4029, -26.3556>, <0.007966, -0.026121, -0.004176>, <14.3065, -10.2446, -26.5873>, <0.005679, -0.025871, -0.003603> } smooth_triangle {<14.3434, -10.3252, -26.5521>, <-0.01394, 0.00013, -0.026343>, <14.3026, -10.3252, -26.6382>, <0.001958, 0.024841, 0.016239>, <13.8217, -10.4844, -26.4127>, <-0.000778, 0.025279, 0.01827> } smooth_triangle {<13.8217, -10.4844, -26.4127>, <-0.004164, 0.032183, 0.015399>, <13.8643, -10.4844, -26.3227>, <-0.014312, 0.013284, -0.019123>, <14.3434, -10.3252, -26.5521>, <-0.014035, 0.013322, -0.018061> } smooth_triangle {<14.3026, -10.3252, -26.6382>, <0.001958, 0.024841, 0.016239>, <14.3065, -10.2446, -26.5873>, <0.012138, -0.025509, 0.010971>, <13.8173, -10.4029, -26.3556>, <0.015187, -0.025842, 0.010206> } smooth_triangle {<13.8173, -10.4029, -26.3556>, <0.018259, -0.026009, 0.017631>, <13.8217, -10.4844, -26.4127>, <0.006286, 0.012331, 0.023679>, <14.3026, -10.3252, -26.6382>, <0.008338, 0.012003, 0.022156> } smooth_triangle {<14.8115, -10.1593, -26.8265>, <0.008455, -0.02491, 0.01197>, <14.8365, -10.2381, -26.788>, <-0.013426, 0.000291, -0.025034>, <14.3434, -10.3252, -26.5521>, <-0.01394, 0.00013, -0.026343> } smooth_triangle {<14.3434, -10.3252, -26.5521>, <-0.014526, -0.006556, -0.030724>, <14.3065, -10.2446, -26.5873>, <0.005032, -0.025786, -0.002739>, <14.8115, -10.1593, -26.8265>, <0.002269, -0.025336, -0.00199> } smooth_triangle {<14.8365, -10.2381, -26.788>, <-0.013426, 0.000291, -0.025034>, <14.7976, -10.2381, -26.8702>, <0.005107, 0.024088, 0.014004>, <14.3026, -10.3252, -26.6382>, <0.001958, 0.024841, 0.016239> } smooth_triangle {<14.3026, -10.3252, -26.6382>, <-0.000407, 0.03165, 0.013068>, <14.3434, -10.3252, -26.5521>, <-0.01233, 0.013117, -0.018868>, <14.8365, -10.2381, -26.788>, <-0.011945, 0.013238, -0.017887> } smooth_triangle {<14.7976, -10.2381, -26.8702>, <0.005107, 0.024088, 0.014004>, <14.8115, -10.1593, -26.8265>, <0.008455, -0.02491, 0.01197>, <14.3065, -10.2446, -26.5873>, <0.012138, -0.025509, 0.010971> } smooth_triangle {<14.3065, -10.2446, -26.5873>, <0.01489, -0.025651, 0.018123>, <14.3026, -10.3252, -26.6382>, <0.007255, 0.012111, 0.022074>, <14.7976, -10.2381, -26.8702>, <0.009617, 0.011546, 0.020398> } smooth_triangle {<15.3219, -10.1621, -27.0683>, <0.004846, -0.023796, 0.012822>, <15.3361, -10.2371, -27.0271>, <-0.012546, 0.00046, -0.023952>, <14.8365, -10.2381, -26.788>, <-0.013426, 0.000291, -0.025034> } smooth_triangle {<14.8365, -10.2381, -26.788>, <-0.014855, -0.006201, -0.028807>, <14.8115, -10.1593, -26.8265>, <0.001555, -0.025102, -0.001054>, <15.3219, -10.1621, -27.0683>, <-0.001152, -0.024267, -0.000416> } smooth_triangle {<15.3361, -10.2371, -27.0271>, <-0.012546, 0.00046, -0.023952>, <15.299, -10.2371, -27.1053>, <0.007728, 0.022926, 0.011967>, <14.7976, -10.2381, -26.8702>, <0.005107, 0.024088, 0.014004> } smooth_triangle {<14.7976, -10.2381, -26.8702>, <0.003809, 0.030655, 0.010513>, <14.8365, -10.2381, -26.788>, <-0.010091, 0.012807, -0.018765>, <15.3361, -10.2371, -27.0271>, <-0.009431, 0.012934, -0.017954> } smooth_triangle {<15.299, -10.2371, -27.1053>, <0.007728, 0.022926, 0.011967>, <15.3219, -10.1621, -27.0683>, <0.004846, -0.023796, 0.012822>, <14.8115, -10.1593, -26.8265>, <0.008455, -0.02491, 0.01197> } smooth_triangle {<14.8115, -10.1593, -26.8265>, <0.010981, -0.02498, 0.018845>, <14.7976, -10.2381, -26.8702>, <0.008471, 0.011768, 0.020371>, <15.299, -10.2371, -27.1053>, <0.010436, 0.010897, 0.018843> } smooth_triangle {<15.8265, -10.2373, -27.3073>, <0.002115, -0.022294, 0.013228>, <15.8325, -10.3074, -27.2646>, <-0.011686, 0.000541, -0.022872>, <15.3361, -10.2371, -27.0271>, <-0.012546, 0.00046, -0.023952> } smooth_triangle {<15.3361, -10.2371, -27.0271>, <-0.014665, -0.005699, -0.027158>, <15.3219, -10.1621, -27.0683>, <-0.001621, -0.02389, 0.000423>, <15.8265, -10.2373, -27.3073>, <-0.00367, -0.022764, 0.000727> } smooth_triangle {<15.8325, -10.3074, -27.2646>, <-0.011686, 0.000541, -0.022872>, <15.7973, -10.3074, -27.339>, <0.0095, 0.021494, 0.010306>, <15.299, -10.2371, -27.1053>, <0.007728, 0.022926, 0.011967> } smooth_triangle {<15.299, -10.2371, -27.1053>, <0.007173, 0.02911, 0.008323>, <15.3361, -10.2371, -27.0271>, <-0.008033, 0.01226, -0.018617>, <15.8325, -10.3074, -27.2646>, <-0.007388, 0.012321, -0.017806> } smooth_triangle {<15.7973, -10.3074, -27.339>, <0.0095, 0.021494, 0.010306>, <15.8265, -10.2373, -27.3073>, <0.002115, -0.022294, 0.013228>, <15.3219, -10.1621, -27.0683>, <0.004846, -0.023796, 0.012822> } smooth_triangle {<15.3219, -10.1621, -27.0683>, <0.007363, -0.023802, 0.019363>, <15.299, -10.2371, -27.1053>, <0.009525, 0.01124, 0.018722>, <15.7973, -10.3074, -27.339>, <0.010854, 0.010165, 0.017476> } smooth_triangle {<16.3206, -10.3685, -27.5413>, <0.000106, -0.020644, 0.013343>, <16.3205, -10.4335, -27.4982>, <-0.010954, 0.000593, -0.021701>, <15.8325, -10.3074, -27.2646>, <-0.011686, 0.000541, -0.022872> } smooth_triangle {<15.8325, -10.3074, -27.2646>, <-0.014271, -0.005217, -0.025626>, <15.8265, -10.2373, -27.3073>, <-0.003921, -0.022344, 0.001449>, <16.3206, -10.3685, -27.5413>, <-0.005427, -0.021106, 0.001536> } smooth_triangle {<16.3205, -10.4335, -27.4982>, <-0.010954, 0.000593, -0.021701>, <16.2872, -10.4335, -27.5686>, <0.010736, 0.019884, 0.008917>, <15.7973, -10.3074, -27.339>, <0.0095, 0.021494, 0.010306> } smooth_triangle {<15.7973, -10.3074, -27.339>, <0.009468, 0.027248, 0.00662>, <15.8325, -10.3074, -27.2646>, <-0.006422, 0.011533, -0.018264>, <16.3205, -10.4335, -27.4982>, <-0.005873, 0.011573, -0.017386> } smooth_triangle {<16.2872, -10.4335, -27.5686>, <0.010736, 0.019884, 0.008917>, <16.3206, -10.3685, -27.5413>, <0.000106, -0.020644, 0.013343>, <15.8265, -10.2373, -27.3073>, <0.002115, -0.022294, 0.013228> } smooth_triangle {<15.8265, -10.2373, -27.3073>, <0.004616, -0.022278, 0.019436>, <15.7973, -10.3074, -27.339>, <0.010156, 0.010563, 0.017244>, <16.2872, -10.4335, -27.5686>, <0.011082, 0.009356, 0.016202> } smooth_triangle {<16.8014, -10.55, -27.7691>, <-0.001608, -0.018853, 0.013355>, <16.7958, -10.6094, -27.7257>, <-0.01035, 0.000669, -0.020454>, <16.3205, -10.4335, -27.4982>, <-0.010954, 0.000593, -0.021701> } smooth_triangle {<16.3205, -10.4335, -27.4982>, <-0.013874, -0.004738, -0.024089>, <16.3206, -10.3685, -27.5413>, <-0.005579, -0.020666, 0.002194>, <16.8014, -10.55, -27.7691>, <-0.006864, -0.019323, 0.002203> } smooth_triangle {<16.7958, -10.6094, -27.7257>, <-0.01035, 0.000669, -0.020454>, <16.7643, -10.6094, -27.7922>, <0.011835, 0.018068, 0.007614>, <16.2872, -10.4335, -27.5686>, <0.010736, 0.019884, 0.008917> } smooth_triangle {<16.2872, -10.4335, -27.5686>, <0.011149, 0.025181, 0.00522>, <16.3205, -10.4335, -27.4982>, <-0.005119, 0.010713, -0.017743>, <16.7958, -10.6094, -27.7257>, <-0.004665, 0.01077, -0.016807> } smooth_triangle {<16.7643, -10.6094, -27.7922>, <0.011835, 0.018068, 0.007614>, <16.8014, -10.55, -27.7691>, <-0.001608, -0.018853, 0.013355>, <16.3206, -10.3685, -27.5413>, <0.000106, -0.020644, 0.013343> } smooth_triangle {<16.3206, -10.3685, -27.5413>, <0.002513, -0.020607, 0.019229>, <16.2872, -10.4335, -27.5686>, <0.010485, 0.009789, 0.015909>, <16.7643, -10.6094, -27.7922>, <0.01131, 0.008427, 0.014932> } smooth_triangle {<17.2614, -10.7876, -27.987>, <-0.003131, -0.016927, 0.013218>, <17.2514, -10.8409, -27.9439>, <-0.009583, 0.00063, -0.019322>, <16.7958, -10.6094, -27.7257>, <-0.01035, 0.000669, -0.020454> } smooth_triangle {<16.7958, -10.6094, -27.7257>, <-0.01357, -0.004182, -0.022494>, <16.8014, -10.55, -27.7691>, <-0.007013, -0.018824, 0.002863>, <17.2614, -10.7876, -27.987>, <-0.008155, -0.017379, 0.00276> } smooth_triangle {<17.2514, -10.8409, -27.9439>, <-0.009583, 0.00063, -0.019322>, <17.2217, -10.8409, -28.0065>, <0.012568, 0.016271, 0.006481>, <16.7643, -10.6094, -27.7922>, <0.011835, 0.018068, 0.007614> } smooth_triangle {<16.7643, -10.6094, -27.7922>, <0.012728, 0.022846, 0.003886>, <16.7958, -10.6094, -27.7257>, <-0.003911, 0.009798, -0.017165>, <17.2514, -10.8409, -27.9439>, <-0.003336, 0.009768, -0.016316> } smooth_triangle {<17.2217, -10.8409, -28.0065>, <0.012568, 0.016271, 0.006481>, <17.2614, -10.7876, -27.987>, <-0.003131, -0.016927, 0.013218>, <16.8014, -10.55, -27.7691>, <-0.001608, -0.018853, 0.013355> } smooth_triangle {<16.8014, -10.55, -27.7691>, <0.000631, -0.018775, 0.018947>, <16.7643, -10.6094, -27.7922>, <0.010713, 0.008916, 0.014641>, <17.2217, -10.8409, -28.0065>, <0.011263, 0.007568, 0.013791> } smooth_triangle {<17.6986, -11.0677, -28.1941>, <-0.003681, -0.015389, 0.012446>, <17.6881, -11.1171, -28.1532>, <-0.008389, 0.000249, -0.018442>, <17.2514, -10.8409, -27.9439>, <-0.009583, 0.00063, -0.019322> } smooth_triangle {<17.2514, -10.8409, -27.9439>, <-0.012969, -0.003717, -0.021029>, <17.2614, -10.7876, -27.987>, <-0.00813, -0.016884, 0.003376>, <17.6986, -11.0677, -28.1941>, <-0.008542, -0.01573, 0.002797> } smooth_triangle {<17.6881, -11.1171, -28.1532>, <-0.008389, 0.000249, -0.018442>, <17.6603, -11.1171, -28.2119>, <0.011855, 0.015298, 0.00598>, <17.2217, -10.8409, -28.0065>, <0.012568, 0.016271, 0.006481> } smooth_triangle {<17.2217, -10.8409, -28.0065>, <0.013749, 0.02059, 0.002813>, <17.2514, -10.8409, -27.9439>, <-0.002865, 0.00886, -0.016539>, <17.6881, -11.1171, -28.1532>, <-0.001969, 0.008574, -0.015879> } smooth_triangle {<17.6603, -11.1171, -28.2119>, <0.011855, 0.015298, 0.00598>, <17.6986, -11.0677, -28.1941>, <-0.003681, -0.015389, 0.012446>, <17.2614, -10.7876, -27.987>, <-0.003131, -0.016927, 0.013218> } smooth_triangle {<17.2614, -10.7876, -27.987>, <-0.000956, -0.016874, 0.018507>, <17.2217, -10.8409, -28.0065>, <0.010819, 0.008024, 0.013454>, <17.6603, -11.1171, -28.2119>, <0.010284, 0.007295, 0.013079> } smooth_triangle {<18.1395, -11.3248, -28.4029>, <-0.001937, -0.014948, 0.010524>, <18.1366, -11.3748, -28.368>, <-0.006719, -0.000114, -0.017736>, <17.6881, -11.1171, -28.1532>, <-0.008389, 0.000249, -0.018442> } smooth_triangle {<17.6881, -11.1171, -28.1532>, <-0.011498, -0.003775, -0.019948>, <17.6986, -11.0677, -28.1941>, <-0.007967, -0.015503, 0.003218>, <18.1395, -11.3248, -28.4029>, <-0.006659, -0.015173, 0.001777> } smooth_triangle {<18.1366, -11.3748, -28.368>, <-0.006719, -0.000114, -0.017736>, <18.1107, -11.3748, -28.4228>, <0.008317, 0.015427, 0.006733>, <17.6603, -11.1171, -28.2119>, <0.011855, 0.015298, 0.00598> } smooth_triangle {<17.6603, -11.1171, -28.2119>, <0.012673, 0.019549, 0.002694>, <17.6881, -11.1171, -28.1532>, <-0.00251, 0.008263, -0.015623>, <18.1366, -11.3748, -28.368>, <-0.001257, 0.00799, -0.015094> } smooth_triangle {<18.1107, -11.3748, -28.4228>, <0.008317, 0.015427, 0.006733>, <18.1395, -11.3248, -28.4029>, <-0.001937, -0.014948, 0.010524>, <17.6986, -11.0677, -28.1941>, <-0.003681, -0.015389, 0.012446> } smooth_triangle {<17.6986, -11.0677, -28.1941>, <-0.001304, -0.015565, 0.01736>, <17.6603, -11.1171, -28.2119>, <0.010348, 0.00745, 0.012511>, <18.1107, -11.3748, -28.4228>, <0.007695, 0.007547, 0.013075> } smooth_triangle {<18.6218, -11.4333, -28.6314>, <0.002059, -0.014904, 0.007896>, <18.6321, -11.4827, -28.6051>, <-0.006104, 0.000342, -0.016462>, <18.1366, -11.3748, -28.368>, <-0.006719, -0.000114, -0.017736> } smooth_triangle {<18.1366, -11.3748, -28.368>, <-0.008844, -0.004129, -0.019413>, <18.1395, -11.3248, -28.4029>, <-0.005258, -0.015255, 0.001782>, <18.6218, -11.4333, -28.6314>, <-0.002261, -0.015222, -0.000189> } smooth_triangle {<18.6321, -11.4827, -28.6051>, <-0.006104, 0.000342, -0.016462>, <18.608, -11.4827, -28.656>, <0.003633, 0.014919, 0.008063>, <18.1107, -11.3748, -28.4228>, <0.008317, 0.015427, 0.006733> } smooth_triangle {<18.1107, -11.3748, -28.4228>, <0.007715, 0.019895, 0.00435>, <18.1366, -11.3748, -28.368>, <-0.003562, 0.008239, -0.014002>, <18.6321, -11.4827, -28.6051>, <-0.003101, 0.008581, -0.013047> } smooth_triangle {<18.608, -11.4827, -28.656>, <0.003633, 0.014919, 0.008063>, <18.6218, -11.4333, -28.6314>, <0.002059, -0.014904, 0.007896>, <18.1395, -11.3248, -28.4029>, <-0.001937, -0.014948, 0.010524> } smooth_triangle {<18.1395, -11.3248, -28.4029>, <0.000928, -0.015364, 0.014892>, <18.1107, -11.3748, -28.4228>, <0.008619, 0.007417, 0.012049>, <18.608, -11.4827, -28.656>, <0.005106, 0.007036, 0.013047> } smooth_triangle {<19.1171, -11.3702, -28.866>, <0.001418, -0.014338, -0.000865>, <19.133, -11.4149, -28.8448>, <-0.006228, 0.007208, -0.010977>, <18.6321, -11.4827, -28.6051>, <-0.006104, 0.000342, -0.016462> } smooth_triangle {<18.6321, -11.4827, -28.6051>, <-0.007057, -0.0036, -0.018617>, <18.6218, -11.4333, -28.6314>, <-0.000935, -0.015035, -0.000349>, <19.1171, -11.3702, -28.866>, <-0.002359, -0.0147, -0.008937> } smooth_triangle {<19.133, -11.4149, -28.8448>, <-0.006228, 0.007208, -0.010977>, <19.1108, -11.4149, -28.8917>, <0.004463, 0.007307, 0.01162>, <18.608, -11.4827, -28.656>, <0.003633, 0.014919, 0.008063> } smooth_triangle {<18.608, -11.4827, -28.656>, <0.001863, 0.019003, 0.006456>, <18.6321, -11.4827, -28.6051>, <-0.00544, 0.008071, -0.011939>, <19.133, -11.4149, -28.8448>, <-0.005301, 0.015224, -0.006774> } smooth_triangle {<19.1108, -11.4149, -28.8917>, <0.004463, 0.007307, 0.01162>, <19.1171, -11.3702, -28.866>, <0.001418, -0.014338, -0.000865>, <18.6218, -11.4333, -28.6314>, <0.002059, -0.014904, 0.007896> } smooth_triangle {<18.6218, -11.4333, -28.6314>, <0.004869, -0.015084, 0.011888>, <18.608, -11.4827, -28.656>, <0.006049, 0.007283, 0.012014>, <19.1108, -11.4149, -28.8917>, <0.007408, -0.000337, 0.015702> } texture { Roachy } } #declare F3_Mesh = union { smooth_triangle {<13.1689, -12.7624, -24.3213>, <0.029865, -0.041146, 0.004644>, <13.1175, -12.7312, -24.3612>, <-0.00534, -0.03666, -0.037051>, <13.2957, -12.3157, -24.4681>, <0.013235, -0.012596, -0.026904> } smooth_triangle {<13.2957, -12.3157, -24.4681>, <0.013483, -0.012831, -0.027407>, <13.3537, -12.3313, -24.4322>, <0.022409, -0.013067, -0.013445>, <13.1689, -12.7624, -24.3213>, <0.025831, -0.034126, -0.003494> } smooth_triangle {<13.1175, -12.7312, -24.3612>, <-0.00534, -0.03666, -0.037051>, <13.0771, -12.6688, -24.337>, <-0.033492, 0.003727, -0.041331>, <13.242, -12.2843, -24.4359>, <-0.01548, 0, -0.025801> } smooth_triangle {<13.242, -12.2843, -24.4359>, <-0.016106, 0, -0.026844>, <13.2957, -12.3157, -24.4681>, <-0.001749, -0.006298, -0.027396>, <13.1175, -12.7312, -24.3612>, <-0.008188, -0.027495, -0.03476> } smooth_triangle {<13.0771, -12.6688, -24.337>, <-0.033492, 0.003727, -0.041331>, <13.0881, -12.6376, -24.2729>, <-0.027799, 0.039683, -0.005054>, <13.2463, -12.2687, -24.3678>, <-0.026604, 0.011182, -0.000873> } smooth_triangle {<13.2463, -12.2687, -24.3678>, <-0.027165, 0.011418, -0.000891>, <13.242, -12.2843, -24.4359>, <-0.021603, 0.005827, -0.013355>, <13.0771, -12.6688, -24.337>, <-0.03205, 0.005709, -0.031225> } smooth_triangle {<13.0881, -12.6376, -24.2729>, <-0.027799, 0.039683, -0.005054>, <13.1395, -12.6688, -24.233>, <0.00605, 0.036086, 0.036919>, <13.3043, -12.2843, -24.3319>, <-0.012245, 0.011653, 0.024891> } smooth_triangle {<13.3043, -12.2843, -24.3319>, <-0.011997, 0.011418, 0.024388>, <13.2463, -12.2687, -24.3678>, <-0.019177, 0.011182, 0.011506>, <13.0881, -12.6376, -24.2729>, <-0.023787, 0.032558, 0.002181> } smooth_triangle {<13.1395, -12.6688, -24.233>, <0.00605, 0.036086, 0.036919>, <13.1799, -12.7312, -24.2572>, <0.035561, -0.004356, 0.042338>, <13.358, -12.3157, -24.3641>, <0.016732, 0, 0.027887> } smooth_triangle {<13.358, -12.3157, -24.3641>, <0.016106, 0, 0.026844>, <13.3043, -12.2843, -24.3319>, <0.001618, 0.005827, 0.025346>, <13.1395, -12.6688, -24.233>, <0.008408, 0.027064, 0.034139> } smooth_triangle {<13.1799, -12.7312, -24.2572>, <0.035561, -0.004356, 0.042338>, <13.1689, -12.7624, -24.3213>, <0.029865, -0.041146, 0.004644>, <13.3537, -12.3313, -24.4322>, <0.031088, -0.013067, 0.00102> } smooth_triangle {<13.3537, -12.3313, -24.4322>, <0.030528, -0.012831, 0.001001>, <13.358, -12.3157, -24.3641>, <0.02335, -0.006298, 0.014435>, <13.1799, -12.7312, -24.2572>, <0.034163, -0.006416, 0.031999> } smooth_triangle {<11.7858, -13.0648, -23.4915>, <0.025593, -0.076869, -0.004017>, <11.74, -13.0324, -23.5347>, <-0.01882, -0.044431, -0.066461>, <13.1175, -12.7312, -24.3612>, <-0.00534, -0.03666, -0.037051> } smooth_triangle {<13.1175, -12.7312, -24.3612>, <-0.007462, -0.051939, -0.042458>, <13.1689, -12.7624, -24.3213>, <0.018941, -0.055303, -0.011187>, <11.7858, -13.0648, -23.4915>, <0.015738, -0.082095, -0.017683> } smooth_triangle {<11.74, -13.0324, -23.5347>, <-0.01882, -0.044431, -0.066461>, <11.7107, -12.9676, -23.5171>, <-0.044629, 0.032071, -0.062694>, <13.0771, -12.6688, -24.337>, <-0.033492, 0.003727, -0.041331> } smooth_triangle {<13.0771, -12.6688, -24.337>, <-0.039835, 0.002796, -0.055524>, <13.1175, -12.7312, -24.3612>, <-0.01872, -0.027495, -0.052314>, <11.74, -13.0324, -23.5347>, <-0.02883, -0.033324, -0.074372> } smooth_triangle {<11.7107, -12.9676, -23.5171>, <-0.044629, 0.032071, -0.062694>, <11.7272, -12.9352, -23.4563>, <-0.02618, 0.076707, 0.003958>, <13.0881, -12.6376, -24.2729>, <-0.027799, 0.039683, -0.005054> } smooth_triangle {<13.0881, -12.6376, -24.2729>, <-0.032031, 0.053913, -0.013626>, <13.0771, -12.6688, -24.337>, <-0.036301, 0.026947, -0.040833>, <11.7107, -12.9676, -23.5171>, <-0.044654, 0.048205, -0.056856> } smooth_triangle {<11.7272, -12.9352, -23.4563>, <-0.02618, 0.076707, 0.003958>, <11.773, -12.9676, -23.4131>, <0.018805, 0.044481, 0.066943>, <13.1395, -12.6688, -24.233>, <0.00605, 0.036086, 0.036919> } smooth_triangle {<13.1395, -12.6688, -24.233>, <0.00794, 0.051118, 0.042125>, <13.0881, -12.6376, -24.2729>, <-0.017447, 0.053816, 0.010645>, <11.7272, -12.9352, -23.4563>, <-0.016233, 0.081583, 0.017404> } smooth_triangle {<11.773, -12.9676, -23.4131>, <0.018805, 0.044481, 0.066943>, <11.8024, -13.0324, -23.4307>, <0.044768, -0.032592, 0.062735>, <13.1799, -12.7312, -24.2572>, <0.035561, -0.004356, 0.042338> } smooth_triangle {<13.1799, -12.7312, -24.2572>, <0.041269, -0.003267, 0.056082>, <13.1395, -12.6688, -24.233>, <0.019135, 0.027064, 0.052019>, <11.773, -12.9676, -23.4131>, <0.028701, 0.03336, 0.074536> } smooth_triangle {<11.8024, -13.0324, -23.4307>, <0.044768, -0.032592, 0.062735>, <11.7858, -13.0648, -23.4915>, <0.025593, -0.076869, -0.004017>, <13.1689, -12.7624, -24.3213>, <0.029865, -0.041146, 0.004644> } smooth_triangle {<13.1689, -12.7624, -24.3213>, <0.033671, -0.055206, 0.013398>, <13.1799, -12.7312, -24.2572>, <0.037943, -0.027613, 0.041667>, <11.8024, -13.0324, -23.4307>, <0.044848, -0.04879, 0.056966> } smooth_triangle {<11.2845, -13.6495, -23.1907>, <0.030495, -0.035677, -0.018518>, <11.232, -13.6247, -23.2299>, <-0.007621, -0.017954, -0.047599>, <11.74, -13.0324, -23.5347>, <-0.01882, -0.044431, -0.066461> } smooth_triangle {<11.74, -13.0324, -23.5347>, <-0.010239, -0.042185, -0.060609>, <11.7858, -13.0648, -23.4915>, <0.023071, -0.066513, -0.013776>, <11.2845, -13.6495, -23.1907>, <0.025498, -0.0356, -0.026696> } smooth_triangle {<11.232, -13.6247, -23.2299>, <-0.007621, -0.017954, -0.047599>, <11.1896, -13.5753, -23.2045>, <-0.039302, 0.018651, -0.029254>, <11.7107, -12.9676, -23.5171>, <-0.044629, 0.032071, -0.062694> } smooth_triangle {<11.7107, -12.9676, -23.5171>, <-0.041015, 0.024054, -0.059592>, <11.74, -13.0324, -23.5347>, <-0.021657, -0.033324, -0.062417>, <11.232, -13.6247, -23.2299>, <-0.015137, -0.01197, -0.048494> } smooth_triangle {<11.1896, -13.5753, -23.2045>, <-0.039302, 0.018651, -0.029254>, <11.1996, -13.5505, -23.1397>, <-0.031884, 0.037069, 0.01891>, <11.7272, -12.9352, -23.4563>, <-0.02618, 0.076707, 0.003958> } smooth_triangle {<11.7272, -12.9352, -23.4563>, <-0.0314, 0.066739, 0.001258>, <11.7107, -12.9676, -23.5171>, <-0.045238, 0.033263, -0.048731>, <11.1896, -13.5753, -23.2045>, <-0.041889, 0.024713, -0.021782> } smooth_triangle {<11.1996, -13.5505, -23.1397>, <-0.031884, 0.037069, 0.01891>, <11.252, -13.5753, -23.1005>, <0.007028, 0.018419, 0.047513>, <11.773, -12.9676, -23.4131>, <0.018805, 0.044481, 0.066943> } smooth_triangle {<11.773, -12.9676, -23.4131>, <0.010025, 0.042686, 0.061534>, <11.7272, -12.9352, -23.4563>, <-0.023714, 0.066855, 0.014295>, <11.1996, -13.5505, -23.1397>, <-0.026695, 0.037147, 0.027709> } smooth_triangle {<11.252, -13.5753, -23.1005>, <0.007028, 0.018419, 0.047513>, <11.2944, -13.6247, -23.126>, <0.037727, -0.017722, 0.028431>, <11.8024, -13.0324, -23.4307>, <0.044768, -0.032592, 0.062735> } smooth_triangle {<11.8024, -13.0324, -23.4307>, <0.041313, -0.024444, 0.059947>, <11.773, -12.9676, -23.4131>, <0.021841, 0.03336, 0.063103>, <11.252, -13.5753, -23.1005>, <0.015002, 0.012279, 0.04887> } smooth_triangle {<11.2944, -13.6247, -23.126>, <0.037727, -0.017722, 0.028431>, <11.2845, -13.6495, -23.1907>, <0.030495, -0.035677, -0.018518>, <11.7858, -13.0648, -23.4915>, <0.025593, -0.076869, -0.004017> } smooth_triangle {<11.7858, -13.0648, -23.4915>, <0.030664, -0.066629, -0.001346>, <11.8024, -13.0324, -23.4307>, <0.045045, -0.033421, 0.048718>, <11.2944, -13.6247, -23.126>, <0.040443, -0.023785, 0.021176> } texture { Roachy } } #declare F4_Mesh = union { smooth_triangle {<13.7, -12.7624, -24.3471>, <0.019348, -0.041146, -0.023219>, <13.6394, -12.7312, -24.3235>, <-0.034518, -0.03666, -0.014484>, <13.6394, -12.3157, -24.5313>, <-0.016261, -0.012596, -0.025191> } smooth_triangle {<13.6394, -12.3157, -24.5313>, <-0.016565, -0.012831, -0.025662>, <13.7, -12.3313, -24.5626>, <0, -0.013067, -0.026133>, <13.7, -12.7624, -24.3471>, <0.010293, -0.034126, -0.023948> } smooth_triangle {<13.6394, -12.7312, -24.3235>, <-0.034518, -0.03666, -0.014484>, <13.6394, -12.6688, -24.2765>, <-0.052672, 0.003727, 0.007455>, <13.6394, -12.2843, -24.4687>, <-0.030088, 0, 0> } smooth_triangle {<13.6394, -12.2843, -24.4687>, <-0.031305, 0, 0>, <13.6394, -12.3157, -24.5313>, <-0.024391, -0.006298, -0.012595>, <13.6394, -12.7312, -24.3235>, <-0.034019, -0.027495, -0.010863> } smooth_triangle {<13.6394, -12.6688, -24.2765>, <-0.052672, 0.003727, 0.007455>, <13.7, -12.6376, -24.2529>, <-0.018636, 0.039683, 0.021237>, <13.7, -12.2687, -24.4374>, <-0.014436, 0.011182, 0.022364> } smooth_triangle {<13.7, -12.2687, -24.4374>, <-0.01474, 0.011418, 0.022835>, <13.6394, -12.2843, -24.4687>, <-0.022566, 0.005827, 0.011653>, <13.6394, -12.6688, -24.2765>, <-0.043265, 0.005709, 0.011418> } smooth_triangle {<13.7, -12.6376, -24.2529>, <-0.018636, 0.039683, 0.021237>, <13.7606, -12.6688, -24.2765>, <0.034771, 0.036086, 0.013807>, <13.7606, -12.2843, -24.4687>, <0.015044, 0.011653, 0.023306> } smooth_triangle {<13.7606, -12.2843, -24.4687>, <0.01474, 0.011418, 0.022835>, <13.7, -12.2687, -24.4374>, <0, 0.011182, 0.022364>, <13.7, -12.6376, -24.2529>, <-0.010368, 0.032558, 0.021519> } smooth_triangle {<13.7606, -12.6688, -24.2765>, <0.034771, 0.036086, 0.013807>, <13.7606, -12.7312, -24.3235>, <0.0546, -0.004356, -0.008711>, <13.7606, -12.3157, -24.5313>, <0.032521, 0, 0> } smooth_triangle {<13.7606, -12.3157, -24.5313>, <0.031305, 0, 0>, <13.7606, -12.2843, -24.4687>, <0.022566, 0.005827, 0.011653>, <13.7606, -12.6688, -24.2765>, <0.0336, 0.027064, 0.010355> } smooth_triangle {<13.7606, -12.7312, -24.3235>, <0.0546, -0.004356, -0.008711>, <13.7, -12.7624, -24.3471>, <0.019348, -0.041146, -0.023219>, <13.7, -12.3313, -24.5626>, <0.016869, -0.013067, -0.026133> } smooth_triangle {<13.7, -12.3313, -24.5626>, <0.016565, -0.012831, -0.025662>, <13.7606, -12.3157, -24.5313>, <0.024391, -0.006298, -0.012596>, <13.7606, -12.7312, -24.3235>, <0.045015, -0.006416, -0.012831> } smooth_triangle {<13.7, -13.0648, -22.7342>, <0.009723, -0.076869, -0.024013>, <13.6394, -13.0324, -22.7171>, <-0.066673, -0.044431, -0.018056>, <13.6394, -12.7312, -24.3235>, <-0.034518, -0.03666, -0.014484> } smooth_triangle {<13.6394, -12.7312, -24.3235>, <-0.040247, -0.051939, -0.015446>, <13.7, -12.7624, -24.3471>, <0.000152, -0.055303, -0.021998>, <13.7, -13.0648, -22.7342>, <-0.007066, -0.082095, -0.022593> } smooth_triangle {<13.6394, -13.0324, -22.7171>, <-0.066673, -0.044431, -0.018056>, <13.6394, -12.9676, -22.6829>, <-0.076722, 0.032071, 0.006013>, <13.6394, -12.6688, -24.2765>, <-0.052672, 0.003727, 0.007455> } smooth_triangle {<13.6394, -12.6688, -24.2765>, <-0.068106, 0.002796, 0.005591>, <13.6394, -12.7312, -24.3235>, <-0.054491, -0.027495, -0.010863>, <13.6394, -13.0324, -22.7171>, <-0.078606, -0.033324, -0.013542> } smooth_triangle {<13.6394, -12.9676, -22.6829>, <-0.076722, 0.032071, 0.006013>, <13.7, -12.9352, -22.6658>, <-0.010076, 0.076707, 0.024485>, <13.7, -12.6376, -24.2529>, <-0.018636, 0.039683, 0.021237> } smooth_triangle {<13.7, -12.6376, -24.2529>, <-0.028164, 0.053913, 0.020456>, <13.6394, -12.6688, -24.2765>, <-0.053691, 0.026947, 0.010119>, <13.6394, -12.9676, -22.6829>, <-0.071728, 0.048205, 0.009038> } smooth_triangle {<13.7, -12.9352, -22.6658>, <-0.010076, 0.076707, 0.024485>, <13.7606, -12.9676, -22.6829>, <0.067078, 0.044481, 0.018317>, <13.7606, -12.6688, -24.2765>, <0.034771, 0.036086, 0.013807> } smooth_triangle {<13.7606, -12.6688, -24.2765>, <0.040207, 0.051118, 0.014865>, <13.7, -12.6376, -24.2529>, <0.000152, 0.053816, 0.020438>, <13.7, -12.9352, -22.6658>, <0.006572, 0.081583, 0.022874> } smooth_triangle {<13.7606, -12.9676, -22.6829>, <0.067078, 0.044481, 0.018317>, <13.7606, -13.0324, -22.7171>, <0.076828, -0.032592, -0.006111>, <13.7606, -12.7312, -24.3235>, <0.0546, -0.004356, -0.008711> } smooth_triangle {<13.7606, -12.7312, -24.3235>, <0.069323, -0.003267, -0.006533>, <13.7606, -12.6688, -24.2765>, <0.054451, 0.027064, 0.010355>, <13.7606, -12.9676, -22.6829>, <0.078681, 0.03336, 0.013738> } smooth_triangle {<13.7606, -13.0324, -22.7171>, <0.076828, -0.032592, -0.006111>, <13.7, -13.0648, -22.7342>, <0.009723, -0.076869, -0.024013>, <13.7, -12.7624, -24.3471>, <0.019348, -0.041146, -0.023219> } smooth_triangle {<13.7, -12.7624, -24.3471>, <0.028812, -0.055206, -0.021979>, <13.7606, -12.7312, -24.3235>, <0.055251, -0.027613, -0.011098>, <13.7606, -13.0324, -22.7171>, <0.071922, -0.04879, -0.009148> } smooth_triangle {<13.7, -13.6495, -22.1495>, <-0.000189, -0.035677, -0.035677>, <13.6394, -13.6247, -22.1247>, <-0.044737, -0.017954, -0.017954>, <13.6394, -13.0324, -22.7171>, <-0.066673, -0.044431, -0.018056> } smooth_triangle {<13.6394, -13.0324, -22.7171>, <-0.05724, -0.042185, -0.022403>, <13.7, -13.0648, -22.7342>, <5.7e-05, -0.066513, -0.026871>, <13.7, -13.6495, -22.1495>, <-0.009773, -0.0356, -0.0356> } smooth_triangle {<13.6394, -13.6247, -22.1247>, <-0.044737, -0.017954, -0.017954>, <13.6394, -13.5753, -22.0753>, <-0.045306, 0.018651, 0.018651>, <13.6394, -12.9676, -22.6829>, <-0.076722, 0.032071, 0.006013> } smooth_triangle {<13.6394, -12.9676, -22.6829>, <-0.072201, 0.024054, 0.00451>, <13.6394, -13.0324, -22.7171>, <-0.064664, -0.033324, -0.013542>, <13.6394, -13.6247, -22.1247>, <-0.049371, -0.01197, -0.01197> } smooth_triangle {<13.6394, -13.5753, -22.0753>, <-0.045306, 0.018651, 0.018651>, <13.7, -13.5505, -22.0505>, <-0.000189, 0.037069, 0.037069>, <13.7, -12.9352, -22.6658>, <-0.010076, 0.076707, 0.024485> } smooth_triangle {<13.7, -12.9352, -22.6658>, <-0.015076, 0.066739, 0.027573>, <13.6394, -12.9676, -22.6829>, <-0.065061, 0.033263, 0.013719>, <13.6394, -13.5753, -22.0753>, <-0.04023, 0.024713, 0.024713> } smooth_triangle {<13.7, -13.5505, -22.0505>, <-0.000189, 0.037069, 0.037069>, <13.7606, -13.5753, -22.0753>, <0.044358, 0.018419, 0.018419>, <13.7606, -12.9676, -22.6829>, <0.067078, 0.044481, 0.018317> } smooth_triangle {<13.7606, -12.9676, -22.6829>, <0.057923, 0.042686, 0.023063>, <13.7, -12.9352, -22.6658>, <5.7e-05, 0.066855, 0.027689>, <13.7, -13.5505, -22.0505>, <0.010026, 0.037147, 0.037147> } smooth_triangle {<13.7606, -13.5753, -22.0753>, <0.044358, 0.018419, 0.018419>, <13.7606, -13.6247, -22.1247>, <0.04379, -0.017722, -0.017722>, <13.7606, -13.0324, -22.7171>, <0.076828, -0.032592, -0.006111> } smooth_triangle {<13.7606, -13.0324, -22.7171>, <0.07266, -0.024444, -0.004583>, <13.7606, -12.9676, -22.6829>, <0.065347, 0.03336, 0.013738>, <13.7606, -13.5753, -22.0753>, <0.049624, 0.012279, 0.012279> } smooth_triangle {<13.7606, -13.6247, -22.1247>, <0.04379, -0.017722, -0.017722>, <13.7, -13.6495, -22.1495>, <-0.000189, -0.035677, -0.035677>, <13.7, -13.0648, -22.7342>, <0.009723, -0.076869, -0.024013> } smooth_triangle {<13.7, -13.0648, -22.7342>, <0.014622, -0.066629, -0.026987>, <13.7606, -13.0324, -22.7171>, <0.064951, -0.033421, -0.013561>, <13.7606, -13.6247, -22.1247>, <0.038967, -0.023785, -0.023785> } texture { Roachy } } #declare F5_Mesh = union { smooth_triangle {<14.1787, -12.7619, -24.2213>, <-0.003585, -0.038962, -0.029192>, <14.1525, -12.731, -24.1617>, <-0.033796, -0.034559, 0.01334>, <14.0057, -12.3157, -24.3086>, <-0.029294, -0.012588, -0.006311> } smooth_triangle {<14.0057, -12.3157, -24.3086>, <-0.029834, -0.01282, -0.006427>, <14.0264, -12.3313, -24.3736>, <-0.018459, -0.013052, -0.018459>, <14.1787, -12.7619, -24.2213>, <-0.010282, -0.032484, -0.02353> } smooth_triangle {<14.1525, -12.731, -24.1617>, <-0.033796, -0.034559, 0.01334>, <14.186, -12.669, -24.1283>, <-0.030421, 0.003732, 0.040977>, <14.05, -12.2843, -24.2643>, <-0.021289, 0, 0.021289> } smooth_triangle {<14.05, -12.2843, -24.2643>, <-0.022136, 0, 0.022136>, <14.0057, -12.3157, -24.3086>, <-0.026139, -0.006294, 0.008336>, <14.1525, -12.731, -24.1617>, <-0.031093, -0.025919, 0.015751> } smooth_triangle {<14.186, -12.669, -24.1283>, <-0.030421, 0.003732, 0.040977>, <14.2456, -12.6381, -24.1544>, <0.002612, 0.037826, 0.027482>, <14.115, -12.2687, -24.285>, <0.005613, 0.011196, 0.026055> } smooth_triangle {<14.115, -12.2687, -24.285>, <0.00573, 0.011428, 0.026595>, <14.05, -12.2843, -24.2643>, <-0.007721, 0.00583, 0.024212>, <14.186, -12.669, -24.1283>, <-0.021354, 0.005714, 0.037516> } smooth_triangle {<14.2456, -12.6381, -24.1544>, <0.002612, 0.037826, 0.027482>, <14.2717, -12.669, -24.214>, <0.033583, 0.034146, -0.014031>, <14.1357, -12.2843, -24.35>, <0.027135, 0.01166, 0.005846> } smooth_triangle {<14.1357, -12.2843, -24.35>, <0.026595, 0.011428, 0.005729>, <14.115, -12.2687, -24.285>, <0.015834, 0.011196, 0.015834>, <14.2456, -12.6381, -24.1544>, <0.008472, 0.031168, 0.022014> } smooth_triangle {<14.2717, -12.669, -24.214>, <0.033583, 0.034146, -0.014031>, <14.2383, -12.731, -24.2475>, <0.030762, -0.004351, -0.043068>, <14.0914, -12.3157, -24.3943>, <0.022983, 0, -0.022983> } smooth_triangle {<14.0914, -12.3157, -24.3943>, <0.022136, 0, -0.022136>, <14.1357, -12.2843, -24.35>, <0.024212, 0.00583, -0.007721>, <14.2717, -12.669, -24.214>, <0.030509, 0.025609, -0.015845> } smooth_triangle {<14.2383, -12.731, -24.2475>, <0.030762, -0.004351, -0.043068>, <14.1787, -12.7619, -24.2213>, <-0.003585, -0.038962, -0.029192>, <14.0264, -12.3313, -24.3736>, <-0.006544, -0.013052, -0.030374> } smooth_triangle {<14.0264, -12.3313, -24.3736>, <-0.006427, -0.01282, -0.029834>, <14.0914, -12.3157, -24.3943>, <0.008336, -0.006294, -0.026139>, <14.2383, -12.731, -24.2475>, <0.021494, -0.00641, -0.039625> } smooth_triangle {<15.243, -13.063, -23.157>, <-0.011093, -0.068535, -0.022555>, <15.215, -13.0315, -23.0992>, <-0.056361, -0.038283, 0.030971>, <14.1525, -12.731, -24.1617>, <-0.033796, -0.034559, 0.01334> } smooth_triangle {<14.1525, -12.731, -24.1617>, <-0.03807, -0.04873, 0.016276>, <14.1787, -12.7619, -24.2213>, <-0.015411, -0.052032, -0.015624>, <15.243, -13.063, -23.157>, <-0.021042, -0.074213, -0.010645> } smooth_triangle {<15.215, -13.0315, -23.0992>, <-0.056361, -0.038283, 0.030971>, <15.2448, -12.9685, -23.0694>, <-0.045637, 0.030207, 0.054181>, <14.186, -12.669, -24.1283>, <-0.030421, 0.003732, 0.040977> } smooth_triangle {<14.186, -12.669, -24.1283>, <-0.041777, 0.002799, 0.049694>, <14.1525, -12.731, -24.1617>, <-0.044308, -0.025919, 0.028966>, <15.215, -13.0315, -23.0992>, <-0.061232, -0.028712, 0.04219> } smooth_triangle {<15.2448, -12.9685, -23.0694>, <-0.045637, 0.030207, 0.054181>, <15.3026, -12.937, -23.0974>, <0.011303, 0.068874, 0.023635>, <14.2456, -12.6381, -24.1544>, <0.002612, 0.037826, 0.027482> } smooth_triangle {<14.2456, -12.6381, -24.1544>, <-0.00428, 0.051064, 0.033269>, <14.186, -12.669, -24.1283>, <-0.029054, 0.025493, 0.04339>, <15.2448, -12.9685, -23.0694>, <-0.040466, 0.04535, 0.053293> } smooth_triangle {<15.3026, -12.937, -23.0974>, <0.011303, 0.068874, 0.023635>, <15.3306, -12.9685, -23.1552>, <0.056973, 0.038504, -0.030924>, <14.2717, -12.669, -24.214>, <0.033583, 0.034146, -0.014031> } smooth_triangle {<14.2717, -12.669, -24.214>, <0.037823, 0.048265, -0.016751>, <14.2456, -12.6381, -24.1544>, <0.014595, 0.051025, 0.014383>, <15.3026, -12.937, -23.0974>, <0.021113, 0.074311, 0.011499> } smooth_triangle {<15.3306, -12.9685, -23.1552>, <0.056973, 0.038504, -0.030924>, <15.3008, -13.0315, -23.185>, <0.045302, -0.030415, -0.053905>, <14.2383, -12.731, -24.2475>, <0.030762, -0.004351, -0.043068> } smooth_triangle {<14.2383, -12.731, -24.2475>, <0.041968, -0.003263, -0.051197>, <14.2717, -12.669, -24.214>, <0.044083, 0.025609, -0.02942>, <15.3306, -12.9685, -23.1552>, <0.061626, 0.028878, -0.042089> } smooth_triangle {<15.3008, -13.0315, -23.185>, <0.045302, -0.030415, -0.053905>, <15.243, -13.063, -23.157>, <-0.011093, -0.068535, -0.022555>, <14.1787, -12.7619, -24.2213>, <-0.003585, -0.038962, -0.029192> } smooth_triangle {<14.1787, -12.7619, -24.2213>, <0.003572, -0.051993, -0.034595>, <14.2383, -12.731, -24.2475>, <0.029331, -0.026035, -0.045002>, <15.3008, -13.0315, -23.185>, <0.040237, -0.045583, -0.05313> } smooth_triangle {<15.5145, -13.6388, -22.8856>, <-0.025123, -0.023518, -0.024765>, <15.4922, -13.6194, -22.8221>, <-0.039551, -0.011881, 0.014348>, <15.215, -13.0315, -23.0992>, <-0.056361, -0.038283, 0.030971> } smooth_triangle {<15.215, -13.0315, -23.0992>, <-0.052724, -0.034531, 0.021339>, <15.243, -13.063, -23.157>, <-0.018773, -0.05722, -0.018805>, <15.5145, -13.6388, -22.8856>, <-0.030687, -0.023436, -0.019028> } smooth_triangle {<15.4922, -13.6194, -22.8221>, <-0.039551, -0.011881, 0.014348>, <15.5334, -13.5806, -22.7809>, <-0.01411, 0.012612, 0.040864>, <15.2448, -12.9685, -23.0694>, <-0.045637, 0.030207, 0.054181> } smooth_triangle {<15.2448, -12.9685, -23.0694>, <-0.042972, 0.022655, 0.04938>, <15.215, -13.0315, -23.0992>, <-0.051015, -0.028712, 0.031972>, <15.4922, -13.6194, -22.8221>, <-0.038026, -0.00792, 0.021224> } smooth_triangle {<15.5334, -13.5806, -22.7809>, <-0.01411, 0.012612, 0.040864>, <15.5968, -13.5612, -22.8032>, <0.026316, 0.02498, 0.026675>, <15.3026, -12.937, -23.0974>, <0.011303, 0.068874, 0.023635> } smooth_triangle {<15.3026, -12.937, -23.0974>, <0.010485, 0.057839, 0.028837>, <15.2448, -12.9685, -23.0694>, <-0.03222, 0.028839, 0.051746>, <15.5334, -13.5806, -22.7809>, <-0.00673, 0.016653, 0.042057> } smooth_triangle {<15.5968, -13.5612, -22.8032>, <0.026316, 0.02498, 0.026675>, <15.6191, -13.5806, -22.8666>, <0.039709, 0.012368, -0.013472>, <15.3306, -12.9685, -23.1552>, <0.056973, 0.038504, -0.030924> } smooth_triangle {<15.3306, -12.9685, -23.1552>, <0.054059, 0.035184, -0.021145>, <15.3026, -12.937, -23.0974>, <0.019807, 0.057961, 0.019774>, <15.5968, -13.5612, -22.8032>, <0.03265, 0.025061, 0.020513> } smooth_triangle {<15.6191, -13.5806, -22.8666>, <0.039709, 0.012368, -0.013472>, <15.5779, -13.6194, -22.9078>, <0.01371, -0.011637, -0.038395>, <15.3008, -13.0315, -23.185>, <0.045302, -0.030415, -0.053905> } smooth_triangle {<15.3008, -13.0315, -23.185>, <0.043079, -0.022811, -0.049531>, <15.3306, -12.9685, -23.1552>, <0.051833, 0.028878, -0.032296>, <15.6191, -13.5806, -22.8666>, <0.03861, 0.008245, -0.021119> } smooth_triangle {<15.5779, -13.6194, -22.9078>, <0.01371, -0.011637, -0.038395>, <15.5145, -13.6388, -22.8856>, <-0.025123, -0.023518, -0.024765>, <15.243, -13.063, -23.157>, <-0.011093, -0.068535, -0.022555> } smooth_triangle {<15.243, -13.063, -23.157>, <-0.010248, -0.057342, -0.027589>, <15.3008, -13.0315, -23.185>, <0.032048, -0.028751, -0.051101>, <15.5779, -13.6194, -22.9078>, <0.006568, -0.015678, -0.039827> } texture { Roachy } } #declare F6_Mesh = union { smooth_triangle {<14.1787, -12.7619, -25.7787>, <0.003585, 0.038962, -0.029192>, <14.1525, -12.731, -25.8383>, <0.033796, 0.034559, 0.01334>, <14.0057, -12.3157, -25.6914>, <0.029294, 0.012588, -0.006311> } smooth_triangle {<14.0057, -12.3157, -25.6914>, <0.029834, 0.01282, -0.006427>, <14.0264, -12.3313, -25.6264>, <0.018459, 0.013052, -0.018459>, <14.1787, -12.7619, -25.7787>, <0.010282, 0.032484, -0.02353> } smooth_triangle {<14.1525, -12.731, -25.8383>, <0.033796, 0.034559, 0.01334>, <14.186, -12.669, -25.8717>, <0.030421, -0.003732, 0.040977>, <14.05, -12.2843, -25.7357>, <0.021289, 0, 0.021289> } smooth_triangle {<14.05, -12.2843, -25.7357>, <0.022136, 0, 0.022136>, <14.0057, -12.3157, -25.6914>, <0.026139, 0.006294, 0.008336>, <14.1525, -12.731, -25.8383>, <0.031093, 0.025919, 0.015751> } smooth_triangle {<14.186, -12.669, -25.8717>, <0.030421, -0.003732, 0.040977>, <14.2456, -12.6381, -25.8456>, <-0.002612, -0.037826, 0.027482>, <14.115, -12.2687, -25.715>, <-0.005613, -0.011196, 0.026055> } smooth_triangle {<14.115, -12.2687, -25.715>, <-0.00573, -0.011428, 0.026595>, <14.05, -12.2843, -25.7357>, <0.007721, -0.00583, 0.024212>, <14.186, -12.669, -25.8717>, <0.021354, -0.005714, 0.037516> } smooth_triangle {<14.2456, -12.6381, -25.8456>, <-0.002612, -0.037826, 0.027482>, <14.2717, -12.669, -25.786>, <-0.033583, -0.034146, -0.014031>, <14.1357, -12.2843, -25.65>, <-0.027135, -0.01166, 0.005846> } smooth_triangle {<14.1357, -12.2843, -25.65>, <-0.026595, -0.011428, 0.005729>, <14.115, -12.2687, -25.715>, <-0.015834, -0.011196, 0.015834>, <14.2456, -12.6381, -25.8456>, <-0.008472, -0.031168, 0.022014> } smooth_triangle {<14.2717, -12.669, -25.786>, <-0.033583, -0.034146, -0.014031>, <14.2383, -12.731, -25.7525>, <-0.030762, 0.004351, -0.043068>, <14.0914, -12.3157, -25.6057>, <-0.022983, 0, -0.022983> } smooth_triangle {<14.0914, -12.3157, -25.6057>, <-0.022136, 0, -0.022136>, <14.1357, -12.2843, -25.65>, <-0.024212, -0.00583, -0.007721>, <14.2717, -12.669, -25.786>, <-0.030509, -0.025609, -0.015845> } smooth_triangle {<14.2383, -12.731, -25.7525>, <-0.030762, 0.004351, -0.043068>, <14.1787, -12.7619, -25.7787>, <0.003585, 0.038962, -0.029192>, <14.0264, -12.3313, -25.6264>, <0.006544, 0.013052, -0.030374> } smooth_triangle {<14.0264, -12.3313, -25.6264>, <0.006427, 0.01282, -0.029834>, <14.0914, -12.3157, -25.6057>, <-0.008336, 0.006294, -0.026139>, <14.2383, -12.731, -25.7525>, <-0.021494, 0.00641, -0.039625> } smooth_triangle {<15.243, -13.063, -26.843>, <0.011093, 0.068535, -0.022555>, <15.215, -13.0315, -26.9008>, <0.056361, 0.038283, 0.030971>, <14.1525, -12.731, -25.8383>, <0.033796, 0.034559, 0.01334> } smooth_triangle {<14.1525, -12.731, -25.8383>, <0.03807, 0.04873, 0.016276>, <14.1787, -12.7619, -25.7787>, <0.015411, 0.052032, -0.015624>, <15.243, -13.063, -26.843>, <0.021042, 0.074213, -0.010645> } smooth_triangle {<15.215, -13.0315, -26.9008>, <0.056361, 0.038283, 0.030971>, <15.2448, -12.9685, -26.9306>, <0.045637, -0.030207, 0.054181>, <14.186, -12.669, -25.8717>, <0.030421, -0.003732, 0.040977> } smooth_triangle {<14.186, -12.669, -25.8717>, <0.041777, -0.002799, 0.049694>, <14.1525, -12.731, -25.8383>, <0.044308, 0.025919, 0.028966>, <15.215, -13.0315, -26.9008>, <0.061232, 0.028712, 0.04219> } smooth_triangle {<15.2448, -12.9685, -26.9306>, <0.045637, -0.030207, 0.054181>, <15.3026, -12.937, -26.9026>, <-0.011303, -0.068874, 0.023635>, <14.2456, -12.6381, -25.8456>, <-0.002612, -0.037826, 0.027482> } smooth_triangle {<14.2456, -12.6381, -25.8456>, <0.00428, -0.051064, 0.033269>, <14.186, -12.669, -25.8717>, <0.029054, -0.025493, 0.04339>, <15.2448, -12.9685, -26.9306>, <0.040466, -0.04535, 0.053293> } smooth_triangle {<15.3026, -12.937, -26.9026>, <-0.011303, -0.068874, 0.023635>, <15.3306, -12.9685, -26.8448>, <-0.056973, -0.038504, -0.030924>, <14.2717, -12.669, -25.786>, <-0.033583, -0.034146, -0.014031> } smooth_triangle {<14.2717, -12.669, -25.786>, <-0.037823, -0.048265, -0.016751>, <14.2456, -12.6381, -25.8456>, <-0.014595, -0.051025, 0.014383>, <15.3026, -12.937, -26.9026>, <-0.021113, -0.074311, 0.011499> } smooth_triangle {<15.3306, -12.9685, -26.8448>, <-0.056973, -0.038504, -0.030924>, <15.3008, -13.0315, -26.815>, <-0.045302, 0.030415, -0.053905>, <14.2383, -12.731, -25.7525>, <-0.030762, 0.004351, -0.043068> } smooth_triangle {<14.2383, -12.731, -25.7525>, <-0.041968, 0.003263, -0.051197>, <14.2717, -12.669, -25.786>, <-0.044083, -0.025609, -0.02942>, <15.3306, -12.9685, -26.8448>, <-0.061626, -0.028878, -0.042089> } smooth_triangle {<15.3008, -13.0315, -26.815>, <-0.045302, 0.030415, -0.053905>, <15.243, -13.063, -26.843>, <0.011093, 0.068535, -0.022555>, <14.1787, -12.7619, -25.7787>, <0.003585, 0.038962, -0.029192> } smooth_triangle {<14.1787, -12.7619, -25.7787>, <-0.003572, 0.051993, -0.034595>, <14.2383, -12.731, -25.7525>, <-0.029331, 0.026035, -0.045002>, <15.3008, -13.0315, -26.815>, <-0.040237, 0.045583, -0.05313> } smooth_triangle {<15.5145, -13.6388, -27.1144>, <0.025123, 0.023518, -0.024765>, <15.4922, -13.6194, -27.1779>, <0.039551, 0.011881, 0.014348>, <15.215, -13.0315, -26.9008>, <0.056361, 0.038283, 0.030971> } smooth_triangle {<15.215, -13.0315, -26.9008>, <0.052724, 0.034531, 0.021339>, <15.243, -13.063, -26.843>, <0.018773, 0.05722, -0.018805>, <15.5145, -13.6388, -27.1144>, <0.030687, 0.023436, -0.019028> } smooth_triangle {<15.4922, -13.6194, -27.1779>, <0.039551, 0.011881, 0.014348>, <15.5334, -13.5806, -27.2191>, <0.01411, -0.012612, 0.040864>, <15.2448, -12.9685, -26.9306>, <0.045637, -0.030207, 0.054181> } smooth_triangle {<15.2448, -12.9685, -26.9306>, <0.042972, -0.022655, 0.04938>, <15.215, -13.0315, -26.9008>, <0.051015, 0.028712, 0.031972>, <15.4922, -13.6194, -27.1779>, <0.038026, 0.00792, 0.021224> } smooth_triangle {<15.5334, -13.5806, -27.2191>, <0.01411, -0.012612, 0.040864>, <15.5968, -13.5612, -27.1968>, <-0.026316, -0.02498, 0.026675>, <15.3026, -12.937, -26.9026>, <-0.011303, -0.068874, 0.023635> } smooth_triangle {<15.3026, -12.937, -26.9026>, <-0.010485, -0.057839, 0.028837>, <15.2448, -12.9685, -26.9306>, <0.03222, -0.028839, 0.051746>, <15.5334, -13.5806, -27.2191>, <0.00673, -0.016653, 0.042057> } smooth_triangle {<15.5968, -13.5612, -27.1968>, <-0.026316, -0.02498, 0.026675>, <15.6191, -13.5806, -27.1334>, <-0.039709, -0.012368, -0.013472>, <15.3306, -12.9685, -26.8448>, <-0.056973, -0.038504, -0.030924> } smooth_triangle {<15.3306, -12.9685, -26.8448>, <-0.054059, -0.035184, -0.021145>, <15.3026, -12.937, -26.9026>, <-0.019807, -0.057961, 0.019774>, <15.5968, -13.5612, -27.1968>, <-0.03265, -0.025061, 0.020513> } smooth_triangle {<15.6191, -13.5806, -27.1334>, <-0.039709, -0.012368, -0.013472>, <15.5779, -13.6194, -27.0922>, <-0.01371, 0.011637, -0.038395>, <15.3008, -13.0315, -26.815>, <-0.045302, 0.030415, -0.053905> } smooth_triangle {<15.3008, -13.0315, -26.815>, <-0.043079, 0.022811, -0.049531>, <15.3306, -12.9685, -26.8448>, <-0.051833, -0.028878, -0.032296>, <15.6191, -13.5806, -27.1334>, <-0.03861, -0.008245, -0.021119> } smooth_triangle {<15.5779, -13.6194, -27.0922>, <-0.01371, 0.011637, -0.038395>, <15.5145, -13.6388, -27.1144>, <0.025123, 0.023518, -0.024765>, <15.243, -13.063, -26.843>, <0.011093, 0.068535, -0.022555> } smooth_triangle {<15.243, -13.063, -26.843>, <0.010248, 0.057342, -0.027589>, <15.3008, -13.0315, -26.815>, <-0.032048, 0.028751, -0.051101>, <15.5779, -13.6194, -27.0922>, <-0.006568, 0.015678, -0.039827> } texture { Roachy } } #declare F7_Mesh = union { smooth_triangle {<13.7, -12.7624, -25.6529>, <-0.019348, 0.041146, -0.023219>, <13.6394, -12.7312, -25.6765>, <0.034518, 0.03666, -0.014484>, <13.6394, -12.3157, -25.4687>, <0.016261, 0.012596, -0.025191> } smooth_triangle {<13.6394, -12.3157, -25.4687>, <0.016565, 0.012831, -0.025662>, <13.7, -12.3313, -25.4374>, <0, 0.013067, -0.026133>, <13.7, -12.7624, -25.6529>, <-0.010293, 0.034126, -0.023948> } smooth_triangle {<13.6394, -12.7312, -25.6765>, <0.034518, 0.03666, -0.014484>, <13.6394, -12.6688, -25.7235>, <0.052672, -0.003727, 0.007455>, <13.6394, -12.2843, -25.5313>, <0.030088, 0, 0> } smooth_triangle {<13.6394, -12.2843, -25.5313>, <0.031305, 0, 0>, <13.6394, -12.3157, -25.4687>, <0.024391, 0.006298, -0.012595>, <13.6394, -12.7312, -25.6765>, <0.034019, 0.027495, -0.010863> } smooth_triangle {<13.6394, -12.6688, -25.7235>, <0.052672, -0.003727, 0.007455>, <13.7, -12.6376, -25.7471>, <0.018636, -0.039683, 0.021237>, <13.7, -12.2687, -25.5626>, <0.014436, -0.011182, 0.022364> } smooth_triangle {<13.7, -12.2687, -25.5626>, <0.01474, -0.011418, 0.022835>, <13.6394, -12.2843, -25.5313>, <0.022566, -0.005827, 0.011653>, <13.6394, -12.6688, -25.7235>, <0.043265, -0.005709, 0.011418> } smooth_triangle {<13.7, -12.6376, -25.7471>, <0.018636, -0.039683, 0.021237>, <13.7606, -12.6688, -25.7235>, <-0.034771, -0.036086, 0.013807>, <13.7606, -12.2843, -25.5313>, <-0.015044, -0.011653, 0.023306> } smooth_triangle {<13.7606, -12.2843, -25.5313>, <-0.01474, -0.011418, 0.022835>, <13.7, -12.2687, -25.5626>, <0, -0.011182, 0.022364>, <13.7, -12.6376, -25.7471>, <0.010368, -0.032558, 0.021519> } smooth_triangle {<13.7606, -12.6688, -25.7235>, <-0.034771, -0.036086, 0.013807>, <13.7606, -12.7312, -25.6765>, <-0.0546, 0.004356, -0.008711>, <13.7606, -12.3157, -25.4687>, <-0.032521, 0, 0> } smooth_triangle {<13.7606, -12.3157, -25.4687>, <-0.031305, 0, 0>, <13.7606, -12.2843, -25.5313>, <-0.022566, -0.005827, 0.011653>, <13.7606, -12.6688, -25.7235>, <-0.0336, -0.027064, 0.010355> } smooth_triangle {<13.7606, -12.7312, -25.6765>, <-0.0546, 0.004356, -0.008711>, <13.7, -12.7624, -25.6529>, <-0.019348, 0.041146, -0.023219>, <13.7, -12.3313, -25.4374>, <-0.016869, 0.013067, -0.026133> } smooth_triangle {<13.7, -12.3313, -25.4374>, <-0.016565, 0.012831, -0.025662>, <13.7606, -12.3157, -25.4687>, <-0.024391, 0.006298, -0.012596>, <13.7606, -12.7312, -25.6765>, <-0.045015, 0.006416, -0.012831> } smooth_triangle {<13.7, -13.0648, -27.2658>, <-0.009723, 0.076869, -0.024013>, <13.6394, -13.0324, -27.2829>, <0.066673, 0.044431, -0.018056>, <13.6394, -12.7312, -25.6765>, <0.034518, 0.03666, -0.014484> } smooth_triangle {<13.6394, -12.7312, -25.6765>, <0.040247, 0.051939, -0.015446>, <13.7, -12.7624, -25.6529>, <-0.000152, 0.055303, -0.021998>, <13.7, -13.0648, -27.2658>, <0.007066, 0.082095, -0.022593> } smooth_triangle {<13.6394, -13.0324, -27.2829>, <0.066673, 0.044431, -0.018056>, <13.6394, -12.9676, -27.3171>, <0.076722, -0.032071, 0.006013>, <13.6394, -12.6688, -25.7235>, <0.052672, -0.003727, 0.007455> } smooth_triangle {<13.6394, -12.6688, -25.7235>, <0.068106, -0.002796, 0.005591>, <13.6394, -12.7312, -25.6765>, <0.054491, 0.027495, -0.010863>, <13.6394, -13.0324, -27.2829>, <0.078606, 0.033324, -0.013542> } smooth_triangle {<13.6394, -12.9676, -27.3171>, <0.076722, -0.032071, 0.006013>, <13.7, -12.9352, -27.3342>, <0.010076, -0.076707, 0.024485>, <13.7, -12.6376, -25.7471>, <0.018636, -0.039683, 0.021237> } smooth_triangle {<13.7, -12.6376, -25.7471>, <0.028164, -0.053913, 0.020456>, <13.6394, -12.6688, -25.7235>, <0.053691, -0.026947, 0.010119>, <13.6394, -12.9676, -27.3171>, <0.071728, -0.048205, 0.009038> } smooth_triangle {<13.7, -12.9352, -27.3342>, <0.010076, -0.076707, 0.024485>, <13.7606, -12.9676, -27.3171>, <-0.067078, -0.044481, 0.018317>, <13.7606, -12.6688, -25.7235>, <-0.034771, -0.036086, 0.013807> } smooth_triangle {<13.7606, -12.6688, -25.7235>, <-0.040207, -0.051118, 0.014865>, <13.7, -12.6376, -25.7471>, <-0.000152, -0.053816, 0.020438>, <13.7, -12.9352, -27.3342>, <-0.006572, -0.081583, 0.022874> } smooth_triangle {<13.7606, -12.9676, -27.3171>, <-0.067078, -0.044481, 0.018317>, <13.7606, -13.0324, -27.2829>, <-0.076828, 0.032592, -0.006111>, <13.7606, -12.7312, -25.6765>, <-0.0546, 0.004356, -0.008711> } smooth_triangle {<13.7606, -12.7312, -25.6765>, <-0.069323, 0.003267, -0.006533>, <13.7606, -12.6688, -25.7235>, <-0.054451, -0.027064, 0.010355>, <13.7606, -12.9676, -27.3171>, <-0.078681, -0.03336, 0.013738> } smooth_triangle {<13.7606, -13.0324, -27.2829>, <-0.076828, 0.032592, -0.006111>, <13.7, -13.0648, -27.2658>, <-0.009723, 0.076869, -0.024013>, <13.7, -12.7624, -25.6529>, <-0.019348, 0.041146, -0.023219> } smooth_triangle {<13.7, -12.7624, -25.6529>, <-0.028812, 0.055206, -0.021979>, <13.7606, -12.7312, -25.6765>, <-0.055251, 0.027613, -0.011098>, <13.7606, -13.0324, -27.2829>, <-0.071922, 0.04879, -0.009148> } smooth_triangle {<13.7, -13.6495, -27.8505>, <0.000189, 0.035677, -0.035677>, <13.6394, -13.6247, -27.8753>, <0.044737, 0.017954, -0.017954>, <13.6394, -13.0324, -27.2829>, <0.066673, 0.044431, -0.018056> } smooth_triangle {<13.6394, -13.0324, -27.2829>, <0.05724, 0.042185, -0.022403>, <13.7, -13.0648, -27.2658>, <-5.7e-05, 0.066513, -0.026871>, <13.7, -13.6495, -27.8505>, <0.009773, 0.0356, -0.0356> } smooth_triangle {<13.6394, -13.6247, -27.8753>, <0.044737, 0.017954, -0.017954>, <13.6394, -13.5753, -27.9247>, <0.045306, -0.018651, 0.018651>, <13.6394, -12.9676, -27.3171>, <0.076722, -0.032071, 0.006013> } smooth_triangle {<13.6394, -12.9676, -27.3171>, <0.072201, -0.024054, 0.00451>, <13.6394, -13.0324, -27.2829>, <0.064664, 0.033324, -0.013542>, <13.6394, -13.6247, -27.8753>, <0.049371, 0.01197, -0.01197> } smooth_triangle {<13.6394, -13.5753, -27.9247>, <0.045306, -0.018651, 0.018651>, <13.7, -13.5505, -27.9495>, <0.000189, -0.037069, 0.037069>, <13.7, -12.9352, -27.3342>, <0.010076, -0.076707, 0.024485> } smooth_triangle {<13.7, -12.9352, -27.3342>, <0.015076, -0.066739, 0.027573>, <13.6394, -12.9676, -27.3171>, <0.065061, -0.033263, 0.013719>, <13.6394, -13.5753, -27.9247>, <0.04023, -0.024713, 0.024713> } smooth_triangle {<13.7, -13.5505, -27.9495>, <0.000189, -0.037069, 0.037069>, <13.7606, -13.5753, -27.9247>, <-0.044358, -0.018419, 0.018419>, <13.7606, -12.9676, -27.3171>, <-0.067078, -0.044481, 0.018317> } smooth_triangle {<13.7606, -12.9676, -27.3171>, <-0.057923, -0.042686, 0.023063>, <13.7, -12.9352, -27.3342>, <-5.7e-05, -0.066855, 0.027689>, <13.7, -13.5505, -27.9495>, <-0.010026, -0.037147, 0.037147> } smooth_triangle {<13.7606, -13.5753, -27.9247>, <-0.044358, -0.018419, 0.018419>, <13.7606, -13.6247, -27.8753>, <-0.04379, 0.017722, -0.017722>, <13.7606, -13.0324, -27.2829>, <-0.076828, 0.032592, -0.006111> } smooth_triangle {<13.7606, -13.0324, -27.2829>, <-0.07266, 0.024444, -0.004583>, <13.7606, -12.9676, -27.3171>, <-0.065347, -0.03336, 0.013738>, <13.7606, -13.5753, -27.9247>, <-0.049624, -0.012279, 0.012279> } smooth_triangle {<13.7606, -13.6247, -27.8753>, <-0.04379, 0.017722, -0.017722>, <13.7, -13.6495, -27.8505>, <0.000189, 0.035677, -0.035677>, <13.7, -13.0648, -27.2658>, <-0.009723, 0.076869, -0.024013> } smooth_triangle {<13.7, -13.0648, -27.2658>, <-0.014622, 0.066629, -0.026987>, <13.7606, -13.0324, -27.2829>, <-0.064951, 0.033421, -0.013561>, <13.7606, -13.6247, -27.8753>, <-0.038967, 0.023785, -0.023785> } texture { Roachy } } #declare F8_Mesh = union { smooth_triangle {<13.1689, -12.7624, -25.6787>, <-0.029865, 0.041146, 0.004644>, <13.1175, -12.7312, -25.6388>, <0.00534, 0.03666, -0.037051>, <13.2957, -12.3157, -25.5319>, <-0.013235, 0.012596, -0.026904> } smooth_triangle {<13.2957, -12.3157, -25.5319>, <-0.013483, 0.012831, -0.027407>, <13.3537, -12.3313, -25.5678>, <-0.022409, 0.013067, -0.013445>, <13.1689, -12.7624, -25.6787>, <-0.025831, 0.034126, -0.003494> } smooth_triangle {<13.1175, -12.7312, -25.6388>, <0.00534, 0.03666, -0.037051>, <13.0771, -12.6688, -25.663>, <0.033492, -0.003727, -0.041331>, <13.242, -12.2843, -25.5641>, <0.01548, 0, -0.025801> } smooth_triangle {<13.242, -12.2843, -25.5641>, <0.016106, 0, -0.026844>, <13.2957, -12.3157, -25.5319>, <0.001749, 0.006298, -0.027396>, <13.1175, -12.7312, -25.6388>, <0.008188, 0.027495, -0.03476> } smooth_triangle {<13.0771, -12.6688, -25.663>, <0.033492, -0.003727, -0.041331>, <13.0881, -12.6376, -25.7271>, <0.027799, -0.039683, -0.005054>, <13.2463, -12.2687, -25.6322>, <0.026604, -0.011182, -0.000873> } smooth_triangle {<13.2463, -12.2687, -25.6322>, <0.027165, -0.011418, -0.000891>, <13.242, -12.2843, -25.5641>, <0.021603, -0.005827, -0.013355>, <13.0771, -12.6688, -25.663>, <0.03205, -0.005709, -0.031225> } smooth_triangle {<13.0881, -12.6376, -25.7271>, <0.027799, -0.039683, -0.005054>, <13.1395, -12.6688, -25.767>, <-0.00605, -0.036086, 0.036919>, <13.3043, -12.2843, -25.6681>, <0.012245, -0.011653, 0.024891> } smooth_triangle {<13.3043, -12.2843, -25.6681>, <0.011997, -0.011418, 0.024388>, <13.2463, -12.2687, -25.6322>, <0.019177, -0.011182, 0.011506>, <13.0881, -12.6376, -25.7271>, <0.023787, -0.032558, 0.002181> } smooth_triangle {<13.1395, -12.6688, -25.767>, <-0.00605, -0.036086, 0.036919>, <13.1799, -12.7312, -25.7428>, <-0.035561, 0.004356, 0.042338>, <13.358, -12.3157, -25.6359>, <-0.016732, 0, 0.027887> } smooth_triangle {<13.358, -12.3157, -25.6359>, <-0.016106, 0, 0.026844>, <13.3043, -12.2843, -25.6681>, <-0.001618, -0.005827, 0.025346>, <13.1395, -12.6688, -25.767>, <-0.008408, -0.027064, 0.034139> } smooth_triangle {<13.1799, -12.7312, -25.7428>, <-0.035561, 0.004356, 0.042338>, <13.1689, -12.7624, -25.6787>, <-0.029865, 0.041146, 0.004644>, <13.3537, -12.3313, -25.5678>, <-0.031088, 0.013067, 0.00102> } smooth_triangle {<13.3537, -12.3313, -25.5678>, <-0.030528, 0.012831, 0.001001>, <13.358, -12.3157, -25.6359>, <-0.02335, 0.006298, 0.014435>, <13.1799, -12.7312, -25.7428>, <-0.034163, 0.006416, 0.031999> } smooth_triangle {<11.7858, -13.0648, -26.5085>, <-0.025593, 0.076869, -0.004017>, <11.74, -13.0324, -26.4653>, <0.01882, 0.044431, -0.066461>, <13.1175, -12.7312, -25.6388>, <0.00534, 0.03666, -0.037051> } smooth_triangle {<13.1175, -12.7312, -25.6388>, <0.007462, 0.051939, -0.042458>, <13.1689, -12.7624, -25.6787>, <-0.018941, 0.055303, -0.011187>, <11.7858, -13.0648, -26.5085>, <-0.015738, 0.082095, -0.017683> } smooth_triangle {<11.74, -13.0324, -26.4653>, <0.01882, 0.044431, -0.066461>, <11.7107, -12.9676, -26.4829>, <0.044629, -0.032071, -0.062694>, <13.0771, -12.6688, -25.663>, <0.033492, -0.003727, -0.041331> } smooth_triangle {<13.0771, -12.6688, -25.663>, <0.039835, -0.002796, -0.055524>, <13.1175, -12.7312, -25.6388>, <0.01872, 0.027495, -0.052314>, <11.74, -13.0324, -26.4653>, <0.02883, 0.033324, -0.074372> } smooth_triangle {<11.7107, -12.9676, -26.4829>, <0.044629, -0.032071, -0.062694>, <11.7272, -12.9352, -26.5437>, <0.02618, -0.076707, 0.003958>, <13.0881, -12.6376, -25.7271>, <0.027799, -0.039683, -0.005054> } smooth_triangle {<13.0881, -12.6376, -25.7271>, <0.032031, -0.053913, -0.013626>, <13.0771, -12.6688, -25.663>, <0.036301, -0.026947, -0.040833>, <11.7107, -12.9676, -26.4829>, <0.044654, -0.048205, -0.056856> } smooth_triangle {<11.7272, -12.9352, -26.5437>, <0.02618, -0.076707, 0.003958>, <11.773, -12.9676, -26.5869>, <-0.018805, -0.044481, 0.066943>, <13.1395, -12.6688, -25.767>, <-0.00605, -0.036086, 0.036919> } smooth_triangle {<13.1395, -12.6688, -25.767>, <-0.00794, -0.051118, 0.042125>, <13.0881, -12.6376, -25.7271>, <0.017447, -0.053816, 0.010645>, <11.7272, -12.9352, -26.5437>, <0.016233, -0.081583, 0.017404> } smooth_triangle {<11.773, -12.9676, -26.5869>, <-0.018805, -0.044481, 0.066943>, <11.8024, -13.0324, -26.5693>, <-0.044768, 0.032592, 0.062735>, <13.1799, -12.7312, -25.7428>, <-0.035561, 0.004356, 0.042338> } smooth_triangle {<13.1799, -12.7312, -25.7428>, <-0.041269, 0.003267, 0.056082>, <13.1395, -12.6688, -25.767>, <-0.019135, -0.027064, 0.052019>, <11.773, -12.9676, -26.5869>, <-0.028701, -0.03336, 0.074536> } smooth_triangle {<11.8024, -13.0324, -26.5693>, <-0.044768, 0.032592, 0.062735>, <11.7858, -13.0648, -26.5085>, <-0.025593, 0.076869, -0.004017>, <13.1689, -12.7624, -25.6787>, <-0.029865, 0.041146, 0.004644> } smooth_triangle {<13.1689, -12.7624, -25.6787>, <-0.033671, 0.055206, 0.013398>, <13.1799, -12.7312, -25.7428>, <-0.037943, 0.027613, 0.041667>, <11.8024, -13.0324, -26.5693>, <-0.044848, 0.04879, 0.056966> } smooth_triangle {<11.2845, -13.6495, -26.8093>, <-0.030495, 0.035677, -0.018518>, <11.232, -13.6247, -26.7701>, <0.007621, 0.017954, -0.047599>, <11.74, -13.0324, -26.4653>, <0.01882, 0.044431, -0.066461> } smooth_triangle {<11.74, -13.0324, -26.4653>, <0.010239, 0.042185, -0.060609>, <11.7858, -13.0648, -26.5085>, <-0.023071, 0.066513, -0.013776>, <11.2845, -13.6495, -26.8093>, <-0.025498, 0.0356, -0.026696> } smooth_triangle {<11.232, -13.6247, -26.7701>, <0.007621, 0.017954, -0.047599>, <11.1896, -13.5753, -26.7955>, <0.039302, -0.018651, -0.029254>, <11.7107, -12.9676, -26.4829>, <0.044629, -0.032071, -0.062694> } smooth_triangle {<11.7107, -12.9676, -26.4829>, <0.041015, -0.024054, -0.059592>, <11.74, -13.0324, -26.4653>, <0.021657, 0.033324, -0.062417>, <11.232, -13.6247, -26.7701>, <0.015137, 0.01197, -0.048494> } smooth_triangle {<11.1896, -13.5753, -26.7955>, <0.039302, -0.018651, -0.029254>, <11.1996, -13.5505, -26.8603>, <0.031884, -0.037069, 0.01891>, <11.7272, -12.9352, -26.5437>, <0.02618, -0.076707, 0.003958> } smooth_triangle {<11.7272, -12.9352, -26.5437>, <0.0314, -0.066739, 0.001258>, <11.7107, -12.9676, -26.4829>, <0.045238, -0.033263, -0.048731>, <11.1896, -13.5753, -26.7955>, <0.041889, -0.024713, -0.021782> } smooth_triangle {<11.1996, -13.5505, -26.8603>, <0.031884, -0.037069, 0.01891>, <11.252, -13.5753, -26.8995>, <-0.007028, -0.018419, 0.047513>, <11.773, -12.9676, -26.5869>, <-0.018805, -0.044481, 0.066943> } smooth_triangle {<11.773, -12.9676, -26.5869>, <-0.010025, -0.042686, 0.061534>, <11.7272, -12.9352, -26.5437>, <0.023714, -0.066855, 0.014295>, <11.1996, -13.5505, -26.8603>, <0.026695, -0.037147, 0.027709> } smooth_triangle {<11.252, -13.5753, -26.8995>, <-0.007028, -0.018419, 0.047513>, <11.2944, -13.6247, -26.874>, <-0.037727, 0.017722, 0.028431>, <11.8024, -13.0324, -26.5693>, <-0.044768, 0.032592, 0.062735> } smooth_triangle {<11.8024, -13.0324, -26.5693>, <-0.041313, 0.024444, 0.059947>, <11.773, -12.9676, -26.5869>, <-0.021841, -0.03336, 0.063103>, <11.252, -13.5753, -26.8995>, <-0.015002, -0.012279, 0.04887> } smooth_triangle {<11.2944, -13.6247, -26.874>, <-0.037727, 0.017722, 0.028431>, <11.2845, -13.6495, -26.8093>, <-0.030495, 0.035677, -0.018518>, <11.7858, -13.0648, -26.5085>, <-0.025593, 0.076869, -0.004017> } smooth_triangle {<11.7858, -13.0648, -26.5085>, <-0.030664, 0.066629, -0.001346>, <11.8024, -13.0324, -26.5693>, <-0.045045, 0.033421, 0.048718>, <11.2944, -13.6247, -26.874>, <-0.040443, 0.023785, 0.021176> } texture { Roachy } } #declare F9_Sphere = sphere { <0.0, 0.0, 0.0>, 0.6 texture { Roachy } scale <1, 0.5, 1.5> translate <13.6, -12.3, -25> } #declare F10_Sphere = sphere { <0.0, 0.0, 0.0>, 2.5 texture { Roachy } scale <1, 0.2, 0.4> translate <16.2, -12.3, -25> } #declare F11_Sphere = sphere { <0.0, 0.0, 0.0>, 4 texture { Roachy } scale <1, 0.2, 0.3> translate <15.2, -12.3, -25> } #declare CSG= difference { object { F11_Sphere } object { F0_Box } } #declare Roach = union { object { F1_Mesh } object { F2_Mesh } object { F3_Mesh } object { F4_Mesh } object { F5_Mesh } object { F6_Mesh } object { F7_Mesh } object { F8_Mesh } object { F9_Sphere } object { F10_Sphere } object { CSG } } //-----------------Object Statements-------------------------- object { H0_Knob } object { H1_Ornament } object { H2_Ornament } object { H3_Ornament } object { H4_Ornament } object { H5_Ornament } object { H6_Ornament } object { H7_Knob } object { H8_Knob } object { H9_Ornament } object { H10_Ornament } object { H11_Ornament } object { H12_Ornament } object { H13_Ornament } object { H14_Ornament } object { H15_Knob } object { H16_Knob } object { H17_Ornament } object { H18_Ornament } object { H19_Ornament } object { H20_Ornament } object { H21_Ornament } object { H22_Ornament } object { H23_Knob } object { H24_Knob } object { H25_Ornament } object { H26_Ornament } object { H27_Ornament } object { H28_Ornament } object { H29_Ornament } object { H30_Ornament } object { H31_Knob } object { H32_Knob } object { H33_Ornament } object { H34_Ornament } object { H35_Ornament } object { H36_Ornament } object { H37_Ornament } object { H38_Ornament } object { H39_Knob } object { H40_Knob } object { H41_Ornament } object { H42_Ornament } object { H43_Ornament } object { H44_Ornament } object { H45_Ornament } object { H46_Ornament } object { H47_Knob } object { H48_Knob } object { H49_Ornament } object { H50_Ornament } object { H51_Ornament } object { H52_Ornament } object { H53_Ornament } object { H54_Ornament } object { H55_Knob } object { H0_Box } object { H1_Box finish {Cabinet}} object { H2_Height_Field finish {ambient .6 diffuse .4 reflection 0}} object { H3_Box finish {Cabinet}} object { H4_Box finish {Cabinet}} object { H5_Cone finish {Cabinet}} object { H6_Cone finish {Cabinet}} object { H7_Cone finish {Cabinet}} object { H8_Cone finish {Cabinet}} object { H9_Cone finish {Cabinet}} object { H10_Cone finish {Cabinet}} object { H11_Cone finish {Cabinet}} object { H12_Cone finish {Cabinet}} object { H13_Cone finish {Cabinet}} object { H14_Cone finish {Cabinet}} object { H15_Cone finish {Cabinet}} object { H16_Cone finish {Cabinet}} object { H17_Box finish {Cabinet}} object { H18_Box finish {Cabinet}} object { H19_Box finish {Cabinet}} object { H20_Cone finish {Cabinet}} object { H21_Cone finish {Cabinet}} object { H22_Cone finish {Cabinet}} object { H23_Box finish {Cabinet}} object { H24_Cone finish {Cabinet}} object { H25_Cone finish {Cabinet}} object { H26_Cone finish {Cabinet}} object { H28_Box finish {Cabinet}} object { H29_Box finish {Cabinet}} object { H30_Box finish {Cabinet}} object { H31_Box finish {Cabinet}} object { H32_Cone finish {Cabinet}} object { H33_Cone finish {Cabinet}} object { H34_Cone finish {Cabinet}} object { H35_Cone finish {Cabinet}} object { H36_Cone finish {Cabinet}} object { H37_Cone finish {Cabinet}} object { H38_Box finish {Cabinet}} object {Front} object { H40_Box finish {Shiny reflection .275}} object { H41_Cone finish {Cabinet}} object { H42_Cone finish {Cabinet}} object { H43_Cone finish {Cabinet}} object { H44_Cone finish {Cabinet}} object { H45_Sphere } object { H46_Sphere } object { H47_Sphere } object { H48_Sphere } object { H49_Cone finish {Cabinet}} object { H50_Cone finish {Cabinet}} object { H51_Box finish {Cabinet}} object { H52_Box finish {Cabinet}} object { H53_Box finish {Cabinet}} object { H54_Box finish {Cabinet}} object { H55_Box finish {Cabinet}} object { H56_Box finish {Cabinet}} object { H57_Box finish {Cabinet}} object { H58_Box finish {Cabinet}} object { H59_Cone } object { H60_Torus } object { H61_Torus } object { H62_Torus } object { H63_Torus } object { Cup clipped_by {plane {y,0}}} object { H67_Cone } object { H68_Cone } object { H69_Cone } object { H70_Cone } sphere { <0.0, 0.0, 0.0>, 5.7999 texture { Ruby_Glass} rotate <.0, 346.834, .0> translate <2.78953, 0, -6.16801> clipped_by {plane {y,-1.2}}} object {Bowl finish {ambient 1}} object {Rolling_Pin} object {Knife rotate y*10 translate z*3} object {Cheese rotate y*-40 translate z*-12} object {Tins translate z*-6} object { Roach translate z*2}