#################################### Lab 7 ############################### # Name: Phuc Nguyen # Login: cs184-dh # Section: 103 ########################################################################## # Create a world with BMRT ########################################################################## ##RenderMan RIB-Structure 1.0 version 3.03 # Comments appear next to single hash marks (#). Display "lab7.tif" "file" "rgba" Format 640 480 1 Projection "perspective" "fov" [55 ] Rotate -12.4214 1 0 0 Rotate 23.9625 0 1 0 Translate -0.7410 -0.145 1.6 #MakeShadow "depth.pic" "shadow.tx" #Create the world FrameBegin 1 WorldBegin # enable shadows Attribute "light" "shadows" ["on"] # Make 4 light sources LightSource "ambientlight" 1 "intensity" [0.1 ] LightSource "distantlight" 2 "intensity" [2 ] "lightcolor" [0.8 0.8 0.8] "from" [0 100 -200] "to" [0 0 0] LightSource "distantlight" 3 "intensity" [2 ] "lightcolor" [1 1 1] "from" [200 20 30] "to" [0 0 0] # LightSource "pointlight" 4 "intensity" [0.4] "lightcolor" [0.4 0.5 0.4] "from" 0.0 -0.10 0.0 # LightSource "spotlight" 5 "intensity" [1.2 ] "lightcolor" [1 1 1] "from" [0 30 -200] "to" [0 0 0] # The ground of the world (a table surface) AttributeBegin Attribute "identifier" "name" "ground" Color [0.5 0.2745 0.2667] Surface "matte" Polygon "P" [-0.5 -.5 1.5 -1.5 -.5 -1.5 1.5 -.5 -1.5 1.5 -.5 1.5] AttributeEnd # An apple on the table (a sphere) AttributeBegin Attribute "identifier" "name" "myBall" Declare "circleColor" "color" Declare "radius" "float" Declare "frequency" "float" Surface "lab7" "circleColor" [0.6 0.8 0.8] "radius" 0.35 "frequency" 8 Translate 0.0 -0.3 0.5 Sphere 0.2 -0.2 0.2 360 AttributeEnd # A glass on the table AttributeBegin Attribute "identifier" "name" "myglass" Color [1.0 0.9 0.3] # gold Declare "circleColor" "color" Declare "bkgrdColor" "color" Declare "radius" "float" Declare "frequency" "float" Declare "roughness" "float" Surface "lab7" "circleColor" [0 0 0] "bkgrdColor" [1.0 0.9 0.3] "radius" 0.15 "frequency" 6 "roughness" 0.9 # Surface "plastic" Translate -0.1 -0.09 -0.3 Rotate 90.0 1 0 0 # the top part of the glass (container) Cone 0.1 0.09 360 # the stem Translate 0 0 0.15 Cylinder 0.005 -0.08 0.115 360 # the base Rotate -180.0 1 0 0 Translate 0 0.0 -0.115 Cone 0.04 0.07 360 AttributeEnd # A rectangular rode on the table AttributeBegin Attribute "identifier" "name" "Cube" Color [0.70 0.2745 0.2667] #Surface "shinymetal" Surface "wood" Translate 0.45 -0.12 -1.15 # top face Polygon "P" [.05 .05 .05 -.05 .05 .05 -.05 -.05 .05 .05 -.05 .05] # near face Polygon "P" [.05 -.05 .05 -.05 -.05 .05 -.05 -.05 -.05 .05 -.05 -.05] # right face Polygon "P" [.05 -.05 -.05 .05 .05 -.05 .05 .05 .05 .05 -.05 .05] # far face Polygon "P" [.05 .05 -.05 .05 .05 .05 -.05 .05 .05 -.05 .05 -.05] # left face Polygon "P" [-.05 .05 -.05 -.05 .05 .05 -.05 -.05 .05 -.05 -.05 -.05] # bottom face Polygon "P" [-.05 -.05 -.05 .05 -.05 -.05 .05 .05 -.05 -.05 .05 -.05] AttributeEnd # A vase (exported by sPatch) # modified from the original file from sPatch) AttributeBegin Color [0.6490 0.4745 0.5667] Declare "circleColor" "color" Declare "bkgrdColor" "color" Declare "radius" "float" Declare "frequency" "float" Surface "lab7" "circleColor" [1.0 1.0 1.0] "bkgrdColor" [0.6490 0.4745 0.5667] "radius" 0.1 "frequency" 12 TransformBegin Scale 0.25 0.35 0.5 Translate 2.8 -0.49 -0.3 Basis "bezier" 3 "bezier" 3 Patch "bicubic" "P" [0.500000 1.062500 0.000000 0.500000 1.062500 -0.114805 0.434733 1.062500 -0.272374 0.353554 1.062500 -0.353553 0.429688 1.006250 0.000000 0.429688 1.006250 -0.114805 0.385015 1.006250 -0.222655 0.303835 1.006250 -0.303835 0.307276 0.954832 0.000000 0.307276 0.954832 -0.060990 0.260404 0.954832 -0.174150 0.217277 0.954832 -0.217277 0.265625 0.875000 0.000000 0.265625 0.875000 -0.060990 0.230952 0.875000 -0.144698 0.187825 0.875000 -0.187825 ] Patch "bicubic" "P" [0.500000 1.062500 0.000000 0.429688 1.006250 0.000000 0.307276 0.954832 0.000000 0.265625 0.875000 0.000000 0.500000 1.062500 0.114805 0.429687 1.006250 0.114805 0.307276 0.954832 0.060990 0.265625 0.875000 0.060990 0.434732 1.062500 0.272374 0.385014 1.006250 0.222655 0.260403 0.954832 0.174150 0.230952 0.875000 0.144698 0.353553 1.062500 0.353553 0.303835 1.006250 0.303835 0.217277 0.954832 0.217277 0.187825 0.875000 0.187825 ] Patch "bicubic" "P" [0.265625 0.875000 0.000000 0.265625 0.875000 -0.060990 0.230952 0.875000 -0.144698 0.187825 0.875000 -0.187825 0.240903 0.827616 0.000000 0.240903 0.827616 -0.060990 0.213470 0.827616 -0.127217 0.170344 0.827616 -0.170344 0.276993 0.743071 0.000000 0.276993 0.743071 -0.071753 0.246601 0.743071 -0.145126 0.195863 0.743071 -0.195863 0.312500 0.703125 0.000000 0.312500 0.703125 -0.071753 0.271708 0.703125 -0.170234 0.220971 0.703125 -0.220971 ] Patch "bicubic" "P" [0.265625 0.875000 0.000000 0.240903 0.827616 0.000000 0.276993 0.743071 0.000000 0.312500 0.703125 0.000000 0.265625 0.875000 0.060990 0.240903 0.827616 0.060990 0.276993 0.743071 0.071753 0.312500 0.703125 0.071753 0.230952 0.875000 0.144698 0.213470 0.827616 0.127217 0.246601 0.743071 0.145126 0.271708 0.703125 0.170234 0.187825 0.875000 0.187825 0.170344 0.827616 0.170344 0.195863 0.743071 0.195863 0.220971 0.703125 0.220971 ] Patch "bicubic" "P" [0.312500 0.703125 0.000000 0.312500 0.703125 -0.071753 0.271708 0.703125 -0.170234 0.220971 0.703125 -0.220971 0.394717 0.610630 0.000000 0.394717 0.610630 -0.071753 0.329845 0.610631 -0.228370 0.279107 0.610631 -0.279107 0.653216 0.576236 0.000000 0.653216 0.576236 -0.147094 0.565904 0.576236 -0.357882 0.461893 0.576236 -0.461893 0.640625 0.453125 0.000000 0.640625 0.453125 -0.147094 0.557001 0.453125 -0.348979 0.452990 0.453125 -0.452990 ] Patch "bicubic" "P" [0.312500 0.703125 0.000000 0.394717 0.610630 0.000000 0.653216 0.576236 0.000000 0.640625 0.453125 0.000000 0.312500 0.703125 0.071753 0.394717 0.610630 0.071753 0.653216 0.576236 0.147094 0.640625 0.453125 0.147094 0.271708 0.703125 0.170234 0.329845 0.610631 0.228370 0.565904 0.576236 0.357882 0.557001 0.453125 0.348979 0.220971 0.703125 0.220971 0.279107 0.610631 0.279107 0.461893 0.576236 0.461893 0.452990 0.453125 0.452990 ] Patch "bicubic" "P" [0.640625 0.453125 0.000000 0.640625 0.453125 -0.147094 0.557001 0.453125 -0.348979 0.452990 0.453125 -0.452990 0.603426 0.089397 0.000000 0.603426 0.089397 -0.147094 0.530697 0.089397 -0.322675 0.426686 0.089397 -0.426686 0.242728 -0.313181 0.000000 0.242728 -0.313181 -0.039464 0.199540 -0.313181 -0.143729 0.171635 -0.313181 -0.171635 0.171875 -0.671875 0.000000 0.171875 -0.671875 -0.039464 0.149439 -0.671875 -0.093629 0.121534 -0.671875 -0.121534 ] Patch "bicubic" "P" [0.640625 0.453125 0.000000 0.603426 0.089397 0.000000 0.242728 -0.313181 0.000000 0.171875 -0.671875 0.000000 0.640625 0.453125 0.147094 0.603426 0.089397 0.147094 0.242728 -0.313181 0.039464 0.171875 -0.671875 0.039464 0.557001 0.453125 0.348979 0.530697 0.089397 0.322675 0.199540 -0.313181 0.143729 0.149439 -0.671875 0.093629 0.452990 0.453125 0.452990 0.426686 0.089397 0.426686 0.171635 -0.313181 0.171635 0.121534 -0.671875 0.121534 ] Patch "bicubic" "P" [0.171875 -0.671875 0.000000 0.171875 -0.671875 -0.039464 0.149439 -0.671875 -0.093629 0.121534 -0.671875 -0.121534 0.156757 -0.748412 0.000000 0.156757 -0.748412 -0.039464 0.138749 -0.748412 -0.082938 0.110844 -0.748412 -0.110844 0.325000 -0.770312 0.000000 0.325000 -0.770312 -0.089691 0.293231 -0.770312 -0.166389 0.229810 -0.770312 -0.229810 0.390625 -0.812500 0.000000 0.390625 -0.812500 -0.089691 0.339635 -0.812500 -0.212793 0.276214 -0.812500 -0.276214 ] Patch "bicubic" "P" [0.171875 -0.671875 0.000000 0.156757 -0.748412 0.000000 0.325000 -0.770312 0.000000 0.390625 -0.812500 0.000000 0.171875 -0.671875 0.039464 0.156757 -0.748412 0.039464 0.325000 -0.770312 0.089691 0.390625 -0.812500 0.089691 0.149439 -0.671875 0.093629 0.138749 -0.748412 0.082938 0.293231 -0.770312 0.166389 0.339635 -0.812500 0.212793 0.121534 -0.671875 0.121534 0.110844 -0.748412 0.110844 0.229810 -0.770312 0.229810 0.276214 -0.812500 0.276214 ] Patch "bicubic" "P" [0.353553 1.062500 0.353553 0.303835 1.006250 0.303835 0.217277 0.954832 0.217277 0.187825 0.875000 0.187825 0.272374 1.062500 0.434732 0.222655 1.006250 0.385014 0.174150 0.954832 0.260403 0.144698 0.875000 0.230952 0.114805 1.062500 0.500000 0.114805 1.006250 0.429688 0.060990 0.954832 0.307276 0.060990 0.875000 0.265625 0.000000 1.062500 0.500000 0.000000 1.006250 0.429688 0.000000 0.954832 0.307276 0.000000 0.875000 0.265625 ] Patch "bicubic" "P" [0.000000 1.062500 0.500000 0.000000 1.006250 0.429688 0.000000 0.954832 0.307276 0.000000 0.875000 0.265625 -0.114805 1.062500 0.500000 -0.114805 1.006250 0.429688 -0.060990 0.954832 0.307276 -0.060990 0.875000 0.265625 -0.272374 1.062500 0.434732 -0.222655 1.006250 0.385014 -0.174150 0.954832 0.260403 -0.144698 0.875000 0.230952 -0.353553 1.062500 0.353553 -0.303835 1.006250 0.303835 -0.217277 0.954832 0.217277 -0.187825 0.875000 0.187825 ] Patch "bicubic" "P" [-0.353553 1.062500 0.353553 -0.303835 1.006250 0.303835 -0.217277 0.954832 0.217277 -0.187825 0.875000 0.187825 -0.434732 1.062500 0.272374 -0.385014 1.006250 0.222655 -0.260403 0.954832 0.174150 -0.230952 0.875000 0.144698 -0.500000 1.062500 0.114805 -0.429688 1.006250 0.114805 -0.307276 0.954832 0.060990 -0.265625 0.875000 0.060990 -0.500000 1.062500 0.000000 -0.429688 1.006250 0.000000 -0.307276 0.954832 0.000000 -0.265625 0.875000 0.000000 ] Patch "bicubic" "P" [-0.500000 1.062500 0.000000 -0.429688 1.006250 0.000000 -0.307276 0.954832 0.000000 -0.265625 0.875000 0.000000 -0.500000 1.062500 -0.114805 -0.429688 1.006250 -0.114805 -0.307276 0.954832 -0.060990 -0.265625 0.875000 -0.060990 -0.434732 1.062500 -0.272374 -0.385014 1.006250 -0.222655 -0.260403 0.954832 -0.174150 -0.230952 0.875000 -0.144698 -0.353553 1.062500 -0.353553 -0.303835 1.006250 -0.303835 -0.217277 0.954832 -0.217277 -0.187825 0.875000 -0.187825 ] Patch "bicubic" "P" [-0.353553 1.062500 -0.353553 -0.303835 1.006250 -0.303835 -0.217277 0.954832 -0.217277 -0.187825 0.875000 -0.187825 -0.272374 1.062500 -0.434732 -0.222655 1.006250 -0.385014 -0.174150 0.954832 -0.260403 -0.144698 0.875000 -0.230952 -0.114805 1.062500 -0.500000 -0.114805 1.006250 -0.429688 -0.060990 0.954832 -0.307276 -0.060990 0.875000 -0.265625 0.000000 1.062500 -0.500000 0.000000 1.006250 -0.429688 0.000000 0.954832 -0.307276 0.000000 0.875000 -0.265625 ] Patch "bicubic" "P" [0.000000 1.062500 -0.500000 0.000000 1.006250 -0.429688 0.000000 0.954832 -0.307276 0.000000 0.875000 -0.265625 0.114805 1.062500 -0.500000 0.114805 1.006250 -0.429688 0.060990 0.954832 -0.307276 0.060990 0.875000 -0.265625 0.272374 1.062500 -0.434733 0.222656 1.006250 -0.385014 0.174150 0.954832 -0.260403 0.144698 0.875000 -0.230952 0.353554 1.062500 -0.353553 0.303835 1.006250 -0.303835 0.217277 0.954832 -0.217277 0.187825 0.875000 -0.187825 ] Patch "bicubic" "P" [0.187825 0.875000 0.187825 0.170344 0.827616 0.170344 0.195863 0.743071 0.195863 0.220971 0.703125 0.220971 0.144698 0.875000 0.230952 0.127217 0.827616 0.213470 0.145126 0.743071 0.246601 0.170234 0.703125 0.271708 0.060990 0.875000 0.265625 0.060990 0.827616 0.240903 0.071753 0.743071 0.276993 0.071753 0.703125 0.312500 0.000000 0.875000 0.265625 0.000000 0.827616 0.240903 0.000000 0.743071 0.276993 0.000000 0.703125 0.312500 ] Patch "bicubic" "P" [0.000000 0.875000 0.265625 0.000000 0.827616 0.240903 0.000000 0.743071 0.276993 0.000000 0.703125 0.312500 -0.060990 0.875000 0.265625 -0.060990 0.827616 0.240903 -0.071753 0.743071 0.276993 -0.071753 0.703125 0.312500 -0.144698 0.875000 0.230952 -0.127217 0.827616 0.213470 -0.145126 0.743071 0.246601 -0.170234 0.703125 0.271708 -0.187825 0.875000 0.187825 -0.170344 0.827616 0.170344 -0.195863 0.743071 0.195863 -0.220971 0.703125 0.220971 ] Patch "bicubic" "P" [-0.187825 0.875000 0.187825 -0.170344 0.827616 0.170344 -0.195863 0.743071 0.195863 -0.220971 0.703125 0.220971 -0.230952 0.875000 0.144698 -0.213470 0.827616 0.127217 -0.246601 0.743071 0.145126 -0.271708 0.703125 0.170234 -0.265625 0.875000 0.060990 -0.240903 0.827616 0.060990 -0.276993 0.743071 0.071753 -0.312500 0.703125 0.071753 -0.265625 0.875000 0.000000 -0.240903 0.827616 0.000000 -0.276993 0.743071 0.000000 -0.312500 0.703125 0.000000 ] Patch "bicubic" "P" [-0.265625 0.875000 0.000000 -0.240903 0.827616 0.000000 -0.276993 0.743071 0.000000 -0.312500 0.703125 0.000000 -0.265625 0.875000 -0.060990 -0.240903 0.827616 -0.060990 -0.276993 0.743071 -0.071753 -0.312500 0.703125 -0.071753 -0.230952 0.875000 -0.144698 -0.213470 0.827616 -0.127217 -0.246601 0.743071 -0.145126 -0.271708 0.703125 -0.170234 -0.187825 0.875000 -0.187825 -0.170344 0.827616 -0.170344 -0.195863 0.743071 -0.195863 -0.220971 0.703125 -0.220971 ] Patch "bicubic" "P" [-0.187825 0.875000 -0.187825 -0.170344 0.827616 -0.170344 -0.195863 0.743071 -0.195863 -0.220971 0.703125 -0.220971 -0.144698 0.875000 -0.230952 -0.127217 0.827616 -0.213470 -0.145126 0.743071 -0.246601 -0.170234 0.703125 -0.271708 -0.060990 0.875000 -0.265625 -0.060990 0.827616 -0.240903 -0.071753 0.743071 -0.276993 -0.071753 0.703125 -0.312500 0.000000 0.875000 -0.265625 0.000000 0.827616 -0.240903 0.000000 0.743071 -0.276993 0.000000 0.703125 -0.312500 ] Patch "bicubic" "P" [0.000000 0.875000 -0.265625 0.000000 0.827616 -0.240903 0.000000 0.743071 -0.276993 0.000000 0.703125 -0.312500 0.060990 0.875000 -0.265625 0.060990 0.827616 -0.240903 0.071753 0.743071 -0.276993 0.071753 0.703125 -0.312500 0.144698 0.875000 -0.230952 0.127217 0.827616 -0.213470 0.145126 0.743071 -0.246601 0.170234 0.703125 -0.271708 0.187825 0.875000 -0.187825 0.170344 0.827616 -0.170344 0.195863 0.743071 -0.195863 0.220971 0.703125 -0.220971 ] Patch "bicubic" "P" [0.220971 0.703125 0.220971 0.279107 0.610631 0.279107 0.461893 0.576236 0.461893 0.452990 0.453125 0.452990 0.170234 0.703125 0.271708 0.228370 0.610631 0.329845 0.357882 0.576236 0.565904 0.348979 0.453125 0.557001 0.071753 0.703125 0.312500 0.071753 0.610630 0.394717 0.147094 0.576236 0.653216 0.147094 0.453125 0.640625 0.000000 0.703125 0.312500 0.000000 0.610630 0.394717 0.000000 0.576236 0.653216 0.000000 0.453125 0.640625 ] Patch "bicubic" "P" [0.000000 0.703125 0.312500 0.000000 0.610630 0.394717 0.000000 0.576236 0.653216 0.000000 0.453125 0.640625 -0.071753 0.703125 0.312500 -0.071753 0.610630 0.394717 -0.147094 0.576236 0.653216 -0.147094 0.453125 0.640625 -0.170234 0.703125 0.271708 -0.228370 0.610631 0.329845 -0.357882 0.576236 0.565904 -0.348979 0.453125 0.557001 -0.220971 0.703125 0.220971 -0.279107 0.610631 0.279107 -0.461893 0.576236 0.461893 -0.452990 0.453125 0.452990 ] Patch "bicubic" "P" [-0.220971 0.703125 0.220971 -0.279107 0.610631 0.279107 -0.461893 0.576236 0.461893 -0.452990 0.453125 0.452990 -0.271708 0.703125 0.170234 -0.329845 0.610631 0.228370 -0.565904 0.576236 0.357882 -0.557001 0.453125 0.348979 -0.312500 0.703125 0.071753 -0.394717 0.610630 0.071753 -0.653216 0.576236 0.147094 -0.640625 0.453125 0.147094 -0.312500 0.703125 0.000000 -0.394717 0.610630 0.000000 -0.653216 0.576236 0.000000 -0.640625 0.453125 0.000000 ] Patch "bicubic" "P" [-0.312500 0.703125 0.000000 -0.394717 0.610630 0.000000 -0.653216 0.576236 0.000000 -0.640625 0.453125 0.000000 -0.312500 0.703125 -0.071753 -0.394717 0.610630 -0.071753 -0.653216 0.576236 -0.147094 -0.640625 0.453125 -0.147094 -0.271708 0.703125 -0.170234 -0.329845 0.610631 -0.228370 -0.565904 0.576236 -0.357882 -0.557001 0.453125 -0.348979 -0.220971 0.703125 -0.220971 -0.279107 0.610631 -0.279107 -0.461893 0.576236 -0.461893 -0.452990 0.453125 -0.452990 ] Patch "bicubic" "P" [-0.220971 0.703125 -0.220971 -0.279107 0.610631 -0.279107 -0.461893 0.576236 -0.461893 -0.452990 0.453125 -0.452990 -0.170234 0.703125 -0.271708 -0.228370 0.610631 -0.329845 -0.357882 0.576236 -0.565904 -0.348979 0.453125 -0.557001 -0.071753 0.703125 -0.312500 -0.071753 0.610630 -0.394717 -0.147094 0.576236 -0.653216 -0.147094 0.453125 -0.640625 0.000000 0.703125 -0.312500 0.000000 0.610630 -0.394717 0.000000 0.576236 -0.653216 0.000000 0.453125 -0.640625 ] Patch "bicubic" "P" [0.000000 0.703125 -0.312500 0.000000 0.610630 -0.394717 0.000000 0.576236 -0.653216 0.000000 0.453125 -0.640625 0.071753 0.703125 -0.312500 0.071753 0.610630 -0.394717 0.147094 0.576236 -0.653216 0.147094 0.453125 -0.640625 0.170234 0.703125 -0.271708 0.228370 0.610631 -0.329845 0.357882 0.576236 -0.565904 0.348979 0.453125 -0.557001 0.220971 0.703125 -0.220971 0.279107 0.610631 -0.279107 0.461893 0.576236 -0.461893 0.452990 0.453125 -0.452990 ] Patch "bicubic" "P" [0.452990 0.453125 0.452990 0.426686 0.089397 0.426686 0.171635 -0.313181 0.171635 0.121534 -0.671875 0.121534 0.348979 0.453125 0.557001 0.322675 0.089397 0.530697 0.143729 -0.313181 0.199540 0.093629 -0.671875 0.149439 0.147094 0.453125 0.640625 0.147094 0.089397 0.603426 0.039464 -0.313181 0.242728 0.039464 -0.671875 0.171875 0.000000 0.453125 0.640625 0.000000 0.089397 0.603426 0.000000 -0.313181 0.242728 0.000000 -0.671875 0.171875 ] Patch "bicubic" "P" [0.000000 0.453125 0.640625 0.000000 0.089397 0.603426 0.000000 -0.313181 0.242728 0.000000 -0.671875 0.171875 -0.147094 0.453125 0.640625 -0.147094 0.089397 0.603426 -0.039464 -0.313181 0.242728 -0.039464 -0.671875 0.171875 -0.348979 0.453125 0.557001 -0.322675 0.089397 0.530697 -0.143729 -0.313181 0.199540 -0.093629 -0.671875 0.149439 -0.452990 0.453125 0.452990 -0.426686 0.089397 0.426686 -0.171635 -0.313181 0.171635 -0.121534 -0.671875 0.121534 ] Patch "bicubic" "P" [-0.452990 0.453125 0.452990 -0.426686 0.089397 0.426686 -0.171635 -0.313181 0.171635 -0.121534 -0.671875 0.121534 -0.557001 0.453125 0.348979 -0.530697 0.089397 0.322675 -0.199540 -0.313181 0.143729 -0.149439 -0.671875 0.093629 -0.640625 0.453125 0.147094 -0.603426 0.089397 0.147094 -0.242728 -0.313181 0.039464 -0.171875 -0.671875 0.039464 -0.640625 0.453125 0.000000 -0.603426 0.089397 0.000000 -0.242728 -0.313181 0.000000 -0.171875 -0.671875 0.000000 ] Patch "bicubic" "P" [-0.640625 0.453125 0.000000 -0.603426 0.089397 0.000000 -0.242728 -0.313181 0.000000 -0.171875 -0.671875 0.000000 -0.640625 0.453125 -0.147094 -0.603426 0.089397 -0.147094 -0.242728 -0.313181 -0.039464 -0.171875 -0.671875 -0.039464 -0.557001 0.453125 -0.348979 -0.530697 0.089397 -0.322675 -0.199540 -0.313181 -0.143729 -0.149439 -0.671875 -0.093629 -0.452990 0.453125 -0.452990 -0.426686 0.089397 -0.426686 -0.171635 -0.313181 -0.171635 -0.121534 -0.671875 -0.121534 ] Patch "bicubic" "P" [-0.452990 0.453125 -0.452990 -0.426686 0.089397 -0.426686 -0.171635 -0.313181 -0.171635 -0.121534 -0.671875 -0.121534 -0.348979 0.453125 -0.557001 -0.322675 0.089397 -0.530697 -0.143729 -0.313181 -0.199540 -0.093629 -0.671875 -0.149439 -0.147094 0.453125 -0.640625 -0.147094 0.089397 -0.603426 -0.039464 -0.313181 -0.242728 -0.039464 -0.671875 -0.171875 0.000000 0.453125 -0.640625 0.000000 0.089397 -0.603426 0.000000 -0.313181 -0.242728 0.000000 -0.671875 -0.171875 ] Patch "bicubic" "P" [0.000000 0.453125 -0.640625 0.000000 0.089397 -0.603426 0.000000 -0.313181 -0.242728 0.000000 -0.671875 -0.171875 0.147094 0.453125 -0.640625 0.147094 0.089397 -0.603426 0.039464 -0.313181 -0.242728 0.039464 -0.671875 -0.171875 0.348979 0.453125 -0.557001 0.322675 0.089397 -0.530697 0.143729 -0.313181 -0.199540 0.093629 -0.671875 -0.149439 0.452990 0.453125 -0.452990 0.426686 0.089397 -0.426686 0.171635 -0.313181 -0.171635 0.121534 -0.671875 -0.121534 ] Patch "bicubic" "P" [0.121534 -0.671875 0.121534 0.110844 -0.748412 0.110844 0.229810 -0.770312 0.229810 0.276214 -0.812500 0.276214 0.093629 -0.671875 0.149439 0.082938 -0.748412 0.138749 0.166389 -0.770312 0.293231 0.212793 -0.812500 0.339635 0.039464 -0.671875 0.171875 0.039464 -0.748412 0.156757 0.089691 -0.770312 0.325000 0.089691 -0.812500 0.390625 0.000000 -0.671875 0.171875 0.000000 -0.748412 0.156757 0.000000 -0.770312 0.325000 0.000000 -0.812500 0.390625 ] Patch "bicubic" "P" [0.000000 -0.671875 0.171875 0.000000 -0.748412 0.156757 0.000000 -0.770312 0.325000 0.000000 -0.812500 0.390625 -0.039464 -0.671875 0.171875 -0.039464 -0.748412 0.156757 -0.089691 -0.770312 0.325000 -0.089691 -0.812500 0.390625 -0.093629 -0.671875 0.149439 -0.082938 -0.748412 0.138749 -0.166389 -0.770312 0.293231 -0.212793 -0.812500 0.339635 -0.121534 -0.671875 0.121534 -0.110844 -0.748412 0.110844 -0.229810 -0.770312 0.229810 -0.276214 -0.812500 0.276214 ] Patch "bicubic" "P" [-0.121534 -0.671875 0.121534 -0.110844 -0.748412 0.110844 -0.229810 -0.770312 0.229810 -0.276214 -0.812500 0.276214 -0.149439 -0.671875 0.093629 -0.138749 -0.748412 0.082938 -0.293231 -0.770312 0.166389 -0.339635 -0.812500 0.212793 -0.171875 -0.671875 0.039464 -0.156757 -0.748412 0.039464 -0.325000 -0.770312 0.089691 -0.390625 -0.812500 0.089691 -0.171875 -0.671875 0.000000 -0.156757 -0.748412 0.000000 -0.325000 -0.770312 0.000000 -0.390625 -0.812500 0.000000 ] Patch "bicubic" "P" [-0.171875 -0.671875 0.000000 -0.156757 -0.748412 0.000000 -0.325000 -0.770312 0.000000 -0.390625 -0.812500 0.000000 -0.171875 -0.671875 -0.039464 -0.156757 -0.748412 -0.039464 -0.325000 -0.770312 -0.089691 -0.390625 -0.812500 -0.089691 -0.149439 -0.671875 -0.093629 -0.138749 -0.748412 -0.082938 -0.293231 -0.770312 -0.166389 -0.339635 -0.812500 -0.212793 -0.121534 -0.671875 -0.121534 -0.110844 -0.748412 -0.110844 -0.229810 -0.770312 -0.229810 -0.276214 -0.812500 -0.276214 ] Patch "bicubic" "P" [-0.121534 -0.671875 -0.121534 -0.110844 -0.748412 -0.110844 -0.229810 -0.770312 -0.229810 -0.276214 -0.812500 -0.276214 -0.093629 -0.671875 -0.149439 -0.082938 -0.748412 -0.138749 -0.166389 -0.770312 -0.293231 -0.212793 -0.812500 -0.339635 -0.039464 -0.671875 -0.171875 -0.039464 -0.748412 -0.156757 -0.089691 -0.770312 -0.325000 -0.089691 -0.812500 -0.390625 0.000000 -0.671875 -0.171875 0.000000 -0.748412 -0.156757 0.000000 -0.770312 -0.325000 0.000000 -0.812500 -0.390625 ] Patch "bicubic" "P" [0.000000 -0.671875 -0.171875 0.000000 -0.748412 -0.156757 0.000000 -0.770312 -0.325000 0.000000 -0.812500 -0.390625 0.039464 -0.671875 -0.171875 0.039464 -0.748412 -0.156757 0.089691 -0.770312 -0.325000 0.089691 -0.812500 -0.390625 0.093629 -0.671875 -0.149439 0.082938 -0.748412 -0.138749 0.166389 -0.770312 -0.293231 0.212793 -0.812500 -0.339635 0.121534 -0.671875 -0.121534 0.110844 -0.748412 -0.110844 0.229810 -0.770312 -0.229810 0.276214 -0.812500 -0.276214 ] TransformEnd AttributeEnd WorldEnd FrameEnd