diff --git a/plant-eyes/controller.ss b/plant-eyes/controller.ss index 66d4f4a..27d6c2d 100644 --- a/plant-eyes/controller.ss +++ b/plant-eyes/controller.ss @@ -49,7 +49,7 @@ (define/public (setup) (lock-camera cam) (camera-lag 0.2) - (clip 1 100) + (clip 1 300) (set-camera-transform (mtranslate (vector 0 0 -4)))) ; moveme diff --git a/plant-eyes/logic.ss b/plant-eyes/logic.ss index 6c7690a..af33dfa 100644 --- a/plant-eyes/logic.ss +++ b/plant-eyes/logic.ss @@ -18,7 +18,7 @@ (define curl-amount 40) (define start-size 50) (define max-ornaments 10) ; per twig -(define nutrient-twig-size-increase 4) +(define nutrient-twig-size-increase 2) ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; the base class logic object - all logic side objects can @@ -91,6 +91,9 @@ (define/public (get-dist) dist) + (define/public (get-w) + w) + (define/public (get-dir) dir) @@ -131,7 +134,8 @@ (set! w (if (zero? (- num-points 2)) width - (+ 0.1 (* width (- 1 (/ (length points) (- num-points 2))))))) + (* width (- 1 (/ (length points) (- num-points 2)))))) + (set! dist (* w 1.5)) (set! last-point new-point) (set! points (append points (list new-point))) (set! widths (append widths (list w))) @@ -324,7 +328,7 @@ (field (twigs '()) ; a assoc list map of ids to twigs (leader-twig #f) ; the temporary twig controlled by the player - (properties '(leaf flower fork horn inflatoe)) ; a list of symbols - properties come from pickups + (properties '()) ; a list of symbols - properties come from pickups (ornaments '()) ; map of ids to ornaments on the plant (size start-size) ; the age of this plant (max-twigs default-max-twigs) ; the maximum twigs allowed at any time - oldest removed first diff --git a/plant-eyes/view.ss b/plant-eyes/view.ss index 9c70059..784104a 100644 --- a/plant-eyes/view.ss +++ b/plant-eyes/view.ss @@ -580,25 +580,31 @@ (pdata-set! "p" p (send (get-twig twig-id) get-point twig-point)) (pdata-set! "offset" p (vmul (srndvec) ( send (get-twig twig-id) get-width twig-point)))))) - + (define/public (update-nutrients t d) - (when (not (null? twigs)) - (with-primitive nutrients - (pdata-index-map! - (lambda (i p twig-id point offset speed) - (let* ((twig-id (inexact->exact twig-id)) - (twig (get-twig twig-id)) - (point (inexact->exact point))) - (if twig - (cond - ((< point 1) (pdata-set! "twig" i -1) (vector 0 0 0)) - ((< (vdist (vadd (send twig get-point point) offset) p) 0.1) - (pdata-set! "point" i (- point 1)) - (vadd p (vmul (vnormalise (vsub (vadd (send twig get-point (- point 1)) offset) p)) (* speed d)))) - (else - (vadd p (vmul (vnormalise (vsub (vadd (send twig get-point point) offset) p)) (* speed d))))) - (vector 0 0 0)))) - "p" "twig" "point" "offset" "speed")))) + (when (not (null? twigs)) + (with-primitive nutrients + (pdata-index-map! + (lambda (i p twig-id point offset speed) + (let* ((twig-id (inexact->exact twig-id)) + (twig (get-twig twig-id)) + (point (inexact->exact point))) + (cond + ((or (< point 1) (not twig)) + (let* ((new-twig (choose twigs)) + (num-points (send (cadr new-twig) get-num-points)) + (new-point (if (zero? num-points) 0 (random num-points)))) + (pdata-set! "twig" i (car new-twig)) + (pdata-set! "point" i new-point) + (pdata-set! "offset" i (vmix offset (vmul (srndvec) (send (cadr new-twig) get-width new-point)) 0.2)) + (send (cadr new-twig) get-point new-point))) + ((< (vdist (vadd (send twig get-point point) offset) p) 0.1) + (pdata-set! "point" i (- point 1)) + (vadd p (vmul (vnormalise (vsub (vadd (send twig get-point (- point 1)) offset) p)) (* speed d)))) + (else + (vadd p (vmul (vnormalise (vsub (vadd (send twig get-point point) offset) p)) (* speed d))))))) + "p" "twig" "point" "offset" "speed")))) + (define/public (update t d) (update-nutrients t d) diff --git a/plant-eyes/world-build.scm b/plant-eyes/world-build.scm index 2fca826..344eddb 100644 --- a/plant-eyes/world-build.scm +++ b/plant-eyes/world-build.scm @@ -49,7 +49,7 @@ (lambda (_) (make-ob 'seed 'seed "meshes/seed.obj" (vmul (srndvec) (* size area 0.5)) - (* 0.5 50) + (* 0.3 50) (vmul (rndvec) 0) 0))) (build-list num-pickups diff --git a/plant-eyes/world.txt b/plant-eyes/world.txt index ae3981f..7f68be7 100644 --- a/plant-eyes/world.txt +++ b/plant-eyes/world.txt @@ -1 +1 @@ -((seed "meshes/seed.obj" #(-248.495849609375 -3.4090027809143066 -9.364840507507324) 25.0 #(0.0 0.0 0.0)) (seed "meshes/seed.obj" #(-131.4117431640625 -149.7117156982422 60.72150802612305) 25.0 #(0.0 0.0 0.0)) (seed "meshes/seed.obj" #(11.950028419494629 -209.1293182373047 108.27667236328125) 25.0 #(0.0 0.0 0.0)) (seed "meshes/seed.obj" #(-31.610471725463867 -2.0585570335388184 304.40509033203125) 25.0 #(0.0 0.0 0.0)) (seed "meshes/seed.obj" #(-89.46083068847656 -98.982177734375 -189.32469177246094) 25.0 #(0.0 0.0 0.0)))((nutrient "meshes/nutrient.obj" #(135.33370971679688 -62.099205017089844 -29.8234806060791) 2 #(124.16400146484375 113.32799530029297 83.91600036621094)) (fork "meshes/fork.obj" #(-3.206974744796753 -5.224496364593506 58.92665100097656) 2 #(64.58399963378906 200.0880126953125 80.89199829101562)) (nutrient "meshes/nutrient.obj" #(-81.83771514892578 -45.81122970581055 36.51706314086914) 2 #(242.6400146484375 220.5 219.13198852539062)) (leaf "meshes/leaf.obj" #(-14.108428955078125 -87.0926284790039 -44.055973052978516) 2 #(231.19200134277344 274.7519836425781 270.97198486328125)) (nutrient "meshes/nutrient.obj" #(133.36529541015625 -6.292824745178223 -50.60006332397461) 2 #(42.444000244140625 174.5279998779297 178.9199981689453)) (nutrient "meshes/nutrient.obj" #(57.6221923828125 -29.81791114807129 38.91180419921875) 2 #(345.5639953613281 114.66000366210938 246.09600830078125)) (horn "meshes/horn.obj" #(-77.77819061279297 -48.82034683227539 -12.642069816589355) 2 #(299.0160217285156 125.63999938964844 288.3599853515625)) (nutrient "meshes/nutrient.obj" #(-13.52946949005127 -43.311424255371094 142.55258178710938) 2 #(354.85198974609375 354.2400207519531 338.3280029296875)) (nutrient "meshes/nutrient.obj" #(88.0108642578125 -43.113258361816406 59.13033676147461) 2 #(341.35198974609375 267.4079895019531 306.4679870605469)) (horn "meshes/horn.obj" #(145.09329223632812 -15.48731517791748 -46.145484924316406) 2 #(77.47200012207031 80.24400329589844 14.220000267028809)) (nutrient "meshes/nutrient.obj" #(-45.837520599365234 -22.0699462890625 -70.37289428710938) 2 #(322.416015625 339.37200927734375 278.2080078125)) (inflatoe "meshes/inflatoe-full.obj" #(68.86758422851562 -129.8629150390625 46.819862365722656) 2 #(280.1519775390625 163.8000030517578 44.74800109863281)) (leaf "meshes/leaf.obj" #(-138.5602569580078 -77.32275390625 20.167789459228516) 2 #(174.74400329589844 272.9159851074219 166.7159881591797)) (leaf "meshes/leaf.obj" #(-112.66233825683594 -5.207573413848877 -58.76475524902344) 2 #(123.22799682617188 343.79998779296875 304.7040100097656)) (nutrient "meshes/nutrient.obj" #(63.245994567871094 -18.657894134521484 98.34303283691406) 2 #(308.4119873046875 358.59600830078125 53.24399948120117)) (nutrient "meshes/nutrient.obj" #(82.15533447265625 -49.92538070678711 61.514095306396484) 2 #(294.9119873046875 233.63999938964844 194.25601196289062)) (nutrient "meshes/nutrient.obj" #(-83.35295867919922 -16.078712463378906 -142.15643310546875) 2 #(67.64400482177734 315.0360107421875 0.972000002861023)) (flower "meshes/flower.obj" #(25.41983985900879 -88.8548583984375 -33.423789978027344) 2 #(219.5279998779297 225.2519989013672 252.89999389648438)) (nutrient "meshes/nutrient.obj" #(-144.109619140625 -3.1071085929870605 -56.122562408447266) 2 #(330.083984375 11.015999794006348 244.15200805664062)) (nutrient "meshes/nutrient.obj" #(91.51338195800781 -105.98211669921875 -16.73458480834961) 2 #(89.85599517822266 141.22799682617188 341.1719970703125)) (nutrient "meshes/nutrient.obj" #(93.31678009033203 -14.106595993041992 -94.85267639160156) 2 #(219.0240020751953 271.6920166015625 3.563999891281128)) (flower "meshes/flower.obj" #(111.94950866699219 -9.572749137878418 -50.29335021972656) 2 #(160.6320037841797 357.76800537109375 16.559999465942383)) (nutrient "meshes/nutrient.obj" #(53.671844482421875 -19.56012535095215 -72.52625274658203) 2 #(68.6520004272461 214.45201110839844 66.85199737548828)) (nutrient "meshes/nutrient.obj" #(-58.783119201660156 -129.79330444335938 -14.891307830810547) 2 #(346.7879943847656 3.8520002365112305 317.7720031738281)) (nutrient "meshes/nutrient.obj" #(93.7760238647461 -1.6600767374038696 152.16265869140625) 2 #(90.14400482177734 168.08399963378906 283.67999267578125)) (nutrient "meshes/nutrient.obj" #(-69.2971420288086 -11.315164566040039 -61.22345733642578) 2 #(127.72799682617188 344.52001953125 99.64800262451172)) (leaf "meshes/leaf.obj" #(71.94960021972656 -122.92391967773438 87.20599365234375) 2 #(165.4919891357422 10.656000137329102 196.5240020751953)) (nutrient "meshes/nutrient.obj" #(-106.08512115478516 -58.336219787597656 -89.01152038574219) 2 #(87.58800506591797 58.5359992980957 237.0959930419922)) (nutrient "meshes/nutrient.obj" #(91.51897430419922 -78.18087768554688 -43.57946014404297) 2 #(339.2279968261719 298.04400634765625 352.87200927734375)) (nutrient "meshes/nutrient.obj" #(-58.67839050292969 -13.991593360900879 79.34072875976562) 2 #(144.8280029296875 31.463998794555664 195.0120086669922)) (leaf "meshes/leaf.obj" #(-1.5403244495391846 -17.693044662475586 -154.38546752929688) 2 #(318.85198974609375 236.73599243164062 11.052000045776367)) (nutrient "meshes/nutrient.obj" #(-124.57429504394531 -22.935161590576172 -45.227542877197266) 2 #(285.0480041503906 234.7919921875 287.135986328125)) (inflatoe "meshes/inflatoe-full.obj" #(-168.29298400878906 -3.503419876098633 31.49289894104004) 2 #(20.052000045776367 168.98399353027344 297.1440124511719)) (horn "meshes/horn.obj" #(23.454803466796875 -102.31734466552734 -147.6111297607422) 2 #(204.6599884033203 33.336002349853516 359.60400390625)) (nutrient "meshes/nutrient.obj" #(-118.80884552001953 -98.37909698486328 1.122076153755188) 2 #(36.10799789428711 10.692000389099121 298.2239990234375)) (nutrient "meshes/nutrient.obj" #(-28.05582618713379 -140.63511657714844 6.160353183746338) 2 #(311.86798095703125 263.052001953125 301.5360107421875)) (nutrient "meshes/nutrient.obj" #(-46.859169006347656 -14.782744407653809 81.38752746582031) 2 #(155.08799743652344 182.4119873046875 125.42399597167969)) (flower "meshes/flower.obj" #(-2.364380359649658 -72.4132308959961 93.89521789550781) 2 #(277.6319885253906 81.10800170898438 95.90400695800781)) (leaf "meshes/leaf.obj" #(-166.52447509765625 -12.60568904876709 30.38072967529297) 2 #(59.183998107910156 19.763999938964844 126.03600311279297)) (nutrient "meshes/nutrient.obj" #(-23.563007354736328 -44.813209533691406 -70.98955535888672) 2 #(297.4320068359375 351.8280029296875 270.64801025390625)) (nutrient "meshes/nutrient.obj" #(6.309515476226807 -114.79582214355469 -69.167236328125) 2 #(225.61199951171875 217.260009765625 46.007999420166016)) (nutrient "meshes/nutrient.obj" #(66.44999694824219 -12.588427543640137 104.92288208007812) 2 #(66.63600158691406 358.55999755859375 353.052001953125)) (nutrient "meshes/nutrient.obj" #(-99.90862274169922 -12.887816429138184 113.30815124511719) 2 #(29.016000747680664 39.41999816894531 291.13201904296875)) (nutrient "meshes/nutrient.obj" #(144.35281372070312 -2.5186424255371094 -41.2326545715332) 2 #(216.7919921875 250.30799865722656 155.48399353027344)) (nutrient "meshes/nutrient.obj" #(-161.16879272460938 -19.79730796813965 28.400653839111328) 2 #(168.73199462890625 83.98799896240234 191.41200256347656)) (leaf "meshes/leaf.obj" #(21.735261917114258 -131.3635711669922 18.135955810546875) 2 #(196.41600036621094 58.104000091552734 297.8999938964844)) (nutrient "meshes/nutrient.obj" #(-26.326181411743164 -50.61165237426758 -102.6879653930664) 2 #(240.58799743652344 178.1280059814453 90.79199981689453)) (nutrient "meshes/nutrient.obj" #(-65.2602767944336 -5.038181781768799 78.32208251953125) 2 #(281.19598388671875 348.9120178222656 185.65199279785156)) (inflatoe "meshes/inflatoe-full.obj" #(60.58199691772461 -108.70148468017578 39.97653579711914) 2 #(20.520000457763672 232.9919891357422 172.58399963378906)) (nutrient "meshes/nutrient.obj" #(22.241474151611328 -45.46638488769531 -35.64015579223633) 2 #(222.3719940185547 184.78799438476562 151.1280059814453)) (nutrient "meshes/nutrient.obj" #(68.271728515625 -12.746070861816406 -91.6852035522461) 2 #(148.21200561523438 222.947998046875 259.8840026855469)) (nutrient "meshes/nutrient.obj" #(55.06816101074219 -3.5750138759613037 56.58845138549805) 2 #(177.3000030517578 82.65599822998047 292.0320129394531)) (horn "meshes/horn.obj" #(-62.85446548461914 -9.498930931091309 -56.6489372253418) 2 #(123.15599822998047 123.6240005493164 322.3800048828125)) (inflatoe "meshes/inflatoe-full.obj" #(-102.51532745361328 -2.5520243644714355 127.39016723632812) 2 #(55.007999420166016 319.3919982910156 193.75201416015625)) (inflatoe "meshes/inflatoe-full.obj" #(3.9941792488098145 -24.255605697631836 42.79069519042969) 2 #(262.04400634765625 164.41200256347656 280.3320007324219)) (nutrient "meshes/nutrient.obj" #(196.7252197265625 -24.00725746154785 81.41857147216797) 2 #(308.8800048828125 67.86000061035156 10.872000694274902)) (horn "meshes/horn.obj" #(61.9986686706543 -15.86821174621582 50.88817596435547) 2 #(10.907999992370605 44.604000091552734 333.8639831542969)) (flower "meshes/flower.obj" #(126.04502868652344 -3.2561962604522705 -49.350521087646484) 2 #(161.63999938964844 42.012001037597656 304.4519958496094)) (nutrient "meshes/nutrient.obj" #(-29.99797821044922 -158.84095764160156 33.09675216674805) 2 #(142.9919891357422 306.97198486328125 190.72799682617188)) (nutrient "meshes/nutrient.obj" #(87.64753723144531 -88.09876251220703 -87.2886734008789) 2 #(345.52801513671875 278.8919982910156 0.6119999885559082)) (nutrient "meshes/nutrient.obj" #(61.75926208496094 -1.9465068578720093 187.3263397216797) 2 #(230.4720001220703 135.43199157714844 14.039999961853027)) (fork "meshes/fork.obj" #(125.85200500488281 -42.4997444152832 -26.906265258789062) 2 #(119.59199523925781 286.0199890136719 74.66400146484375)) (flower "meshes/flower.obj" #(-43.74305725097656 -3.7671611309051514 -79.84471130371094) 2 #(287.7120056152344 253.00799560546875 327.6000061035156)) (nutrient "meshes/nutrient.obj" #(-93.15021514892578 -22.547924041748047 104.93705749511719) 2 #(193.96800231933594 87.73200225830078 88.16400146484375)) (leaf "meshes/leaf.obj" #(-185.569091796875 -15.531455039978027 -128.49057006835938) 2 #(71.63999938964844 279.7200012207031 317.1960144042969)) (fork "meshes/fork.obj" #(116.91734313964844 -3.1961874961853027 -50.01418685913086) 2 #(272.26800537109375 121.39199829101562 138.0959930419922)) (nutrient "meshes/nutrient.obj" #(142.02711486816406 -1.2707360982894897 -51.818389892578125) 2 #(327.1679992675781 32.507999420166016 175.42800903320312)) (leaf "meshes/leaf.obj" #(100.90624237060547 -121.03605651855469 -87.93620300292969) 2 #(44.63999938964844 318.49200439453125 131.4720001220703)) (horn "meshes/horn.obj" #(-96.1606674194336 -5.163481712341309 99.37987518310547) 2 #(36.86399841308594 131.5800018310547 202.13999938964844)) (nutrient "meshes/nutrient.obj" #(-14.351022720336914 -23.757883071899414 -159.37693786621094) 2 #(69.58799743652344 260.42401123046875 116.2439956665039)) (nutrient "meshes/nutrient.obj" #(-58.3714485168457 -0.47262948751449585 68.76759338378906) 2 #(323.1719970703125 359.2440185546875 81.50399780273438)) (flower "meshes/flower.obj" #(-119.34878540039062 -7.89910888671875 -55.202423095703125) 2 #(39.347999572753906 47.15999984741211 115.41600036621094)) (inflatoe "meshes/inflatoe-full.obj" #(-84.65850067138672 -2.0500197410583496 -149.0754852294922) 2 #(78.26399993896484 266.54400634765625 112.06800079345703)) (nutrient "meshes/nutrient.obj" #(122.81747436523438 -12.682878494262695 -48.090911865234375) 2 #(21.239999771118164 160.30799865722656 158.61599731445312)) (flower "meshes/flower.obj" #(-104.29010009765625 -4.278708457946777 -63.51115036010742) 2 #(222.4080047607422 171.86399841308594 241.02000427246094)) (nutrient "meshes/nutrient.obj" #(-60.532501220703125 -80.47056579589844 69.63787078857422) 2 #(34.7400016784668 237.38400268554688 205.3800048828125)) (fork "meshes/fork.obj" #(109.05732727050781 -41.92554473876953 -26.621076583862305) 2 #(280.6199951171875 70.0199966430664 104.07599639892578)) (leaf "meshes/leaf.obj" #(-105.26492309570312 -61.55150604248047 65.89485931396484) 2 #(113.43600463867188 189.21600341796875 61.343997955322266)) (inflatoe "meshes/inflatoe-full.obj" #(-7.397288799285889 -1.7570977210998535 -158.85487365722656) 2 #(130.5 4.751999855041504 224.5679931640625)) (leaf "meshes/leaf.obj" #(150.96588134765625 -0.8783180713653564 -45.43205642700195) 2 #(60.51599884033203 165.56399536132812 70.63199615478516)) (flower "meshes/flower.obj" #(-73.61480712890625 -2.2545740604400635 -63.235374450683594) 2 #(118.80000305175781 179.92799377441406 125.31600189208984)) (fork "meshes/fork.obj" #(-53.9439697265625 -91.89753723144531 -62.603912353515625) 2 #(67.86000061035156 240.87599182128906 140.50799560546875)) (nutrient "meshes/nutrient.obj" #(-94.8028564453125 -4.21717643737793 148.45343017578125) 2 #(115.34400177001953 200.95199584960938 245.37599182128906)) (inflatoe "meshes/inflatoe-full.obj" #(144.32257080078125 -83.75161743164062 57.68080139160156) 2 #(261.8999938964844 88.99199676513672 116.60400390625)) (nutrient "meshes/nutrient.obj" #(21.736391067504883 -60.14582443237305 137.12716674804688) 2 #(49.715999603271484 137.91600036621094 1.3320000171661377)) (nutrient "meshes/nutrient.obj" #(51.95887756347656 -18.71516990661621 -64.6737060546875) 2 #(80.67599487304688 135.2519989013672 25.631999969482422)) (horn "meshes/horn.obj" #(149.03488159179688 -24.73138999938965 -24.254526138305664) 2 #(79.19999694824219 15.156000137329102 81.64799499511719)) (leaf "meshes/leaf.obj" #(-99.69737243652344 -11.12270450592041 136.5128936767578) 2 #(144.1439971923828 216.17999267578125 91.1520004272461)) (nutrient "meshes/nutrient.obj" #(114.5234146118164 -55.7894287109375 -28.06151580810547) 2 #(133.4879913330078 14.255999565124512 73.26000213623047)) (flower "meshes/flower.obj" #(132.54632568359375 -41.707763671875 -9.767382621765137) 2 #(65.30400085449219 48.2400016784668 267.73199462890625)) (horn "meshes/horn.obj" #(-109.850830078125 -48.56547546386719 -63.12775802612305) 2 #(150.4080047607422 74.80799865722656 125.92799377441406)) (horn "meshes/horn.obj" #(37.74213409423828 -92.02800750732422 -68.25623321533203) 2 #(330.0480041503906 156.239990234375 126.39599609375)) (horn "meshes/horn.obj" #(-16.98515510559082 -144.41641235351562 12.554625511169434) 2 #(68.83200073242188 44.63999938964844 239.11199951171875)) (nutrient "meshes/nutrient.obj" #(8.929400444030762 -85.78813171386719 125.97895050048828) 2 #(265.2120056152344 290.9159851074219 185.9759979248047)) (nutrient "meshes/nutrient.obj" #(23.162799835205078 -80.53107452392578 -144.4739227294922) 2 #(286.7760009765625 252.03599548339844 47.19599914550781)) (nutrient "meshes/nutrient.obj" #(10.69970989227295 -42.57265090942383 -126.6404037475586) 2 #(209.6280059814453 352.40399169921875 247.3560028076172)) (nutrient "meshes/nutrient.obj" #(18.043880462646484 -65.96524047851562 -7.777102947235107) 2 #(262.87200927734375 288.9360046386719 199.54800415039062)) (nutrient "meshes/nutrient.obj" #(139.9631805419922 -44.210750579833984 54.09320831298828) 2 #(264.31201171875 101.01600646972656 14.904000282287598)) (nutrient "meshes/nutrient.obj" #(-77.2940444946289 -22.155113220214844 -138.106201171875) 2 #(179.63999938964844 30.923999786376953 306.2879943847656)) (nutrient "meshes/nutrient.obj" #(138.5652313232422 -11.724066734313965 -43.22385025024414) 2 #(214.9560089111328 52.30799865722656 220.5)) (leaf "meshes/leaf.obj" #(-32.583431243896484 -40.752906799316406 -72.57001495361328) 2 #(312.73199462890625 199.15200805664062 271.40399169921875)) (leaf "meshes/leaf.obj" #(-116.58464813232422 -15.429780960083008 -55.02891159057617) 2 #(175.39199829101562 229.8599853515625 189.7919921875)) (nutrient "meshes/nutrient.obj" #(102.65184020996094 -16.525466918945312 -101.3414077758789) 2 #(48.05999755859375 287.6400146484375 3.2760000228881836)) (nutrient "meshes/nutrient.obj" #(-86.61192321777344 -55.822750091552734 45.77872848510742) 2 #(119.01599884033203 86.3280029296875 63.86399841308594)) (nutrient "meshes/nutrient.obj" #(-21.65827751159668 -98.59706115722656 82.5878677368164) 2 #(46.47599792480469 340.16400146484375 301.5719909667969)) (nutrient "meshes/nutrient.obj" #(16.659954071044922 -124.71569061279297 19.68570899963379) 2 #(97.48799896240234 336.49200439453125 26.856000900268555)) (nutrient "meshes/nutrient.obj" #(115.61141967773438 -46.1849250793457 60.124732971191406) 2 #(134.78399658203125 100.87200164794922 332.82000732421875)) (nutrient "meshes/nutrient.obj" #(63.935943603515625 -19.23475456237793 -87.95404815673828) 2 #(352.44000244140625 135.32400512695312 49.96799850463867)) (fork "meshes/fork.obj" #(-104.88771057128906 -65.24323272705078 -62.64272689819336) 2 #(80.0999984741211 234.36001586914062 8.064000129699707)) (nutrient "meshes/nutrient.obj" #(-52.71986389160156 -54.97055435180664 17.986560821533203) 2 #(305.2080078125 314.02801513671875 355.89599609375)) (fork "meshes/fork.obj" #(79.44601440429688 -2.4807679653167725 -93.03204345703125) 2 #(7.235999584197998 149.5800018310547 15.335999488830566)) (nutrient "meshes/nutrient.obj" #(65.66539001464844 -1.8372377157211304 106.50685119628906) 2 #(131.7239990234375 331.3800048828125 269.2080078125)) (nutrient "meshes/nutrient.obj" #(-31.208410263061523 -147.833251953125 10.742363929748535) 2 #(314.6400146484375 144.17999267578125 36.64800262451172)) (nutrient "meshes/nutrient.obj" #(-54.901702880859375 -67.52790832519531 51.294837951660156) 2 #(191.41200256347656 319.6440124511719 16.45199966430664)) (nutrient "meshes/nutrient.obj" #(35.07571792602539 -65.361083984375 24.35606575012207) 2 #(28.404001235961914 163.58399963378906 214.27200317382812)) (nutrient "meshes/nutrient.obj" #(115.77721405029297 -14.387883186340332 106.35005187988281) 2 #(143.3159942626953 272.0880126953125 237.9239959716797)) (nutrient "meshes/nutrient.obj" #(-1.4617891311645508 -77.33602905273438 100.55619812011719) 2 #(35.1359977722168 6.803999900817871 92.1240005493164)) (nutrient "meshes/nutrient.obj" #(2.6416139602661133 -23.638566970825195 -149.62303161621094) 2 #(231.33599853515625 41.54399871826172 292.4280090332031)) (fork "meshes/fork.obj" #(-176.00352478027344 -2.8812177181243896 -51.44005584716797) 2 #(205.3800048828125 225.10800170898438 99.10800170898438)) (nutrient "meshes/nutrient.obj" #(-77.58914947509766 -10.982709884643555 -65.106201171875) 2 #(196.66799926757812 249.62400817871094 146.01600646972656)) (nutrient "meshes/nutrient.obj" #(62.99760818481445 -3.220722198486328 122.97677612304688) 2 #(44.53200149536133 155.16000366210938 342.7559814453125)) (horn "meshes/horn.obj" #(-85.25059509277344 -14.563430786132812 89.1559829711914) 2 #(110.66399383544922 177.01199340820312 161.60400390625)) (nutrient "meshes/nutrient.obj" #(-32.85788345336914 -97.77694702148438 -40.826107025146484) 2 #(335.1239929199219 51.12000274658203 86.6520004272461)) (nutrient "meshes/nutrient.obj" #(-26.745960235595703 -106.87518310546875 114.45557403564453) 2 #(331.99200439453125 33.84000015258789 131.61599731445312)) (leaf "meshes/leaf.obj" #(-53.54912567138672 -54.61277389526367 56.44955062866211) 2 #(335.9159851074219 182.8800048828125 183.05999755859375)) (nutrient "meshes/nutrient.obj" #(22.018001556396484 -53.79441452026367 -3.383497953414917) 2 #(98.2439956665039 85.93199920654297 348.0119934082031)) (nutrient "meshes/nutrient.obj" #(-10.80126667022705 -87.43934631347656 -54.54848861694336) 2 #(183.05999755859375 137.55599975585938 89.31600189208984)) (nutrient "meshes/nutrient.obj" #(63.452537536621094 -2.185814142227173 -94.63313293457031) 2 #(117.8280029296875 278.38800048828125 313.55999755859375)) (fork "meshes/fork.obj" #(-52.17107009887695 -25.253238677978516 -58.99744415283203) 2 #(25.52400016784668 292.6080017089844 134.13600158691406)) (leaf "meshes/leaf.obj" #(57.16083526611328 -26.45685577392578 -70.15165710449219) 2 #(96.58799743652344 290.66400146484375 265.427978515625)) (leaf "meshes/leaf.obj" #(-63.69668960571289 -71.43644714355469 67.35716247558594) 2 #(327.8160095214844 21.131999969482422 290.9519958496094)) (leaf "meshes/leaf.obj" #(68.90206909179688 -20.252330780029297 104.00961303710938) 2 #(307.9440002441406 258.8760070800781 41.14799880981445)) (nutrient "meshes/nutrient.obj" #(-58.265419006347656 -1.4233139753341675 76.73809051513672) 2 #(200.0159912109375 339.0119934082031 136.6199951171875)) (nutrient "meshes/nutrient.obj" #(-53.25286102294922 -19.591856002807617 82.13252258300781) 2 #(310.6440124511719 15.191999435424805 0.6840000152587891)) (nutrient "meshes/nutrient.obj" #(-122.9195556640625 -28.478477478027344 -50.88995361328125) 2 #(333.2879943847656 148.7519989013672 295.5240173339844)) (flower "meshes/flower.obj" #(-79.23944854736328 -0.7511042952537537 82.8231430053711) 2 #(220.3560028076172 151.5240020751953 220.42799377441406)) (inflatoe "meshes/inflatoe-full.obj" #(-30.681299209594727 -48.25868225097656 -83.12301635742188) 2 #(332.4239807128906 243.0360107421875 178.95599365234375)) (nutrient "meshes/nutrient.obj" #(-15.593490600585938 -98.18668365478516 88.1509780883789) 2 #(272.3039855957031 28.72800064086914 96.156005859375)) (nutrient "meshes/nutrient.obj" #(155.65383911132812 -2.756962299346924 -28.018190383911133) 2 #(199.18800354003906 50.220001220703125 283.9679870605469)) (leaf "meshes/leaf.obj" #(67.79994201660156 -21.518705368041992 45.29704284667969) 2 #(222.6959991455078 25.163999557495117 213.44398498535156)) (nutrient "meshes/nutrient.obj" #(49.04740905761719 -3.9572932720184326 -71.9543685913086) 2 #(146.98800659179688 156.6719970703125 227.33999633789062)) (flower "meshes/flower.obj" #(-49.22272491455078 -84.32084655761719 70.50732421875) 2 #(13.679999351501465 90.97200012207031 175.9320068359375)) (nutrient "meshes/nutrient.obj" #(-14.465972900390625 -74.77468872070312 -38.19355773925781) 2 #(304.7040100097656 107.6760025024414 305.7480163574219)) (horn "meshes/horn.obj" #(-2.875859022140503 -9.673125267028809 -157.2975616455078) 2 #(296.02801513671875 130.60800170898438 266.54400634765625)) (fork "meshes/fork.obj" #(-63.21038818359375 -142.43124389648438 10.400507926940918) 2 #(69.01200103759766 258.76800537109375 225.4320068359375)) (fork "meshes/fork.obj" #(-72.59552764892578 -1.6936298608779907 78.46293640136719) 2 #(255.81600952148438 158.43600463867188 209.05198669433594)) (horn "meshes/horn.obj" #(-39.42262268066406 -132.30982971191406 -0.9533270597457886) 2 #(93.81600189208984 252.89999389648438 39.492000579833984)) (leaf "meshes/leaf.obj" #(-88.12688446044922 -64.3379135131836 -28.16860008239746) 2 #(76.60800170898438 17.963998794555664 169.59600830078125)) (fork "meshes/fork.obj" #(80.9150619506836 -44.63748550415039 55.52122116088867) 2 #(205.27200317382812 52.55999755859375 155.1959991455078)) (nutrient "meshes/nutrient.obj" #(-121.52265930175781 -62.055015563964844 26.200279235839844) 2 #(157.2119903564453 283.9320068359375 80.27999877929688)) (nutrient "meshes/nutrient.obj" #(69.1015853881836 -7.788321495056152 110.85252380371094) 2 #(302.364013671875 36.720001220703125 25.307998657226562)) (nutrient "meshes/nutrient.obj" #(-53.87575912475586 -102.62027740478516 116.57624053955078) 2 #(297.1080017089844 345.7799987792969 184.82400512695312)) (flower "meshes/flower.obj" #(-23.53101348876953 -146.98983764648438 8.614629745483398) 2 #(258.33599853515625 38.19599914550781 58.31999969482422)) (inflatoe "meshes/inflatoe-full.obj" #(61.57408142089844 -88.1064682006836 66.92437744140625) 2 #(218.62799072265625 285.73199462890625 110.48400115966797)) (leaf "meshes/leaf.obj" #(-180.04103088378906 -20.576295852661133 21.738367080688477) 2 #(246.38400268554688 243.46800231933594 111.88799285888672)) (inflatoe "meshes/inflatoe-full.obj" #(143.50111389160156 -56.21674728393555 -23.425596237182617) 2 #(144.1439971923828 275.0760192871094 328.3919982910156)) (nutrient "meshes/nutrient.obj" #(-120.83294677734375 -3.4578115940093994 176.53659057617188) 2 #(186.58799743652344 19.152000427246094 269.4960021972656)) (nutrient "meshes/nutrient.obj" #(97.77030944824219 -37.62287902832031 92.5385971069336) 2 #(340.4880065917969 89.71199798583984 219.2760009765625)) (nutrient "meshes/nutrient.obj" #(146.82443237304688 -33.602813720703125 -11.958175659179688) 2 #(159.22799682617188 164.2679901123047 295.99200439453125)) (nutrient "meshes/nutrient.obj" #(35.3005256652832 -22.769691467285156 50.36015319824219) 2 #(209.1959991455078 103.71600341796875 21.70800018310547)) (fork "meshes/fork.obj" #(-53.92271423339844 -64.15430450439453 64.37364959716797) 2 #(233.89199829101562 111.63599395751953 173.95201110839844)) (nutrient "meshes/nutrient.obj" #(-3.5900683403015137 -64.14400482177734 -12.249215126037598) 2 #(354.1679992675781 196.66799926757812 98.60400390625)) (flower "meshes/flower.obj" #(77.51134490966797 -4.367671966552734 119.10673522949219) 2 #(328.6080017089844 347.9040222167969 124.55999755859375)) (leaf "meshes/leaf.obj" #(79.20242309570312 -55.83389663696289 87.40109252929688) 2 #(132.552001953125 256.35601806640625 257.8320007324219)) (nutrient "meshes/nutrient.obj" #(28.89594841003418 -31.009693145751953 -5.038046836853027) 2 #(287.3160095214844 29.48400115966797 7.380000114440918)) (nutrient "meshes/nutrient.obj" #(51.541282653808594 -12.012858390808105 -70.75526428222656) 2 #(159.44400024414062 42.768001556396484 196.30799865722656)) (nutrient "meshes/nutrient.obj" #(-9.695158958435059 -56.071109771728516 -16.789596557617188) 2 #(210.31201171875 272.1600036621094 276.37200927734375)) (nutrient "meshes/nutrient.obj" #(-5.104493618011475 -38.581478118896484 23.927114486694336) 2 #(159.58799743652344 256.28399658203125 181.6199951171875)) (flower "meshes/flower.obj" #(-121.41426849365234 -43.57138442993164 -78.25169372558594) 2 #(179.96400451660156 275.7959899902344 91.00799560546875)) (nutrient "meshes/nutrient.obj" #(-6.671651840209961 -28.11188316345215 -13.594062805175781) 2 #(57.347999572753906 263.1239929199219 155.73599243164062)) (nutrient "meshes/nutrient.obj" #(69.7708511352539 -119.1747055053711 80.4278564453125) 2 #(260.3520202636719 77.6520004272461 299.447998046875)) (fork "meshes/fork.obj" #(-140.4222869873047 -36.661075592041016 32.007659912109375) 2 #(299.4840087890625 25.631999969482422 166.78799438476562)) (horn "meshes/horn.obj" #(-52.141571044921875 -9.351944923400879 78.77165222167969) 2 #(8.711999893188477 21.059999465942383 29.052000045776367)) (nutrient "meshes/nutrient.obj" #(136.42892456054688 -0.3920685052871704 -46.13216781616211) 2 #(201.34800720214844 116.60400390625 129.4560089111328)) (horn "meshes/horn.obj" #(67.73750305175781 -25.59351921081543 98.04964447021484) 2 #(329.50799560546875 261.14398193359375 107.31599426269531)) (nutrient "meshes/nutrient.obj" #(-26.462018966674805 -102.95597076416016 -54.64982223510742) 2 #(143.7119903564453 136.8000030517578 306.17999267578125)) (inflatoe "meshes/inflatoe-full.obj" #(-83.8179702758789 -11.8106050491333 -148.94027709960938) 2 #(316.9800109863281 24.371999740600586 231.08399963378906)) (leaf "meshes/leaf.obj" #(-57.294803619384766 -88.00886535644531 73.98405456542969) 2 #(108.32400512695312 273.239990234375 105.83999633789062)) (horn "meshes/horn.obj" #(-57.80760955810547 -1.1261652708053589 -71.36014556884766) 2 #(356.50799560546875 127.6199951171875 3.239999771118164)) (flower "meshes/flower.obj" #(-96.34091186523438 -3.055607318878174 -66.00608825683594) 2 #(186.6599884033203 346.7879943847656 266.2200012207031)) (fork "meshes/fork.obj" #(-36.12530517578125 -65.00801086425781 30.366640090942383) 2 #(316.6920166015625 48.2760009765625 9.215999603271484)) (leaf "meshes/leaf.obj" #(-87.336669921875 -1.8055742979049683 88.450927734375) 2 #(293.94000244140625 326.4120178222656 57.20399856567383)) (nutrient "meshes/nutrient.obj" #(-18.42580795288086 -71.67160034179688 -127.17566680908203) 2 #(162.2519989013672 217.11599731445312 296.35198974609375)) (nutrient "meshes/nutrient.obj" #(26.60163688659668 -79.94974517822266 -34.834712982177734) 2 #(74.8800048828125 210.9239959716797 141.6959991455078)) (horn "meshes/horn.obj" #(-42.537269592285156 -75.33712005615234 53.52631759643555) 2 #(296.60400390625 29.66400146484375 205.30799865722656)) (nutrient "meshes/nutrient.obj" #(-39.94393539428711 -114.70892333984375 -80.20720672607422) 2 #(263.8080139160156 189.9720001220703 248.25599670410156)) (fork "meshes/fork.obj" #(-3.4204914569854736 -37.32441711425781 -137.50222778320312) 2 #(83.62799835205078 320.3280029296875 110.9159927368164)) (flower "meshes/flower.obj" #(-110.60892486572266 -25.530601501464844 -79.4376220703125) 2 #(308.4839782714844 123.04800415039062 277.2359924316406)) (nutrient "meshes/nutrient.obj" #(-73.93376159667969 -7.469847202301025 164.04310607910156) 2 #(61.272003173828125 326.1239929199219 353.5199890136719)) (inflatoe "meshes/inflatoe-full.obj" #(6.7646870613098145 -33.9114990234375 -138.56309509277344) 2 #(246.88800048828125 54.97200393676758 91.47599792480469)) (flower "meshes/flower.obj" #(90.36000061035156 -57.12000274658203 91.04999542236328) 2 #(274.5 83.16000366210938 102.20399475097656)) (nutrient "meshes/nutrient.obj" #(-36.337039947509766 -143.283447265625 5.386068344116211) 2 #(105.66000366210938 188.82000732421875 41.7599983215332)) (horn "meshes/horn.obj" #(-59.546695709228516 -8.527705192565918 73.17259979248047) 2 #(49.64399719238281 39.05999755859375 323.35198974609375)) (horn "meshes/horn.obj" #(-46.846920013427734 -108.91300964355469 -2.600074291229248) 2 #(334.260009765625 259.12799072265625 250.81199645996094)) (inflatoe "meshes/inflatoe-full.obj" #(-46.71136474609375 -126.1755142211914 -2.557485342025757) 2 #(189.8280029296875 161.63999938964844 221.9040069580078)) (nutrient "meshes/nutrient.obj" #(-152.84889221191406 -9.903840065002441 -54.2095832824707) 2 #(213.29998779296875 92.23199462890625 174.77999877929688)) (inflatoe "meshes/inflatoe-full.obj" #(-13.932173728942871 -20.20693588256836 52.23765182495117) 2 #(299.1239929199219 292.71600341796875 62.784000396728516)) (leaf "meshes/leaf.obj" #(80.47969818115234 -12.800957679748535 -91.1594009399414) 2 #(299.7359924316406 70.88399505615234 245.3400115966797)) (nutrient "meshes/nutrient.obj" #(-28.5255126953125 -69.37088775634766 -86.5008544921875) 2 #(95.86799621582031 242.8560028076172 300.09600830078125)) (leaf "meshes/leaf.obj" #(84.73995208740234 -67.748046875 71.7930679321289) 2 #(107.20800018310547 244.3319854736328 189.6479949951172)) (nutrient "meshes/nutrient.obj" #(206.0612030029297 -7.81058406829834 77.28878021240234) 2 #(51.12000274658203 101.98800659179688 0.3240000009536743)) (flower "meshes/flower.obj" #(145.22805786132812 -7.533827304840088 -47.49284744262695) 2 #(224.10000610351562 232.343994140625 165.70799255371094)) (nutrient "meshes/nutrient.obj" #(64.44330596923828 -22.74358367919922 110.22709655761719) 2 #(4.607999801635742 128.052001953125 330.1920166015625)) (nutrient "meshes/nutrient.obj" #(-40.050872802734375 -28.09032440185547 -65.5165786743164) 2 #(257.50799560546875 64.90799713134766 236.91600036621094)) (nutrient "meshes/nutrient.obj" #(2.106567621231079 -57.18757629394531 108.9886474609375) 2 #(85.06800079345703 226.29600524902344 30.743999481201172)) (flower "meshes/flower.obj" #(-18.20622444152832 -26.381715774536133 6.431466579437256) 2 #(222.4080047607422 76.5 231.73199462890625)) (fork "meshes/fork.obj" #(-90.73960876464844 -4.88062858581543 -144.7128448486328) 2 #(207.6119842529297 126.50399780273438 345.31201171875)) (fork "meshes/fork.obj" #(98.45716094970703 -0.055203743278980255 -100.71331024169922) 2 #(31.75200080871582 26.856000900268555 212.61599731445312)) (leaf "meshes/leaf.obj" #(75.98619842529297 -60.968162536621094 76.34043884277344) 2 #(338.2559814453125 251.38800048828125 198.46800231933594)) (nutrient "meshes/nutrient.obj" #(159.19229125976562 -3.3069214820861816 -47.280250549316406) 2 #(10.223999977111816 113.90399932861328 280.79998779296875)) (nutrient "meshes/nutrient.obj" #(-94.77227020263672 -18.862329483032227 141.889892578125) 2 #(10.043999671936035 253.87200927734375 284.8680114746094)) (leaf "meshes/leaf.obj" #(-174.4546661376953 -4.765289306640625 36.602481842041016) 2 #(15.444000244140625 75.95999908447266 167.4359893798828)) (horn "meshes/horn.obj" #(-17.072776794433594 -54.5845947265625 -118.36419677734375) 2 #(133.70399475097656 274.0680236816406 289.7640075683594)) (nutrient "meshes/nutrient.obj" #(156.59408569335938 -13.687957763671875 -20.60501480102539) 2 #(186.29998779296875 187.1280059814453 160.27200317382812)) (horn "meshes/horn.obj" #(91.3230209350586 -1.3012975454330444 116.04511260986328) 2 #(220.5 235.36801147460938 263.30401611328125)) (flower "meshes/flower.obj" #(149.93902587890625 -17.921144485473633 -29.961849212646484) 2 #(148.9320068359375 332.9639892578125 126.14399719238281)) (horn "meshes/horn.obj" #(-38.702877044677734 -139.4171600341797 -72.8209457397461) 2 #(191.66400146484375 102.92399597167969 64.1520004272461)) (nutrient "meshes/nutrient.obj" #(132.15769958496094 -6.9782915115356445 106.83010864257812) 2 #(279.2879943847656 331.99200439453125 233.60398864746094)) (inflatoe "meshes/inflatoe-full.obj" #(-55.789527893066406 -19.411523818969727 -63.639984130859375) 2 #(116.92800903320312 324.0719909667969 73.04400634765625)) (leaf "meshes/leaf.obj" #(-62.27980422973633 -3.279181957244873 -65.06007385253906) 2 #(254.77200317382812 345.1679992675781 149.8679962158203)) (nutrient "meshes/nutrient.obj" #(-29.46271324157715 -61.909488677978516 -79.47911834716797) 2 #(267.0480041503906 65.19599914550781 0.972000002861023)) (nutrient "meshes/nutrient.obj" #(113.0409164428711 -2.776158571243286 110.57505798339844) 2 #(208.65599060058594 320.58001708984375 146.73599243164062)) (nutrient "meshes/nutrient.obj" #(82.59320068359375 -39.301483154296875 63.63760757446289) 2 #(113.83199310302734 121.82400512695312 189.6479949951172)) (inflatoe "meshes/inflatoe-full.obj" #(-64.74480438232422 -1.7318463325500488 -57.53638458251953) 2 #(68.86800384521484 354.2040100097656 215.53199768066406)) (flower "meshes/flower.obj" #(-27.658288955688477 -2.8749821186065674 39.240116119384766) 2 #(353.0879821777344 171.61199951171875 240.69601440429688)) (nutrient "meshes/nutrient.obj" #(108.11182403564453 -2.786917209625244 -110.40641021728516) 2 #(103.96800231933594 63.0 136.90798950195312)) (nutrient "meshes/nutrient.obj" #(-93.04134368896484 -15.744917869567871 -65.95305633544922) 2 #(335.7720031738281 312.552001953125 296.2439880371094)) (flower "meshes/flower.obj" #(-47.143062591552734 -92.16584014892578 79.10259246826172) 2 #(318.9960021972656 256.64398193359375 138.8159942626953)) (nutrient "meshes/nutrient.obj" #(-24.72488021850586 -13.346543312072754 38.02873229980469) 2 #(245.12399291992188 304.7760009765625 286.0920104980469)) (flower "meshes/flower.obj" #(63.5726432800293 -25.727031707763672 91.15865325927734) 2 #(333.39599609375 351.3600158691406 218.84400939941406)) (horn "meshes/horn.obj" #(-44.1550178527832 -37.220191955566406 83.3134536743164) 2 #(317.0159912109375 92.69999694824219 121.75199890136719)) (nutrient "meshes/nutrient.obj" #(150.51373291015625 -4.125198841094971 -35.163169860839844) 2 #(45.57600021362305 78.8759994506836 166.2480010986328)) (nutrient "meshes/nutrient.obj" #(-63.72990798950195 -21.078716278076172 82.523193359375) 2 #(15.84000015258789 298.3680114746094 125.24400329589844)) (horn "meshes/horn.obj" #(-3.2141270637512207 -44.78167724609375 144.46629333496094) 2 #(29.08799934387207 82.90799713134766 93.09600067138672)) (nutrient "meshes/nutrient.obj" #(57.09173583984375 -11.147978782653809 -86.73503875732422) 2 #(74.80799865722656 338.14801025390625 340.4880065917969)) (leaf "meshes/leaf.obj" #(-56.02477264404297 -120.44869995117188 -12.936260223388672) 2 #(151.9199981689453 321.156005859375 286.12799072265625)) (nutrient "meshes/nutrient.obj" #(71.53529357910156 -48.296287536621094 81.86527252197266) 2 #(176.79600524902344 38.52000045776367 317.8079833984375)) (inflatoe "meshes/inflatoe-full.obj" #(100.48512268066406 -12.88210678100586 113.34374237060547) 2 #(152.1719970703125 5.9039998054504395 270.1800231933594)) (nutrient "meshes/nutrient.obj" #(-65.87992858886719 -46.398189544677734 102.7764663696289) 2 #(19.47599983215332 219.49200439453125 216.7919921875)) (nutrient "meshes/nutrient.obj" #(-6.354465484619141 -24.264074325561523 -151.54257202148438) 2 #(187.1999969482422 176.00399780273438 298.40399169921875)) (nutrient "meshes/nutrient.obj" #(-127.00384521484375 -6.829618453979492 -53.03147888183594) 2 #(257.1479797363281 115.48799896240234 255.0959930419922)) (fork "meshes/fork.obj" #(-74.71045684814453 -16.22737693786621 83.39405822753906) 2 #(264.2400207519531 111.49200439453125 241.02000427246094)) (horn "meshes/horn.obj" #(23.466989517211914 -146.4970245361328 -46.63557815551758) 2 #(12.0600004196167 233.0640106201172 229.89599609375)) (fork "meshes/fork.obj" #(-29.279998779296875 -54.9900016784668 135.17999267578125) 2 #(164.0159912109375 326.70001220703125 104.7959976196289)) (leaf "meshes/leaf.obj" #(40.65879440307617 -42.68201446533203 78.04205322265625) 2 #(172.83599853515625 6.73199987411499 155.12400817871094)) (nutrient "meshes/nutrient.obj" #(95.3204116821289 -6.421353816986084 -96.65850067138672) 2 #(130.96800231933594 11.015999794006348 259.99200439453125)) (nutrient "meshes/nutrient.obj" #(72.01319122314453 -0.8126519918441772 123.81243896484375) 2 #(330.5159912109375 224.49600219726562 263.4119873046875)) (horn "meshes/horn.obj" #(-193.42047119140625 -5.697873115539551 -37.426719665527344) 2 #(70.16400146484375 246.05999755859375 269.78399658203125)) (leaf "meshes/leaf.obj" #(-69.82359313964844 -11.334731101989746 76.11459350585938) 2 #(139.17599487304688 85.4280014038086 356.3639831542969)) (nutrient "meshes/nutrient.obj" #(-67.56304931640625 -38.127403259277344 -22.8227596282959) 2 #(279.21600341796875 19.619998931884766 229.13999938964844)) (fork "meshes/fork.obj" #(-51.76145553588867 -1.7587833404541016 81.55293273925781) 2 #(129.05999755859375 43.560001373291016 35.1359977722168)) (nutrient "meshes/nutrient.obj" #(-77.94322967529297 -23.047870635986328 -61.8914909362793) 2 #(145.15199279785156 64.90799713134766 240.0120086669922)) (nutrient "meshes/nutrient.obj" #(73.40769958496094 -11.227113723754883 117.04013061523438) 2 #(321.8399963378906 44.81999969482422 129.20401000976562)) (fork "meshes/fork.obj" #(81.1435775756836 -9.109842300415039 113.74748992919922) 2 #(344.52001953125 214.41600036621094 60.51599884033203)) (nutrient "meshes/nutrient.obj" #(67.85710144042969 -46.87224578857422 118.34880828857422) 2 #(161.78399658203125 220.89601135253906 127.15199279785156)) (nutrient "meshes/nutrient.obj" #(-9.396337509155273 -14.349987983703613 -157.7697296142578) 2 #(87.58800506591797 240.33599853515625 125.89199829101562)) (fork "meshes/fork.obj" #(52.02550506591797 -8.891998291015625 -79.52053833007812) 2 #(103.71600341796875 27.648000717163086 264.5639953613281)) (nutrient "meshes/nutrient.obj" #(67.18560791015625 -1.644248127937317 116.24796295166016) 2 #(68.07599639892578 276.5880126953125 101.59200286865234)) (flower "meshes/flower.obj" #(-39.25347137451172 -40.790428161621094 -128.7679443359375) 2 #(205.1280059814453 203.04000854492188 131.11199951171875)) (fork "meshes/fork.obj" #(58.28229522705078 -33.22655487060547 89.04792022705078) 2 #(246.27598571777344 25.560001373291016 252.3599853515625)) (leaf "meshes/leaf.obj" #(-101.83695220947266 -34.14487075805664 -119.3674545288086) 2 #(182.98800659179688 113.68800354003906 144.79200744628906)) (leaf "meshes/leaf.obj" #(67.95611572265625 -15.632593154907227 112.32967376708984) 2 #(140.65200805664062 30.2760009765625 89.78400421142578)) (nutrient "meshes/nutrient.obj" #(61.442317962646484 -24.337583541870117 -76.72437286376953) 2 #(261.3600158691406 238.06800842285156 151.88400268554688)) (flower "meshes/flower.obj" #(-28.424541473388672 -52.95038604736328 -137.08973693847656) 2 #(73.2239990234375 18.540000915527344 170.13600158691406)) (flower "meshes/flower.obj" #(-41.944522857666016 -65.25054168701172 38.259498596191406) 2 #(91.62000274658203 103.24800109863281 138.9239959716797)) (nutrient "meshes/nutrient.obj" #(55.66908645629883 -16.400686264038086 -79.67334747314453) 2 #(331.6319885253906 151.9560089111328 178.45199584960938)) (nutrient "meshes/nutrient.obj" #(58.67898941040039 -23.052692413330078 84.30085754394531) 2 #(318.6000061035156 123.91199493408203 31.31999969482422)) (nutrient "meshes/nutrient.obj" #(107.94417572021484 -74.94743347167969 -28.282838821411133) 2 #(0.7919999957084656 162.39599609375 119.73600006103516)) (nutrient "meshes/nutrient.obj" #(-53.89948654174805 -10.559944152832031 -72.31780242919922) 2 #(295.6679992675781 344.447998046875 256.71600341796875)) (inflatoe "meshes/inflatoe-full.obj" #(34.26057052612305 -91.04057312011719 -61.09519577026367) 2 #(91.69200134277344 310.5360107421875 187.9199981689453)) (nutrient "meshes/nutrient.obj" #(-7.039206027984619 -77.97776794433594 -33.575443267822266) 2 #(26.856000900268555 25.055999755859375 71.27999877929688)) (nutrient "meshes/nutrient.obj" #(-5.24367094039917 -75.65616607666016 -42.79986572265625) 2 #(87.91200256347656 119.91600036621094 332.1000061035156)) (nutrient "meshes/nutrient.obj" #(138.1636505126953 -27.18086051940918 -33.96953201293945) 2 #(202.10400390625 359.676025390625 18.18000030517578)) (inflatoe "meshes/inflatoe-full.obj" #(72.7572250366211 -63.914878845214844 40.31640625) 2 #(221.75999450683594 356.07598876953125 159.19200134277344)) (flower "meshes/flower.obj" #(-111.36741638183594 -113.0816421508789 -73.73772430419922) 2 #(133.81199645996094 240.69601440429688 163.54798889160156)) (nutrient "meshes/nutrient.obj" #(75.2217788696289 -53.83243942260742 59.06965637207031) 2 #(75.88800048828125 10.800000190734863 113.76000213623047)) (horn "meshes/horn.obj" #(-89.70600891113281 -2.6394617557525635 154.56422424316406) 2 #(76.64399719238281 280.2959899902344 339.1920166015625)) (inflatoe "meshes/inflatoe-full.obj" #(-13.778156280517578 -87.83853149414062 -141.26806640625) 2 #(209.8079833984375 222.62399291992188 188.63999938964844)) (fork "meshes/fork.obj" #(104.74933624267578 -6.861366271972656 -104.00261688232422) 2 #(4.860000133514404 165.1320037841797 252.39599609375)) (leaf "meshes/leaf.obj" #(11.184946060180664 -45.93033981323242 105.2431869506836) 2 #(190.4040069580078 156.63600158691406 302.5799865722656)) (nutrient "meshes/nutrient.obj" #(-56.27659225463867 -42.72517013549805 107.86170196533203) 2 #(297.7200012207031 322.7039794921875 333.9360046386719)) (horn "meshes/horn.obj" #(89.37871551513672 -77.79317474365234 -100.98574829101562) 2 #(58.35599899291992 233.63999938964844 101.95199584960938)) (leaf "meshes/leaf.obj" #(48.620079040527344 -125.99335479736328 -34.3950080871582) 2 #(209.5559844970703 348.76800537109375 241.5240020751953)) (nutrient "meshes/nutrient.obj" #(103.15117645263672 -0.25873446464538574 114.57958221435547) 2 #(322.4880065917969 9.503999710083008 104.54399871826172)) (nutrient "meshes/nutrient.obj" #(62.5460319519043 -118.49174499511719 37.84382629394531) 2 #(336.81597900390625 48.02399826049805 197.0279998779297)) (fork "meshes/fork.obj" #(-14.219923973083496 -1.7515110969543457 -163.17306518554688) 2 #(314.38800048828125 20.916000366210938 53.49599838256836)) (nutrient "meshes/nutrient.obj" #(26.117460250854492 -35.809234619140625 -10.822671890258789) 2 #(259.3800048828125 0.6480000019073486 157.3560028076172)) (leaf "meshes/leaf.obj" #(68.63605499267578 -46.46466064453125 -69.78524780273438) 2 #(118.2959976196289 129.4560089111328 339.4800109863281)) (inflatoe "meshes/inflatoe-full.obj" #(109.00447845458984 -33.40736770629883 94.61048126220703) 2 #(14.36400032043457 315.9360046386719 207.7919921875)) (fork "meshes/fork.obj" #(34.184837341308594 -73.3499984741211 51.299625396728516) 2 #(91.36800384521484 175.82400512695312 351.0719909667969)) (nutrient "meshes/nutrient.obj" #(127.09204864501953 -43.70051956176758 52.616851806640625) 2 #(22.356000900268555 199.00799560546875 137.23199462890625)) (nutrient "meshes/nutrient.obj" #(-78.8691177368164 -16.17465591430664 159.51600646972656) 2 #(14.723999977111816 151.16400146484375 241.7760009765625)) (nutrient "meshes/nutrient.obj" #(74.44819641113281 -1.9175455570220947 112.11060333251953) 2 #(169.3800048828125 215.82000732421875 250.55999755859375)) (nutrient "meshes/nutrient.obj" #(88.6334228515625 -2.1973612308502197 -94.72256469726562) 2 #(6.228000164031982 238.10400390625 339.2279968261719)) (inflatoe "meshes/inflatoe-full.obj" #(100.2547836303711 -74.52923583984375 -30.789112091064453) 2 #(131.5439910888672 305.0279846191406 13.2839994430542)) (nutrient "meshes/nutrient.obj" #(54.29319763183594 -1.6654669046401978 -86.04059600830078) 2 #(317.1240234375 159.58799743652344 336.239990234375)) (nutrient "meshes/nutrient.obj" #(-60.34177780151367 -12.823348045349121 -63.53562545776367) 2 #(173.66400146484375 23.11199951171875 234.8280029296875)) (horn "meshes/horn.obj" #(50.19554138183594 -0.5356457829475403 -79.15635681152344) 2 #(223.6320037841797 13.572000503540039 124.02000427246094)) (nutrient "meshes/nutrient.obj" #(-67.68384552001953 -65.12398529052734 52.176231384277344) 2 #(49.715999603271484 71.9280014038086 336.9239807128906)) (horn "meshes/horn.obj" #(-43.39994812011719 -21.47873878479004 78.69339752197266) 2 #(56.051998138427734 101.98800659179688 206.09999084472656)))((stone "meshes/stone2.obj" #(6.283703327178955 -23.99102210998535 7.650503635406494) 10.314463799999999 #(254.843994140625 347.760009765625 213.22799682617188)) (stone "meshes/stone1.obj" #(23.337446212768555 -3.719508409500122 99.5981674194336) 18.346875 #(63.683998107910156 210.74398803710938 79.09199523925781)) (stone "meshes/stone1.obj" #(-55.391082763671875 -0.16537751257419586 -175.71714782714844) 17.7902048 #(277.4880065917969 7.920000076293945 242.5679931640625)) (stone "meshes/stone3.obj" #(-158.70828247070312 -0.9092062711715698 -11.170865058898926) 19.888398199999997 #(255.4919891357422 349.12799072265625 113.83199310302734)) (stone "meshes/stone3.obj" #(-39.98215103149414 -0.7437055110931396 7.8042826652526855) 14.8204158 #(336.6719970703125 85.35600280761719 317.9880065917969)) (stone "meshes/stone1.obj" #(-2.4965245723724365 -62.82161331176758 42.97769546508789) 6.4006968 #(266.760009765625 250.0919952392578 102.81600189208984)) (stone "meshes/stone3.obj" #(-2.737614631652832 -40.73284149169922 -13.994400024414062) 4.0260061999999985 #(64.04399871826172 98.78399658203125 343.5480041503906)) (stone "meshes/stone1.obj" #(71.9227294921875 -95.05819702148438 120.45523834228516) 19.4614238 #(356.6880187988281 48.816001892089844 195.4440155029297)) (stone "meshes/stone1.obj" #(22.759435653686523 -43.01185607910156 32.174678802490234) 7.235175799999998 #(214.70401000976562 169.84800720214844 272.3760070800781)) (stone "meshes/stone3.obj" #(43.91178894042969 -105.6607894897461 3.464477777481079) 16.4703198 #(2.98799991607666 161.67599487304688 242.71200561523438)) (stone "meshes/stone1.obj" #(-16.86141586303711 -37.57734298706055 2.7464945316314697) 3.321315199999999 #(251.67601013183594 283.4280090332031 324.1080017089844)) (stone "meshes/stone3.obj" #(16.119298934936523 -1.7020702362060547 41.94975280761719) 10.675683199999998 #(22.57200050354004 298.6199951171875 202.0679931640625)) (stone "meshes/stone2.obj" #(-36.95536804199219 -46.70146179199219 11.949817657470703) 7.397631199999999 #(250.1999969482422 233.71200561523438 260.42401123046875)) (stone "meshes/stone2.obj" #(-10.623038291931152 -0.5310381054878235 -116.33647918701172) 19.3110528 #(110.9159927368164 341.74798583984375 289.1159973144531)) (stone "meshes/stone1.obj" #(118.27239227294922 -0.20030222833156586 -7.4383015632629395) 19.349116799999997 #(131.50799560546875 358.343994140625 80.53199768066406)) (stone "meshes/stone3.obj" #(-146.00645446777344 -3.3258681297302246 64.29553985595703) 17.825958200000002 #(185.65199279785156 331.7400207519531 70.8479995727539)) (stone "meshes/stone1.obj" #(-2.2107787132263184 -29.424659729003906 -11.965312957763672) 0.45340079999999894 #(12.600000381469727 143.89199829101562 255.81600952148438)) (stone "meshes/stone3.obj" #(-32.433815002441406 -44.82220458984375 -53.01985549926758) 7.971994999999998 #(318.09600830078125 121.68000030517578 3.995999813079834)) (stone "meshes/stone3.obj" #(167.98948669433594 -2.770336389541626 55.65742874145508) 19.9944888 #(354.2040100097656 349.3080139160156 113.18399810791016)) (stone "meshes/stone2.obj" #(59.04690933227539 -3.1596696376800537 20.28409767150879) 13.3321848 #(19.691999435424805 122.29200744628906 175.13999938964844)) (stone "meshes/stone2.obj" #(26.29054069519043 -58.83056640625 53.9932975769043) 6.3346488 #(259.6319885253906 289.9079895019531 299.3039855957031)) (stone "meshes/stone3.obj" #(-59.6424560546875 -1.7739124298095703 123.83204650878906) 19.4905568 #(298.6919860839844 12.85200023651123 163.72799682617188)) (stone "meshes/stone1.obj" #(93.11092376708984 -0.6035978198051453 74.4881591796875) 18.5933792 #(52.63199996948242 335.4119873046875 274.71600341796875)) (stone "meshes/stone1.obj" #(-28.3011474609375 -0.20323732495307922 69.44509887695312) 11.203315199999999 #(328.5 222.44400024414062 318.45599365234375)) (stone "meshes/stone1.obj" #(245.36302185058594 -15.609243392944336 49.77060317993164) 19.29312 #(1.1160000562667847 103.42799377441406 55.763999938964844)) (stone "meshes/stone2.obj" #(7.284759044647217 -2.087219715118408 174.29466247558594) 19.8365568 #(237.5279998779297 189.28799438476562 221.4720001220703)) (stone "meshes/stone2.obj" #(-16.702707290649414 -32.43253707885742 16.886510848999023) 2.7280302 #(351.7560119628906 333.64801025390625 96.51599884033203)) (stone "meshes/stone2.obj" #(-11.457226753234863 -23.447668075561523 35.97317886352539) 6.370994999999999 #(94.9320068359375 218.84400939941406 315.8999938964844)) (stone "meshes/stone1.obj" #(10.260674476623535 -97.13978576660156 -108.11071014404297) 18.96032 #(21.851999282836914 281.5559997558594 266.6159973144531)) (stone "meshes/stone1.obj" #(-21.650663375854492 -47.167110443115234 35.288883209228516) 6.5388768 #(164.33999633789062 108.32400512695312 34.667999267578125)) (stone "meshes/stone1.obj" #(-4.119950771331787 -54.44121170043945 -7.818833351135254) 3.3322717999999973 #(306.14398193359375 11.880000114440918 8.315999984741211)) (stone "meshes/stone2.obj" #(-30.010751724243164 -86.28531646728516 -19.508888244628906) 10.1383032 #(101.052001953125 61.37999725341797 48.204002380371094)) (stone "meshes/stone3.obj" #(-72.18475341796875 -46.31691360473633 75.07353973388672) 11.805439799999998 #(171.9720001220703 295.8840026855469 344.9880065917969)) (stone "meshes/stone3.obj" #(70.20625305175781 -52.1677131652832 -26.38671875) 16.84782 #(273.05999755859375 270.1440124511719 141.22799682617188)) (stone "meshes/stone2.obj" #(-219.06385803222656 -0.6017639636993408 83.48141479492188) 19.92558 #(280.0799865722656 4.0320000648498535 98.06399536132812)) (stone "meshes/stone1.obj" #(24.073801040649414 -40.57734680175781 -70.7240982055664) 15.598903799999999 #(197.71200561523438 226.00799560546875 280.2959899902344)) (stone "meshes/stone1.obj" #(0.4627583920955658 -79.67654418945312 -12.621761322021484) 5.498954999999999 #(90.86400604248047 333.4319763183594 325.7279968261719)) (stone "meshes/stone1.obj" #(-161.62109375 -0.5740625262260437 -95.01639556884766) 19.3634688 #(145.33200073242188 318.85198974609375 135.75599670410156)) (stone "meshes/stone3.obj" #(-84.99519348144531 -0.18915729224681854 -104.85692596435547) 18.2665728 #(270.4320068359375 317.52001953125 128.01600646972656)) (stone "meshes/stone2.obj" #(27.40475845336914 -0.5192936658859253 -185.68312072753906) 19.243395 #(202.57199096679688 277.2720031738281 63.25199890136719)) (stone "meshes/stone1.obj" #(-25.49878692626953 -75.32989501953125 15.61450481414795) 8.0772318 #(112.4280014038086 26.027999877929688 252.6119842529297)) (stone "meshes/stone2.obj" #(-8.656662940979004 -25.14159393310547 -9.158933639526367) 0.8115949999999983 #(96.87600708007812 120.88800048828125 83.19599914550781)) (stone "meshes/stone2.obj" #(64.55052185058594 -89.77824401855469 -72.90192413330078) 11.5915488 #(158.18399047851562 10.4399995803833 159.3000030517578)) (stone "meshes/stone3.obj" #(-88.99343872070312 -7.9492387771606445 -30.21805191040039) 16.3875 #(45.720001220703125 241.30799865722656 57.959999084472656)) (stone "meshes/stone2.obj" #(7.203462600708008 -64.40645599365234 12.083107948303223) 9.1100718 #(14.292000770568848 86.3280029296875 261.7200012207031)) (stone "meshes/stone3.obj" #(198.46356201171875 -2.184993267059326 -17.85321807861328) 19.7382528 #(328.9320068359375 50.29199981689453 356.94000244140625)) (stone "meshes/stone1.obj" #(-36.2264518737793 -74.71157836914062 106.75061798095703) 15.1823072 #(99.72000122070312 213.33599853515625 221.22000122070312)) (stone "meshes/stone1.obj" #(-29.990652084350586 -149.733154296875 -102.50868225097656) 14.226174199999999 #(72.82799530029297 103.5719985961914 191.05201721191406)) (stone "meshes/stone1.obj" #(18.76214027404785 -82.6509780883789 39.15542221069336) 8.175855799999997 #(151.66799926757812 333.17999267578125 238.46400451660156)) (stone "meshes/stone2.obj" #(136.47491455078125 -14.249482154846191 -172.05101013183594) 18.831622199999998 #(321.6600036621094 193.57200622558594 188.49598693847656)) (stone "meshes/stone1.obj" #(-6.661256790161133 -44.67544937133789 -1.2791461944580078) 2.6536062000000005 #(284.2919921875 180.6479949951172 281.1600036621094)) (stone "meshes/stone3.obj" #(-4.497801303863525 -30.002281188964844 -20.167503356933594) 0.10785419999999712 #(166.42799377441406 122.36399841308594 221.36399841308594)) (stone "meshes/stone1.obj" #(-55.77081298828125 -54.902626037597656 -14.722193717956543) 8.985751800000001 #(6.335999965667725 206.20799255371094 218.73599243164062)) (stone "meshes/stone3.obj" #(-9.057758331298828 -114.23986053466797 2.0809502601623535) 10.353395 #(141.83999633789062 239.54400634765625 70.4520034790039)) (stone "meshes/stone3.obj" #(-29.63046646118164 -0.44224902987480164 -49.88116455078125) 14.037679999999998 #(203.94000244140625 176.4720001220703 57.42000198364258)) (stone "meshes/stone3.obj" #(-90.04217529296875 -72.41162872314453 15.322275161743164) 15.392 #(20.34000015258789 150.33599853515625 311.2560119628906)) (stone "meshes/stone2.obj" #(120.56511688232422 -75.1379623413086 21.9027156829834) 19.8739128 #(165.77999877929688 79.52400207519531 194.3280029296875)) (stone "meshes/stone1.obj" #(-69.15190887451172 -53.412254333496094 -52.997257232666016) 10.879398199999999 #(46.87199783325195 338.54400634765625 353.1239929199219)) (stone "meshes/stone2.obj" #(126.79244232177734 -72.72682189941406 -71.34181213378906) 19.8292448 #(134.78399658203125 52.55999755859375 350.6759948730469)) (stone "meshes/stone3.obj" #(-20.210037231445312 -49.631710052490234 69.36180114746094) 8.677884799999998 #(122.3280029296875 34.8120002746582 61.343997955322266)) (stone "meshes/stone1.obj" #(-129.92657470703125 -1.0947626829147339 -166.6036834716797) 19.7464248 #(116.89199829101562 81.3239974975586 125.20799255371094)) (stone "meshes/stone1.obj" #(16.840351104736328 -48.09935760498047 -19.163238525390625) 6.7285368000000005 #(69.6240005493164 190.94398498535156 250.41598510742188)) (stone "meshes/stone3.obj" #(78.35521697998047 -142.40394592285156 -60.791534423828125) 16.2346158 #(274.8599853515625 301.7519836425781 263.3760070800781)) (stone "meshes/stone2.obj" #(76.8113784790039 -92.56632995605469 -138.19369506835938) 17.598755 #(284.2560119628906 219.09600830078125 115.34400177001953)) (stone "meshes/stone2.obj" #(-3.311267137527466 -30.47667694091797 -15.80424690246582) 0.29490479999999764 #(42.336002349853516 15.22800064086914 144.32400512695312)) (stone "meshes/stone1.obj" #(-49.03129577636719 -119.6409912109375 46.082359313964844) 19.44888 #(133.41600036621094 137.55599975585938 279.7560119628906)) (stone "meshes/stone2.obj" #(174.24359130859375 -119.24871826171875 -16.614898681640625) 19.8440622 #(175.60800170898438 30.203998565673828 128.1959991455078)) (stone "meshes/stone2.obj" #(78.28759002685547 -35.675445556640625 164.54046630859375) 17.636031199999998 #(72.28800201416016 72.0719985961914 294.9840087890625)) (stone "meshes/stone1.obj" #(-26.098262786865234 -39.20033264160156 -19.81868553161621) 7.987499999999999 #(264.2040100097656 200.51998901367188 49.57200241088867)) (stone "meshes/stone2.obj" #(8.290685653686523 -35.40407180786133 58.965171813964844) 8.030860799999997 #(61.560001373291016 289.79998779296875 305.8919982910156)) (stone "meshes/stone1.obj" #(69.80310821533203 -2.0657124519348145 -251.42459106445312) 19.8358328 #(261.39599609375 236.95201110839844 129.88800048828125)) (stone "meshes/stone2.obj" #(-48.507205963134766 -46.17314910888672 40.97657775878906) 7.1551608 #(196.9560089111328 324.1080017089844 42.65999984741211)) (stone "meshes/stone1.obj" #(30.52810287475586 -0.6557435989379883 -27.510284423828125) 13.9895352 #(187.41600036621094 90.9000015258789 238.67999267578125)) (stone "meshes/stone3.obj" #(-14.915935516357422 -2.70147705078125 41.265357971191406) 4.434463199999996 #(24.371999740600586 216.21600341796875 140.61599731445312)) (stone "meshes/stone1.obj" #(205.6876983642578 -4.82088565826416 -134.4666748046875) 19.9614558 #(359.8199768066406 93.88800048828125 227.91598510742188)) (stone "meshes/stone1.obj" #(-4.9482293128967285 -60.039371490478516 -33.7955322265625) 7.013727199999997 #(171.2880096435547 184.82400512695312 257.7959899902344)) (stone "meshes/stone3.obj" #(143.1045379638672 -0.04492000862956047 -94.08558654785156) 17.3164862 #(185.22000122070312 177.22799682617188 148.6439971923828)) (stone "meshes/stone3.obj" #(15.72442626953125 -108.41255950927734 -46.40730667114258) 10.6729518 #(298.6919860839844 110.98799896240234 241.16400146484375)) (stone "meshes/stone1.obj" #(-87.20654296875 -117.03244018554688 -40.66767883300781) 18.0456248 #(250.74000549316406 168.47999572753906 83.73600006103516)) (stone "meshes/stone2.obj" #(50.38254165649414 -69.61490631103516 38.32084655761719) 8.5359918 #(308.66400146484375 308.5920104980469 205.3800048828125)) (stone "meshes/stone1.obj" #(-69.91313171386719 -79.13442993164062 -106.3806381225586) 18.7076472 #(239.0760040283203 72.86399841308594 227.447998046875)) (stone "meshes/stone2.obj" #(75.80777740478516 -13.767807006835938 -130.81961059570312) 17.800828799999998 #(89.81999969482422 206.35198974609375 43.02000045776367)) (stone "meshes/stone3.obj" #(62.6004524230957 -168.6057891845703 2.6894137859344482) 16.3602488 #(158.50799560546875 129.99600219726562 336.6000061035156)) (stone "meshes/stone1.obj" #(-144.5513153076172 -1.4713704586029053 139.63784790039062) 19.8358328 #(196.74000549316406 314.4599914550781 170.56800842285156)) (stone "meshes/stone1.obj" #(45.471168518066406 -0.39024996757507324 243.90887451171875) 19.8489678 #(43.45199966430664 285.2640075683594 138.9239959716797)) (stone "meshes/stone3.obj" #(-33.46843719482422 -80.21998596191406 -59.02946472167969) 9.9009528 #(332.4599914550781 229.10398864746094 353.447998046875)) (stone "meshes/stone2.obj" #(88.720458984375 -1.1647922992706299 -65.53852844238281) 12.506671800000003 #(291.02398681640625 158.3280029296875 131.94000244140625)) (stone "meshes/stone1.obj" #(-29.60947608947754 -66.64451599121094 41.4019660949707) 4.37088 #(116.60400390625 143.0279998779297 211.86001586914062)) (stone "meshes/stone2.obj" #(-106.73141479492188 -76.83411407470703 104.12093353271484) 15.3881592 #(43.380001068115234 143.0279998779297 17.711999893188477)) (stone "meshes/stone1.obj" #(-83.53272247314453 -1.8828686475753784 47.218807220458984) 14.52942 #(176.9040069580078 193.82400512695312 321.69598388671875)) (stone "meshes/stone1.obj" #(55.01698684692383 -40.62038040161133 59.81087875366211) 9.620476799999999 #(241.27200317382812 153.0 32.25600051879883)) (stone "meshes/stone1.obj" #(143.36228942871094 -1.5251826047897339 148.2604522705078) 19.4905568 #(120.63600158691406 296.4960021972656 356.0400085449219)) (stone "meshes/stone2.obj" #(-31.278669357299805 -54.559852600097656 -32.03311538696289) 2.1243767999999985 #(9.468000411987305 258.9840087890625 256.9320068359375)) (stone "meshes/stone1.obj" #(-57.30155563354492 -4.225953578948975 219.20022583007812) 19.491194999999998 #(302.8320007324219 195.58799743652344 99.39600372314453)) (stone "meshes/stone1.obj" #(-23.96428680419922 -158.3405303955078 -35.65932846069336) 19.5818168 #(335.3039855957031 276.6239929199219 323.74798583984375)) (stone "meshes/stone3.obj" #(-143.5534210205078 -76.19489288330078 -23.55322265625) 17.7299678 #(335.5920104980469 199.54800415039062 263.1960144042969)) (stone "meshes/stone1.obj" #(111.51787567138672 -134.25759887695312 69.30560302734375) 18.2748062 #(319.89599609375 264.2040100097656 27.576000213623047)) (stone "meshes/stone3.obj" #(27.580535888671875 -131.52870178222656 68.25479125976562) 19.3367918 #(163.25999450683594 122.4000015258789 141.91200256347656)) (stone "meshes/stone1.obj" #(-176.59442138671875 -71.78792572021484 119.37281799316406) 19.9996128 #(205.5959930419922 38.70000076293945 39.13199996948242)) (stone "meshes/stone1.obj" #(-42.141815185546875 -2.705977201461792 -248.60415649414062) 19.2488312 #(203.43600463867188 357.6600036621094 144.0))) \ No newline at end of file +((seed "meshes/seed.obj" #(-77.28187561035156 -89.6559066772461 -8.12506103515625) 15.0 #(0.0 0.0 0.0)) (seed "meshes/seed.obj" #(-22.463958740234375 -0.4612671136856079 -189.08030700683594) 15.0 #(0.0 0.0 0.0)) (seed "meshes/seed.obj" #(116.5689926147461 -0.7693893909454346 32.6392936706543) 15.0 #(0.0 0.0 0.0)) (seed "meshes/seed.obj" #(-130.29473876953125 -39.9010009765625 -72.75273132324219) 15.0 #(0.0 0.0 0.0)) (seed "meshes/seed.obj" #(-76.26425170898438 -77.20288848876953 -88.56951904296875) 15.0 #(0.0 0.0 0.0)))((fork "meshes/fork.obj" #(62.694190979003906 -149.91702270507812 -71.05148315429688) 2 #(47.19599914550781 258.552001953125 111.23999786376953)) (fork "meshes/fork.obj" #(-120.20821380615234 -56.582820892333984 85.81694793701172) 2 #(93.7439956665039 252.28799438476562 355.10400390625)) (nutrient "meshes/nutrient.obj" #(80.49452209472656 -27.874874114990234 -73.58689880371094) 2 #(181.54800415039062 46.007999420166016 153.64801025390625)) (nutrient "meshes/nutrient.obj" #(22.686111450195312 -31.92238426208496 46.231224060058594) 2 #(231.58799743652344 64.04399871826172 93.16799926757812)) (fork "meshes/fork.obj" #(78.42942810058594 -18.834970474243164 -42.73927307128906) 2 #(179.1719970703125 87.69599914550781 50.6879997253418)) (inflatoe "meshes/inflatoe-full.obj" #(47.388671875 -21.08248519897461 122.64324188232422) 2 #(181.33200073242188 182.052001953125 269.78399658203125)) (nutrient "meshes/nutrient.obj" #(124.16999816894531 -22.23000144958496 -60.60000228881836) 2 #(255.38400268554688 156.70799255371094 126.89999389648438)) (nutrient "meshes/nutrient.obj" #(5.073624134063721 -18.986251831054688 42.06903839111328) 2 #(194.4359893798828 87.84000396728516 235.97999572753906)) (fork "meshes/fork.obj" #(137.83265686035156 -38.38031768798828 -5.374432563781738) 2 #(89.13600158691406 22.356000900268555 41.54399871826172)) (horn "meshes/horn.obj" #(-133.5452423095703 -1.608372449874878 6.122785568237305) 2 #(13.968000411987305 26.856000900268555 88.7760009765625)) (nutrient "meshes/nutrient.obj" #(129.4072723388672 -36.276981353759766 -47.08918762207031) 2 #(272.3039855957031 48.09600067138672 340.3800048828125)) (nutrient "meshes/nutrient.obj" #(-23.92749786376953 -35.31245040893555 89.61553192138672) 2 #(63.61199951171875 167.25599670410156 24.30000114440918)) (inflatoe "meshes/inflatoe-full.obj" #(-48.82761001586914 -1.8102772235870361 109.04995727539062) 2 #(224.7840118408203 196.9560089111328 78.83999633789062)) (flower "meshes/flower.obj" #(55.58651351928711 -21.201692581176758 138.63600158691406) 2 #(131.3280029296875 38.41200256347656 220.5360107421875)) (fork "meshes/fork.obj" #(-88.9419174194336 -20.781126022338867 43.34174346923828) 2 #(31.535999298095703 219.8159942626953 83.23199462890625)) (nutrient "meshes/nutrient.obj" #(71.56954193115234 -74.76422119140625 65.98332977294922) 2 #(170.27999877929688 84.63600158691406 69.29999542236328)) (nutrient "meshes/nutrient.obj" #(16.51483917236328 -9.879669189453125 4.5233564376831055) 2 #(189.25198364257812 199.58401489257812 68.47200012207031)) (horn "meshes/horn.obj" #(16.402265548706055 -3.733304023742676 -164.0959930419922) 2 #(190.72799682617188 60.84000015258789 332.82000732421875)) (nutrient "meshes/nutrient.obj" #(-53.20341873168945 -34.25831985473633 -58.550209045410156) 2 #(23.040000915527344 272.8079833984375 31.895999908447266)) (nutrient "meshes/nutrient.obj" #(45.10832214355469 -14.931219100952148 117.89989471435547) 2 #(250.27200317382812 150.26400756835938 227.4119873046875)) (nutrient "meshes/nutrient.obj" #(51.3693733215332 -48.610015869140625 6.105900764465332) 2 #(19.29599952697754 60.15599822998047 156.6719970703125)) (nutrient "meshes/nutrient.obj" #(64.37767791748047 -0.0068582817912101746 153.13499450683594) 2 #(213.80401611328125 80.53199768066406 74.33999633789062)) (nutrient "meshes/nutrient.obj" #(-27.060056686401367 -132.06080627441406 -2.07981276512146) 2 #(193.53599548339844 84.63600158691406 140.11199951171875)) (fork "meshes/fork.obj" #(91.38179016113281 -0.4196922481060028 -72.16265106201172) 2 #(39.959999084472656 240.8040008544922 289.260009765625)) (nutrient "meshes/nutrient.obj" #(-40.95112991333008 -8.269835472106934 15.696684837341309) 2 #(29.303998947143555 191.16000366210938 138.0959930419922)) (flower "meshes/flower.obj" #(152.7334747314453 -17.20407485961914 -80.74459075927734) 2 #(98.49600219726562 115.52399444580078 265.2120056152344)) (nutrient "meshes/nutrient.obj" #(-25.38861846923828 -159.54556274414062 -24.775110244750977) 2 #(235.29598999023438 102.31200408935547 20.77199935913086)) (fork "meshes/fork.obj" #(110.28250885009766 -116.21614074707031 49.89262390136719) 2 #(324.8999938964844 195.66000366210938 107.02800750732422)) (nutrient "meshes/nutrient.obj" #(-137.71371459960938 -13.17383098602295 -94.25458526611328) 2 #(52.02000045776367 223.1999969482422 116.45999908447266)) (flower "meshes/flower.obj" #(10.10031795501709 -2.180976152420044 -159.27809143066406) 2 #(303.083984375 233.89199829101562 287.8919982910156)) (flower "meshes/flower.obj" #(-18.01958656311035 -57.72117614746094 -44.670066833496094) 2 #(230.50799560546875 255.6719970703125 277.12799072265625)) (nutrient "meshes/nutrient.obj" #(-90.75473022460938 -44.627685546875 77.06568145751953) 2 #(168.51600646972656 233.82000732421875 352.4759826660156)) (nutrient "meshes/nutrient.obj" #(51.0883903503418 -124.68035888671875 73.59214782714844) 2 #(1.1160000562667847 126.21600341796875 128.33999633789062)) (nutrient "meshes/nutrient.obj" #(24.212017059326172 -84.22148132324219 123.99565124511719) 2 #(300.239990234375 280.0799865722656 240.26400756835938)) (nutrient "meshes/nutrient.obj" #(-27.83320426940918 -40.01514434814453 98.48431396484375) 2 #(174.6719970703125 331.59600830078125 10.187999725341797)) (nutrient "meshes/nutrient.obj" #(-31.715713500976562 -58.418636322021484 -11.683520317077637) 2 #(53.6400032043457 243.07199096679688 62.63999938964844)) (flower "meshes/flower.obj" #(9.500677108764648 -7.556161403656006 -173.96299743652344) 2 #(162.0 279.6839904785156 110.80799865722656)) (fork "meshes/fork.obj" #(84.29535675048828 -60.5074462890625 67.06430053710938) 2 #(223.9199981689453 24.65999984741211 233.89199829101562)) (fork "meshes/fork.obj" #(80.74798583984375 -11.18443775177002 -41.95884323120117) 2 #(256.32000732421875 256.28399658203125 222.3360137939453)) (nutrient "meshes/nutrient.obj" #(-111.48064422607422 -23.63787078857422 3.4743518829345703) 2 #(338.94000244140625 195.94801330566406 148.9320068359375)) (nutrient "meshes/nutrient.obj" #(17.804595947265625 -1.4698362350463867 -150.61683654785156) 2 #(131.9040069580078 291.13201904296875 97.05599975585938)) (nutrient "meshes/nutrient.obj" #(-146.2288818359375 -1.8839362859725952 5.506382465362549) 2 #(88.91999816894531 320.2559814453125 198.0)) (inflatoe "meshes/inflatoe-full.obj" #(84.12284851074219 -5.967471599578857 57.426082611083984) 2 #(118.94400024414062 45.61199951171875 280.83599853515625)) (nutrient "meshes/nutrient.obj" #(-5.370812892913818 -26.75290870666504 -41.977806091308594) 2 #(121.89600372314453 102.88800048828125 318.3119812011719)) (nutrient "meshes/nutrient.obj" #(133.7931365966797 -1.4964476823806763 -48.66350173950195) 2 #(326.66400146484375 2.700000047683716 154.11599731445312)) (horn "meshes/horn.obj" #(-109.62324523925781 -12.603206634521484 10.210785865783691) 2 #(323.42401123046875 234.17999267578125 143.4239959716797)) (flower "meshes/flower.obj" #(21.673391342163086 -14.259542465209961 0.0514158234000206) 2 #(38.34000015258789 110.01599884033203 276.9840087890625)) (leaf "meshes/leaf.obj" #(137.76113891601562 -32.10992431640625 -18.203857421875) 2 #(224.4239959716797 252.0 142.1280059814453)) (nutrient "meshes/nutrient.obj" #(-24.35167694091797 -49.40426254272461 -74.77642059326172) 2 #(132.3000030517578 265.3559875488281 304.52398681640625)) (nutrient "meshes/nutrient.obj" #(-87.60860443115234 -21.580846786499023 -45.709991455078125) 2 #(77.00399780273438 186.91200256347656 12.780000686645508)) (fork "meshes/fork.obj" #(54.71295166015625 -1.6608480215072632 123.65589141845703) 2 #(267.0840148925781 348.69598388671875 142.30799865722656)) (nutrient "meshes/nutrient.obj" #(96.39141845703125 -13.245580673217773 -59.882286071777344) 2 #(130.0679931640625 296.42401123046875 276.8760070800781)) (nutrient "meshes/nutrient.obj" #(-45.75172424316406 -133.62490844726562 71.73359680175781) 2 #(138.59999084472656 146.62799072265625 182.1599884033203)) (nutrient "meshes/nutrient.obj" #(-42.45842742919922 -9.073725700378418 101.74361419677734) 2 #(294.0840148925781 244.4759979248047 334.00799560546875)) (nutrient "meshes/nutrient.obj" #(-45.726810455322266 -12.339252471923828 -151.2758331298828) 2 #(229.32000732421875 245.37599182128906 183.05999755859375)) (horn "meshes/horn.obj" #(90.68478393554688 -10.930201530456543 -74.06507873535156) 2 #(36.43199920654297 236.62799072265625 2.5920000076293945)) (nutrient "meshes/nutrient.obj" #(66.82687377929688 -79.04754638671875 60.57050323486328) 2 #(336.85198974609375 190.2239990234375 286.4519958496094)) (nutrient "meshes/nutrient.obj" #(14.827277183532715 -115.8205795288086 27.173768997192383) 2 #(179.49600219726562 327.3480224609375 326.62799072265625)) (leaf "meshes/leaf.obj" #(-61.1749267578125 -0.18482404947280884 155.59400939941406) 2 #(135.03599548339844 352.1520080566406 180.89999389648438)) (nutrient "meshes/nutrient.obj" #(71.75182342529297 -117.23268127441406 -23.901811599731445) 2 #(159.3000030517578 24.588001251220703 1.3680000305175781)) (horn "meshes/horn.obj" #(-94.9221420288086 -38.48530197143555 8.54271125793457) 2 #(110.44800567626953 56.0880012512207 291.6360168457031)) (horn "meshes/horn.obj" #(77.95096588134766 -72.3834457397461 -100.50480651855469) 2 #(39.672000885009766 57.70800018310547 359.1000061035156)) (nutrient "meshes/nutrient.obj" #(-37.02550506591797 -1.353987693786621 13.749267578125) 2 #(164.73599243164062 313.55999755859375 271.6920166015625)) (fork "meshes/fork.obj" #(-123.72471618652344 -34.605247497558594 11.696005821228027) 2 #(66.67200469970703 60.19200134277344 102.70799255371094)) (nutrient "meshes/nutrient.obj" #(15.796327590942383 -2.9291813373565674 -176.0738067626953) 2 #(107.6760025024414 43.63199996948242 274.71600341796875)) (nutrient "meshes/nutrient.obj" #(102.57340240478516 -9.373812675476074 -63.33792495727539) 2 #(82.90799713134766 286.12799072265625 283.64398193359375)) (nutrient "meshes/nutrient.obj" #(-56.28819274902344 -15.280068397521973 -39.6790885925293) 2 #(352.2239990234375 118.11599731445312 87.51599884033203)) (flower "meshes/flower.obj" #(59.29026794433594 -12.151495933532715 137.8240966796875) 2 #(172.260009765625 102.5999984741211 254.33999633789062)) (fork "meshes/fork.obj" #(-123.8941879272461 -44.132423400878906 42.6323127746582) 2 #(246.99600219726562 230.65199279785156 242.4239959716797)) (flower "meshes/flower.obj" #(-118.943359375 -10.456690788269043 8.86133098602295) 2 #(312.2279968261719 155.55599975585938 84.81599426269531)) (fork "meshes/fork.obj" #(-38.59257507324219 -16.401010513305664 101.43705749511719) 2 #(14.723999977111816 103.71600341796875 299.447998046875)) (nutrient "meshes/nutrient.obj" #(86.21472930908203 -92.01298522949219 64.23104095458984) 2 #(223.6320037841797 62.35199737548828 357.2640075683594)) (nutrient "meshes/nutrient.obj" #(62.922481536865234 -23.9187068939209 43.60221481323242) 2 #(294.156005859375 300.8160095214844 357.0480041503906)) (nutrient "meshes/nutrient.obj" #(-46.0718879699707 -2.032449245452881 -157.89512634277344) 2 #(85.13999938964844 134.67599487304688 229.5)) (nutrient "meshes/nutrient.obj" #(-56.81609344482422 -62.137413024902344 9.715154647827148) 2 #(99.68399810791016 4.3919997215271 324.6479797363281)) (flower "meshes/flower.obj" #(-37.4116325378418 -2.053511142730713 168.90914916992188) 2 #(0.5759999752044678 37.2239990234375 45.53999710083008)) (nutrient "meshes/nutrient.obj" #(127.98506164550781 -46.32255935668945 8.65910816192627) 2 #(120.38400268554688 296.6759948730469 195.87599182128906)) (flower "meshes/flower.obj" #(69.37557220458984 -21.388675689697266 47.843685150146484) 2 #(70.19999694824219 16.70400047302246 172.33200073242188)) (leaf "meshes/leaf.obj" #(208.96653747558594 -11.678674697875977 -43.36021041870117) 2 #(160.0919952392578 307.04400634765625 349.416015625)) (nutrient "meshes/nutrient.obj" #(-17.67414093017578 -139.22317504882812 39.78765106201172) 2 #(97.20000457763672 158.39999389648438 203.54400634765625)) (nutrient "meshes/nutrient.obj" #(-8.25592041015625 -50.823062896728516 98.72268676757812) 2 #(320.364013671875 127.69200134277344 162.28799438476562)) (horn "meshes/horn.obj" #(-55.9063835144043 -92.25444793701172 -62.41608810424805) 2 #(183.95999145507812 255.63600158691406 278.78399658203125)) (nutrient "meshes/nutrient.obj" #(16.98565101623535 -51.543060302734375 120.59703063964844) 2 #(102.85199737548828 96.33599853515625 139.17599487304688)) (nutrient "meshes/nutrient.obj" #(6.914709091186523 -50.32460021972656 -16.221004486083984) 2 #(45.215999603271484 207.28799438476562 331.7400207519531)) (horn "meshes/horn.obj" #(102.0586166381836 -40.74396896362305 -80.89686584472656) 2 #(256.32000732421875 293.760009765625 168.22799682617188)) (nutrient "meshes/nutrient.obj" #(-41.727745056152344 -0.2079601138830185 105.62335968017578) 2 #(66.2760009765625 174.24000549316406 239.3280029296875)) (nutrient "meshes/nutrient.obj" #(-41.61292266845703 -15.550802230834961 19.71831512451172) 2 #(239.14801025390625 348.1199951171875 267.76800537109375)) (fork "meshes/fork.obj" #(87.62068939208984 -16.581647872924805 -67.87920379638672) 2 #(218.62799072265625 212.7239990234375 4.248000144958496)) (nutrient "meshes/nutrient.obj" #(121.48008728027344 -1.3481025695800781 66.35441589355469) 2 #(220.67999267578125 357.6600036621094 265.1759948730469)) (leaf "meshes/leaf.obj" #(67.46658325195312 -49.913429260253906 -0.8875460028648376) 2 #(341.7120056152344 262.2239990234375 347.760009765625)) (leaf "meshes/leaf.obj" #(-72.09858703613281 -37.54326248168945 114.45592498779297) 2 #(348.2640075683594 154.656005859375 285.80401611328125)) (leaf "meshes/leaf.obj" #(7.083530902862549 -77.41376495361328 31.956392288208008) 2 #(300.3840026855469 99.9000015258789 291.13201904296875)) (leaf "meshes/leaf.obj" #(-49.00483322143555 -1.0398799180984497 164.38812255859375) 2 #(18.503999710083008 213.4080047607422 13.2839994430542)) (flower "meshes/flower.obj" #(73.89899444580078 -21.622129440307617 39.0704231262207) 2 #(357.73199462890625 28.871999740600586 154.62001037597656)) (fork "meshes/fork.obj" #(-137.09658813476562 -57.090049743652344 2.7719290256500244) 2 #(346.7879943847656 260.2439880371094 86.86800384521484)) (nutrient "meshes/nutrient.obj" #(-139.7407684326172 -4.802727699279785 1.6902179718017578) 2 #(297.9360046386719 330.3000183105469 52.63199996948242)) (nutrient "meshes/nutrient.obj" #(-139.35340881347656 -16.19611358642578 4.306523323059082) 2 #(260.135986328125 178.3800048828125 0.828000009059906)) (nutrient "meshes/nutrient.obj" #(-151.6986541748047 -40.239418029785156 -23.219520568847656) 2 #(256.0679931640625 359.676025390625 314.4239807128906)) (fork "meshes/fork.obj" #(-113.17764282226562 -0.4172876179218292 -59.55402755737305) 2 #(122.22000122070312 266.6520080566406 240.26400756835938)) (flower "meshes/flower.obj" #(79.24409484863281 -109.15071105957031 -19.0324764251709) 2 #(166.10400390625 87.8759994506836 84.99600219726562)) (horn "meshes/horn.obj" #(56.68693542480469 -136.34500122070312 -34.622432708740234) 2 #(3.2760000228881836 196.55999755859375 289.04400634765625)) (nutrient "meshes/nutrient.obj" #(-83.14315795898438 -49.04302215576172 104.41436767578125) 2 #(289.2239990234375 28.799999237060547 63.395999908447266)) (fork "meshes/fork.obj" #(-133.65101623535156 -10.478981018066406 4.278679847717285) 2 #(336.7799987792969 215.24398803710938 336.7440185546875)) (nutrient "meshes/nutrient.obj" #(108.89443969726562 -11.596731185913086 64.28074645996094) 2 #(264.9960021972656 170.10000610351562 53.064002990722656)) (inflatoe "meshes/inflatoe-full.obj" #(-105.20276641845703 -27.96023941040039 9.457732200622559) 2 #(311.3639831542969 276.8760070800781 105.83999633789062)) (horn "meshes/horn.obj" #(52.96599197387695 -14.592815399169922 125.42181396484375) 2 #(47.80799865722656 333.68402099609375 16.739999771118164)) (nutrient "meshes/nutrient.obj" #(83.83602905273438 -0.852980375289917 -43.94364547729492) 2 #(222.7320098876953 227.52000427246094 97.09199523925781)) (leaf "meshes/leaf.obj" #(4.358185291290283 -19.30523681640625 -37.388404846191406) 2 #(203.68800354003906 207.39599609375 101.62799835205078)) (leaf "meshes/leaf.obj" #(-45.41702651977539 -43.9383544921875 -109.07470703125) 2 #(204.01199340820312 154.0439910888672 326.3399963378906)) (nutrient "meshes/nutrient.obj" #(16.197307586669922 -12.754616737365723 -149.93138122558594) 2 #(349.09197998046875 212.9040069580078 241.05599975585938)) (inflatoe "meshes/inflatoe-full.obj" #(-12.297220230102539 -24.243267059326172 25.94426727294922) 2 #(66.3479995727539 165.88800048828125 180.4320068359375)) (nutrient "meshes/nutrient.obj" #(88.11298370361328 -9.460845947265625 63.42230987548828) 2 #(187.6320037841797 215.56800842285156 233.27999877929688)) (leaf "meshes/leaf.obj" #(136.2423553466797 -36.78155517578125 -53.017398834228516) 2 #(13.932000160217285 264.49200439453125 143.8560028076172)) (leaf "meshes/leaf.obj" #(-16.349102020263672 -14.922406196594238 -219.2537078857422) 2 #(175.89599609375 102.88800048828125 35.891998291015625)) (inflatoe "meshes/inflatoe-full.obj" #(114.3167724609375 -3.69193696975708 -69.28897857666016) 2 #(251.92800903320312 54.93600082397461 323.5320129394531)) (nutrient "meshes/nutrient.obj" #(-108.77758026123047 -0.26667824387550354 12.404582977294922) 2 #(274.89599609375 117.4679946899414 93.88800048828125)) (nutrient "meshes/nutrient.obj" #(-136.40892028808594 -19.214183807373047 -2.5212082862854004) 2 #(198.9720001220703 61.16400146484375 96.51599884033203)) (nutrient "meshes/nutrient.obj" #(-45.3663330078125 -22.107999801635742 95.370849609375) 2 #(149.760009765625 199.8360137939453 16.52400016784668)) (nutrient "meshes/nutrient.obj" #(88.74397277832031 -16.531705856323242 -54.46457290649414) 2 #(156.0240020751953 211.82400512695312 306.53997802734375)) (leaf "meshes/leaf.obj" #(102.82282257080078 -76.19407653808594 72.33756256103516) 2 #(273.09600830078125 113.4000015258789 137.37599182128906)) (flower "meshes/flower.obj" #(-40.15816879272461 -38.093963623046875 -85.47087097167969) 2 #(138.16799926757812 187.70399475097656 262.18798828125)) (inflatoe "meshes/inflatoe-full.obj" #(-38.43111038208008 -22.243165969848633 24.649059295654297) 2 #(62.60399627685547 346.968017578125 128.447998046875)) (nutrient "meshes/nutrient.obj" #(-105.54139709472656 -52.40434265136719 12.42554759979248) 2 #(279.0 189.43199157714844 195.3719940185547)) (leaf "meshes/leaf.obj" #(111.46379852294922 -115.93225860595703 -37.598758697509766) 2 #(157.46400451660156 284.07598876953125 112.5)) (nutrient "meshes/nutrient.obj" #(11.37267017364502 -17.9742431640625 -31.597824096679688) 2 #(167.29200744628906 242.8199920654297 321.2640075683594)) (nutrient "meshes/nutrient.obj" #(15.348916053771973 -7.190532207489014 -155.68731689453125) 2 #(224.7480010986328 117.68400573730469 296.9280090332031)) (nutrient "meshes/nutrient.obj" #(-119.59010314941406 -46.562828063964844 72.46527099609375) 2 #(94.78800201416016 275.11199951171875 271.04400634765625)) (leaf "meshes/leaf.obj" #(5.255206108093262 -57.9042854309082 111.69155883789062) 2 #(119.33999633789062 29.95199966430664 34.7400016784668)) (flower "meshes/flower.obj" #(61.38554000854492 -7.390149116516113 151.84616088867188) 2 #(45.86399841308594 105.29999542236328 126.10800170898438)) (nutrient "meshes/nutrient.obj" #(33.344764709472656 -102.91946411132812 -90.77243041992188) 2 #(276.8760070800781 210.0240020751953 108.54000091552734)) (nutrient "meshes/nutrient.obj" #(70.02738189697266 -99.0688705444336 73.3320083618164) 2 #(128.16000366210938 117.97199249267578 305.5679931640625)) (flower "meshes/flower.obj" #(-141.531005859375 -11.8203763961792 -2.1541554927825928) 2 #(336.7440185546875 108.68399810791016 281.843994140625)) (nutrient "meshes/nutrient.obj" #(-54.589290618896484 -37.52504348754883 99.50627136230469) 2 #(210.1320037841797 14.32800006866455 188.60398864746094)) (nutrient "meshes/nutrient.obj" #(-101.28463745117188 -60.27973937988281 -67.91150665283203) 2 #(310.7879943847656 258.947998046875 274.1400146484375)) (nutrient "meshes/nutrient.obj" #(13.58420467376709 -75.39305114746094 -22.815780639648438) 2 #(290.66400146484375 164.37600708007812 139.86000061035156)) (nutrient "meshes/nutrient.obj" #(25.806991577148438 -1.609114170074463 -139.42356872558594) 2 #(47.52000045776367 244.6199951171875 290.4840087890625)) (nutrient "meshes/nutrient.obj" #(60.91873550415039 -135.7761688232422 -41.49350357055664) 2 #(17.243999481201172 144.8280029296875 339.29998779296875)) (nutrient "meshes/nutrient.obj" #(17.376798629760742 -41.81486892700195 162.34814453125) 2 #(117.4320068359375 359.6400146484375 51.875999450683594)) (nutrient "meshes/nutrient.obj" #(-139.70730590820312 -7.020843982696533 -99.12358093261719) 2 #(208.00799560546875 37.763999938964844 340.3800048828125)) (leaf "meshes/leaf.obj" #(82.55014038085938 -82.13113403320312 -15.707268714904785) 2 #(207.5760040283203 198.2519989013672 223.12799072265625)) (nutrient "meshes/nutrient.obj" #(21.50808334350586 -7.560815811157227 -145.25193786621094) 2 #(187.0559844970703 125.63999938964844 111.99600219726562)) (fork "meshes/fork.obj" #(17.080766677856445 -19.385295867919922 4.5117340087890625) 2 #(204.8040008544922 287.135986328125 27.899999618530273)) (nutrient "meshes/nutrient.obj" #(97.0905532836914 -39.36843490600586 -139.53384399414062) 2 #(75.88800048828125 287.8919982910156 161.13600158691406)) (nutrient "meshes/nutrient.obj" #(-50.57232666015625 -18.818893432617188 -165.20523071289062) 2 #(347.6159973144531 152.67601013183594 259.2359924316406)) (nutrient "meshes/nutrient.obj" #(4.550149440765381 -11.018824577331543 43.10910415649414) 2 #(220.7519989013672 318.7799987792969 223.55999755859375)) (nutrient "meshes/nutrient.obj" #(-43.005287170410156 -13.77191162109375 95.21615600585938) 2 #(317.843994140625 344.447998046875 81.57600402832031)) (nutrient "meshes/nutrient.obj" #(-75.11103057861328 -119.44322967529297 45.41065979003906) 2 #(257.4720153808594 291.1679992675781 158.50799560546875)) (fork "meshes/fork.obj" #(-74.04310607910156 -104.45663452148438 -38.662559509277344) 2 #(13.896000862121582 200.62799072265625 231.58799743652344)) (nutrient "meshes/nutrient.obj" #(90.48826599121094 -6.752243995666504 -66.98396301269531) 2 #(131.0399932861328 24.04800033569336 232.66799926757812)) (nutrient "meshes/nutrient.obj" #(-23.508392333984375 -6.47100830078125 174.57801818847656) 2 #(239.9399871826172 342.1440124511719 115.59600067138672)) (nutrient "meshes/nutrient.obj" #(97.77225494384766 -2.878437042236328 -63.58065414428711) 2 #(192.60000610351562 330.9839782714844 266.5799865722656)) (nutrient "meshes/nutrient.obj" #(65.52468872070312 -22.435203552246094 36.17266845703125) 2 #(218.08799743652344 165.34800720214844 346.5719909667969)) (nutrient "meshes/nutrient.obj" #(-152.64190673828125 -6.746018886566162 5.856173038482666) 2 #(153.0 133.34400939941406 187.84799194335938)) (nutrient "meshes/nutrient.obj" #(-130.88658142089844 -27.349063873291016 4.757037162780762) 2 #(134.60400390625 45.53999710083008 85.13999938964844)) (horn "meshes/horn.obj" #(117.23966217041016 -1.409919261932373 73.1898193359375) 2 #(25.884000778198242 63.50400161743164 217.6199951171875)) (leaf "meshes/leaf.obj" #(73.07115936279297 -43.75840759277344 -99.98654174804688) 2 #(240.73199462890625 20.447999954223633 5.724000453948975)) (leaf "meshes/leaf.obj" #(-4.277224540710449 -92.09759521484375 48.4789924621582) 2 #(320.4720153808594 153.90000915527344 127.6199951171875)) (leaf "meshes/leaf.obj" #(-49.935516357421875 -91.76509857177734 -68.68212890625) 2 #(236.62799072265625 102.45599365234375 184.28399658203125)) (horn "meshes/horn.obj" #(104.38445281982422 -130.65811157226562 -29.82648277282715) 2 #(108.7199935913086 248.11199951171875 68.6520004272461)) (leaf "meshes/leaf.obj" #(107.7431411743164 -22.981637954711914 -55.7183837890625) 2 #(304.99200439453125 184.35598754882812 156.56399536132812)) (nutrient "meshes/nutrient.obj" #(79.59190368652344 -11.5230712890625 61.1055908203125) 2 #(157.39199829101562 216.5399932861328 184.53599548339844)) (nutrient "meshes/nutrient.obj" #(111.53968811035156 -0.3128555119037628 66.4477767944336) 2 #(211.39199829101562 354.85198974609375 178.3800048828125)) (flower "meshes/flower.obj" #(135.67474365234375 -10.383703231811523 -44.21556854248047) 2 #(31.895999908447266 339.5880126953125 186.73199462890625)) (nutrient "meshes/nutrient.obj" #(90.39030456542969 -1.3898004293441772 -60.74720764160156) 2 #(133.6320037841797 216.10800170898438 292.6080017089844)) (flower "meshes/flower.obj" #(59.485137939453125 -18.695392608642578 48.663997650146484) 2 #(164.73599243164062 255.4199981689453 1.871999979019165)) (horn "meshes/horn.obj" #(-65.32300567626953 -38.80118179321289 90.72419738769531) 2 #(21.384000778198242 117.93600463867188 277.7039794921875)) (horn "meshes/horn.obj" #(0.15708822011947632 -75.99069213867188 28.1070499420166) 2 #(89.45999908447266 136.29600524902344 177.2639923095703)) (inflatoe "meshes/inflatoe-full.obj" #(59.19541549682617 -6.167500019073486 162.56454467773438) 2 #(118.90800476074219 265.031982421875 50.43600082397461)) (nutrient "meshes/nutrient.obj" #(-65.44609069824219 -4.937654972076416 116.53987121582031) 2 #(83.87999725341797 263.30401611328125 321.37200927734375)) (leaf "meshes/leaf.obj" #(77.27010345458984 -16.18324089050293 54.97334289550781) 2 #(14.36400032043457 302.50799560546875 327.0959777832031)) (inflatoe "meshes/inflatoe-full.obj" #(31.50310707092285 -54.20296859741211 131.213623046875) 2 #(233.89199829101562 314.8199768066406 117.14399719238281)) (nutrient "meshes/nutrient.obj" #(-146.43365478515625 -2.478123188018799 -5.106567859649658) 2 #(354.1319885253906 334.8719787597656 27.395999908447266)) (leaf "meshes/leaf.obj" #(86.19825744628906 -21.312244415283203 -74.68356323242188) 2 #(38.15999984741211 241.84800720214844 270.3599853515625)) (flower "meshes/flower.obj" #(-64.64876556396484 -30.108774185180664 37.11749267578125) 2 #(92.95199584960938 7.920000076293945 111.2760009765625)) (fork "meshes/fork.obj" #(65.9688720703125 -70.89427947998047 57.85051345825195) 2 #(303.73199462890625 282.1319885253906 105.37199401855469)) (nutrient "meshes/nutrient.obj" #(77.36500549316406 -2.3910176753997803 -36.36308288574219) 2 #(164.6999969482422 67.03199768066406 333.25201416015625)) (inflatoe "meshes/inflatoe-full.obj" #(-51.46280288696289 -25.871225357055664 -48.235694885253906) 2 #(54.3599967956543 204.40798950195312 253.4759979248047)) (fork "meshes/fork.obj" #(65.73384857177734 -1.7495973110198975 160.8330078125) 2 #(145.8000030517578 166.5 22.716001510620117)) (flower "meshes/flower.obj" #(55.480709075927734 -49.43572998046875 -105.16634368896484) 2 #(39.13199996948242 139.2480010986328 331.0199890136719)) (nutrient "meshes/nutrient.obj" #(-92.4875259399414 -3.2238481044769287 40.69113540649414) 2 #(211.82400512695312 240.87599182128906 42.119998931884766)) (nutrient "meshes/nutrient.obj" #(121.61872100830078 -47.97795867919922 36.38949203491211) 2 #(223.16400146484375 68.6520004272461 120.23999786376953)) (nutrient "meshes/nutrient.obj" #(-33.592689514160156 -17.24846839904785 20.53956413269043) 2 #(158.5800018310547 99.72000122070312 308.26800537109375)) (nutrient "meshes/nutrient.obj" #(-43.62059020996094 -2.012848377227783 98.03363800048828) 2 #(181.54800415039062 158.65199279785156 332.1000061035156)) (leaf "meshes/leaf.obj" #(-91.95147705078125 -46.124305725097656 28.376075744628906) 2 #(330.8760070800781 134.60400390625 250.70399475097656)) (nutrient "meshes/nutrient.obj" #(93.13640594482422 -0.35955166816711426 64.4177017211914) 2 #(354.7799987792969 108.25200653076172 207.6119842529297)) (horn "meshes/horn.obj" #(-43.743247985839844 -27.873046875 -184.32850646972656) 2 #(293.11199951171875 123.51600646972656 18.86400032043457)) (nutrient "meshes/nutrient.obj" #(118.6185073852539 -1.7687041759490967 -60.677642822265625) 2 #(118.87199401855469 105.26399993896484 142.739990234375)) (nutrient "meshes/nutrient.obj" #(54.981502532958984 -163.65847778320312 14.280756950378418) 2 #(149.22000122070312 302.50799560546875 133.23599243164062)) (horn "meshes/horn.obj" #(84.85213470458984 -121.19609832763672 -118.41680908203125) 2 #(181.29600524902344 58.284000396728516 331.91998291015625)) (nutrient "meshes/nutrient.obj" #(-78.9461669921875 -125.84666442871094 55.5798225402832) 2 #(58.75200271606445 12.24000072479248 95.61599731445312)) (nutrient "meshes/nutrient.obj" #(-108.7578125 -2.501801013946533 21.480770111083984) 2 #(7.056000232696533 92.5199966430664 9.468000411987305)) (leaf "meshes/leaf.obj" #(52.774559020996094 -17.574085235595703 39.82862854003906) 2 #(47.555999755859375 162.5399932861328 108.5040054321289)) (flower "meshes/flower.obj" #(-37.137786865234375 -86.17788696289062 116.90428924560547) 2 #(210.85198974609375 226.33200073242188 269.1000061035156)) (nutrient "meshes/nutrient.obj" #(-115.1920166015625 -17.33245849609375 6.948840618133545) 2 #(294.6600036621094 269.1360168457031 120.81599426269531)) (nutrient "meshes/nutrient.obj" #(-84.08209991455078 -2.0554699897766113 -193.42713928222656) 2 #(75.92399597167969 113.68800354003906 173.55599975585938)) (nutrient "meshes/nutrient.obj" #(73.56586456298828 -3.8443431854248047 63.51747131347656) 2 #(250.81199645996094 22.643999099731445 259.55999755859375)) (inflatoe "meshes/inflatoe-full.obj" #(35.03376388549805 -5.607306480407715 -34.394962310791016) 2 #(240.76800537109375 280.04400634765625 112.21199798583984)) (nutrient "meshes/nutrient.obj" #(128.00047302246094 -17.569185256958008 -47.93829345703125) 2 #(9.720000267028809 37.36800003051758 309.7080078125)) (nutrient "meshes/nutrient.obj" #(77.39630126953125 -21.49712562561035 46.88401412963867) 2 #(152.49600219726562 27.35999870300293 86.50800323486328)) (fork "meshes/fork.obj" #(96.91647338867188 -44.87651443481445 112.47807312011719) 2 #(72.79199981689453 181.25999450683594 184.9320068359375)) (inflatoe "meshes/inflatoe-full.obj" #(-99.69438171386719 -0.026042860001325607 36.33671188354492) 2 #(85.78800201416016 254.52000427246094 349.20001220703125)) (nutrient "meshes/nutrient.obj" #(144.56817626953125 -17.5686092376709 101.77203369140625) 2 #(33.22800064086914 144.89999389648438 35.35200119018555)) (nutrient "meshes/nutrient.obj" #(-126.434326171875 -18.27727699279785 3.433648109436035) 2 #(328.7879943847656 285.80401611328125 5.579999923706055)) (horn "meshes/horn.obj" #(82.42082977294922 -17.463354110717773 -49.551025390625) 2 #(97.59600830078125 227.6639862060547 201.88800048828125)) (flower "meshes/flower.obj" #(8.702286720275879 -109.19182586669922 41.10205078125) 2 #(249.83999633789062 205.5240020751953 177.552001953125)) (leaf "meshes/leaf.obj" #(-0.5285202860832214 -63.229644775390625 -112.57784271240234) 2 #(276.33599853515625 4.320000171661377 174.4560089111328)) (nutrient "meshes/nutrient.obj" #(-66.50360107421875 -102.18855285644531 -40.11616897583008) 2 #(221.43600463867188 216.8280029296875 130.5)) (fork "meshes/fork.obj" #(-74.36479949951172 -118.02582550048828 -53.71901321411133) 2 #(92.91600036621094 263.3399963378906 84.49199676513672)) (nutrient "meshes/nutrient.obj" #(-26.381725311279297 -111.97907257080078 75.84397888183594) 2 #(228.20399475097656 332.1000061035156 294.1920166015625)) (nutrient "meshes/nutrient.obj" #(-109.3436508178711 -17.270917892456055 19.935258865356445) 2 #(222.91200256347656 31.355998992919922 34.27199935913086)) (nutrient "meshes/nutrient.obj" #(-51.99866485595703 -46.661407470703125 106.62935638427734) 2 #(139.17599487304688 340.5240173339844 15.515999794006348)) (inflatoe "meshes/inflatoe-full.obj" #(123.46849822998047 -1.2011300325393677 82.99015808105469) 2 #(314.1719970703125 203.5800018310547 241.74000549316406)) (nutrient "meshes/nutrient.obj" #(61.8957405090332 -120.08609771728516 -31.90096092224121) 2 #(273.88800048828125 40.895999908447266 128.5919952392578)) (nutrient "meshes/nutrient.obj" #(-116.17306518554688 -3.1042532920837402 10.799458503723145) 2 #(256.4640197753906 332.60400390625 352.6920166015625)) (nutrient "meshes/nutrient.obj" #(77.48995208740234 -69.49807739257812 67.2934799194336) 2 #(64.2959976196289 160.66799926757812 339.6600036621094)) (inflatoe "meshes/inflatoe-full.obj" #(48.50191879272461 -108.0704345703125 85.10277557373047) 2 #(282.1319885253906 299.1600036621094 213.37200927734375)) (nutrient "meshes/nutrient.obj" #(88.74359893798828 -50.316864013671875 -89.46678161621094) 2 #(254.5559844970703 227.1959991455078 324.7919921875)) (flower "meshes/flower.obj" #(-95.04884338378906 -73.11588287353516 111.78877258300781) 2 #(123.30000305175781 239.3280029296875 63.071998596191406)) (horn "meshes/horn.obj" #(109.3219985961914 -2.840954542160034 -63.026527404785156) 2 #(190.260009765625 191.55601501464844 15.983999252319336)) (nutrient "meshes/nutrient.obj" #(76.66109466552734 -25.29944610595703 -50.723968505859375) 2 #(41.36399841308594 7.019999980926514 63.323997497558594)) (flower "meshes/flower.obj" #(-145.64210510253906 -45.47774124145508 -24.107995986938477) 2 #(234.32400512695312 226.65599060058594 347.50799560546875)) (horn "meshes/horn.obj" #(65.39923858642578 -109.126220703125 58.2371826171875) 2 #(217.260009765625 25.45199966430664 74.1240005493164)) (nutrient "meshes/nutrient.obj" #(127.98724365234375 -4.269418716430664 -54.02415466308594) 2 #(177.47999572753906 285.8760070800781 133.02000427246094)) (nutrient "meshes/nutrient.obj" #(49.39250183105469 -7.116954803466797 119.9588851928711) 2 #(272.52001953125 44.38800048828125 349.4519958496094)) (nutrient "meshes/nutrient.obj" #(-19.52657127380371 -147.58567810058594 4.523832321166992) 2 #(321.29998779296875 135.03599548339844 201.16799926757812)) (nutrient "meshes/nutrient.obj" #(-15.728782653808594 -46.93988037109375 -7.417430400848389) 2 #(103.17599487304688 342.2519836425781 221.79600524902344)) (leaf "meshes/leaf.obj" #(-68.34056091308594 -0.3746282160282135 127.92872619628906) 2 #(232.739990234375 61.30800247192383 347.3280029296875)) (horn "meshes/horn.obj" #(122.63518524169922 -9.205114364624023 79.67389678955078) 2 #(83.16000366210938 107.35200500488281 3.0960001945495605)) (inflatoe "meshes/inflatoe-full.obj" #(92.99372863769531 -4.755146026611328 -78.69784545898438) 2 #(146.48399353027344 177.22799682617188 270.4320068359375)) (fork "meshes/fork.obj" #(-103.07467651367188 -46.90906524658203 -98.4939193725586) 2 #(207.6119842529297 341.5320129394531 209.5559844970703)) (nutrient "meshes/nutrient.obj" #(-138.544921875 -1.7110618352890015 -92.9673843383789) 2 #(207.50399780273438 195.33599853515625 346.4640197753906)) (nutrient "meshes/nutrient.obj" #(30.257436752319336 -57.63233947753906 44.40723419189453) 2 #(352.5119934082031 167.22000122070312 92.84400177001953)) (fork "meshes/fork.obj" #(21.10879135131836 -15.755952835083008 -141.9068145751953) 2 #(311.760009765625 166.2119903564453 216.90000915527344)) (nutrient "meshes/nutrient.obj" #(-44.42422866821289 -35.51323318481445 -92.07414245605469) 2 #(132.947998046875 214.5959930419922 321.76800537109375)) (horn "meshes/horn.obj" #(-57.525367736816406 -18.652423858642578 104.03666687011719) 2 #(302.50799560546875 173.77200317382812 161.06399536132812)) (horn "meshes/horn.obj" #(-0.3041147291660309 -50.564239501953125 100.04025268554688) 2 #(20.447999954223633 62.38800048828125 152.10000610351562)) (inflatoe "meshes/inflatoe-full.obj" #(-69.01018524169922 -1.1474863290786743 146.76068115234375) 2 #(129.16799926757812 218.08799743652344 228.1320037841797)) (nutrient "meshes/nutrient.obj" #(-21.88730239868164 -46.24142074584961 -107.8569564819336) 2 #(196.9199981689453 21.09600067138672 250.1999969482422)) (nutrient "meshes/nutrient.obj" #(92.86841583251953 -66.33099365234375 91.58601379394531) 2 #(356.47198486328125 216.5399932861328 247.3199920654297)) (horn "meshes/horn.obj" #(-17.685983657836914 -33.87651443481445 -154.76669311523438) 2 #(187.27200317382812 306.39599609375 286.8479919433594)) (nutrient "meshes/nutrient.obj" #(6.842101573944092 -12.368736267089844 -163.18899536132812) 2 #(273.3119812011719 13.176000595092773 179.67599487304688)) (nutrient "meshes/nutrient.obj" #(-46.52128601074219 -16.760753631591797 102.70231628417969) 2 #(281.59197998046875 188.49598693847656 275.54400634765625)) (nutrient "meshes/nutrient.obj" #(103.7892074584961 -2.5782363414764404 -68.90582275390625) 2 #(11.664000511169434 243.46800231933594 318.05999755859375)) (fork "meshes/fork.obj" #(71.38835144042969 -53.120094299316406 -9.14046859741211) 2 #(84.81599426269531 120.60000610351562 281.052001953125)) (horn "meshes/horn.obj" #(-125.79634094238281 -2.1871418952941895 8.84931755065918) 2 #(192.8520050048828 294.156005859375 170.8560028076172)) (horn "meshes/horn.obj" #(148.55374145507812 -1.3993200063705444 -51.635528564453125) 2 #(155.80799865722656 212.4720001220703 192.0959930419922)) (inflatoe "meshes/inflatoe-full.obj" #(20.83364486694336 -46.2216911315918 -116.84666442871094) 2 #(81.21600341796875 40.4640007019043 285.5159912109375)) (nutrient "meshes/nutrient.obj" #(-117.24510955810547 -105.36285400390625 9.659673690795898) 2 #(326.843994140625 237.31201171875 286.95599365234375)) (nutrient "meshes/nutrient.obj" #(61.77400588989258 -3.013033628463745 142.4481658935547) 2 #(115.16400146484375 69.65999603271484 116.99999237060547)) (nutrient "meshes/nutrient.obj" #(-70.19175720214844 -0.3641340136528015 137.72642517089844) 2 #(295.343994140625 285.76800537109375 78.552001953125)) (nutrient "meshes/nutrient.obj" #(-61.307472229003906 -107.71672058105469 -84.76261901855469) 2 #(213.91200256347656 354.3840026855469 238.3560028076172)) (nutrient "meshes/nutrient.obj" #(-3.152726173400879 -56.130615234375 24.944791793823242) 2 #(274.89599609375 102.16799926757812 108.00000762939453)) (nutrient "meshes/nutrient.obj" #(15.062660217285156 -20.0093936920166 -146.6397247314453) 2 #(23.90399932861328 266.5799865722656 116.42399597167969)) (horn "meshes/horn.obj" #(126.46136474609375 -46.776065826416016 42.73710632324219) 2 #(75.24000549316406 222.66000366210938 303.0119934082031)) (horn "meshes/horn.obj" #(-11.316596031188965 -78.99823760986328 38.08485412597656) 2 #(87.65999603271484 287.135986328125 150.6959991455078)) (nutrient "meshes/nutrient.obj" #(160.34425354003906 -43.637916564941406 -20.685516357421875) 2 #(314.2440185546875 94.8239974975586 323.135986328125)) (leaf "meshes/leaf.obj" #(-73.29219055175781 -37.774810791015625 -2.9817795753479004) 2 #(29.591999053955078 60.048004150390625 231.04798889160156)) (fork "meshes/fork.obj" #(-76.76531219482422 -132.1514434814453 68.30707550048828) 2 #(35.891998291015625 261.0719909667969 297.5760192871094)) (inflatoe "meshes/inflatoe-full.obj" #(-92.18787384033203 -39.89756393432617 21.441198348999023) 2 #(54.71999740600586 10.403999328613281 291.88800048828125)) (fork "meshes/fork.obj" #(47.87437438964844 -7.614300727844238 180.9540557861328) 2 #(86.18399810791016 112.06800079345703 117.93600463867188)) (nutrient "meshes/nutrient.obj" #(67.71257781982422 -144.59130859375 -5.669820308685303) 2 #(100.62000274658203 50.400001525878906 109.6919937133789)) (inflatoe "meshes/inflatoe-full.obj" #(-55.36272048950195 -1.5627591609954834 113.70309448242188) 2 #(312.5880126953125 34.8120002746582 125.78400421142578)) (fork "meshes/fork.obj" #(99.34947967529297 -0.601942241191864 -75.50233459472656) 2 #(292.3919982910156 256.3919982910156 189.61199951171875)) (flower "meshes/flower.obj" #(-103.1537094116211 -17.456445693969727 35.07622528076172) 2 #(333.7919921875 93.5999984741211 43.7760009765625)) (horn "meshes/horn.obj" #(-40.19200897216797 -82.2811279296875 -89.25695037841797) 2 #(346.2120056152344 286.343994140625 264.6719970703125)) (nutrient "meshes/nutrient.obj" #(-49.787452697753906 -0.46316859126091003 -168.84471130371094) 2 #(308.7359924316406 47.15999984741211 342.21600341796875)) (horn "meshes/horn.obj" #(67.55204772949219 -21.93812370300293 18.782028198242188) 2 #(15.552000045776367 288.39599609375 168.76800537109375)) (horn "meshes/horn.obj" #(-50.565486907958984 -96.77015686035156 -75.35260009765625) 2 #(351.1080017089844 174.4560089111328 284.11199951171875)) (nutrient "meshes/nutrient.obj" #(-73.5531005859375 -32.11847686767578 39.406211853027344) 2 #(277.12799072265625 326.3399963378906 12.600000381469727)) (nutrient "meshes/nutrient.obj" #(0.7743080854415894 -23.630712509155273 -158.657958984375) 2 #(279.8999938964844 132.37200927734375 129.0240020751953)) (horn "meshes/horn.obj" #(8.964356422424316 -2.9931745529174805 -167.22154235839844) 2 #(126.82799530029297 69.08399963378906 279.1080017089844)) (inflatoe "meshes/inflatoe-full.obj" #(28.735322952270508 -61.31656265258789 126.17169952392578) 2 #(19.691999435424805 322.99200439453125 188.0640106201172)) (leaf "meshes/leaf.obj" #(29.0667781829834 -77.95780181884766 30.835487365722656) 2 #(285.156005859375 353.98797607421875 348.29998779296875)) (nutrient "meshes/nutrient.obj" #(-54.486175537109375 -7.6850056648254395 108.12569427490234) 2 #(1.3680000305175781 176.0399932861328 255.7080078125)) (nutrient "meshes/nutrient.obj" #(104.53677368164062 -86.02439880371094 89.35972595214844) 2 #(130.3199920654297 8.244000434875488 201.4199981689453)) (leaf "meshes/leaf.obj" #(25.82207489013672 -13.178360939025879 -134.74041748046875) 2 #(122.47200012207031 200.91600036621094 294.1199951171875)) (leaf "meshes/leaf.obj" #(-23.71881866455078 -138.77378845214844 0.9746938347816467) 2 #(78.22799682617188 297.9720153808594 288.97198486328125)) (fork "meshes/fork.obj" #(138.9584503173828 -2.092665195465088 -41.879066467285156) 2 #(8.423999786376953 234.43199157714844 295.5240173339844)) (nutrient "meshes/nutrient.obj" #(88.30317687988281 -4.205128192901611 -53.189247131347656) 2 #(287.4960021972656 294.0480041503906 176.7239990234375)) (horn "meshes/horn.obj" #(30.26821517944336 -34.18169021606445 121.59107208251953) 2 #(30.600000381469727 183.95999145507812 282.0959777832031)) (nutrient "meshes/nutrient.obj" #(-4.675179958343506 -67.05176544189453 28.589828491210938) 2 #(153.5399932861328 237.0600128173828 38.84400177001953)) (nutrient "meshes/nutrient.obj" #(0.9457584619522095 -22.271211624145508 -43.99776840209961) 2 #(95.94000244140625 112.85999298095703 162.6840057373047)) (nutrient "meshes/nutrient.obj" #(-16.225616455078125 -44.27891540527344 -51.27284622192383) 2 #(333.97198486328125 327.2040100097656 218.62799072265625)) (flower "meshes/flower.obj" #(97.4151840209961 -7.0288472175598145 -70.97837829589844) 2 #(324.6479797363281 8.892000198364258 33.5880012512207)) (fork "meshes/fork.obj" #(128.0226287841797 -44.727630615234375 20.026044845581055) 2 #(129.9600067138672 180.8280029296875 135.46800231933594)) (flower "meshes/flower.obj" #(6.879195690155029 -118.68968963623047 46.64931106567383) 2 #(331.6679992675781 152.63999938964844 32.18400192260742)) (flower "meshes/flower.obj" #(-49.9984245300293 -34.84143829345703 -26.15133285522461) 2 #(319.572021484375 37.1879997253418 201.16799926757812)) (nutrient "meshes/nutrient.obj" #(1.7114968299865723 -71.8101577758789 -113.51968383789062) 2 #(263.8080139160156 126.61199951171875 74.66400146484375)) (fork "meshes/fork.obj" #(59.03034591674805 -3.8861191272735596 132.4485626220703) 2 #(116.78400421142578 186.6959991455078 137.12399291992188)) (inflatoe "meshes/inflatoe-full.obj" #(-100.62837982177734 -32.72642135620117 24.793977737426758) 2 #(349.2720031738281 332.60400390625 203.21998596191406)) (nutrient "meshes/nutrient.obj" #(64.91535186767578 -44.530540466308594 -94.16983795166016) 2 #(188.09999084472656 45.14400100708008 221.4720001220703)) (leaf "meshes/leaf.obj" #(56.09812545776367 -104.4978256225586 81.08246612548828) 2 #(185.9759979248047 130.60800170898438 264.02398681640625)) (horn "meshes/horn.obj" #(80.70394134521484 -0.350371390581131 62.06671142578125) 2 #(250.41598510742188 235.4040069580078 323.2080078125)) (fork "meshes/fork.obj" #(70.93802642822266 -7.343167781829834 163.37120056152344) 2 #(34.992000579833984 261.61199951171875 259.416015625)) (fork "meshes/fork.obj" #(88.54332733154297 -11.987543106079102 -61.121910095214844) 2 #(8.532000541687012 58.5359992980957 86.7959976196289)) (horn "meshes/horn.obj" #(43.52370071411133 -124.33599090576172 -44.44050979614258) 2 #(296.0639953613281 174.7080078125 315.8639831542969)) (nutrient "meshes/nutrient.obj" #(-87.25759887695312 -39.568756103515625 28.184188842773438) 2 #(98.89199829101562 211.57200622558594 7.991999626159668)) (leaf "meshes/leaf.obj" #(71.54412841796875 -21.243545532226562 25.689531326293945) 2 #(34.88399887084961 28.007999420166016 182.7360076904297)) (fork "meshes/fork.obj" #(-42.34573745727539 -37.64796829223633 -67.89099884033203) 2 #(251.9639892578125 42.768001556396484 46.72800064086914)) (inflatoe "meshes/inflatoe-full.obj" #(79.64785766601562 -22.84186363220215 58.719825744628906) 2 #(336.7799987792969 231.80398559570312 281.59197998046875)))((stone "meshes/stone1.obj" #(16.213041305541992 -67.58232116699219 -73.12995147705078) 19.518259200000003 #(81.0 329.03997802734375 336.7440185546875)) (stone "meshes/stone1.obj" #(-2.9119110107421875 -15.281713485717773 -6.595602512359619) 1.7938637999999973 #(185.22000122070312 273.7799987792969 112.60799407958984)) (stone "meshes/stone3.obj" #(-27.410099029541016 -41.09461212158203 -28.029438018798828) 9.7239552 #(111.85199737548828 110.48400115966797 71.60399627685547)) (stone "meshes/stone1.obj" #(55.081398010253906 -1.4418083429336548 -62.35562515258789) 15.0618078 #(346.64398193359375 319.968017578125 273.81597900390625)) (stone "meshes/stone3.obj" #(101.70999908447266 -2.194429636001587 126.4485855102539) 19.4335022 #(53.74799728393555 184.4639892578125 286.3080139160156)) (stone "meshes/stone1.obj" #(-10.59378719329834 -6.915960788726807 -14.820237159729004) 4.100988799999998 #(28.584001541137695 58.39200210571289 140.61599731445312)) (stone "meshes/stone3.obj" #(-78.71210479736328 -12.898890495300293 14.723197937011719) 13.410479999999998 #(126.7560043334961 196.41600036621094 253.0439910888672)) (stone "meshes/stone1.obj" #(28.838916778564453 -0.6219764351844788 26.932937622070312) 10.079230199999998 #(272.23199462890625 86.90399932861328 15.012001037597656)) (stone "meshes/stone1.obj" #(68.08425903320312 -4.322237968444824 -130.3315887451172) 19.5299822 #(141.947998046875 240.87599182128906 77.50799560546875)) (stone "meshes/stone1.obj" #(-7.330045700073242 -2.713160753250122 12.144131660461426) 9.481699199999998 #(106.2719955444336 234.7919921875 188.92799377441406)) (stone "meshes/stone2.obj" #(-3.4343180656433105 -21.371822357177734 -1.3690073490142822) 2.0335031999999975 #(260.1719970703125 106.09199523925781 275.2919921875)) (stone "meshes/stone2.obj" #(-13.517515182495117 -0.20244723558425903 -119.63988494873047) 19.998783200000002 #(327.7799987792969 182.0159912109375 193.28399658203125)) (stone "meshes/stone2.obj" #(178.28770446777344 -1.6386574506759644 145.47572326660156) 19.997878200000002 #(81.64799499511719 281.8800048828125 40.823997497558594)) (stone "meshes/stone1.obj" #(-14.197393417358398 -62.049903869628906 8.750251770019531) 8.234219999999999 #(48.6719970703125 44.81999969482422 132.947998046875)) (stone "meshes/stone2.obj" #(178.1077880859375 -1.6739076375961304 -13.83241081237793) 19.9050558 #(315.64801025390625 207.07200622558594 51.19199752807617)) (stone "meshes/stone3.obj" #(-59.12575912475586 -75.91641235351562 87.1954116821289) 14.9839872 #(121.28399658203125 162.32398986816406 284.2919921875)) (stone "meshes/stone1.obj" #(-36.411964416503906 -0.20556938648223877 38.346832275390625) 10.087679999999999 #(49.715999603271484 209.6280059814453 241.70401000976562)) (stone "meshes/stone3.obj" #(-35.69879150390625 -14.824382781982422 11.515840530395508) 2.6536062000000005 #(198.72000122070312 288.0719909667969 135.21600341796875)) (stone "meshes/stone3.obj" #(16.073266983032227 -0.7167675495147705 -13.116310119628906) 7.7319552 #(352.9440002441406 203.25599670410156 39.672000885009766)) (stone "meshes/stone1.obj" #(18.034772872924805 -0.21242958307266235 150.78469848632812) 19.4918328 #(51.40800094604492 239.83200073242188 40.03199768066406)) (stone "meshes/stone1.obj" #(7.279269218444824 -36.57681655883789 -29.619762420654297) 7.552735799999999 #(121.03199768066406 232.95599365234375 16.200000762939453)) (stone "meshes/stone2.obj" #(-76.89774322509766 -46.03662872314453 -39.734886169433594) 11.640754999999999 #(224.9639892578125 15.04800033569336 321.29998779296875)) (stone "meshes/stone2.obj" #(-9.719898223876953 -71.9583511352539 -22.939889907836914) 8.215804799999997 #(257.8680114746094 139.21200561523438 96.58799743652344)) (stone "meshes/stone2.obj" #(7.695080757141113 -20.098316192626953 -1.4284530878067017) 3.532504799999996 #(273.2760009765625 10.4399995803833 176.14801025390625)) (stone "meshes/stone3.obj" #(-118.16241455078125 -0.06252573430538177 -25.163177490234375) 15.363154999999999 #(323.3160095214844 113.94000244140625 300.49200439453125)) (stone "meshes/stone3.obj" #(44.438758850097656 -0.659415602684021 85.22624969482422) 15.819363200000002 #(353.5559997558594 235.15199279785156 277.3800048828125)) (stone "meshes/stone2.obj" #(-39.96113586425781 -1.1452604532241821 -11.489526748657227) 10.656555 #(124.30799865722656 175.28399658203125 221.29200744628906)) (stone "meshes/stone2.obj" #(-89.24191284179688 -4.560450077056885 -149.7422637939453) 19.9828302 #(272.1600036621094 245.12399291992188 307.2960205078125)) (stone "meshes/stone3.obj" #(-2.1445095539093018 -35.062652587890625 15.867247581481934) 6.5782272 #(134.53199768066406 171.86399841308594 167.65199279785156)) (stone "meshes/stone2.obj" #(49.64258575439453 -39.425384521484375 -21.388612747192383) 12.1574712 #(85.0320053100586 241.05599975585938 232.84799194335938)) (stone "meshes/stone1.obj" #(21.643354415893555 -71.5650634765625 11.705120086669922) 8.725987199999999 #(256.2120056152344 323.6759948730469 345.6719970703125)) (stone "meshes/stone2.obj" #(-185.8364715576172 -1.9863873720169067 -31.467235565185547) 18.6281678 #(230.7239990234375 89.0999984741211 106.19999694824219)) (stone "meshes/stone1.obj" #(-4.471607685089111 -50.685813903808594 -10.499530792236328) 3.670140799999997 #(183.0959930419922 92.7719955444336 350.5679931640625)) (stone "meshes/stone3.obj" #(126.69094848632812 -62.63055419921875 -25.086435317993164) 14.560754999999999 #(137.66400146484375 96.40800476074219 17.423999786376953)) (stone "meshes/stone2.obj" #(-41.35837173461914 -60.98663330078125 -58.17607498168945) 9.5106872 #(294.0840148925781 288.4319763183594 197.6400146484375)) (stone "meshes/stone1.obj" #(-143.35182189941406 -2.063615322113037 48.12569808959961) 19.3577472 #(302.0039978027344 227.95199584960938 354.2400207519531)) (stone "meshes/stone1.obj" #(-46.202266693115234 -27.21153450012207 137.1560516357422) 15.967979999999999 #(95.47199249267578 131.8679962158203 333.4679870605469)) (stone "meshes/stone3.obj" #(-42.711299896240234 -85.90159606933594 30.002595901489258) 10.502823799999998 #(17.604000091552734 311.7239990234375 133.5240020751953)) (stone "meshes/stone2.obj" #(12.677807807922363 -2.504303216934204 -44.2696647644043) 7.9471662 #(221.75999450683594 334.7279968261719 0.5759999752044678)) (stone "meshes/stone3.obj" #(78.53242492675781 -101.10155487060547 138.17929077148438) 18.7066302 #(17.100000381469727 55.72800064086914 357.8399963378906)) (stone "meshes/stone3.obj" #(-113.94046783447266 -1.0489001274108887 135.91783142089844) 19.1967968 #(287.2799987792969 102.02400207519531 148.17599487304688)) (stone "meshes/stone1.obj" #(20.849153518676758 -171.6400909423828 -12.275226593017578) 19.6819758 #(56.19600296020508 343.1520080566406 102.20399475097656)) (stone "meshes/stone1.obj" #(-80.64068603515625 -1.1052740812301636 -77.29800415039062) 16.48878 #(220.21200561523438 190.4040069580078 82.47599792480469)) (stone "meshes/stone1.obj" #(-50.392616271972656 -46.286476135253906 -6.25615930557251) 6.2816952 #(270.21600341796875 9.324000358581543 235.97999572753906)) (stone "meshes/stone1.obj" #(-1.1684489250183105 -20.24039649963379 -10.529065132141113) 1.4872717999999985 #(319.3919982910156 44.85599899291992 161.49600219726562)) (stone "meshes/stone1.obj" #(110.76776123046875 -0.8663077354431152 -25.597444534301758) 14.258367199999999 #(83.19599914550781 150.83999633789062 35.172000885009766)) (stone "meshes/stone2.obj" #(-199.14035034179688 -0.3764362335205078 113.64257049560547) 19.7299512 #(279.0 219.31199645996094 278.60400390625)) (stone "meshes/stone1.obj" #(-29.124710083007812 -45.487754821777344 50.499935150146484) 13.129735799999999 #(296.1719970703125 316.5840148925781 234.864013671875)) (stone "meshes/stone2.obj" #(176.6962890625 -1.3086353540420532 66.4833984375) 19.480935799999997 #(118.94400024414062 21.131999969482422 206.82000732421875)) (stone "meshes/stone3.obj" #(-30.81981086730957 -15.989624977111816 16.098773956298828) 0.6702877999999957 #(357.5880126953125 261.5039978027344 3.7080001831054688)) (stone "meshes/stone2.obj" #(-43.710777282714844 -54.11116027832031 15.81154727935791) 5.871195 #(2.555999994277954 119.55599975585938 32.14799880981445)) (stone "meshes/stone1.obj" #(82.16075897216797 -111.13758087158203 -76.0089340209961) 19.793955 #(272.0159912109375 113.22000122070312 44.92799758911133)) (stone "meshes/stone3.obj" #(-48.51381301879883 -87.5637435913086 152.55111694335938) 15.1705208 #(268.739990234375 110.62799835205078 76.82400512695312)) (stone "meshes/stone2.obj" #(-15.0518217086792 -2.5796432495117188 83.39949798583984) 13.925775799999997 #(174.99600219726562 73.51200103759766 209.843994140625)) (stone "meshes/stone2.obj" #(-157.1527557373047 -63.73910903930664 148.59751892089844) 19.37342 #(349.416015625 32.61600112915039 82.00799560546875)) (stone "meshes/stone2.obj" #(-164.1936492919922 -0.29208841919898987 -177.0340576171875) 19.9495992 #(18.360000610351562 350.0639953613281 189.03599548339844)) (stone "meshes/stone1.obj" #(-28.874893188476562 -33.52812194824219 7.072234153747559) 7.508518200000001 #(15.084000587463379 162.72000122070312 173.08799743652344)) (stone "meshes/stone1.obj" #(100.01033020019531 -127.49392700195312 9.310758590698242) 17.7070008 #(33.69599914550781 164.37600708007812 102.09600067138672)) (stone "meshes/stone3.obj" #(126.0452880859375 -34.52741241455078 192.8881378173828) 17.1994872 #(107.6760025024414 25.487998962402344 100.11600494384766)) (stone "meshes/stone3.obj" #(50.807010650634766 -92.51888275146484 -17.750308990478516) 14.4412032 #(128.98800659179688 287.2799987792969 301.4280090332031)) (stone "meshes/stone1.obj" #(151.0773162841797 -76.72625732421875 -85.17829132080078) 18.607135800000002 #(285.4440002441406 231.19200134277344 2.9160001277923584)) (stone "meshes/stone3.obj" #(-118.26626586914062 -86.91761016845703 51.315765380859375) 19.9999902 #(340.63201904296875 227.1959991455078 117.28800201416016)) (stone "meshes/stone2.obj" #(-211.07513427734375 -34.92485809326172 39.97528076171875) 18.475375800000002 #(8.315999984741211 338.6159973144531 59.111995697021484)) (stone "meshes/stone3.obj" #(-182.54029846191406 -11.69108772277832 -103.83158111572266) 17.91342 #(235.0800018310547 264.05999755859375 186.80398559570312)) (stone "meshes/stone1.obj" #(36.14122772216797 -68.9222412109375 86.03678131103516) 18.5235822 #(2.0160000324249268 153.39599609375 141.156005859375)) (stone "meshes/stone1.obj" #(146.3364715576172 -0.8279207348823547 -120.93921661376953) 19.9107552 #(353.9159851074219 295.5240173339844 330.76800537109375)) (stone "meshes/stone3.obj" #(81.11921691894531 -61.540706634521484 -43.22529602050781) 9.932195 #(1.403999924659729 142.4879913330078 229.89599609375)) (stone "meshes/stone2.obj" #(-8.974906921386719 -14.998167991638184 -4.558669567108154) 0.8037581999999999 #(89.63999938964844 102.85199737548828 76.39199829101562)) (stone "meshes/stone3.obj" #(64.7378921508789 -1.3729151487350464 1.6663707494735718) 11.31438 #(238.67999267578125 165.88800048828125 44.24399948120117)) (stone "meshes/stone1.obj" #(9.733565330505371 -58.880889892578125 40.435245513916016) 8.018479999999998 #(53.9640007019043 90.82799530029297 114.26399993896484)) (stone "meshes/stone2.obj" #(-13.24361801147461 -109.96099853515625 107.98530578613281) 15.370855799999998 #(16.920000076293945 260.6759948730469 150.3000030517578)) (stone "meshes/stone2.obj" #(89.60931396484375 -62.6664924621582 25.92296600341797) 16.128 #(128.91600036621094 8.892000198364258 270.7559814453125)) (stone "meshes/stone3.obj" #(-37.70453643798828 -65.59931182861328 -154.8073272705078) 16.7146382 #(156.09600830078125 223.27198791503906 187.84799194335938)) (stone "meshes/stone1.obj" #(238.04840087890625 -13.964444160461426 28.249828338623047) 17.1829982 #(191.33999633789062 58.71600341796875 347.2919921875)) (stone "meshes/stone3.obj" #(52.669918060302734 -3.749892473220825 -204.31320190429688) 18.2441262 #(20.555999755859375 192.60000610351562 64.62000274658203)) (stone "meshes/stone1.obj" #(-76.0198745727539 -4.182169437408447 74.57644653320312) 16.8127872 #(3.635999917984009 270.0360107421875 128.6999969482422)) (stone "meshes/stone1.obj" #(12.683002471923828 -30.06273651123047 34.7099494934082) 5.6552077999999995 #(269.1719970703125 194.83200073242188 196.70401000976562)) (stone "meshes/stone2.obj" #(-53.54069900512695 -31.0783748626709 31.25998306274414) 3.986659199999998 #(356.86798095703125 153.86399841308594 182.0159912109375)) (stone "meshes/stone3.obj" #(-11.273919105529785 -22.603347778320312 -5.765956401824951) 0.23530379999999518 #(30.239999771118164 117.21599578857422 15.22800064086914)) (stone "meshes/stone2.obj" #(-48.08731460571289 -27.85947036743164 17.09326934814453) 3.655679999999999 #(248.97601318359375 87.0479965209961 352.9079895019531)) (stone "meshes/stone3.obj" #(59.46455001831055 -174.87661743164062 55.67552947998047) 18.326110200000002 #(5.328000068664551 226.98001098632812 266.86798095703125)) (stone "meshes/stone2.obj" #(33.08403778076172 -174.26393127441406 -92.55657196044922) 19.9596798 #(64.04399871826172 289.5119934082031 245.3400115966797)) (stone "meshes/stone2.obj" #(-35.09368133544922 -124.26704406738281 -50.966468811035156) 17.8978872 #(212.0399932861328 138.38400268554688 349.416015625)) (stone "meshes/stone2.obj" #(-7.246953010559082 -37.629844665527344 -5.946314334869385) 3.350524800000001 #(242.60400390625 276.73199462890625 107.2800064086914)) (stone "meshes/stone2.obj" #(-71.26931762695312 -55.14002990722656 22.62734603881836) 8.283256799999998 #(85.1760025024414 74.41200256347656 86.97600555419922)) (stone "meshes/stone2.obj" #(116.06269073486328 -46.96337127685547 78.19853973388672) 14.1658398 #(341.9280090332031 307.3680114746094 265.75201416015625)) (stone "meshes/stone2.obj" #(43.264495849609375 -85.60559844970703 -132.4409942626953) 14.288332800000001 #(60.15599822998047 106.41600036621094 285.1920166015625)) (stone "meshes/stone2.obj" #(-15.389793395996094 -120.74890899658203 -119.6080093383789) 17.8206798 #(202.7880096435547 18.972000122070312 219.635986328125)) (stone "meshes/stone3.obj" #(42.35871124267578 -38.413902282714844 25.909460067749023) 9.9860448 #(226.04400634765625 214.20001220703125 117.14399719238281)) (stone "meshes/stone3.obj" #(-120.5490951538086 -53.982269287109375 -20.833438873291016) 11.184735799999999 #(124.45199584960938 269.1000061035156 332.0279846191406)) (stone "meshes/stone2.obj" #(69.31358337402344 -0.004312971606850624 42.17057800292969) 9.0302328 #(29.8799991607666 208.4759979248047 217.11599731445312)) (stone "meshes/stone1.obj" #(36.305747985839844 -117.91252899169922 47.219993591308594) 12.6843392 #(266.07598876953125 39.167999267578125 97.7040023803711)) (stone "meshes/stone3.obj" #(-6.526961326599121 -107.63534545898438 4.139486312866211) 14.221875 #(110.59200286865234 63.395999908447266 235.87200927734375)) (stone "meshes/stone1.obj" #(-75.2326431274414 -141.84210205078125 114.56787109375) 19.6306238 #(27.719999313354492 55.512001037597656 78.37200164794922)) (stone "meshes/stone1.obj" #(171.34283447265625 -86.25333404541016 19.506568908691406) 19.112952800000002 #(241.20001220703125 164.08799743652344 84.74400329589844)) (stone "meshes/stone2.obj" #(-51.726158142089844 -138.93753051757812 26.71209716796875) 15.46848 #(72.03600311279297 132.01199340820312 105.19200134277344)) (stone "meshes/stone1.obj" #(-137.6710205078125 -112.59943389892578 -33.52845001220703) 19.7052408 #(234.17999267578125 71.38800048828125 245.1959991455078)) (stone "meshes/stone2.obj" #(130.6804656982422 -1.2786282300949097 -200.8340606689453) 19.9000302 #(117.89999389648438 340.02001953125 310.7879943847656)) (stone "meshes/stone3.obj" #(16.48326301574707 -43.64464569091797 -2.194941520690918) 7.078111199999997 #(333.8999938964844 177.04800415039062 84.63600158691406)) (stone "meshes/stone1.obj" #(-26.677635192871094 -5.887909412384033 -55.95425033569336) 12.618875 #(156.9239959716797 78.47999572753906 202.03201293945312))) \ No newline at end of file