浏览代码

dmodels: Delete dmodels tree, merge into models folder instead

Also eliminates need for flt2egg at build time

Fixes #1075
rdb 5 年之前
父节点
当前提交
1db3bb4ee6
共有 87 个文件被更改,包括 4382 次插入13869 次删除
  1. 16 12
      CMakeLists.txt
  2. 二进制
      dmodels/src/gui/dialog_box_gui.flt
  3. 0 429
      dmodels/src/icons/icon_arrowDown.egg
  4. 0 545
      dmodels/src/icons/icon_arrowDown_tall.egg
  5. 0 2464
      dmodels/src/icons/icon_circle_cycle.egg
  6. 0 2064
      dmodels/src/icons/icon_circle_no.egg
  7. 0 202
      dmodels/src/icons/icon_diamond.egg
  8. 0 2041
      dmodels/src/icons/icon_gear1.egg
  9. 0 1422
      dmodels/src/icons/icon_hourglass.egg
  10. 0 33
      dmodels/src/icons/icon_lightbulb.egg
  11. 0 861
      dmodels/src/icons/icon_lightning.egg
  12. 0 868
      dmodels/src/icons/icon_pacman.egg
  13. 0 746
      dmodels/src/icons/icon_plus.egg
  14. 0 888
      dmodels/src/icons/icon_ring.egg
  15. 0 478
      dmodels/src/icons/icon_star_5.egg
  16. 0 754
      dmodels/src/icons/icon_star_8.egg
  17. 二进制
      dmodels/src/maps/4map.rgb.attr
  18. 二进制
      dmodels/src/maps/4map.rgb.pz
  19. 二进制
      dmodels/src/maps/lightbulb.tif
  20. 二进制
      dmodels/src/maps/smiley.rgb
  21. 二进制
      dmodels/src/maps/soft_iris.rgb.attr
  22. 二进制
      dmodels/src/maps/square.tif
  23. 二进制
      dmodels/src/maps/square_opening.tif
  24. 0 46
      dmodels/src/maps/textures.txa
  25. 二进制
      dmodels/src/maps/triangle.tif
  26. 二进制
      dmodels/src/misc/camera.flt
  27. 二进制
      dmodels/src/misc/fade.flt
  28. 二进制
      dmodels/src/misc/fade_sphere.flt
  29. 二进制
      dmodels/src/misc/gridBack.flt
  30. 二进制
      dmodels/src/misc/iris.flt
  31. 二进制
      dmodels/src/misc/objectHandles.flt
  32. 二进制
      dmodels/src/misc/rgbCube.flt
  33. 二进制
      dmodels/src/misc/sphere.flt
  34. 二进制
      dmodels/src/misc/xyzAxis.flt
  35. 0 1
      doc/INSTALL
  36. 6 15
      makepanda/makepanda.py
  37. 0 0
      models/audio/sfx/GUI_click.wav
  38. 0 0
      models/audio/sfx/GUI_rollover.wav
  39. 47 0
      models/gui/dialog_box_gui.egg
  40. 0 0
      models/gui/radio_button_gui.egg
  41. 0 0
      models/icons/actor.gif
  42. 0 0
      models/icons/blank.gif
  43. 0 0
      models/icons/control.gif
  44. 0 0
      models/icons/dot_black.gif
  45. 0 0
      models/icons/dot_blue.gif
  46. 0 0
      models/icons/dot_green.gif
  47. 0 0
      models/icons/dot_red.gif
  48. 0 0
      models/icons/dot_white.gif
  49. 0 0
      models/icons/folder.gif
  50. 0 0
      models/icons/grid.gif
  51. 0 0
      models/icons/help.gif
  52. 0 0
      models/icons/lights.gif
  53. 0 0
      models/icons/minusnode.gif
  54. 0 0
      models/icons/model.gif
  55. 0 0
      models/icons/mopath.gif
  56. 0 0
      models/icons/new.gif
  57. 0 0
      models/icons/open.gif
  58. 0 0
      models/icons/openfolder.gif
  59. 0 0
      models/icons/particles.gif
  60. 0 0
      models/icons/placer.gif
  61. 0 0
      models/icons/plusnode.gif
  62. 0 0
      models/icons/python.gif
  63. 0 0
      models/icons/save.gif
  64. 0 0
      models/icons/smoke.gif
  65. 0 0
      models/icons/sphere2.gif
  66. 0 0
      models/icons/tk.gif
  67. 0 0
      models/maps/Dirlight.png
  68. 0 0
      models/maps/Pointlight.png
  69. 0 0
      models/maps/Spotlight.png
  70. 0 0
      models/maps/circle.png
  71. 0 0
      models/maps/general_panel.rgba
  72. 0 0
      models/maps/lilsmiley.rgba
  73. 0 0
      models/maps/soft_iris.rgb
  74. 0 0
      models/misc/Dirlight.egg
  75. 0 0
      models/misc/Pointlight.egg
  76. 0 0
      models/misc/Spotlight.egg
  77. 447 0
      models/misc/camera.egg
  78. 27 0
      models/misc/fade.egg
  79. 455 0
      models/misc/fade_sphere.egg
  80. 31 0
      models/misc/gridBack.egg
  81. 81 0
      models/misc/iris.egg
  82. 0 0
      models/misc/lilsmiley.egg
  83. 1981 0
      models/misc/objectHandles.egg
  84. 59 0
      models/misc/rgbCube.egg
  85. 0 0
      models/misc/smiley.egg
  86. 455 0
      models/misc/sphere.egg
  87. 777 0
      models/misc/xyzAxis.egg

+ 16 - 12
CMakeLists.txt

@@ -152,26 +152,30 @@ if(BUILD_MODELS)
     "${CMAKE_CURRENT_SOURCE_DIR}/models/"
     "${PROJECT_BINARY_DIR}/${PANDA_CFG_INTDIR}/models"
     *.egg)
-  run_pzip(dmodels
-    "${CMAKE_CURRENT_SOURCE_DIR}/dmodels/src/"
-    "${PROJECT_BINARY_DIR}/${PANDA_CFG_INTDIR}/models"
-    *.egg)
 
   add_custom_command(TARGET models
                      POST_BUILD
                      COMMAND ${CMAKE_COMMAND}
-                             -DSOURCE="${CMAKE_CURRENT_SOURCE_DIR}/models/maps/"
-                             -DDESTINATION="${PANDA_OUTPUT_DIR}/models/maps"
+                             -DSOURCE="${CMAKE_CURRENT_SOURCE_DIR}/models/audio/"
+                             -DDESTINATION="${PANDA_OUTPUT_DIR}/models/audio"
                              -P ${PROJECT_SOURCE_DIR}/cmake/scripts/CopyPattern.cmake
-                     COMMENT "Copying models/maps")
-  add_custom_command(TARGET dmodels
+                     COMMENT "Copying models/audio")
+
+  add_custom_command(TARGET models
                      POST_BUILD
                      COMMAND ${CMAKE_COMMAND}
-                             -DSOURCE="${CMAKE_CURRENT_SOURCE_DIR}/dmodels/src/"
-                             -DDESTINATION="${PANDA_OUTPUT_DIR}/models"
-                             -DFILES_MATCHING="PATTERN;*.rgb;PATTERN;*.png;PATTERN;*.jpg;PATTERN;*.wav"
+                             -DSOURCE="${CMAKE_CURRENT_SOURCE_DIR}/models/icons/"
+                             -DDESTINATION="${PANDA_OUTPUT_DIR}/models/icons"
                              -P ${PROJECT_SOURCE_DIR}/cmake/scripts/CopyPattern.cmake
-                     COMMENT "Copying dmodels' assets")
+                     COMMENT "Copying models/icons")
+
+  add_custom_command(TARGET models
+                     POST_BUILD
+                     COMMAND ${CMAKE_COMMAND}
+                             -DSOURCE="${CMAKE_CURRENT_SOURCE_DIR}/models/maps/"
+                             -DDESTINATION="${PANDA_OUTPUT_DIR}/models/maps"
+                             -P ${PROJECT_SOURCE_DIR}/cmake/scripts/CopyPattern.cmake
+                     COMMENT "Copying models/maps")
 
   install(DIRECTORY "${PANDA_OUTPUT_DIR}/models"
     COMPONENT Models DESTINATION ${CMAKE_INSTALL_DATADIR}/panda3d)

二进制
dmodels/src/gui/dialog_box_gui.flt


+ 0 - 429
dmodels/src/icons/icon_arrowDown.egg

@@ -1,429 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_arrowDown.egg arrowDown.mb"
-}
-<Texture> square_SG {
-  "../maps/square.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> arrowDown {
-  <VertexPool> arrowDownShape.verts {
-    <Vertex> 0 {
-      -5.36442e-007 -1.92448e-006 7.62
-      <UV> { 0.03125 0 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 1 {
-      -15.24 15.24 7.62
-      <UV> { 0.9 0 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 2 {
-      -15.24 15.24 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 3 {
-      -5.36442e-007 -1.92448e-006 -7.62
-      <UV> { 0.03125 1 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 4 {
-      -7.62 15.24 7.62
-      <UV> { 0.1 0 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 5 {
-      -7.62 29.0484 7.62
-      <UV> { 1 0 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 6 {
-      -7.62 29.0484 -7.62
-      <UV> { 1 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 7 {
-      -7.62 15.24 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 8 {
-      -7.62 15.24 7.62
-      <UV> { 1 0.1 }
-      <Normal> { 6.41647e-008 -4.1718e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 9 {
-      -5.36442e-007 7.62 7.62
-      <UV> { 0.5 0.55 }
-      <Normal> { 4.83243e-008 -2.7812e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 10 {
-      7.62 15.24 7.62
-      <UV> { 0 0.1 }
-      <Normal> { 2.8688e-008 -6.2577e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 11 {
-      -7.62 29.0484 7.62
-      <UV> { 0 0 }
-      <Normal> { 0 -6.90649e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 12 {
-      -7.62 15.24 7.62
-      <UV> { 0.9 0 }
-      <Normal> { 0 -6.90649e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 13 {
-      7.62 15.24 7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 -6.90649e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 14 {
-      7.62 29.0484 7.62
-      <UV> { 0 1 }
-      <Normal> { 0 -6.90649e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 15 {
-      15.24 15.24 7.62
-      <UV> { 0.1 0 }
-      <Normal> { 0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 16 {
-      -5.36442e-007 -1.92448e-006 7.62
-      <UV> { 0.96875 0 }
-      <Normal> { 0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 17 {
-      -5.36442e-007 -1.92448e-006 -7.62
-      <UV> { 0.96875 1 }
-      <Normal> { 0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 18 {
-      15.24 15.24 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { 0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 19 {
-      7.62 29.0484 7.62
-      <UV> { 0 0 }
-      <Normal> { 1 3.62545e-008 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 20 {
-      7.62 15.24 7.62
-      <UV> { 0.9 0 }
-      <Normal> { 1 3.62545e-008 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 21 {
-      7.62 15.24 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { 1 3.62545e-008 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 22 {
-      7.62 29.0484 -7.62
-      <UV> { 0 1 }
-      <Normal> { 1 3.62545e-008 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 23 {
-      -5.36442e-007 -1.92448e-006 7.62
-      <UV> { 0 1 }
-      <Normal> { 5.21202e-008 2.0859e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 24 {
-      -5.36442e-007 7.62 7.62
-      <UV> { 0.5 0.5 }
-      <Normal> { 4.83243e-008 -2.7812e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 25 {
-      -7.62 15.24 7.62
-      <UV> { 1 0 }
-      <Normal> { 6.41647e-008 -4.1718e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 26 {
-      -15.24 15.24 7.62
-      <UV> { 1 1 }
-      <Normal> { 8.75969e-008 4.1718e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 27 {
-      -15.24 15.24 7.62
-      <UV> { 0.1 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 28 {
-      -7.62 15.24 7.62
-      <UV> { 0.9 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 29 {
-      -7.62 15.24 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 30 {
-      -15.24 15.24 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 31 {
-      7.62 15.24 7.62
-      <UV> { 0 1 }
-      <Normal> { 2.8688e-008 -6.2577e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 32 {
-      -5.36442e-007 -1.92448e-006 7.62
-      <UV> { 1 0 }
-      <Normal> { 5.21202e-008 2.0859e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 33 {
-      15.24 15.24 7.62
-      <UV> { 1 1 }
-      <Normal> { 1.66434e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 34 {
-      7.62 15.24 7.62
-      <UV> { 0.1 0 }
-      <Normal> { 5.00616e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 35 {
-      15.24 15.24 7.62
-      <UV> { 0.9 0 }
-      <Normal> { 5.00616e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 36 {
-      15.24 15.24 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { 5.00616e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 37 {
-      7.62 15.24 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { 5.00616e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 38 {
-      -7.62 29.0484 7.62
-      <UV> { -4.58211e-008 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 39 {
-      7.62 29.0484 7.62
-      <UV> { 1 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 40 {
-      7.62 29.0484 -7.62
-      <UV> { 1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 41 {
-      -7.62 29.0484 -7.62
-      <UV> { -4.58211e-008 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 42 {
-      -7.62 15.24 -7.62
-      <UV> { 1 0.1 }
-      <Normal> { 7.66473e-008 8.3436e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 43 {
-      7.62 15.24 -7.62
-      <UV> { 0 0.1 }
-      <Normal> { 1.09496e-008 6.2577e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 44 {
-      -5.36442e-007 7.62 -7.62
-      <UV> { 0.5 0.55 }
-      <Normal> { 3.64987e-008 7.6483e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 45 {
-      -7.62 29.0484 -7.62
-      <UV> { 0 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 46 {
-      7.62 29.0484 -7.62
-      <UV> { 0 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 47 {
-      7.62 15.24 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 48 {
-      -7.62 15.24 -7.62
-      <UV> { 0.9 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 49 {
-      -5.36442e-007 -1.92448e-006 -7.62
-      <UV> { 0 1 }
-      <Normal> { 2.18992e-008 8.34361e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 50 {
-      -15.24 15.24 -7.62
-      <UV> { 1 1 }
-      <Normal> { 8.75969e-008 1.04295e-007 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 51 {
-      -7.62 15.24 -7.62
-      <UV> { 1 0 }
-      <Normal> { 7.66473e-008 8.3436e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 52 {
-      -5.36442e-007 7.62 -7.62
-      <UV> { 0.5 0.5 }
-      <Normal> { 3.64987e-008 7.6483e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 53 {
-      7.62 15.24 -7.62
-      <UV> { 0 1 }
-      <Normal> { 1.09496e-008 6.2577e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 54 {
-      15.24 15.24 -7.62
-      <UV> { 1 1 }
-      <Normal> { -4.37985e-008 6.2577e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 55 {
-      -5.36442e-007 -1.92448e-006 -7.62
-      <UV> { 1 0 }
-      <Normal> { 2.18992e-008 8.34361e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { -0.707107 -0.707107 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 0 1 2 3 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -1 0 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 4 5 6 7 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 4.07326e-008 -1.25154e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 8 9 10 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -6.90649e-008 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 11 12 13 14 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.707107 -0.707107 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 15 16 17 18 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 1 3.62545e-008 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 19 20 21 22 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 8.75969e-008 4.1718e-008 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 23 24 25 26 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 27 28 29 30 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 1.66434e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 31 24 32 33 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 5.00616e-007 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 34 35 36 37 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 38 39 40 41 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 6.56977e-008 6.2577e-008 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 42 43 44 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 45 46 47 48 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 8.75969e-008 1.04295e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 49 50 51 52 <Ref> { arrowDownShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -4.37985e-008 6.2577e-008 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 53 54 55 52 <Ref> { arrowDownShape.verts } }
-  }
-}

+ 0 - 545
dmodels/src/icons/icon_arrowDown_tall.egg

@@ -1,545 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_arrowDown_tall.egg arrowDown_tall.mb"
-}
-<Texture> square_SG {
-  "../maps/square.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> arrowDown_tall {
-  <VertexPool> arrowDown_tallShape.verts {
-    <Vertex> 0 {
-      -5.36442e-007 -1.76579e-006 7.62
-      <UV> { 0.03125 0 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 1 {
-      -15.24 15.24 7.62
-      <UV> { 0.9 0 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 2 {
-      -15.24 15.24 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 3 {
-      -5.36442e-007 -1.76579e-006 -7.62
-      <UV> { 0.03125 1 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 4 {
-      -7.62 31.9116 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 5 {
-      -7.62 15.24 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 6 {
-      -7.62 15.24 7.62
-      <UV> { 0.1 0 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 7 {
-      -7.62 31.9116 7.62
-      <UV> { 0.9 0 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 8 {
-      -7.62 31.9116 7.62
-      <UV> { 0.1 0 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 9 {
-      -7.62 45.72 7.62
-      <UV> { 1 0 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 10 {
-      -7.62 45.72 -7.62
-      <UV> { 1 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 11 {
-      -7.62 31.9116 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 12 {
-      -7.62 15.24 7.62
-      <UV> { 1 0.1 }
-      <Normal> { 2.9199e-008 2.26502e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 13 {
-      -5.36442e-007 7.62 7.62
-      <UV> { 0.5 0.55 }
-      <Normal> { 2.9199e-008 6.95301e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 14 {
-      7.62 15.24 7.62
-      <UV> { 0 0.1 }
-      <Normal> { 0 8.7442e-009 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 15 {
-      7.62 31.9116 7.62
-      <UV> { 0.1 1 }
-      <Normal> { 0 -2.86017e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 16 {
-      -7.62 31.9116 7.62
-      <UV> { 0.1 0 }
-      <Normal> { 0 -2.86017e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 17 {
-      -7.62 15.24 7.62
-      <UV> { 0.9 0 }
-      <Normal> { 2.9199e-008 2.26502e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 18 {
-      7.62 15.24 7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 8.7442e-009 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 19 {
-      -7.62 45.72 7.62
-      <UV> { 0 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 20 {
-      -7.62 31.9116 7.62
-      <UV> { 0.9 0 }
-      <Normal> { 0 -2.86017e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 21 {
-      7.62 31.9116 7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 -2.86017e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 22 {
-      7.62 45.72 7.62
-      <UV> { 0 1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 23 {
-      15.24 15.24 7.62
-      <UV> { 0.1 0 }
-      <Normal> { 0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 24 {
-      -5.36442e-007 -1.76579e-006 7.62
-      <UV> { 0.96875 0 }
-      <Normal> { 0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 25 {
-      -5.36442e-007 -1.76579e-006 -7.62
-      <UV> { 0.96875 1 }
-      <Normal> { 0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 26 {
-      15.24 15.24 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { 0.707107 -0.707107 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 27 {
-      7.62 31.9116 7.62
-      <UV> { 0.1 0 }
-      <Normal> { 1 1.81273e-008 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 28 {
-      7.62 15.24 7.62
-      <UV> { 0.9 0 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 29 {
-      7.62 15.24 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 30 {
-      7.62 31.9116 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { 1 1.81273e-008 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 31 {
-      7.62 45.72 7.62
-      <UV> { 0 0 }
-      <Normal> { 1 3.62546e-008 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 32 {
-      7.62 31.9116 7.62
-      <UV> { 0.9 0 }
-      <Normal> { 1 1.81273e-008 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 33 {
-      7.62 31.9116 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { 1 1.81273e-008 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 34 {
-      7.62 45.72 -7.62
-      <UV> { 0 1 }
-      <Normal> { 1 3.62546e-008 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 35 {
-      -5.36442e-007 -1.76579e-006 7.62
-      <UV> { 0 1 }
-      <Normal> { 4.37985e-008 1.04295e-007 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 36 {
-      -5.36442e-007 7.62 7.62
-      <UV> { 0.5 0.5 }
-      <Normal> { 2.9199e-008 6.95301e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 37 {
-      -7.62 15.24 7.62
-      <UV> { 1 0 }
-      <Normal> { 2.9199e-008 2.26502e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 38 {
-      -15.24 15.24 7.62
-      <UV> { 1 1 }
-      <Normal> { 8.75969e-008 1.25154e-007 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 39 {
-      -15.24 15.24 7.62
-      <UV> { 0.1 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 40 {
-      -7.62 15.24 7.62
-      <UV> { 0.9 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 41 {
-      -7.62 15.24 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 42 {
-      -15.24 15.24 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 43 {
-      7.62 15.24 7.62
-      <UV> { 0 1 }
-      <Normal> { 0 8.7442e-009 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 44 {
-      -5.36442e-007 -1.76579e-006 7.62
-      <UV> { 1 0 }
-      <Normal> { 4.37985e-008 1.04295e-007 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 45 {
-      15.24 15.24 7.62
-      <UV> { 1 1 }
-      <Normal> { 0 8.34361e-008 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 46 {
-      7.62 15.24 7.62
-      <UV> { 0.1 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 47 {
-      15.24 15.24 7.62
-      <UV> { 0.9 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 48 {
-      15.24 15.24 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 49 {
-      7.62 15.24 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 50 {
-      -7.62 45.72 7.62
-      <UV> { -4.58211e-008 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 51 {
-      7.62 45.72 7.62
-      <UV> { 1 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 52 {
-      7.62 45.72 -7.62
-      <UV> { 1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 53 {
-      -7.62 45.72 -7.62
-      <UV> { -4.58211e-008 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 54 {
-      -7.62 15.24 -7.62
-      <UV> { 1 0.1 }
-      <Normal> { 2.9199e-008 3.65562e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 55 {
-      7.62 15.24 -7.62
-      <UV> { 0 0.1 }
-      <Normal> { 0 2.26502e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 56 {
-      -5.36442e-007 7.62 -7.62
-      <UV> { 0.5 0.55 }
-      <Normal> { 2.9199e-008 7.64831e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 57 {
-      7.62 15.24 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 2.26502e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 58 {
-      -7.62 15.24 -7.62
-      <UV> { 0.9 0 }
-      <Normal> { 2.9199e-008 3.65562e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 59 {
-      -7.62 31.9116 -7.62
-      <UV> { 0.1 0 }
-      <Normal> { 0 -2.86017e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 60 {
-      7.62 31.9116 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { 0 -2.86017e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 61 {
-      -7.62 45.72 -7.62
-      <UV> { 0 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 62 {
-      7.62 45.72 -7.62
-      <UV> { 0 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 63 {
-      7.62 31.9116 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 -2.86017e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 64 {
-      -7.62 31.9116 -7.62
-      <UV> { 0.9 0 }
-      <Normal> { 0 -2.86017e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 65 {
-      -5.36442e-007 -1.76579e-006 -7.62
-      <UV> { 0 1 }
-      <Normal> { 4.37985e-008 8.34361e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 66 {
-      -15.24 15.24 -7.62
-      <UV> { 1 1 }
-      <Normal> { 8.75969e-008 1.04295e-007 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 67 {
-      -7.62 15.24 -7.62
-      <UV> { 1 0 }
-      <Normal> { 2.9199e-008 3.65562e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 68 {
-      -5.36442e-007 7.62 -7.62
-      <UV> { 0.5 0.5 }
-      <Normal> { 2.9199e-008 7.64831e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 69 {
-      7.62 15.24 -7.62
-      <UV> { 0 1 }
-      <Normal> { 0 2.26502e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 70 {
-      15.24 15.24 -7.62
-      <UV> { 1 1 }
-      <Normal> { 0 6.2577e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 71 {
-      -5.36442e-007 -1.76579e-006 -7.62
-      <UV> { 1 0 }
-      <Normal> { 4.37985e-008 8.34361e-008 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { -0.707107 -0.707107 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 0 1 2 3 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -1 0 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 4 5 6 7 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -1 0 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 8 9 10 11 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 12 13 14 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -5.72035e-008 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 15 16 17 18 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 19 20 21 22 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.707107 -0.707107 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 23 24 25 26 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 1 0 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 27 28 29 30 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 1 3.62546e-008 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 31 32 33 34 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 8.75969e-008 1.25154e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 35 36 37 38 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 39 40 41 42 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 8.34361e-008 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 43 36 44 45 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 46 47 48 49 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 50 51 52 53 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 6.25771e-008 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 54 55 56 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -5.72035e-008 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 57 58 59 60 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 61 62 63 64 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 8.75969e-008 1.04295e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 65 66 67 68 <Ref> { arrowDown_tallShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 6.25771e-008 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 69 70 71 68 <Ref> { arrowDown_tallShape.verts } }
-  }
-}

+ 0 - 2464
dmodels/src/icons/icon_circle_cycle.egg

@@ -1,2464 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_circle_cycle.egg circle_cycle.mb"
-}
-<Texture> square_SG {
-  "../maps/square.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> circle_cycle {
-  <VertexPool> circle_cycleShape.verts {
-    <Vertex> 0 {
-      13.1338 19.5074 2.65016
-      <UV> { 0.03125 0 }
-      <Normal> { -0.159607 -0.987181 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 1 {
-      7.21106 20.465 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.159607 -0.987181 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 2 {
-      7.21106 20.465 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.159607 -0.987181 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 3 {
-      13.1338 19.5074 -2.65016
-      <UV> { 0.03125 1 }
-      <Normal> { -0.159607 -0.987181 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 4 {
-      9.24706 21.9584 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.707107 -0.707106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 5 {
-      6.71838 24.4871 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 6 {
-      6.71838 24.4871 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 7 {
-      9.24706 21.9584 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.707107 -0.707106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 8 {
-      6.71838 24.4871 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 9 {
-      3.53206 26.1106 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 10 {
-      3.53206 26.1106 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 11 {
-      6.71838 24.4871 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 12 {
-      3.53206 26.1106 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 13 {
-      1.45803e-007 26.67 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -2.71564e-007 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 14 {
-      1.45803e-007 26.67 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -2.71564e-007 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 15 {
-      3.53206 26.1106 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 16 {
-      1.45803e-007 26.67 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -2.71564e-007 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 17 {
-      -3.53206 26.1106 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 18 {
-      -3.53206 26.1106 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 19 {
-      1.45803e-007 26.67 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -2.71564e-007 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 20 {
-      -3.53206 26.1106 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 21 {
-      -6.71838 24.4871 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 22 {
-      -6.71838 24.4871 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 23 {
-      -3.53206 26.1106 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 24 {
-      -6.71838 24.4871 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 25 {
-      -9.24706 21.9584 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.809017 -0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 26 {
-      -9.24706 21.9584 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.809017 -0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 27 {
-      -6.71838 24.4871 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 28 {
-      -9.24706 21.9584 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.809017 -0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 29 {
-      -10.8706 18.7721 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.951057 -0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 30 {
-      -10.8706 18.7721 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.951057 -0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 31 {
-      -9.24706 21.9584 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.809017 -0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 32 {
-      -10.8706 18.7721 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.951057 -0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 33 {
-      -11.43 15.24 2.65016
-      <UV> { 1 0 }
-      <Normal> { 0.987688 -0.156435 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 34 {
-      -11.43 15.24 -2.65016
-      <UV> { 1 1 }
-      <Normal> { 0.987688 -0.156435 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 35 {
-      -10.8706 18.7721 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.951057 -0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 36 {
-      9.24706 21.9584 2.65016
-      <UV> { 1 0.1 }
-      <Normal> { 7.11939e-008 1.47923e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 37 {
-      11.961 21.2928 2.65016
-      <UV> { 0.5 0.55 }
-      <Normal> { -7.52769e-008 1.90841e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 38 {
-      12.3294 24.1978 2.65016
-      <UV> { 0 0.1 }
-      <Normal> { -1.07367e-007 7.30509e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 39 {
-      6.71838 24.4871 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0 -8.23953e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 40 {
-      9.24706 21.9584 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 7.11939e-008 1.47923e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 41 {
-      12.3294 24.1978 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -1.07367e-007 7.30509e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 42 {
-      8.95785 27.5694 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0 -8.23953e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 43 {
-      3.53206 26.1106 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0 -2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 44 {
-      6.71838 24.4871 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0 -8.23953e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 45 {
-      8.95785 27.5694 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0 -8.23953e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 46 {
-      4.70942 29.7341 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0 -2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 47 {
-      1.45803e-007 26.67 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 3.03718e-008 -2.50308e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 48 {
-      3.53206 26.1106 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0 -2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 49 {
-      4.70942 29.7341 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0 -2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 50 {
-      1.51255e-007 30.48 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 3.03718e-008 -2.50308e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 51 {
-      -3.53206 26.1106 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 6.07435e-008 -2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 52 {
-      1.45803e-007 26.67 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 3.03718e-008 -2.50308e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 53 {
-      1.51255e-007 30.48 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 3.03718e-008 -2.50308e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 54 {
-      -4.70942 29.7341 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 6.07435e-008 -2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 55 {
-      -6.71838 24.4871 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 3.03717e-008 -8.23952e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 56 {
-      -3.53206 26.1106 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 6.07435e-008 -2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 57 {
-      -4.70942 29.7341 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 6.07435e-008 -2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 58 {
-      -8.95785 27.5694 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 3.03717e-008 -8.23952e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 59 {
-      -9.24706 21.9584 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 5.31505e-008 7.63759e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 60 {
-      -6.71838 24.4871 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 3.03717e-008 -8.23952e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 61 {
-      -8.95785 27.5694 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 3.03717e-008 -8.23952e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 62 {
-      -12.3294 24.1978 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 5.31505e-008 7.63759e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 63 {
-      -10.8706 18.7721 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 5.31505e-008 1.99337e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 64 {
-      -9.24706 21.9584 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 5.31505e-008 7.63759e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 65 {
-      -12.3294 24.1978 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 5.31505e-008 7.63759e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 66 {
-      -14.4941 19.9494 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 5.31505e-008 1.99337e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 67 {
-      -11.43 15.24 2.65016
-      <UV> { 0 0 }
-      <Normal> { 0 -1.12885e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 68 {
-      -10.8706 18.7721 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 5.31505e-008 1.99337e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 69 {
-      -14.4941 19.9494 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 5.31505e-008 1.99337e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 70 {
-      -15.24 15.24 2.65016
-      <UV> { 0 1 }
-      <Normal> { 0 -1.12885e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 71 {
-      14.037 25.3762 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.988364 -0.152106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 72 {
-      13.1338 19.5074 2.65016
-      <UV> { 0.96875 0 }
-      <Normal> { 0.988364 -0.152106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 73 {
-      13.1338 19.5074 -2.65016
-      <UV> { 0.96875 1 }
-      <Normal> { 0.988364 -0.152106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 74 {
-      14.037 25.3762 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.988364 -0.152106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 75 {
-      8.95785 27.5694 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 76 {
-      12.3294 24.1978 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.707107 0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 77 {
-      12.3294 24.1978 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.707107 0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 78 {
-      8.95785 27.5694 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 79 {
-      4.70942 29.7341 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.309017 0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 80 {
-      8.95785 27.5694 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 81 {
-      8.95785 27.5694 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 82 {
-      4.70942 29.7341 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.309017 0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 83 {
-      1.51255e-007 30.48 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 1.9613e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 84 {
-      4.70942 29.7341 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.309017 0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 85 {
-      4.70942 29.7341 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.309017 0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 86 {
-      1.51255e-007 30.48 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 1.9613e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 87 {
-      -4.70942 29.7341 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.309017 0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 88 {
-      1.51255e-007 30.48 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 1.9613e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 89 {
-      1.51255e-007 30.48 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 1.9613e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 90 {
-      -4.70942 29.7341 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.309017 0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 91 {
-      -8.95785 27.5694 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 92 {
-      -4.70942 29.7341 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.309017 0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 93 {
-      -4.70942 29.7341 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.309017 0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 94 {
-      -8.95785 27.5694 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 95 {
-      -12.3294 24.1978 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.809017 0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 96 {
-      -8.95785 27.5694 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 97 {
-      -8.95785 27.5694 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 98 {
-      -12.3294 24.1978 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.809017 0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 99 {
-      -14.4941 19.9494 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.951057 0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 100 {
-      -12.3294 24.1978 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.809017 0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 101 {
-      -12.3294 24.1978 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.809017 0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 102 {
-      -14.4941 19.9494 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.951057 0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 103 {
-      -15.24 15.24 2.65016
-      <UV> { 0 0 }
-      <Normal> { -0.987688 0.156434 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 104 {
-      -14.4941 19.9494 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.951057 0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 105 {
-      -14.4941 19.9494 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.951057 0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 106 {
-      -15.24 15.24 -2.65016
-      <UV> { 0 1 }
-      <Normal> { -0.987688 0.156434 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 107 {
-      13.1338 19.5074 2.65016
-      <UV> { 0 1 }
-      <Normal> { -1.71571e-007 2.41063e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 108 {
-      11.961 21.2928 2.65016
-      <UV> { 0.5 0.5 }
-      <Normal> { -7.52769e-008 1.90841e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 109 {
-      9.24706 21.9584 2.65016
-      <UV> { 1 0 }
-      <Normal> { 7.11939e-008 1.47923e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 110 {
-      7.21106 20.465 2.65016
-      <UV> { 1 1 }
-      <Normal> { 9.62713e-008 3.53372e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 111 {
-      7.21106 20.465 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.591438 0.80635 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 112 {
-      9.24706 21.9584 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.591438 0.80635 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 113 {
-      9.24706 21.9584 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.591438 0.80635 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 114 {
-      7.21106 20.465 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.591438 0.80635 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 115 {
-      12.3294 24.1978 2.65016
-      <UV> { 0 1 }
-      <Normal> { -1.07367e-007 7.30509e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 116 {
-      13.1338 19.5074 2.65016
-      <UV> { 1 0 }
-      <Normal> { -1.71571e-007 2.41063e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 117 {
-      14.037 25.3762 2.65016
-      <UV> { 1 1 }
-      <Normal> { -4.39412e-007 1.28755e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 118 {
-      12.3294 24.1978 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.56797 0.823049 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 119 {
-      14.037 25.3762 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.56797 0.823049 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 120 {
-      14.037 25.3762 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.56797 0.823049 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 121 {
-      12.3294 24.1978 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.56797 0.823049 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 122 {
-      -11.43 15.24 2.65016
-      <UV> { -4.58211e-008 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 123 {
-      -15.24 15.24 2.65016
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 124 {
-      -15.24 15.24 -2.65016
-      <UV> { 1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 125 {
-      -11.43 15.24 -2.65016
-      <UV> { -4.58211e-008 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 126 {
-      9.24706 21.9584 -2.65016
-      <UV> { 1 0.1 }
-      <Normal> { 1.12697e-008 9.23857e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 127 {
-      12.3294 24.1978 -2.65016
-      <UV> { 0 0.1 }
-      <Normal> { -8.33593e-008 2.53393e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 128 {
-      11.961 21.2928 -2.65016
-      <UV> { 0.5 0.55 }
-      <Normal> { -5.18418e-008 1.17725e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 129 {
-      6.71838 24.4871 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0 -6.17965e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 130 {
-      8.95785 27.5694 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0 -6.17965e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 131 {
-      12.3294 24.1978 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -8.33593e-008 2.53393e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 132 {
-      9.24706 21.9584 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 1.12697e-008 9.23857e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 133 {
-      3.53206 26.1106 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 3.79648e-009 -1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 134 {
-      4.70942 29.7341 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 3.79648e-009 -1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 135 {
-      8.95785 27.5694 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0 -6.17965e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 136 {
-      6.71838 24.4871 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0 -6.17965e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 137 {
-      1.45803e-007 26.67 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 7.59295e-009 -1.87731e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 138 {
-      1.51255e-007 30.48 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 7.59295e-009 -1.87731e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 139 {
-      4.70942 29.7341 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 3.79648e-009 -1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 140 {
-      3.53206 26.1106 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 3.79648e-009 -1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 141 {
-      -3.53206 26.1106 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 4.93541e-008 -1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 142 {
-      -4.70942 29.7341 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 4.93541e-008 -1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 143 {
-      1.51255e-007 30.48 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 7.59295e-009 -1.87731e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 144 {
-      1.45803e-007 26.67 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 7.59295e-009 -1.87731e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 145 {
-      -6.71838 24.4871 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 3.03717e-008 -6.17964e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 146 {
-      -8.95785 27.5694 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 3.03717e-008 -6.17964e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 147 {
-      -4.70942 29.7341 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 4.93541e-008 -1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 148 {
-      -3.53206 26.1106 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 4.93541e-008 -1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 149 {
-      -9.24706 21.9584 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 6.07434e-008 5.09173e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 150 {
-      -12.3294 24.1978 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 6.07434e-008 5.09173e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 151 {
-      -8.95785 27.5694 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 3.03717e-008 -6.17964e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 152 {
-      -6.71838 24.4871 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 3.03717e-008 -6.17964e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 153 {
-      -10.8706 18.7721 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 6.07434e-008 2.26962e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 154 {
-      -14.4941 19.9494 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 6.07434e-008 2.26962e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 155 {
-      -12.3294 24.1978 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 6.07434e-008 5.09173e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 156 {
-      -9.24706 21.9584 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 6.07434e-008 5.09173e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 157 {
-      -11.43 15.24 -2.65016
-      <UV> { 0 0 }
-      <Normal> { 0 -5.64423e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 158 {
-      -15.24 15.24 -2.65016
-      <UV> { 0 1 }
-      <Normal> { 0 -5.64423e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 159 {
-      -14.4941 19.9494 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 6.07434e-008 2.26962e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 160 {
-      -10.8706 18.7721 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 6.07434e-008 2.26962e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 161 {
-      13.1338 19.5074 -2.65016
-      <UV> { 0 1 }
-      <Normal> { -7.77627e-008 1.76587e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 162 {
-      7.21106 20.465 -2.65016
-      <UV> { 1 1 }
-      <Normal> { 6.41809e-008 2.77157e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 163 {
-      9.24706 21.9584 -2.65016
-      <UV> { 1 0 }
-      <Normal> { 1.12697e-008 9.23857e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 164 {
-      11.961 21.2928 -2.65016
-      <UV> { 0.5 0.5 }
-      <Normal> { -5.18418e-008 1.17725e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 165 {
-      12.3294 24.1978 -2.65016
-      <UV> { 0 1 }
-      <Normal> { -8.33593e-008 2.53393e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 166 {
-      14.037 25.3762 -2.65016
-      <UV> { 1 1 }
-      <Normal> { -2.19706e-007 7.60179e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 167 {
-      13.1338 19.5074 -2.65016
-      <UV> { 1 0 }
-      <Normal> { -7.77627e-008 1.76587e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 168 {
-      -13.1338 10.9726 2.65016
-      <UV> { 0.03125 0 }
-      <Normal> { 0.159607 0.987181 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 169 {
-      -7.21106 10.015 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.159607 0.987181 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 170 {
-      -7.21106 10.015 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.159607 0.987181 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 171 {
-      -13.1338 10.9726 -2.65016
-      <UV> { 0.03125 1 }
-      <Normal> { 0.159607 0.987181 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 172 {
-      -9.24706 8.52162 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.707107 0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 173 {
-      -6.71838 5.99294 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 174 {
-      -6.71838 5.99294 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 175 {
-      -9.24706 8.52162 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.707107 0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 176 {
-      -6.71838 5.99294 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 177 {
-      -3.53206 4.36942 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.309017 0.951056 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 178 {
-      -3.53206 4.36942 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.309017 0.951056 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 179 {
-      -6.71838 5.99294 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 180 {
-      -3.53206 4.36942 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.309017 0.951056 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 181 {
-      -1.45803e-007 3.81 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 2.03673e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 182 {
-      -1.45803e-007 3.81 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 2.03673e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 183 {
-      -3.53206 4.36942 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.309017 0.951056 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 184 {
-      -1.45803e-007 3.81 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 2.03673e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 185 {
-      3.53206 4.36942 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.309017 0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 186 {
-      3.53206 4.36942 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.309017 0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 187 {
-      -1.45803e-007 3.81 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 2.03673e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 188 {
-      3.53206 4.36942 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.309017 0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 189 {
-      6.71838 5.99293 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 190 {
-      6.71838 5.99293 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 191 {
-      3.53206 4.36942 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.309017 0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 192 {
-      6.71838 5.99293 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 193 {
-      9.24706 8.52161 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.809017 0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 194 {
-      9.24706 8.52161 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.809017 0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 195 {
-      6.71838 5.99293 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.587785 0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 196 {
-      9.24706 8.52161 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.809017 0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 197 {
-      10.8706 11.7079 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.951057 0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 198 {
-      10.8706 11.7079 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.951057 0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 199 {
-      9.24706 8.52161 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.809017 0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 200 {
-      10.8706 11.7079 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.951057 0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 201 {
-      11.43 15.24 2.65016
-      <UV> { 1 0 }
-      <Normal> { -0.987688 0.156435 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 202 {
-      11.43 15.24 -2.65016
-      <UV> { 1 1 }
-      <Normal> { -0.987688 0.156435 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 203 {
-      10.8706 11.7079 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.951057 0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 204 {
-      -9.24706 8.52162 2.65016
-      <UV> { 1 0.1 }
-      <Normal> { -6.04971e-008 -1.47923e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 205 {
-      -11.961 9.18722 2.65016
-      <UV> { 0.5 0.55 }
-      <Normal> { 4.9356e-008 -1.90841e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 206 {
-      -12.3294 6.28215 2.65016
-      <UV> { 0 0.1 }
-      <Normal> { 7.07496e-008 -7.3051e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 207 {
-      -6.71838 5.99294 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -3.03717e-008 8.23952e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 208 {
-      -9.24706 8.52162 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -6.04971e-008 -1.47923e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 209 {
-      -12.3294 6.28215 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 7.07496e-008 -7.3051e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 210 {
-      -8.95785 2.91058 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -3.03717e-008 8.23952e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 211 {
-      -3.53206 4.36942 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0 2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 212 {
-      -6.71838 5.99294 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -3.03717e-008 8.23952e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 213 {
-      -8.95785 2.91058 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -3.03717e-008 8.23952e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 214 {
-      -4.70942 0.745897 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0 2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 215 {
-      -1.45803e-007 3.81 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 3.03717e-008 2.50308e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 216 {
-      -3.53206 4.36942 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0 2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 217 {
-      -4.70942 0.745897 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0 2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 218 {
-      -1.51255e-007 0 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 3.03717e-008 2.50308e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 219 {
-      3.53206 4.36942 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0 2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 220 {
-      -1.45803e-007 3.81 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 3.03717e-008 2.50308e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 221 {
-      -1.51255e-007 0 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 3.03717e-008 2.50308e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 222 {
-      4.70942 0.745896 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0 2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 223 {
-      6.71838 5.99293 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 1.51859e-008 8.23952e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 224 {
-      3.53206 4.36942 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0 2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 225 {
-      4.70942 0.745896 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0 2.07549e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 226 {
-      8.95785 2.91058 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 1.51859e-008 8.23952e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 227 {
-      9.24706 8.52161 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 1.51859e-008 -7.6376e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 228 {
-      6.71838 5.99293 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 1.51859e-008 8.23952e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 229 {
-      8.95785 2.91058 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 1.51859e-008 8.23952e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 230 {
-      12.3294 6.28215 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 1.51859e-008 -7.6376e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 231 {
-      10.8706 11.7079 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1.99337e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 232 {
-      9.24706 8.52161 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 1.51859e-008 -7.6376e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 233 {
-      12.3294 6.28215 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 1.51859e-008 -7.6376e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 234 {
-      14.4941 10.5306 2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1.99337e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 235 {
-      11.43 15.24 2.65016
-      <UV> { 0 0 }
-      <Normal> { 0 1.12885e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 236 {
-      10.8706 11.7079 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1.99337e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 237 {
-      14.4941 10.5306 2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1.99337e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 238 {
-      15.24 15.24 2.65016
-      <UV> { 0 1 }
-      <Normal> { 0 1.12885e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 239 {
-      -14.037 5.10377 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.988364 0.152106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 240 {
-      -13.1338 10.9726 2.65016
-      <UV> { 0.96875 0 }
-      <Normal> { -0.988364 0.152106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 241 {
-      -13.1338 10.9726 -2.65016
-      <UV> { 0.96875 1 }
-      <Normal> { -0.988364 0.152106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 242 {
-      -14.037 5.10377 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.988364 0.152106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 243 {
-      -8.95785 2.91058 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 244 {
-      -12.3294 6.28215 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 245 {
-      -12.3294 6.28215 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 246 {
-      -8.95785 2.91058 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 247 {
-      -4.70942 0.745897 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 248 {
-      -8.95785 2.91058 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 249 {
-      -8.95785 2.91058 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 250 {
-      -4.70942 0.745897 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 251 {
-      -1.51255e-007 0 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -1.9613e-007 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 252 {
-      -4.70942 0.745897 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 253 {
-      -4.70942 0.745897 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 254 {
-      -1.51255e-007 0 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -1.9613e-007 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 255 {
-      4.70942 0.745896 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 256 {
-      -1.51255e-007 0 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -1.9613e-007 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 257 {
-      -1.51255e-007 0 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -1.9613e-007 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 258 {
-      4.70942 0.745896 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 259 {
-      8.95785 2.91058 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 260 {
-      4.70942 0.745896 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 261 {
-      4.70942 0.745896 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.309017 -0.951057 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 262 {
-      8.95785 2.91058 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 263 {
-      12.3294 6.28215 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.809017 -0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 264 {
-      8.95785 2.91058 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 265 {
-      8.95785 2.91058 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.587785 -0.809017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 266 {
-      12.3294 6.28215 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.809017 -0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 267 {
-      14.4941 10.5306 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.951057 -0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 268 {
-      12.3294 6.28215 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.809017 -0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 269 {
-      12.3294 6.28215 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.809017 -0.587785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 270 {
-      14.4941 10.5306 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.951057 -0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 271 {
-      15.24 15.24 2.65016
-      <UV> { 0 0 }
-      <Normal> { 0.987688 -0.156434 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 272 {
-      14.4941 10.5306 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.951057 -0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 273 {
-      14.4941 10.5306 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.951057 -0.309017 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 274 {
-      15.24 15.24 -2.65016
-      <UV> { 0 1 }
-      <Normal> { 0.987688 -0.156434 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 275 {
-      -13.1338 10.9726 2.65016
-      <UV> { 0 1 }
-      <Normal> { 1.32689e-007 -2.41063e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 276 {
-      -11.961 9.18722 2.65016
-      <UV> { 0.5 0.5 }
-      <Normal> { 4.9356e-008 -1.90841e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 277 {
-      -9.24706 8.52162 2.65016
-      <UV> { 1 0 }
-      <Normal> { -6.04971e-008 -1.47923e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 278 {
-      -7.21106 10.015 2.65016
-      <UV> { 1 1 }
-      <Normal> { -6.41808e-008 -3.53371e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 279 {
-      -7.21106 10.015 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.591438 -0.806351 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 280 {
-      -9.24706 8.52162 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.591438 -0.806351 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 281 {
-      -9.24706 8.52162 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.591438 -0.806351 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 282 {
-      -7.21106 10.015 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.591438 -0.806351 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 283 {
-      -12.3294 6.28215 2.65016
-      <UV> { 0 1 }
-      <Normal> { 7.07496e-008 -7.3051e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 284 {
-      -13.1338 10.9726 2.65016
-      <UV> { 1 0 }
-      <Normal> { 1.32689e-007 -2.41063e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 285 {
-      -14.037 5.10377 2.65016
-      <UV> { 1 1 }
-      <Normal> { 3.29559e-007 -1.28755e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 286 {
-      -12.3294 6.28215 2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0.567971 -0.823049 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 287 {
-      -14.037 5.10377 2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0.567971 -0.823049 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 288 {
-      -14.037 5.10377 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0.567971 -0.823049 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 289 {
-      -12.3294 6.28215 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0.567971 -0.823049 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 290 {
-      11.43 15.24 2.65016
-      <UV> { -4.58211e-008 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 291 {
-      15.24 15.24 2.65016
-      <UV> { 1 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 292 {
-      15.24 15.24 -2.65016
-      <UV> { 1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 293 {
-      11.43 15.24 -2.65016
-      <UV> { -4.58211e-008 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 294 {
-      -9.24706 8.52162 -2.65016
-      <UV> { 1 0.1 }
-      <Normal> { -1.12697e-008 -9.23856e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 295 {
-      -12.3294 6.28215 -2.65016
-      <UV> { 0 0.1 }
-      <Normal> { 5.89475e-008 -2.53393e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 296 {
-      -11.961 9.18722 -2.65016
-      <UV> { 0.5 0.55 }
-      <Normal> { 2.743e-008 -1.17725e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 297 {
-      -6.71838 5.99294 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -3.03717e-008 6.17964e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 298 {
-      -8.95785 2.91058 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -3.03717e-008 6.17964e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 299 {
-      -12.3294 6.28215 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 5.89475e-008 -2.53393e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 300 {
-      -9.24706 8.52162 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -1.12697e-008 -9.23856e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 301 {
-      -3.53206 4.36942 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -1.51859e-008 1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 302 {
-      -4.70942 0.745897 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -1.51859e-008 1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 303 {
-      -8.95785 2.91058 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -3.03717e-008 6.17964e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 304 {
-      -6.71838 5.99294 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -3.03717e-008 6.17964e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 305 {
-      -1.45803e-007 3.81 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 3.03717e-008 1.87731e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 306 {
-      -1.51255e-007 0 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 3.03717e-008 1.87731e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 307 {
-      -4.70942 0.745897 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -1.51859e-008 1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 308 {
-      -3.53206 4.36942 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -1.51859e-008 1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 309 {
-      3.53206 4.36942 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 1.51859e-008 1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 310 {
-      4.70942 0.745896 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 1.51859e-008 1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 311 {
-      -1.51255e-007 0 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 3.03717e-008 1.87731e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 312 {
-      -1.45803e-007 3.81 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 3.03717e-008 1.87731e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 313 {
-      6.71838 5.99293 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0 6.17964e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 314 {
-      8.95785 2.91058 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0 6.17964e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 315 {
-      4.70942 0.745896 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 1.51859e-008 1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 316 {
-      3.53206 4.36942 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 1.51859e-008 1.55662e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 317 {
-      9.24706 8.52161 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { -1.51859e-008 -5.09173e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 318 {
-      12.3294 6.28215 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { -1.51859e-008 -5.09173e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 319 {
-      8.95785 2.91058 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0 6.17964e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 320 {
-      6.71838 5.99293 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0 6.17964e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 321 {
-      10.8706 11.7079 -2.65016
-      <UV> { 0.1 0 }
-      <Normal> { 0 -2.26962e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 322 {
-      14.4941 10.5306 -2.65016
-      <UV> { 0.1 1 }
-      <Normal> { 0 -2.26962e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 323 {
-      12.3294 6.28215 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { -1.51859e-008 -5.09173e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 324 {
-      9.24706 8.52161 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { -1.51859e-008 -5.09173e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 325 {
-      11.43 15.24 -2.65016
-      <UV> { 0 0 }
-      <Normal> { 0 5.64423e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 326 {
-      15.24 15.24 -2.65016
-      <UV> { 0 1 }
-      <Normal> { 0 5.64423e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 327 {
-      14.4941 10.5306 -2.65016
-      <UV> { 0.9 1 }
-      <Normal> { 0 -2.26962e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 328 {
-      10.8706 11.7079 -2.65016
-      <UV> { 0.9 0 }
-      <Normal> { 0 -2.26962e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 329 {
-      -13.1338 10.9726 -2.65016
-      <UV> { 0 1 }
-      <Normal> { 4.1145e-008 -1.76587e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 330 {
-      -7.21106 10.015 -2.65016
-      <UV> { 1 1 }
-      <Normal> { -6.41808e-008 -2.77157e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 331 {
-      -9.24706 8.52162 -2.65016
-      <UV> { 1 0 }
-      <Normal> { -1.12697e-008 -9.23856e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 332 {
-      -11.961 9.18722 -2.65016
-      <UV> { 0.5 0.5 }
-      <Normal> { 2.743e-008 -1.17725e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 333 {
-      -12.3294 6.28215 -2.65016
-      <UV> { 0 1 }
-      <Normal> { 5.89475e-008 -2.53393e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 334 {
-      -14.037 5.10377 -2.65016
-      <UV> { 1 1 }
-      <Normal> { 1.46471e-007 -7.60179e-008 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 335 {
-      -13.1338 10.9726 -2.65016
-      <UV> { 1 0 }
-      <Normal> { 4.1145e-008 -1.76587e-007 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { -0.159607 -0.987181 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 0 1 2 3 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.707107 -0.707106 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 4 5 6 7 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.45399 -0.891007 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 8 9 10 11 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.156435 -0.987688 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 12 13 14 15 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.156434 -0.987688 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 16 17 18 19 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.45399 -0.891007 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 20 21 22 23 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.707107 -0.707107 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 24 25 26 27 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.891007 -0.45399 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 28 29 30 31 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.987688 -0.156435 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 32 33 34 35 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 1.1731e-007 9.0398e-008 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 36 37 38 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 39 40 41 42 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1.64791e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 43 44 45 46 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -2.50308e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 47 48 49 50 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 6.07435e-008 -2.50308e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 51 52 53 54 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 6.07434e-008 -1.6479e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 55 56 57 58 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 59 60 61 62 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 1.06301e-007 1.52752e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 63 64 65 66 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1.12885e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 67 68 69 70 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.988364 -0.152106 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 71 72 73 74 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.707107 0.707107 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 75 76 77 78 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.453991 0.891006 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 79 80 81 82 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.156434 0.987688 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 83 84 85 86 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.156434 0.987688 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 87 88 89 90 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.453991 0.891006 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 91 92 93 94 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.707107 0.707107 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 95 96 97 98 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.891006 0.453991 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 99 100 101 102 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.987688 0.156434 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 103 104 105 106 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 9.62713e-008 3.53372e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 107 108 109 110 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.591438 0.80635 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 111 112 113 114 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -4.39412e-007 1.28755e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 115 108 116 117 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.56797 0.823049 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 118 119 120 121 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 122 123 124 125 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 126 127 128 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -3.03718e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 129 130 131 132 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 3.03718e-008 -1.23593e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 133 134 135 136 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -2.27788e-008 -1.87731e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 137 138 139 140 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 3.79647e-008 -1.87731e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 141 142 143 144 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 6.07434e-008 -1.23593e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 145 146 147 148 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 149 150 151 152 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 1.21487e-007 1.01835e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 153 154 155 156 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -5.64423e-008 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 157 158 159 160 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 6.41809e-008 2.77157e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 161 162 163 164 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -2.19706e-007 7.60179e-008 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 165 166 167 164 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.159607 0.987181 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 168 169 170 171 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.707107 0.707107 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 172 173 174 175 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.453991 0.891006 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 176 177 178 179 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.156435 0.987688 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 180 181 182 183 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.156434 0.987688 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 184 185 186 187 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.45399 0.891007 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 188 189 190 191 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.707107 0.707107 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 192 193 194 195 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.891007 0.45399 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 196 197 198 199 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.987688 0.156435 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 200 201 202 203 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -1.17311e-007 -9.03982e-008 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 204 205 206 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 207 208 209 210 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -6.07435e-008 1.6479e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 211 212 213 214 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 6.07435e-008 2.50308e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 215 216 217 218 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 2.50308e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 219 220 221 222 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1.6479e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 223 224 225 226 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 3.03717e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 227 228 229 230 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1.52752e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 231 232 233 234 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1.12885e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 235 236 237 238 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.988364 0.152106 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 239 240 241 242 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.707107 -0.707107 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 243 244 245 246 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.453991 -0.891006 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 247 248 249 250 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.156434 -0.987688 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 251 252 253 254 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.156434 -0.987688 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 255 256 257 258 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.453991 -0.891006 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 259 260 261 262 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.707107 -0.707107 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 263 264 265 266 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.891006 -0.453991 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 267 268 269 270 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.987688 -0.156434 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 271 272 273 274 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -6.41808e-008 -3.53371e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 275 276 277 278 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.591438 -0.806351 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 279 280 281 282 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 3.29559e-007 -1.28755e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 283 276 284 285 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.567971 -0.823049 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 286 287 288 289 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 290 291 292 293 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 294 295 296 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 3.03717e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 297 298 299 300 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -9.11152e-008 1.23593e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 301 302 303 304 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 6.07435e-008 1.87731e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 305 306 307 308 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1.87731e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 309 310 311 312 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 3.03717e-008 1.23593e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 313 314 315 316 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -3.03717e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 317 318 319 320 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1.01835e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 321 322 323 324 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 5.64423e-008 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 325 326 327 328 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -6.41808e-008 -2.77157e-007 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 329 330 331 332 <Ref> { circle_cycleShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 1.46471e-007 -7.60179e-008 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 333 334 335 332 <Ref> { circle_cycleShape.verts } }
-  }
-}

+ 0 - 2064
dmodels/src/icons/icon_circle_no.egg

@@ -1,2064 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_circle_no.egg circle_no.mb"
-}
-<Texture> square_SG {
-  "../maps/square.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> circle_no {
-  <VertexPool> circle_noShape.verts {
-    <Vertex> 0 {
-      10.5599 19.6141 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -0.923879 -0.382684 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 1 {
-      11.43 15.24 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -1 1.29141e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 2 {
-      11.43 15.24 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -1 1.29141e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 3 {
-      10.5599 19.6141 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -0.923879 -0.382684 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 4 {
-      8.08223 23.3222 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 5 {
-      10.5599 19.6141 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -0.923879 -0.382684 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 6 {
-      10.5599 19.6141 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -0.923879 -0.382684 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 7 {
-      8.08223 23.3222 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 8 {
-      4.37407 25.7999 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -0.382684 -0.923879 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 9 {
-      8.08223 23.3222 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 10 {
-      8.08223 23.3222 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -0.707107 -0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 11 {
-      4.37407 25.7999 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -0.382684 -0.923879 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 12 {
-      -2.6574e-006 26.67 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 4.1781e-007 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 13 {
-      4.37407 25.7999 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -0.382684 -0.923879 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 14 {
-      4.37407 25.7999 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -0.382684 -0.923879 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 15 {
-      -2.6574e-006 26.67 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 4.1781e-007 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 16 {
-      -4.37407 25.7999 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0.195091 -0.980785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 17 {
-      -2.6574e-006 26.67 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 4.1781e-007 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 18 {
-      -2.6574e-006 26.67 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 4.1781e-007 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 19 {
-      -4.37407 25.7999 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0.195091 -0.980785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 20 {
-      -10.5599 19.6141 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0.92388 -0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 21 {
-      -8.08223 23.3222 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0.83147 -0.55557 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 22 {
-      -8.08223 23.3222 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0.83147 -0.55557 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 23 {
-      -10.5599 19.6141 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0.92388 -0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 24 {
-      -11.43 15.24 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 1 1.44334e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 25 {
-      -10.5599 19.6141 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0.92388 -0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 26 {
-      -10.5599 19.6141 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0.92388 -0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 27 {
-      -11.43 15.24 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 1 1.44334e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 28 {
-      -10.5599 10.8659 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0.923879 0.382684 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 29 {
-      -11.43 15.24 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 1 1.44334e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 30 {
-      -11.43 15.24 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 1 1.44334e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 31 {
-      -10.5599 10.8659 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0.923879 0.382684 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 32 {
-      -8.08223 7.15777 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0.707107 0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 33 {
-      -10.5599 10.8659 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0.923879 0.382684 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 34 {
-      -10.5599 10.8659 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0.923879 0.382684 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 35 {
-      -8.08223 7.15777 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0.707107 0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 36 {
-      -4.37407 4.68006 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0.382683 0.92388 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 37 {
-      -8.08223 7.15777 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0.707107 0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 38 {
-      -8.08223 7.15777 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0.707107 0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 39 {
-      -4.37407 4.68006 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0.382683 0.92388 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 40 {
-      2.86958e-006 3.81 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -4.10213e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 41 {
-      -4.37407 4.68006 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0.382683 0.92388 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 42 {
-      -4.37407 4.68006 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0.382683 0.92388 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 43 {
-      2.86958e-006 3.81 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -4.10213e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 44 {
-      4.37407 4.68006 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -0.195091 0.980785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 45 {
-      2.86958e-006 3.81 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -4.10213e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 46 {
-      2.86958e-006 3.81 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -4.10213e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 47 {
-      4.37407 4.68006 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -0.195091 0.980785 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 48 {
-      10.5599 10.8659 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -0.92388 0.382683 5.72067e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 49 {
-      8.08223 7.15777 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -0.83147 0.55557 1.12215e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 50 {
-      8.08223 7.15777 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -0.83147 0.55557 1.12215e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 51 {
-      10.5599 10.8659 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -0.92388 0.382683 5.72067e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 52 {
-      11.43 15.24 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -1 1.29141e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 53 {
-      10.5599 10.8659 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -0.92388 0.382683 5.72067e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 54 {
-      10.5599 10.8659 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -0.92388 0.382683 5.72067e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 55 {
-      11.43 15.24 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -1 1.29141e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 56 {
-      10.5599 19.6141 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -1.22626e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 57 {
-      11.43 15.24 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -1.22626e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 58 {
-      15.24 15.24 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -1.22626e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 59 {
-      14.0799 21.0721 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -1.22626e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 60 {
-      8.08223 23.3222 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -2.45252e-008 -7.8508e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 61 {
-      10.5599 19.6141 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -1.22626e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 62 {
-      14.0799 21.0721 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -1.22626e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 63 {
-      10.7763 26.0163 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -2.45252e-008 -7.8508e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 64 {
-      4.37407 25.7999 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -4.90504e-008 -2.03662e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 65 {
-      8.08223 23.3222 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -2.45252e-008 -7.8508e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 66 {
-      10.7763 26.0163 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -2.45252e-008 -7.8508e-008 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 67 {
-      5.83209 29.3199 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -4.90504e-008 -2.03662e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 68 {
-      -2.6574e-006 26.67 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 2.45252e-008 -2.50308e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 69 {
-      4.37407 25.7999 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -4.90504e-008 -2.03662e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 70 {
-      5.83209 29.3199 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -4.90504e-008 -2.03662e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 71 {
-      -3.80825e-006 30.48 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 2.45252e-008 -2.50308e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 72 {
-      -4.37407 25.7999 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 4.90503e-008 -2.62543e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 73 {
-      -2.6574e-006 26.67 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 2.45252e-008 -2.50308e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 74 {
-      -3.80825e-006 30.48 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 2.45252e-008 -2.50308e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 75 {
-      -5.8321 29.3199 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 4.90503e-008 -2.62543e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 76 {
-      -7.11789 25.8927 3.81125
-      <UV> { 0.442857 0.428571 }
-      <Normal> { -1.40828e-008 -2.74778e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 77 {
-      -5.8321 29.3199 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -1.40828e-008 -2.74778e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 78 {
-      -10.7763 26.0163 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -1.40828e-008 -2.74778e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 79 {
-      -10.5599 19.6141 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -4.27961e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 80 {
-      -8.08223 23.3222 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -1.22626e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 81 {
-      -10.7763 26.0163 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -1.22626e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 82 {
-      -14.0799 21.0721 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -4.27961e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 83 {
-      -11.43 15.24 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -6.00829e-009 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 84 {
-      -10.5599 19.6141 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -4.27961e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 85 {
-      -14.0799 21.0721 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -4.27961e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 86 {
-      -15.24 15.24 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -6.00829e-009 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 87 {
-      -10.5599 10.8659 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 4.90504e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 88 {
-      -11.43 15.24 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -6.00829e-009 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 89 {
-      -15.24 15.24 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -6.00829e-009 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 90 {
-      -14.0799 9.4079 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 4.90504e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 91 {
-      -8.08223 7.15777 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 2.45252e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 92 {
-      -10.5599 10.8659 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 4.90504e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 93 {
-      -14.0799 9.4079 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 4.90504e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 94 {
-      -10.7763 4.46369 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 2.45252e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 95 {
-      -4.37407 4.68006 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 96 {
-      -8.08223 7.15777 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 2.45252e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 97 {
-      -10.7763 4.46369 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 2.45252e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 98 {
-      -5.83209 1.16007 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 99 {
-      2.86958e-006 3.81 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -2.45252e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 100 {
-      -4.37407 4.68006 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 101 {
-      -5.83209 1.16007 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 102 {
-      5.42326e-006 1.08004e-006 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -2.45252e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 103 {
-      4.37407 4.68006 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -2.45252e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 104 {
-      2.86958e-006 3.81 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -2.45252e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 105 {
-      5.42326e-006 1.08004e-006 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -2.45252e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 106 {
-      5.8321 1.16008 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -2.45252e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 107 {
-      8.08223 7.15777 3.81125
-      <UV> { 0 0.9 }
-      <Normal> { -1.5737e-007 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 108 {
-      4.37407 4.68006 3.81125
-      <UV> { 1 0.9 }
-      <Normal> { -1.5737e-007 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 109 {
-      7.11789 4.58733 3.81125
-      <UV> { 0.5 0.45 }
-      <Normal> { -2.67052e-007 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 110 {
-      10.5599 10.8659 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 3.67878e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 111 {
-      8.08223 7.15777 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 3.67878e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 112 {
-      10.7763 4.4637 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 3.67878e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 113 {
-      14.0799 9.40791 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 3.67878e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 114 {
-      11.43 15.24 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -1.22626e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 115 {
-      10.5599 10.8659 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 3.67878e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 116 {
-      14.0799 9.40791 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 3.67878e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 117 {
-      15.24 15.24 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -1.22626e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 118 {
-      14.0799 21.0721 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0.92388 0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 119 {
-      15.24 15.24 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 1 -2.05107e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 120 {
-      15.24 15.24 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 1 -2.05107e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 121 {
-      14.0799 21.0721 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0.92388 0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 122 {
-      10.7763 26.0163 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0.707107 0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 123 {
-      14.0799 21.0721 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0.92388 0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 124 {
-      14.0799 21.0721 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0.92388 0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 125 {
-      10.7763 26.0163 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0.707107 0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 126 {
-      5.83209 29.3199 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0.382683 0.92388 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 127 {
-      10.7763 26.0163 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0.707107 0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 128 {
-      10.7763 26.0163 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0.707107 0.707107 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 129 {
-      5.83209 29.3199 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0.382683 0.92388 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 130 {
-      -3.80825e-006 30.48 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -3.03862e-007 1 -1.7162e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 131 {
-      5.83209 29.3199 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0.382683 0.92388 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 132 {
-      5.83209 29.3199 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0.382683 0.92388 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 133 {
-      -3.80825e-006 30.48 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -3.03862e-007 1 -1.7162e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 134 {
-      -5.8321 29.3199 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -0.382684 0.923879 -3.4324e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 135 {
-      -3.80825e-006 30.48 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -3.03862e-007 1 -1.7162e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 136 {
-      -3.80825e-006 30.48 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -3.03862e-007 1 -1.7162e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 137 {
-      -5.8321 29.3199 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -0.382684 0.923879 -3.4324e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 138 {
-      -10.7763 26.0163 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -0.707107 0.707107 -1.7162e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 139 {
-      -5.8321 29.3199 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -0.382684 0.923879 -3.4324e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 140 {
-      -5.8321 29.3199 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -0.382684 0.923879 -3.4324e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 141 {
-      -10.7763 26.0163 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -0.707107 0.707107 -1.7162e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 142 {
-      -14.0799 21.0721 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -0.92388 0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 143 {
-      -10.7763 26.0163 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -0.707107 0.707107 -1.7162e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 144 {
-      -10.7763 26.0163 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -0.707107 0.707107 -1.7162e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 145 {
-      -14.0799 21.0721 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -0.92388 0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 146 {
-      -15.24 15.24 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -1 -3.41845e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 147 {
-      -14.0799 21.0721 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -0.92388 0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 148 {
-      -14.0799 21.0721 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -0.92388 0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 149 {
-      -15.24 15.24 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -1 -3.41845e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 150 {
-      -14.0799 9.4079 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -0.923879 -0.382684 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 151 {
-      -15.24 15.24 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -1 -3.41845e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 152 {
-      -15.24 15.24 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -1 -3.41845e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 153 {
-      -14.0799 9.4079 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -0.923879 -0.382684 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 154 {
-      -10.7763 4.46369 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -0.707107 -0.707107 2.14525e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 155 {
-      -14.0799 9.4079 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -0.923879 -0.382684 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 156 {
-      -14.0799 9.4079 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -0.923879 -0.382684 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 157 {
-      -10.7763 4.46369 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -0.707107 -0.707107 2.14525e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 158 {
-      -5.83209 1.16007 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -0.382683 -0.92388 5.36313e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 159 {
-      -10.7763 4.46369 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -0.707107 -0.707107 2.14525e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 160 {
-      -10.7763 4.46369 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -0.707107 -0.707107 2.14525e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 161 {
-      -5.83209 1.16007 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -0.382683 -0.92388 5.36313e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 162 {
-      5.42326e-006 1.08004e-006 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 4.78582e-007 -1 6.1676e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 163 {
-      -5.83209 1.16007 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -0.382683 -0.92388 5.36313e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 164 {
-      -5.83209 1.16007 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -0.382683 -0.92388 5.36313e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 165 {
-      5.42326e-006 6.25849e-007 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 4.78582e-007 -1 6.1676e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 166 {
-      5.8321 1.16008 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0.382684 -0.923879 2.94972e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 167 {
-      5.42326e-006 1.08004e-006 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 4.78582e-007 -1 6.1676e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 168 {
-      5.42326e-006 6.25849e-007 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 4.78582e-007 -1 6.1676e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 169 {
-      5.8321 1.16008 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0.382684 -0.923879 2.94972e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 170 {
-      10.7763 4.4637 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0.707107 -0.707106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 171 {
-      5.8321 1.16008 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0.382684 -0.923879 2.94972e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 172 {
-      5.8321 1.16008 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0.382684 -0.923879 2.94972e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 173 {
-      10.7763 4.4637 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0.707107 -0.707106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 174 {
-      14.0799 9.40791 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0.92388 -0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 175 {
-      10.7763 4.4637 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0.707107 -0.707106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 176 {
-      10.7763 4.4637 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0.707107 -0.707106 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 177 {
-      14.0799 9.40791 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0.92388 -0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 178 {
-      15.24 15.24 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 1 -2.05107e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 179 {
-      14.0799 9.40791 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0.92388 -0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 180 {
-      14.0799 9.40791 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0.92388 -0.382683 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 181 {
-      15.24 15.24 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 1 -2.05107e-007 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 182 {
-      14.0799 21.0721 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 183 {
-      15.24 15.24 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 184 {
-      11.43 15.24 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 185 {
-      10.5599 19.6141 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 186 {
-      10.7763 26.0163 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 187 {
-      14.0799 21.0721 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 188 {
-      10.5599 19.6141 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 189 {
-      8.08223 23.3222 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 190 {
-      5.83209 29.3199 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 191 {
-      10.7763 26.0163 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 192 {
-      8.08223 23.3222 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 193 {
-      4.37407 25.7999 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 194 {
-      -3.80825e-006 30.48 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 195 {
-      5.83209 29.3199 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 196 {
-      4.37407 25.7999 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 197 {
-      -2.6574e-006 26.67 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 198 {
-      -5.8321 29.3199 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 1.56476e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 199 {
-      -3.80825e-006 30.48 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 200 {
-      -2.6574e-006 26.67 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 201 {
-      -4.37407 25.7999 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 1.56476e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 202 {
-      -10.7763 26.0163 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 4.22485e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 203 {
-      -5.8321 29.3199 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 4.22485e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 204 {
-      -7.11789 25.8927 -3.81125
-      <UV> { 0.557143 0.571429 }
-      <Normal> { 4.22485e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 205 {
-      -14.0799 21.0721 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 4.3042e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 206 {
-      -10.7763 26.0163 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 207 {
-      -8.08223 23.3222 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 208 {
-      -10.5599 19.6141 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 4.3042e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 209 {
-      -15.24 15.24 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 5.53046e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 210 {
-      -14.0799 21.0721 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 4.3042e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 211 {
-      -10.5599 19.6141 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 4.3042e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 212 {
-      -11.43 15.24 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 5.53046e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 213 {
-      -14.0799 9.4079 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 1.22626e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 214 {
-      -15.24 15.24 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 5.53046e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 215 {
-      -11.43 15.24 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 5.53046e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 216 {
-      -10.5599 10.8659 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 1.22626e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 217 {
-      -10.7763 4.46369 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 218 {
-      -14.0799 9.4079 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 1.22626e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 219 {
-      -10.5599 10.8659 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 1.22626e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 220 {
-      -8.08223 7.15777 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 221 {
-      -5.83209 1.16007 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 222 {
-      -10.7763 4.46369 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 223 {
-      -8.08223 7.15777 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 224 {
-      -4.37407 4.68006 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 225 {
-      5.42326e-006 6.25849e-007 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 226 {
-      -5.83209 1.16007 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 227 {
-      -4.37407 4.68006 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 228 {
-      2.86958e-006 3.81 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 229 {
-      5.8321 1.16008 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 8.99257e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 230 {
-      5.42326e-006 6.25849e-007 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 231 {
-      2.86958e-006 3.81 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 232 {
-      4.37407 4.68006 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 8.99257e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 233 {
-      8.08223 7.15777 -3.81125
-      <UV> { 0 0.9 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 234 {
-      6.95717 4.15893 -3.81125
-      <UV> { 0.5 0.45 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 235 {
-      4.37407 4.68006 -3.81125
-      <UV> { 1 0.9 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 236 {
-      14.0799 9.40791 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -1.22626e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 237 {
-      10.7763 4.4637 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -1.22626e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 238 {
-      8.08223 7.15777 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -1.22626e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 239 {
-      10.5599 10.8659 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -1.22626e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 240 {
-      15.24 15.24 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 241 {
-      14.0799 9.40791 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -1.22626e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 242 {
-      10.5599 10.8659 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -1.22626e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 243 {
-      11.43 15.24 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -2.45252e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 244 {
-      -8.08223 23.3222 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 245 {
-      -4.37407 25.7999 -3.81125
-      <UV> { 0.1 -5.51343e-008 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 246 {
-      8.08223 7.15777 -3.81125
-      <UV> { 0.9 -1.78814e-008 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 247 {
-      4.37407 4.68006 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 248 {
-      -8.08223 23.3222 3.81125
-      <UV> { 0 0.1 }
-      <Normal> { -0.831469 -0.55557 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 249 {
-      -8.08223 23.3222 -3.81125
-      <UV> { 1 0.1 }
-      <Normal> { -0.831469 -0.55557 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 250 {
-      4.37407 4.68006 -3.81125
-      <UV> { 1 0.9 }
-      <Normal> { -0.831469 -0.55557 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 251 {
-      4.37407 4.68006 3.81125
-      <UV> { 0 0.9 }
-      <Normal> { -0.831469 -0.55557 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 252 {
-      -8.08223 23.3222 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -2.38439e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 253 {
-      4.37407 4.68006 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -1.5737e-007 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 254 {
-      8.08223 7.15777 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -1.5737e-007 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 255 {
-      -4.37407 25.7999 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -2.38439e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 256 {
-      -4.37407 25.7999 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 0.831469 0.55557 -8.92839e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 257 {
-      8.08223 7.15777 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 0.831469 0.55557 -8.92839e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 258 {
-      8.08223 7.15777 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 0.831469 0.55557 -8.92839e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 259 {
-      -4.37407 25.7999 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 0.831469 0.55557 -8.92839e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 260 {
-      10.7763 4.4637 -3.81125
-      <UV> { 0.1 0 }
-      <Normal> { -1.22626e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 261 {
-      6.95717 4.15893 -3.81125
-      <UV> { 0.5 0.5 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 262 {
-      8.08223 7.15777 -3.81125
-      <UV> { 0.1 1 }
-      <Normal> { -1.22626e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 263 {
-      5.8321 1.16008 -3.81125
-      <UV> { 0.9 0 }
-      <Normal> { -2.14595e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 264 {
-      8.08223 7.15777 3.81125
-      <UV> { 0.1 0 }
-      <Normal> { 3.67878e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 265 {
-      7.11789 4.58733 3.81125
-      <UV> { 0.442857 0.428571 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 266 {
-      10.7763 4.4637 3.81125
-      <UV> { 0.1 1 }
-      <Normal> { 3.67878e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 267 {
-      5.8321 1.16008 3.81125
-      <UV> { 0.9 1 }
-      <Normal> { -2.45252e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 268 {
-      -4.37407 25.7999 3.81125
-      <UV> { 0.9 0 }
-      <Normal> { 4.90503e-008 -2.62543e-007 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 269 {
-      -8.08223 23.3222 3.81125
-      <UV> { 0 0.9 }
-      <Normal> { -2.38439e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 270 {
-      -4.37407 25.7999 3.81125
-      <UV> { 1 0.9 }
-      <Normal> { -2.38439e-008 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 271 {
-      -7.11789 25.8927 3.81125
-      <UV> { 0.5 0.45 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 272 {
-      -4.37407 25.7999 -3.81125
-      <UV> { 0.9 1 }
-      <Normal> { 1.56476e-008 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 273 {
-      -8.08223 23.3222 -3.81125
-      <UV> { 0 0.9 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 274 {
-      -7.11789 25.8927 -3.81125
-      <UV> { 0.5 0.45 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 275 {
-      -4.37407 25.7999 -3.81125
-      <UV> { 1 0.9 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 1 1 1 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { -0.980785 -0.195091 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 0 1 2 3 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.83147 -0.55557 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 4 5 6 7 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.55557 -0.831469 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 8 9 10 11 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.19509 -0.980785 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 12 13 14 15 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.195091 -0.980785 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 16 17 18 19 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.83147 -0.55557 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 20 21 22 23 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.980785 -0.19509 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 24 25 26 27 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.980785 0.195091 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 28 29 30 31 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.83147 0.55557 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 32 33 34 35 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.55557 0.83147 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 36 37 38 39 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.19509 0.980785 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 40 41 42 43 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.195091 0.980785 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 44 45 46 47 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.83147 0.55557 1.12215e-007 }
-    <TRef> { square_SG }
-    <VertexRef> { 48 49 50 51 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.980785 0.195091 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 52 53 54 55 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -2.45252e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 56 57 58 59 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 60 61 62 63 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -4.90504e-008 -1.57016e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 64 65 66 67 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -4.90504e-008 -2.50308e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 68 69 70 71 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 9.81007e-008 -2.50308e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 72 73 74 75 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -1.40828e-008 -2.74778e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 76 77 78 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -2.45252e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 79 80 81 82 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -6.1067e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 83 84 85 86 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 4.90504e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 87 88 89 90 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 4.90504e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 91 92 93 94 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 95 96 97 98 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 99 100 101 102 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -4.90504e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 103 104 105 106 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -2.67052e-007 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 107 108 109 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 7.35756e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 110 111 112 113 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 114 115 116 117 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.980785 0.19509 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 118 119 120 121 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.83147 0.55557 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 122 123 124 125 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.55557 0.83147 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 126 127 128 129 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.19509 0.980785 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 130 131 132 133 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.195091 0.980785 -3.36645e-007 }
-    <TRef> { square_SG }
-    <VertexRef> { 134 135 136 137 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.55557 0.831469 -3.36645e-007 }
-    <TRef> { square_SG }
-    <VertexRef> { 138 139 140 141 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.83147 0.55557 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 142 143 144 145 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.980785 0.19509 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 146 147 148 149 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.980785 -0.195091 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 150 151 152 153 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.831469 -0.555571 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 154 155 156 157 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.55557 -0.83147 4.20806e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 158 159 160 161 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.19509 -0.980785 6.3121e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 162 163 164 165 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.195091 -0.980785 5.78609e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 166 167 168 169 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.555571 -0.831469 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 170 171 172 173 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.83147 -0.55557 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 174 175 176 177 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.980785 -0.195091 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 178 179 180 181 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -4.90504e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 182 183 184 185 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 4.90504e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 186 187 188 189 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 190 191 192 193 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 194 195 196 197 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 198 199 200 201 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 4.22485e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 202 203 204 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 4.90503e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 205 206 207 208 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 3.70337e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 209 210 211 212 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 7.35756e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 213 214 215 216 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -4.90504e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 217 218 219 220 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 221 222 223 224 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 4.90504e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 225 226 227 228 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -4.90504e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 229 230 231 232 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 233 234 235 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -2.45252e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 236 237 238 239 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 240 241 242 243 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 244 245 246 247 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.831469 -0.55557 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 248 249 250 251 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -4.76879e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 252 253 254 255 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.831469 0.55557 -8.92839e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 256 257 258 259 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 260 261 262 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -2.14595e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 260 263 261 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 2.28902e-007 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 247 261 263 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 264 265 266 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 265 253 267 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 266 265 267 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -2.74778e-007 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 76 268 77 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 252 76 78 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 269 270 271 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 202 204 244 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 3.12952e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 204 203 272 <Ref> { circle_noShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 273 274 275 <Ref> { circle_noShape.verts } }
-  }
-}

+ 0 - 202
dmodels/src/icons/icon_diamond.egg

@@ -1,202 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_diamond.egg diamond.mb"
-}
-<Texture> triangle_SG {
-  "../maps/triangle.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> pPyramid1 {
-  <VertexPool> pPyramidShape1.verts {
-    <Vertex> 0 {
-      -15.24 30.48 -15.24
-      <UV> { 0 1 }
-      <Normal> { -0.894427 0.447214 -1.17524e-007 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 1 {
-      -15.24 30.48 15.24
-      <UV> { 1 5.96046e-008 }
-      <Normal> { -0.894427 0.447214 -1.17524e-007 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 2 {
-      0 60.96 0
-      <UV> { 0 0 }
-      <Normal> { -0.894427 0.447214 -1.17524e-007 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 3 {
-      -15.24 30.48 15.24
-      <UV> { 0 1 }
-      <Normal> { -5.87618e-008 0.447214 0.894427 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 4 {
-      15.24 30.48 15.24
-      <UV> { 1 0 }
-      <Normal> { -5.87618e-008 0.447214 0.894427 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 5 {
-      0 60.96 0
-      <UV> { 0 0 }
-      <Normal> { -5.87618e-008 0.447214 0.894427 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 6 {
-      15.24 30.48 15.24
-      <UV> { 0 1 }
-      <Normal> { 0.894427 0.447214 1.17524e-007 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 7 {
-      15.24 30.48 -15.24
-      <UV> { 1 5.96046e-008 }
-      <Normal> { 0.894427 0.447214 1.17524e-007 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 8 {
-      0 60.96 0
-      <UV> { 0 0 }
-      <Normal> { 0.894427 0.447214 1.17524e-007 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 9 {
-      15.24 30.48 -15.24
-      <UV> { 0 1 }
-      <Normal> { 5.87618e-008 0.447214 -0.894427 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 10 {
-      -15.24 30.48 -15.24
-      <UV> { 1 5.96046e-008 }
-      <Normal> { 5.87618e-008 0.447214 -0.894427 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 11 {
-      0 60.96 0
-      <UV> { 0 0 }
-      <Normal> { 5.87618e-008 0.447214 -0.894427 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 12 {
-      -15.24 30.48 -15.24
-      <UV> { 0 1 }
-      <Normal> { -0.894427 -0.447214 -1.3574e-007 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 13 {
-      0 9.53674e-007 0
-      <UV> { 0 4.47035e-008 }
-      <Normal> { -0.894427 -0.447214 -1.3574e-007 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 14 {
-      -15.24 30.48 15.24
-      <UV> { 1 0 }
-      <Normal> { -0.894427 -0.447214 -1.3574e-007 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 15 {
-      -15.24 30.48 15.24
-      <UV> { 0 1 }
-      <Normal> { -5.87618e-008 -0.447214 0.894427 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 16 {
-      0 9.53674e-007 0
-      <UV> { 0 4.47035e-008 }
-      <Normal> { -5.87618e-008 -0.447214 0.894427 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 17 {
-      15.24 30.48 15.24
-      <UV> { 1 0 }
-      <Normal> { -5.87618e-008 -0.447214 0.894427 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 18 {
-      15.24 30.48 15.24
-      <UV> { 0 1 }
-      <Normal> { 0.894427 -0.447214 2.65897e-008 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 19 {
-      0 9.53674e-007 0
-      <UV> { 0 4.47035e-008 }
-      <Normal> { 0.894427 -0.447214 2.65897e-008 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 20 {
-      15.24 30.48 -15.24
-      <UV> { 1 0 }
-      <Normal> { 0.894427 -0.447214 2.65897e-008 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 21 {
-      15.24 30.48 -15.24
-      <UV> { 0 1 }
-      <Normal> { 2.93809e-008 -0.447214 -0.894427 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 22 {
-      0 9.53674e-007 0
-      <UV> { 0 4.47035e-008 }
-      <Normal> { 2.93809e-008 -0.447214 -0.894427 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 23 {
-      -15.24 30.48 -15.24
-      <UV> { 1 0 }
-      <Normal> { 2.93809e-008 -0.447214 -0.894427 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { -0.894427 0.447214 -1.17524e-007 }
-    <TRef> { triangle_SG }
-    <VertexRef> { 0 1 2 <Ref> { pPyramidShape1.verts } }
-  }
-  <Polygon> {
-    <Normal> { -5.87618e-008 0.447214 0.894427 }
-    <TRef> { triangle_SG }
-    <VertexRef> { 3 4 5 <Ref> { pPyramidShape1.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.894427 0.447214 1.17524e-007 }
-    <TRef> { triangle_SG }
-    <VertexRef> { 6 7 8 <Ref> { pPyramidShape1.verts } }
-  }
-  <Polygon> {
-    <Normal> { 5.87618e-008 0.447214 -0.894427 }
-    <TRef> { triangle_SG }
-    <VertexRef> { 9 10 11 <Ref> { pPyramidShape1.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.894427 -0.447214 -1.3574e-007 }
-    <TRef> { triangle_SG }
-    <VertexRef> { 12 13 14 <Ref> { pPyramidShape1.verts } }
-  }
-  <Polygon> {
-    <Normal> { -5.87618e-008 -0.447214 0.894427 }
-    <TRef> { triangle_SG }
-    <VertexRef> { 15 16 17 <Ref> { pPyramidShape1.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.894427 -0.447214 2.65897e-008 }
-    <TRef> { triangle_SG }
-    <VertexRef> { 18 19 20 <Ref> { pPyramidShape1.verts } }
-  }
-  <Polygon> {
-    <Normal> { 2.93809e-008 -0.447214 -0.894427 }
-    <TRef> { triangle_SG }
-    <VertexRef> { 21 22 23 <Ref> { pPyramidShape1.verts } }
-  }
-}

+ 0 - 2041
dmodels/src/icons/icon_gear1.egg

@@ -1,2041 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_gear1.egg gear1.mb"
-}
-<Texture> square_SG {
-  "../maps/square.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> gear {
-  <VertexPool> gearShape.verts {
-    <Vertex> 0 {
-      3.53443 0 -2.63006
-      <UV> { 0.1 0 }
-      <Normal> { -0.786625 0 0.617432 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 1 {
-      4.40736 0 1.29286
-      <UV> { 0.9 0 }
-      <Normal> { -0.975689 0 -0.219158 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 2 {
-      4.40736 4.34233 1.29286
-      <UV> { 0.9 1 }
-      <Normal> { -0.975689 0 -0.219158 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 3 {
-      3.53443 4.34233 -2.63006
-      <UV> { 0.1 1 }
-      <Normal> { -0.786625 0 0.617432 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 4 {
-      4.21947e-007 0 -4.37592
-      <UV> { 0.1 0 }
-      <Normal> { 9.97197e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 5 {
-      3.53443 0 -2.63006
-      <UV> { 0.9 0 }
-      <Normal> { -0.786625 0 0.617432 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 6 {
-      3.53443 4.34233 -2.63006
-      <UV> { 0.9 1 }
-      <Normal> { -0.786625 0 0.617432 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 7 {
-      4.21947e-007 4.34233 -4.37592
-      <UV> { 0.1 1 }
-      <Normal> { 9.97197e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 8 {
-      -3.53443 0 -2.63006
-      <UV> { 0.1 0 }
-      <Normal> { 0.786625 0 0.617431 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 9 {
-      4.21947e-007 0 -4.37592
-      <UV> { 0.9 0 }
-      <Normal> { 9.97197e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 10 {
-      4.21947e-007 4.34233 -4.37592
-      <UV> { 0.9 1 }
-      <Normal> { 9.97197e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 11 {
-      -3.53443 4.34233 -2.63006
-      <UV> { 0.1 1 }
-      <Normal> { 0.786625 0 0.617431 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 12 {
-      -4.40736 0 1.29286
-      <UV> { 0.1 0 }
-      <Normal> { 0.975689 0 -0.219158 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 13 {
-      -3.53443 0 -2.63006
-      <UV> { 0.9 0 }
-      <Normal> { 0.786625 0 0.617431 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 14 {
-      -3.53443 4.34233 -2.63006
-      <UV> { 0.9 1 }
-      <Normal> { 0.786625 0 0.617431 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 15 {
-      -4.40736 4.34233 1.29286
-      <UV> { 0.1 1 }
-      <Normal> { 0.975689 0 -0.219158 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 16 {
-      -1.96146 0 4.4388
-      <UV> { 0.1 0 }
-      <Normal> { 0.439435 0 -0.898274 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 17 {
-      -4.40736 0 1.29286
-      <UV> { 0.9 0 }
-      <Normal> { 0.975689 0 -0.219158 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 18 {
-      -4.40736 4.34233 1.29286
-      <UV> { 0.9 1 }
-      <Normal> { 0.975689 0 -0.219158 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 19 {
-      -1.96146 4.34233 4.4388
-      <UV> { 0.1 1 }
-      <Normal> { 0.439435 0 -0.898274 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 20 {
-      1.96146 0 4.4388
-      <UV> { 0.1 0 }
-      <Normal> { -0.439435 0 -0.898274 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 21 {
-      -1.96146 0 4.4388
-      <UV> { 0.9 0 }
-      <Normal> { 0.439435 0 -0.898274 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 22 {
-      -1.96146 4.34233 4.4388
-      <UV> { 0.9 1 }
-      <Normal> { 0.439435 0 -0.898274 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 23 {
-      1.96146 4.34233 4.4388
-      <UV> { 0.1 1 }
-      <Normal> { -0.439435 0 -0.898274 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 24 {
-      4.40736 0 1.29286
-      <UV> { 0.1 0 }
-      <Normal> { -0.975689 0 -0.219158 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 25 {
-      1.96146 0 4.4388
-      <UV> { 0.9 0 }
-      <Normal> { -0.439435 0 -0.898274 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 26 {
-      1.96146 4.34233 4.4388
-      <UV> { 0.9 1 }
-      <Normal> { -0.439435 0 -0.898274 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 27 {
-      4.40736 4.34233 1.29286
-      <UV> { 0.1 1 }
-      <Normal> { -0.975689 0 -0.219158 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 28 {
-      3.53443 4.34233 -2.63006
-      <UV> { 0.1 0 }
-      <Normal> { 0 1 -1.11379e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 29 {
-      4.40736 4.34233 1.29286
-      <UV> { 0.9 0 }
-      <Normal> { 0 1 -1.58808e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 30 {
-      12.5851 4.34233 0.261039
-      <UV> { 0.9 1 }
-      <Normal> { 0 1 -5.32358e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 31 {
-      11.3388 4.34233 -5.33984
-      <UV> { 0.1 1 }
-      <Normal> { 0 1 1.82767e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 32 {
-      3.53443 4.34233 -2.63006
-      <UV> { 0.5 0 }
-      <Normal> { 0 1 -1.11379e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 33 {
-      7.84666 4.34233 -9.8314
-      <UV> { 0.9 1 }
-      <Normal> { 0 1 4.20979e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 34 {
-      4.21947e-007 4.34233 -4.37592
-      <UV> { 0.1 0 }
-      <Normal> { 0 1 7.94039e-009 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 35 {
-      3.53443 4.34233 -2.63006
-      <UV> { 0.9 0 }
-      <Normal> { 0 1 -1.11379e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 36 {
-      2.80044 4.34233 -12.324
-      <UV> { 0.1 1 }
-      <Normal> { 0 1 1.35339e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 37 {
-      4.21947e-007 4.34233 -4.37592
-      <UV> { 0.5 0 }
-      <Normal> { 0 1 7.94039e-009 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 38 {
-      -2.80044 4.34233 -12.324
-      <UV> { 0.9 1 }
-      <Normal> { 0 1 3.7355e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 39 {
-      -3.53443 4.34233 -2.63006
-      <UV> { 0.1 0 }
-      <Normal> { 0 1 -1.58808e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 40 {
-      4.21947e-007 4.34233 -4.37592
-      <UV> { 0.9 0 }
-      <Normal> { 0 1 7.94039e-009 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 41 {
-      -7.84666 4.34233 -9.8314
-      <UV> { 0.1 1 }
-      <Normal> { 0 1 1.58808e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 42 {
-      -3.53443 4.34233 -2.63006
-      <UV> { 0.5 0 }
-      <Normal> { 0 1 -1.58808e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 43 {
-      -11.3387 4.34233 -5.33984
-      <UV> { 0.9 1 }
-      <Normal> { 0 1 -3.17616e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 44 {
-      -4.40736 4.34233 1.29286
-      <UV> { 0.1 0 }
-      <Normal> { 0 1 9.48571e-009 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 45 {
-      -3.53443 4.34233 -2.63006
-      <UV> { 0.9 0 }
-      <Normal> { 0 1 -1.58808e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 46 {
-      -12.5851 4.34233 0.261042
-      <UV> { 0.1 1 }
-      <Normal> { 0 1 2.53665e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 47 {
-      -4.40736 4.34233 1.29286
-      <UV> { 0.5 0 }
-      <Normal> { 0 1 9.48571e-009 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 48 {
-      -11.3387 4.34233 5.86192
-      <UV> { 0.9 1 }
-      <Normal> { 0 1 4.12473e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 49 {
-      -1.96146 4.34233 4.4388
-      <UV> { 0.1 0 }
-      <Normal> { 0 1 3.92755e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 50 {
-      -4.40736 4.34233 1.29286
-      <UV> { 0.9 0 }
-      <Normal> { 0 1 9.48571e-009 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 51 {
-      -7.84666 4.34233 10.3535
-      <UV> { 0.1 1 }
-      <Normal> { 0 1 -5.17651e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 52 {
-      -1.96146 4.34233 4.4388
-      <UV> { 0.5 0 }
-      <Normal> { 0 1 3.92755e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 53 {
-      -2.80044 4.34233 12.8461
-      <UV> { 0.9 1 }
-      <Normal> { 0 1 -2.00036e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 54 {
-      1.96146 4.34233 4.4388
-      <UV> { 0.1 0 }
-      <Normal> { 0 1 3.17616e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 55 {
-      -1.96146 4.34233 4.4388
-      <UV> { 0.9 0 }
-      <Normal> { 0 1 3.92755e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 56 {
-      2.80044 4.34233 12.8461
-      <UV> { 0.1 1 }
-      <Normal> { 0 1 1.58808e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 57 {
-      1.96146 4.34233 4.4388
-      <UV> { 0.5 0 }
-      <Normal> { 0 1 3.17616e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 58 {
-      7.84666 4.34233 10.3535
-      <UV> { 0.9 1 }
-      <Normal> { 0 1 1.58808e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 59 {
-      4.40736 4.34233 1.29286
-      <UV> { 0.1 0 }
-      <Normal> { 0 1 -1.58808e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 60 {
-      1.96146 4.34233 4.4388
-      <UV> { 0.9 0 }
-      <Normal> { 0 1 3.17616e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 61 {
-      11.3388 4.34233 5.86192
-      <UV> { 0.1 1 }
-      <Normal> { 0 1 -5.59348e-009 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 62 {
-      4.40736 4.34233 1.29286
-      <UV> { 0.5 0 }
-      <Normal> { 0 1 -1.58808e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 63 {
-      11.3388 4.34233 -5.33984
-      <UV> { 0 0 }
-      <Normal> { 0.976125 0 -0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 64 {
-      12.5851 4.34233 0.261039
-      <UV> { 1 0 }
-      <Normal> { 0.976125 0 -0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 65 {
-      12.5851 0 0.261039
-      <UV> { 1 1 }
-      <Normal> { 0.976125 0 -0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 66 {
-      11.3388 0 -5.33984
-      <UV> { 0 1 }
-      <Normal> { 0.976125 0 -0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 67 {
-      10.3962 4.34233 -11.2291
-      <UV> { 0 0 }
-      <Normal> { 0.789466 0 -0.613794 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 68 {
-      13.2345 4.34233 -7.57832
-      <UV> { 1 0 }
-      <Normal> { 0.789466 0 -0.613794 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 69 {
-      13.2345 0 -7.57832
-      <UV> { 1 1 }
-      <Normal> { 0.789466 0 -0.613794 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 70 {
-      10.3962 0 -11.2291
-      <UV> { 0 1 }
-      <Normal> { 0.789466 0 -0.613794 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 71 {
-      2.80044 4.34233 -12.324
-      <UV> { 0 0 }
-      <Normal> { 0.442875 0 -0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 72 {
-      7.84666 4.34233 -9.8314
-      <UV> { 1 0 }
-      <Normal> { 0.442875 0 -0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 73 {
-      7.84666 0 -9.8314
-      <UV> { 1 1 }
-      <Normal> { 0.442875 0 -0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 74 {
-      2.80044 0 -12.324
-      <UV> { 0 1 }
-      <Normal> { 0.442875 0 -0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 75 {
-      -2.27621 4.34233 -15.24
-      <UV> { 0 0 }
-      <Normal> { -3.85945e-007 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 76 {
-      2.27621 4.34233 -15.24
-      <UV> { 1 0 }
-      <Normal> { -3.85945e-007 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 77 {
-      2.27621 0 -15.24
-      <UV> { 1 1 }
-      <Normal> { -3.85945e-007 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 78 {
-      -2.27621 0 -15.24
-      <UV> { 0 1 }
-      <Normal> { -3.85945e-007 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 79 {
-      -7.84666 4.34233 -9.8314
-      <UV> { 0 0 }
-      <Normal> { -0.442876 0 -0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 80 {
-      -2.80044 4.34233 -12.324
-      <UV> { 1 0 }
-      <Normal> { -0.442876 0 -0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 81 {
-      -2.80044 0 -12.324
-      <UV> { 1 1 }
-      <Normal> { -0.442876 0 -0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 82 {
-      -7.84666 0 -9.8314
-      <UV> { 0 1 }
-      <Normal> { -0.442876 0 -0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 83 {
-      -13.2345 4.34233 -7.57832
-      <UV> { 0 0 }
-      <Normal> { -0.789467 0 -0.613794 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 84 {
-      -10.3962 4.34233 -11.2291
-      <UV> { 1 0 }
-      <Normal> { -0.789467 0 -0.613794 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 85 {
-      -10.3962 0 -11.2291
-      <UV> { 1 1 }
-      <Normal> { -0.789467 0 -0.613794 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 86 {
-      -13.2345 0 -7.57832
-      <UV> { 0 1 }
-      <Normal> { -0.789467 0 -0.613794 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 87 {
-      -12.5851 4.34233 0.261042
-      <UV> { 0 0 }
-      <Normal> { -0.976125 0 -0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 88 {
-      -11.3387 4.34233 -5.33984
-      <UV> { 1 0 }
-      <Normal> { -0.976125 0 -0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 89 {
-      -11.3387 0 -5.33984
-      <UV> { 1 1 }
-      <Normal> { -0.976125 0 -0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 90 {
-      -12.5851 0 0.261042
-      <UV> { 0 1 }
-      <Normal> { -0.976125 0 -0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 91 {
-      -14.227 4.34233 5.98656
-      <UV> { 0 0 }
-      <Normal> { -0.976125 0 0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 92 {
-      -15.24 4.34233 1.43414
-      <UV> { 1 0 }
-      <Normal> { -0.976125 0 0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 93 {
-      -15.24 0 1.43414
-      <UV> { 1 1 }
-      <Normal> { -0.976125 0 0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 94 {
-      -14.227 0 5.98656
-      <UV> { 0 1 }
-      <Normal> { -0.976125 0 0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 95 {
-      -7.84666 4.34233 10.3535
-      <UV> { 0 0 }
-      <Normal> { -0.789466 0 0.613794 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 96 {
-      -11.3387 4.34233 5.86192
-      <UV> { 1 0 }
-      <Normal> { -0.789466 0 0.613794 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 97 {
-      -11.3387 0 5.86192
-      <UV> { 1 1 }
-      <Normal> { -0.789466 0 0.613794 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 98 {
-      -7.84666 0 10.3535
-      <UV> { 0 1 }
-      <Normal> { -0.789466 0 0.613794 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 99 {
-      -4.50622 4.34233 15.24
-      <UV> { 0 0 }
-      <Normal> { -0.442875 0 0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 100 {
-      -8.60781 4.34233 13.214
-      <UV> { 1 0 }
-      <Normal> { -0.442875 0 0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 101 {
-      -8.60781 0 13.214
-      <UV> { 1 1 }
-      <Normal> { -0.442875 0 0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 102 {
-      -4.50622 0 15.24
-      <UV> { 0 1 }
-      <Normal> { -0.442875 0 0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 103 {
-      2.80044 4.34233 12.8461
-      <UV> { 0 0 }
-      <Normal> { 3.13698e-007 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 104 {
-      -2.80044 4.34233 12.8461
-      <UV> { 1 0 }
-      <Normal> { 3.13698e-007 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 105 {
-      -2.80044 0 12.8461
-      <UV> { 1 1 }
-      <Normal> { 3.13698e-007 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 106 {
-      2.80044 0 12.8461
-      <UV> { 0 1 }
-      <Normal> { 3.13698e-007 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 107 {
-      8.60782 4.34233 13.214
-      <UV> { 0 0 }
-      <Normal> { 0.442876 0 0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 108 {
-      4.50623 4.34233 15.24
-      <UV> { 1 0 }
-      <Normal> { 0.442876 0 0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 109 {
-      4.50623 0 15.24
-      <UV> { 1 1 }
-      <Normal> { 0.442876 0 0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 110 {
-      8.60782 0 13.214
-      <UV> { 0 1 }
-      <Normal> { 0.442876 0 0.896583 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 111 {
-      11.3388 4.34233 5.86192
-      <UV> { 0 0 }
-      <Normal> { 0.789467 0 0.613793 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 112 {
-      7.84666 4.34233 10.3535
-      <UV> { 1 0 }
-      <Normal> { 0.789467 0 0.613793 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 113 {
-      7.84666 0 10.3535
-      <UV> { 1 1 }
-      <Normal> { 0.789467 0 0.613793 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 114 {
-      11.3388 0 5.86192
-      <UV> { 0 1 }
-      <Normal> { 0.789467 0 0.613793 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 115 {
-      15.24 4.34233 1.43414
-      <UV> { 0 0 }
-      <Normal> { 0.976125 -8.97091e-008 0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 116 {
-      14.227 4.34233 5.98655
-      <UV> { 1 0 }
-      <Normal> { 0.976125 -8.97091e-008 0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 117 {
-      14.227 0 5.98655
-      <UV> { 1 1 }
-      <Normal> { 0.976125 -8.97091e-008 0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 118 {
-      15.24 0 1.43414
-      <UV> { 0 1 }
-      <Normal> { 0.976125 -8.97091e-008 0.217208 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 119 {
-      11.3388 0 -5.33984
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 120 {
-      12.5851 0 0.261039
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 121 {
-      4.40736 0 1.29286
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 122 {
-      3.53443 0 -2.63006
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 123 {
-      7.84666 0 -9.8314
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 124 {
-      11.3388 0 -5.33984
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 125 {
-      3.53443 0 -2.63006
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 126 {
-      2.80044 0 -12.324
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 127 {
-      7.84666 0 -9.8314
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 128 {
-      4.21947e-007 0 -4.37592
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 129 {
-      -2.80044 0 -12.324
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 130 {
-      2.80044 0 -12.324
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 131 {
-      4.21947e-007 0 -4.37592
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 132 {
-      -7.84666 0 -9.8314
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 133 {
-      -2.80044 0 -12.324
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 134 {
-      -3.53443 0 -2.63006
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 135 {
-      -11.3387 0 -5.33984
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 136 {
-      -7.84666 0 -9.8314
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 137 {
-      -3.53443 0 -2.63006
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 138 {
-      -12.5851 0 0.261042
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 139 {
-      -11.3387 0 -5.33984
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 140 {
-      -4.40736 0 1.29286
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 141 {
-      -11.3387 0 5.86192
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 142 {
-      -12.5851 0 0.261042
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 143 {
-      -4.40736 0 1.29286
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 144 {
-      -7.84666 0 10.3535
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 145 {
-      -11.3387 0 5.86192
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 146 {
-      -1.96146 0 4.4388
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 147 {
-      -2.80044 0 12.8461
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 148 {
-      -7.84666 0 10.3535
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 149 {
-      -1.96146 0 4.4388
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 150 {
-      2.80044 0 12.8461
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 151 {
-      -2.80044 0 12.8461
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 152 {
-      1.96146 0 4.4388
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 153 {
-      7.84666 0 10.3535
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 154 {
-      2.80044 0 12.8461
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 155 {
-      1.96146 0 4.4388
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 156 {
-      11.3388 0 5.86192
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 157 {
-      7.84666 0 10.3535
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 158 {
-      4.40736 0 1.29286
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 159 {
-      12.5851 0 0.261039
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 160 {
-      11.3388 0 5.86192
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 161 {
-      7.84666 4.34233 -9.8314
-      <UV> { 0 0 }
-      <Normal> { 0 1 4.20979e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 162 {
-      11.3388 4.34233 -5.33984
-      <UV> { 1 0 }
-      <Normal> { 0 1 1.82767e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 163 {
-      13.2345 4.34233 -7.57832
-      <UV> { 1 1 }
-      <Normal> { 0 1 6.44227e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 164 {
-      10.3962 4.34233 -11.2291
-      <UV> { 0 1 }
-      <Normal> { 0 1 6.44227e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 165 {
-      11.3388 4.34233 -5.33984
-      <UV> { 0 0 }
-      <Normal> { 0.763102 0 0.646278 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 166 {
-      11.3388 0 -5.33984
-      <UV> { 1 0 }
-      <Normal> { 0.763102 0 0.646278 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 167 {
-      13.2345 0 -7.57832
-      <UV> { 1 1 }
-      <Normal> { 0.763102 0 0.646278 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 168 {
-      13.2345 4.34233 -7.57832
-      <UV> { 0 1 }
-      <Normal> { 0.763102 0 0.646278 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 169 {
-      11.3388 0 -5.33984
-      <UV> { 0 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 170 {
-      7.84666 0 -9.8314
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 171 {
-      10.3962 0 -11.2291
-      <UV> { 1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 172 {
-      13.2345 0 -7.57832
-      <UV> { 0 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 173 {
-      7.84666 0 -9.8314
-      <UV> { 0 0 }
-      <Normal> { -0.480719 0 -0.876875 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 174 {
-      7.84666 4.34233 -9.8314
-      <UV> { 1 0 }
-      <Normal> { -0.480719 0 -0.876875 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 175 {
-      10.3962 4.34233 -11.2291
-      <UV> { 1 1 }
-      <Normal> { -0.480719 0 -0.876875 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 176 {
-      10.3962 0 -11.2291
-      <UV> { 0 1 }
-      <Normal> { -0.480719 0 -0.876875 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 177 {
-      -2.80044 4.34233 -12.324
-      <UV> { 0 0 }
-      <Normal> { 0 1 3.7355e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 178 {
-      2.80044 4.34233 -12.324
-      <UV> { 1 0 }
-      <Normal> { 0 1 1.35339e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 179 {
-      2.27621 4.34233 -15.24
-      <UV> { 1 1 }
-      <Normal> { 0 1 6.44227e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 180 {
-      -2.27621 4.34233 -15.24
-      <UV> { 0 1 }
-      <Normal> { 0 1 6.44227e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 181 {
-      2.80044 4.34233 -12.324
-      <UV> { 0 0 }
-      <Normal> { 0.984221 0 -0.176943 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 182 {
-      2.80044 0 -12.324
-      <UV> { 1 0 }
-      <Normal> { 0.984221 0 -0.176943 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 183 {
-      2.27621 0 -15.24
-      <UV> { 1 1 }
-      <Normal> { 0.984221 0 -0.176943 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 184 {
-      2.27621 4.34233 -15.24
-      <UV> { 0 1 }
-      <Normal> { 0.984221 0 -0.176943 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 185 {
-      2.80044 0 -12.324
-      <UV> { 0 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 186 {
-      -2.80044 0 -12.324
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 187 {
-      -2.27621 0 -15.24
-      <UV> { 1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 188 {
-      2.27621 0 -15.24
-      <UV> { 0 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 189 {
-      -2.80044 0 -12.324
-      <UV> { 0 0 }
-      <Normal> { -0.984221 0 -0.176942 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 190 {
-      -2.80044 4.34233 -12.324
-      <UV> { 1 0 }
-      <Normal> { -0.984221 0 -0.176942 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 191 {
-      -2.27621 4.34233 -15.24
-      <UV> { 1 1 }
-      <Normal> { -0.984221 0 -0.176942 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 192 {
-      -2.27621 0 -15.24
-      <UV> { 0 1 }
-      <Normal> { -0.984221 0 -0.176942 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 193 {
-      -11.3387 4.34233 -5.33984
-      <UV> { 0 0 }
-      <Normal> { 0 1 -3.17616e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 194 {
-      -7.84666 4.34233 -9.8314
-      <UV> { 1 0 }
-      <Normal> { 0 1 1.58808e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 195 {
-      -10.3962 4.34233 -11.2291
-      <UV> { 1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 196 {
-      -13.2345 4.34233 -7.57832
-      <UV> { 0 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 197 {
-      -7.84666 4.34233 -9.8314
-      <UV> { 0 0 }
-      <Normal> { 0.480719 0 -0.876875 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 198 {
-      -7.84666 0 -9.8314
-      <UV> { 1 0 }
-      <Normal> { 0.480719 0 -0.876875 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 199 {
-      -10.3962 0 -11.2291
-      <UV> { 1 1 }
-      <Normal> { 0.480719 0 -0.876875 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 200 {
-      -10.3962 4.34233 -11.2291
-      <UV> { 0 1 }
-      <Normal> { 0.480719 0 -0.876875 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 201 {
-      -7.84666 0 -9.8314
-      <UV> { 0 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 202 {
-      -11.3387 0 -5.33984
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 203 {
-      -13.2345 0 -7.57832
-      <UV> { 1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 204 {
-      -10.3962 0 -11.2291
-      <UV> { 0 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 205 {
-      -11.3387 0 -5.33984
-      <UV> { 0 0 }
-      <Normal> { -0.763102 0 0.646278 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 206 {
-      -11.3387 4.34233 -5.33984
-      <UV> { 1 0 }
-      <Normal> { -0.763102 0 0.646278 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 207 {
-      -13.2345 4.34233 -7.57832
-      <UV> { 1 1 }
-      <Normal> { -0.763102 0 0.646278 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 208 {
-      -13.2345 0 -7.57832
-      <UV> { 0 1 }
-      <Normal> { -0.763102 0 0.646278 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 209 {
-      -11.3387 4.34233 5.86192
-      <UV> { 0 0 }
-      <Normal> { 0 1 4.12473e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 210 {
-      -12.5851 4.34233 0.261042
-      <UV> { 1 0 }
-      <Normal> { 0 1 2.53665e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 211 {
-      -15.24 4.34233 1.43414
-      <UV> { 1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 212 {
-      -14.227 4.34233 5.98656
-      <UV> { 0 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 213 {
-      -12.5851 4.34233 0.261042
-      <UV> { 0 0 }
-      <Normal> { -0.40416 0 -0.914688 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 214 {
-      -12.5851 0 0.261042
-      <UV> { 1 0 }
-      <Normal> { -0.40416 0 -0.914688 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 215 {
-      -15.24 0 1.43414
-      <UV> { 1 1 }
-      <Normal> { -0.40416 0 -0.914688 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 216 {
-      -15.24 4.34233 1.43414
-      <UV> { 0 1 }
-      <Normal> { -0.40416 0 -0.914688 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 217 {
-      -12.5851 0 0.261042
-      <UV> { 0 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 218 {
-      -11.3387 0 5.86192
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 219 {
-      -14.227 0 5.98656
-      <UV> { 1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 220 {
-      -15.24 0 1.43414
-      <UV> { 0 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 221 {
-      -11.3387 0 5.86192
-      <UV> { 0 0 }
-      <Normal> { 0.0431125 0 0.99907 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 222 {
-      -11.3387 4.34233 5.86192
-      <UV> { 1 0 }
-      <Normal> { 0.0431125 0 0.99907 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 223 {
-      -14.227 4.34233 5.98656
-      <UV> { 1 1 }
-      <Normal> { 0.0431125 0 0.99907 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 224 {
-      -14.227 0 5.98656
-      <UV> { 0 1 }
-      <Normal> { 0.0431125 0 0.99907 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 225 {
-      -2.80044 4.34233 12.8461
-      <UV> { 0 0 }
-      <Normal> { 0 1 -2.00036e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 226 {
-      -7.84666 4.34233 10.3535
-      <UV> { 1 0 }
-      <Normal> { 0 1 -5.17651e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 227 {
-      -8.60781 4.34233 13.214
-      <UV> { 1 1 }
-      <Normal> { 0 1 -2.2548e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 228 {
-      -4.50622 4.34233 15.24
-      <UV> { 0 1 }
-      <Normal> { 0 1 -2.2548e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 229 {
-      -7.84666 4.34233 10.3535
-      <UV> { 0 0 }
-      <Normal> { -0.966373 0 -0.257144 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 230 {
-      -7.84666 0 10.3535
-      <UV> { 1 0 }
-      <Normal> { -0.966373 0 -0.257144 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 231 {
-      -8.60781 0 13.214
-      <UV> { 1 1 }
-      <Normal> { -0.966373 0 -0.257144 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 232 {
-      -8.60781 4.34233 13.214
-      <UV> { 0 1 }
-      <Normal> { -0.966373 0 -0.257144 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 233 {
-      -7.84666 0 10.3535
-      <UV> { 0 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 234 {
-      -2.80044 0 12.8461
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 235 {
-      -4.50622 0 15.24
-      <UV> { 1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 236 {
-      -8.60781 0 13.214
-      <UV> { 0 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 237 {
-      -2.80044 0 12.8461
-      <UV> { 0 0 }
-      <Normal> { 0.814399 0 0.580306 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 238 {
-      -2.80044 4.34233 12.8461
-      <UV> { 1 0 }
-      <Normal> { 0.814399 0 0.580306 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 239 {
-      -4.50622 4.34233 15.24
-      <UV> { 1 1 }
-      <Normal> { 0.814399 0 0.580306 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 240 {
-      -4.50622 0 15.24
-      <UV> { 0 1 }
-      <Normal> { 0.814399 0 0.580306 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 241 {
-      7.84666 4.34233 10.3535
-      <UV> { 0 0 }
-      <Normal> { 0 1 1.58808e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 242 {
-      2.80044 4.34233 12.8461
-      <UV> { 1 0 }
-      <Normal> { 0 1 1.58808e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 243 {
-      4.50623 4.34233 15.24
-      <UV> { 1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 244 {
-      8.60782 4.34233 13.214
-      <UV> { 0 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 245 {
-      2.80044 4.34233 12.8461
-      <UV> { 0 0 }
-      <Normal> { -0.814399 0 0.580306 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 246 {
-      2.80044 0 12.8461
-      <UV> { 1 0 }
-      <Normal> { -0.814399 0 0.580306 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 247 {
-      4.50623 0 15.24
-      <UV> { 1 1 }
-      <Normal> { -0.814399 0 0.580306 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 248 {
-      4.50623 4.34233 15.24
-      <UV> { 0 1 }
-      <Normal> { -0.814399 0 0.580306 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 249 {
-      2.80044 0 12.8461
-      <UV> { 0 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 250 {
-      7.84666 0 10.3535
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 251 {
-      8.60782 0 13.214
-      <UV> { 1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 252 {
-      4.50623 0 15.24
-      <UV> { 0 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 253 {
-      7.84666 0 10.3535
-      <UV> { 0 0 }
-      <Normal> { 0.966373 0 -0.257144 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 254 {
-      7.84666 4.34233 10.3535
-      <UV> { 1 0 }
-      <Normal> { 0.966373 0 -0.257144 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 255 {
-      8.60782 4.34233 13.214
-      <UV> { 1 1 }
-      <Normal> { 0.966373 0 -0.257144 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 256 {
-      8.60782 0 13.214
-      <UV> { 0 1 }
-      <Normal> { 0.966373 0 -0.257144 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 257 {
-      12.5851 4.34233 0.261039
-      <UV> { 0 0 }
-      <Normal> { 0 1 -5.32358e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 258 {
-      11.3388 4.34233 5.86192
-      <UV> { 1 0 }
-      <Normal> { 0 1 -5.59348e-009 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 259 {
-      14.227 4.34233 5.98655
-      <UV> { 1 1 }
-      <Normal> { 0 1 -6.44228e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 260 {
-      15.24 4.34233 1.43414
-      <UV> { 0 1 }
-      <Normal> { 0 1 -6.44228e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 261 {
-      11.3388 4.34233 5.86192
-      <UV> { 0 0 }
-      <Normal> { -0.0431127 0 0.99907 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 262 {
-      11.3388 0 5.86192
-      <UV> { 1 0 }
-      <Normal> { -0.0431127 0 0.99907 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 263 {
-      14.227 0 5.98655
-      <UV> { 1 1 }
-      <Normal> { -0.0431127 0 0.99907 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 264 {
-      14.227 4.34233 5.98655
-      <UV> { 0 1 }
-      <Normal> { -0.0431127 0 0.99907 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 265 {
-      11.3388 0 5.86192
-      <UV> { 0 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 266 {
-      12.5851 0 0.261039
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 267 {
-      15.24 0 1.43414
-      <UV> { 1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 268 {
-      14.227 0 5.98655
-      <UV> { 0 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 269 {
-      12.5851 0 0.261039
-      <UV> { 0 0 }
-      <Normal> { 0.40416 0 -0.914688 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 270 {
-      12.5851 4.34233 0.261039
-      <UV> { 1 0 }
-      <Normal> { 0.40416 0 -0.914688 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 271 {
-      15.24 4.34233 1.43414
-      <UV> { 1 1 }
-      <Normal> { 0.40416 0 -0.914688 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 272 {
-      15.24 0 1.43414
-      <UV> { 0 1 }
-      <Normal> { 0.40416 0 -0.914688 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { -0.976125 0 0.217208 }
-    <TRef> { square_SG }
-    <VertexRef> { 0 1 2 3 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.442875 0 0.896583 }
-    <TRef> { square_SG }
-    <VertexRef> { 4 5 6 7 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.442876 0 0.896583 }
-    <TRef> { square_SG }
-    <VertexRef> { 8 9 10 11 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.976125 0 0.217208 }
-    <TRef> { square_SG }
-    <VertexRef> { 12 13 14 15 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.789466 0 -0.613794 }
-    <TRef> { square_SG }
-    <VertexRef> { 16 17 18 19 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -4.47876e-007 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 20 21 22 23 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.789467 0 -0.613794 }
-    <TRef> { square_SG }
-    <VertexRef> { 24 25 26 27 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 -9.52847e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 28 29 30 31 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 8.5692e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 32 31 33 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 -2.38212e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 34 35 33 36 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 37 36 38 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 4.76423e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 39 40 38 41 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 42 41 43 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 -9.52847e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 44 45 43 46 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 1.71384e-007 }
-    <TRef> { square_SG }
-    <VertexRef> { 47 46 48 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 -4.76423e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 49 50 48 51 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 1.17827e-007 }
-    <TRef> { square_SG }
-    <VertexRef> { 52 51 53 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 4.76423e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 54 55 53 56 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 57 56 58 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 4.76423e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 59 60 58 61 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 62 61 30 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.976125 0 -0.217208 }
-    <TRef> { square_SG }
-    <VertexRef> { 63 64 65 66 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.789466 0 -0.613794 }
-    <TRef> { square_SG }
-    <VertexRef> { 67 68 69 70 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.442875 0 -0.896583 }
-    <TRef> { square_SG }
-    <VertexRef> { 71 72 73 74 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -3.85945e-007 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 75 76 77 78 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.442876 0 -0.896583 }
-    <TRef> { square_SG }
-    <VertexRef> { 79 80 81 82 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.789467 0 -0.613794 }
-    <TRef> { square_SG }
-    <VertexRef> { 83 84 85 86 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.976125 0 -0.217208 }
-    <TRef> { square_SG }
-    <VertexRef> { 87 88 89 90 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.976125 0 0.217208 }
-    <TRef> { square_SG }
-    <VertexRef> { 91 92 93 94 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.789466 0 0.613794 }
-    <TRef> { square_SG }
-    <VertexRef> { 95 96 97 98 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.442875 0 0.896583 }
-    <TRef> { square_SG }
-    <VertexRef> { 99 100 101 102 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 3.13698e-007 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 103 104 105 106 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.442876 0 0.896583 }
-    <TRef> { square_SG }
-    <VertexRef> { 107 108 109 110 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.789467 0 0.613793 }
-    <TRef> { square_SG }
-    <VertexRef> { 111 112 113 114 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.976125 -8.97091e-008 0.217208 }
-    <TRef> { square_SG }
-    <VertexRef> { 115 116 117 118 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 119 120 121 122 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 123 124 125 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 126 127 125 128 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 129 130 131 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 132 133 131 134 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 135 136 137 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 138 139 137 140 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 141 142 143 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 144 145 143 146 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 147 148 149 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 150 151 149 152 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 153 154 155 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 156 157 155 158 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 159 160 121 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 6.44227e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 161 162 163 164 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.763102 0 0.646278 }
-    <TRef> { square_SG }
-    <VertexRef> { 165 166 167 168 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 169 170 171 172 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.480719 0 -0.876875 }
-    <TRef> { square_SG }
-    <VertexRef> { 173 174 175 176 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 6.44227e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 177 178 179 180 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.984221 0 -0.176943 }
-    <TRef> { square_SG }
-    <VertexRef> { 181 182 183 184 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 185 186 187 188 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.984221 0 -0.176942 }
-    <TRef> { square_SG }
-    <VertexRef> { 189 190 191 192 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 193 194 195 196 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.480719 0 -0.876875 }
-    <TRef> { square_SG }
-    <VertexRef> { 197 198 199 200 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 201 202 203 204 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.763102 0 0.646278 }
-    <TRef> { square_SG }
-    <VertexRef> { 205 206 207 208 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 209 210 211 212 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.40416 0 -0.914688 }
-    <TRef> { square_SG }
-    <VertexRef> { 213 214 215 216 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 217 218 219 220 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.0431125 0 0.99907 }
-    <TRef> { square_SG }
-    <VertexRef> { 221 222 223 224 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 -2.2548e-007 }
-    <TRef> { square_SG }
-    <VertexRef> { 225 226 227 228 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.966373 0 -0.257144 }
-    <TRef> { square_SG }
-    <VertexRef> { 229 230 231 232 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 233 234 235 236 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.814399 0 0.580306 }
-    <TRef> { square_SG }
-    <VertexRef> { 237 238 239 240 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 241 242 243 244 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.814399 0 0.580306 }
-    <TRef> { square_SG }
-    <VertexRef> { 245 246 247 248 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 249 250 251 252 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.966373 0 -0.257144 }
-    <TRef> { square_SG }
-    <VertexRef> { 253 254 255 256 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 -6.44228e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 257 258 259 260 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.0431127 0 0.99907 }
-    <TRef> { square_SG }
-    <VertexRef> { 261 262 263 264 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 265 266 267 268 <Ref> { gearShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.40416 0 -0.914688 }
-    <TRef> { square_SG }
-    <VertexRef> { 269 270 271 272 <Ref> { gearShape.verts } }
-  }
-}

+ 0 - 1422
dmodels/src/icons/icon_hourglass.egg

@@ -1,1422 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_hourglass.egg hourglass.mb"
-}
-<Texture> square_SG {
-  "../maps/square.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> hourglass {
-  <VertexPool> hourglassShape.verts {
-    <Vertex> 0 {
-      10.7763 60.96 10.7763
-      <UV> { 0.5 0 }
-      <Normal> { 0.685089 -0.247598 0.685089 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 1 {
-      -1.27242e-006 60.96 15.24
-      <UV> { 1 0 }
-      <Normal> { 1.60563e-008 -0.247598 0.968863 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 2 {
-      -1.38344e-006 50.8 12.6436
-      <UV> { 1 0.4 }
-      <Normal> { 1.60456e-008 -0.313954 0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 3 {
-      8.94034 50.8 8.94034
-      <UV> { 0.5 0.4 }
-      <Normal> { 0.671354 -0.313954 0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 4 {
-      -1.27242e-006 60.96 15.24
-      <UV> { 0 0 }
-      <Normal> { 1.60563e-008 -0.247598 0.968863 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 5 {
-      -10.7763 60.96 10.7763
-      <UV> { 0.5 0 }
-      <Normal> { -0.68509 -0.247598 0.685089 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 6 {
-      -8.94034 50.8 8.94034
-      <UV> { 0.5 0.4 }
-      <Normal> { -0.671354 -0.313954 0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 7 {
-      -1.38344e-006 50.8 12.6436
-      <UV> { 0 0.4 }
-      <Normal> { 1.60456e-008 -0.313954 0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 8 {
-      -15.24 60.96 -1.26813e-015
-      <UV> { 1 0 }
-      <Normal> { -0.968863 -0.247598 -4.8169e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 9 {
-      -12.6436 50.8 0
-      <UV> { 1 0.4 }
-      <Normal> { -0.949438 -0.313954 -7.22051e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 10 {
-      -15.24 60.96 -1.26813e-015
-      <UV> { 0 0 }
-      <Normal> { -0.968863 -0.247598 -4.8169e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 11 {
-      -10.7763 60.96 -10.7763
-      <UV> { 0.5 0 }
-      <Normal> { -0.685089 -0.247598 -0.685089 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 12 {
-      -8.94034 50.8 -8.94034
-      <UV> { 0.5 0.4 }
-      <Normal> { -0.671354 -0.313954 -0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 13 {
-      -12.6436 50.8 0
-      <UV> { 0 0.4 }
-      <Normal> { -0.949438 -0.313954 -7.22051e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 14 {
-      -1.27242e-006 60.96 -15.24
-      <UV> { 1 0 }
-      <Normal> { -8.02817e-008 -0.247598 -0.968863 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 15 {
-      -1.38344e-006 50.8 -12.6436
-      <UV> { 1 0.4 }
-      <Normal> { 8.02279e-009 -0.313954 -0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 16 {
-      -1.27242e-006 60.96 -15.24
-      <UV> { 0 0 }
-      <Normal> { -8.02817e-008 -0.247598 -0.968863 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 17 {
-      10.7763 60.96 -10.7763
-      <UV> { 0.5 0 }
-      <Normal> { 0.685089 -0.247598 -0.685089 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 18 {
-      8.94034 50.8 -8.94034
-      <UV> { 0.5 0.4 }
-      <Normal> { 0.671354 -0.313954 -0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 19 {
-      -1.38344e-006 50.8 -12.6436
-      <UV> { 0 0.4 }
-      <Normal> { 8.02279e-009 -0.313954 -0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 20 {
-      15.24 60.96 -1.26813e-015
-      <UV> { 1 0 }
-      <Normal> { 0.968863 -0.247598 1.44507e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 21 {
-      12.6436 50.8 0
-      <UV> { 1 0.4 }
-      <Normal> { 0.949438 -0.313954 5.61595e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 22 {
-      15.24 60.96 -1.26813e-015
-      <UV> { 0 0 }
-      <Normal> { 0.968863 -0.247598 1.44507e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 23 {
-      12.6436 50.8 0
-      <UV> { 0 0.4 }
-      <Normal> { 0.949438 -0.313954 5.61595e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 24 {
-      8.94034 50.8 8.94034
-      <UV> { 0.5 0.15 }
-      <Normal> { 0.671354 -0.313954 0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 25 {
-      -1.38344e-006 50.8 12.6436
-      <UV> { 1 0.15 }
-      <Normal> { 1.60456e-008 -0.313954 0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 26 {
-      -1.47922e-006 40.64 8.48991
-      <UV> { 1 0.499999 }
-      <Normal> { -1.59386e-008 -0.468596 0.883412 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 27 {
-      6.00327 40.64 6.00327
-      <UV> { 0.5 0.499999 }
-      <Normal> { 0.624667 -0.468596 0.624667 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 28 {
-      -1.38344e-006 50.8 12.6436
-      <UV> { 0 0.15 }
-      <Normal> { 1.60456e-008 -0.313954 0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 29 {
-      -8.94034 50.8 8.94034
-      <UV> { 0.5 0.15 }
-      <Normal> { -0.671354 -0.313954 0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 30 {
-      -6.00327 40.64 6.00327
-      <UV> { 0.5 0.499999 }
-      <Normal> { -0.624667 -0.468596 0.624667 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 31 {
-      -1.47922e-006 40.64 8.48991
-      <UV> { 0 0.499999 }
-      <Normal> { -1.59386e-008 -0.468596 0.883412 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 32 {
-      -12.6436 50.8 0
-      <UV> { 1 0.15 }
-      <Normal> { -0.949438 -0.313954 -7.22051e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 33 {
-      -8.48991 40.64 0
-      <UV> { 1 0.499999 }
-      <Normal> { -0.883412 -0.468596 -3.98465e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 34 {
-      -12.6436 50.8 0
-      <UV> { 0 0.15 }
-      <Normal> { -0.949438 -0.313954 -7.22051e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 35 {
-      -8.94034 50.8 -8.94034
-      <UV> { 0.5 0.15 }
-      <Normal> { -0.671354 -0.313954 -0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 36 {
-      -6.00327 40.64 -6.00327
-      <UV> { 0.5 0.499999 }
-      <Normal> { -0.624667 -0.468596 -0.624667 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 37 {
-      -8.48991 40.64 0
-      <UV> { 0 0.499999 }
-      <Normal> { -0.883412 -0.468596 -3.98465e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 38 {
-      -1.38344e-006 50.8 -12.6436
-      <UV> { 1 0.15 }
-      <Normal> { 8.02279e-009 -0.313954 -0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 39 {
-      -1.47922e-006 40.64 -8.48991
-      <UV> { 1 0.499999 }
-      <Normal> { 3.18772e-008 -0.468596 -0.883412 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 40 {
-      -1.38344e-006 50.8 -12.6436
-      <UV> { 0 0.15 }
-      <Normal> { 8.02279e-009 -0.313954 -0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 41 {
-      8.94034 50.8 -8.94034
-      <UV> { 0.5 0.15 }
-      <Normal> { 0.671354 -0.313954 -0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 42 {
-      6.00327 40.64 -6.00327
-      <UV> { 0.5 0.499999 }
-      <Normal> { 0.624667 -0.468596 -0.624667 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 43 {
-      -1.47922e-006 40.64 -8.48991
-      <UV> { 0 0.499999 }
-      <Normal> { 3.18772e-008 -0.468596 -0.883412 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 44 {
-      12.6436 50.8 0
-      <UV> { 1 0.15 }
-      <Normal> { 0.949438 -0.313954 5.61595e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 45 {
-      8.48991 40.64 0
-      <UV> { 1 0.499999 }
-      <Normal> { 0.883412 -0.468596 -9.56316e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 46 {
-      12.6436 50.8 0
-      <UV> { 0 0.15 }
-      <Normal> { 0.949438 -0.313954 5.61595e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 47 {
-      8.48991 40.64 0
-      <UV> { 0 0.499999 }
-      <Normal> { 0.883412 -0.468596 -9.56316e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 48 {
-      -1.27242e-006 60.96 0
-      <UV> { 0.15 0.85 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 49 {
-      -1.27242e-006 60.96 -15.24
-      <UV> { 1 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 50 {
-      -10.7763 60.96 -10.7763
-      <UV> { 1 0.85 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 51 {
-      10.7763 0 -10.7763
-      <UV> { 0.5 0 }
-      <Normal> { 0.685089 0.247598 -0.685089 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 52 {
-      -1.27242e-006 0 -15.24
-      <UV> { 0 0 }
-      <Normal> { 1.60563e-008 0.247598 -0.968863 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 53 {
-      -1.38344e-006 10.16 -12.6436
-      <UV> { 0 0.4 }
-      <Normal> { -8.02279e-009 0.313954 -0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 54 {
-      8.94034 10.16 -8.94034
-      <UV> { 0.5 0.4 }
-      <Normal> { 0.671354 0.313954 -0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 55 {
-      -1.27242e-006 0 -15.24
-      <UV> { 1 0 }
-      <Normal> { 1.60563e-008 0.247598 -0.968863 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 56 {
-      -10.7763 0 -10.7763
-      <UV> { 0.5 0 }
-      <Normal> { -0.685089 0.247598 -0.685089 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 57 {
-      -8.94034 10.16 -8.94034
-      <UV> { 0.5 0.4 }
-      <Normal> { -0.671354 0.313954 -0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 58 {
-      -1.38344e-006 10.16 -12.6436
-      <UV> { 1 0.4 }
-      <Normal> { -8.02279e-009 0.313954 -0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 59 {
-      -15.24 0 0
-      <UV> { 0 0 }
-      <Normal> { -0.968863 0.247598 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 60 {
-      -12.6436 10.16 0
-      <UV> { 0 0.4 }
-      <Normal> { -0.949438 0.313954 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 61 {
-      -15.24 0 0
-      <UV> { 1 0 }
-      <Normal> { -0.968863 0.247598 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 62 {
-      -10.7763 0 10.7763
-      <UV> { 0.5 0 }
-      <Normal> { -0.685089 0.247598 0.685089 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 63 {
-      -8.94034 10.16 8.94034
-      <UV> { 0.5 0.4 }
-      <Normal> { -0.671354 0.313954 0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 64 {
-      -12.6436 10.16 0
-      <UV> { 1 0.4 }
-      <Normal> { -0.949438 0.313954 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 65 {
-      -1.27242e-006 0 15.24
-      <UV> { 0 0 }
-      <Normal> { -8.02817e-008 0.247598 0.968863 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 66 {
-      -1.38344e-006 10.16 12.6436
-      <UV> { 0 0.4 }
-      <Normal> { -5.61595e-008 0.313954 0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 67 {
-      -1.27242e-006 0 15.24
-      <UV> { 1 0 }
-      <Normal> { -8.02817e-008 0.247598 0.968863 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 68 {
-      10.7763 0 10.7763
-      <UV> { 0.5 0 }
-      <Normal> { 0.685089 0.247598 0.685089 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 69 {
-      8.94034 10.16 8.94034
-      <UV> { 0.5 0.4 }
-      <Normal> { 0.671354 0.313954 0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 70 {
-      -1.38344e-006 10.16 12.6436
-      <UV> { 1 0.4 }
-      <Normal> { -5.61595e-008 0.313954 0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 71 {
-      15.24 0 0
-      <UV> { 0 0 }
-      <Normal> { 0.968863 0.247598 -6.42253e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 72 {
-      12.6436 10.16 0
-      <UV> { 0 0.4 }
-      <Normal> { 0.949438 0.313954 -8.02279e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 73 {
-      15.24 0 0
-      <UV> { 1 0 }
-      <Normal> { 0.968863 0.247598 -6.42253e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 74 {
-      12.6436 10.16 0
-      <UV> { 1 0.4 }
-      <Normal> { 0.949438 0.313954 -8.02279e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 75 {
-      8.94034 10.16 -8.94034
-      <UV> { 0.5 0.15 }
-      <Normal> { 0.671354 0.313954 -0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 76 {
-      -1.38344e-006 10.16 -12.6436
-      <UV> { 0 0.15 }
-      <Normal> { -8.02279e-009 0.313954 -0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 77 {
-      -1.47922e-006 20.32 -8.48991
-      <UV> { 0 0.5 }
-      <Normal> { -7.9693e-009 0.468596 -0.883412 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 78 {
-      6.00327 20.32 -6.00327
-      <UV> { 0.5 0.5 }
-      <Normal> { 0.624667 0.468596 -0.624667 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 79 {
-      -1.38344e-006 10.16 -12.6436
-      <UV> { 1 0.15 }
-      <Normal> { -8.02279e-009 0.313954 -0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 80 {
-      -8.94034 10.16 -8.94034
-      <UV> { 0.5 0.15 }
-      <Normal> { -0.671354 0.313954 -0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 81 {
-      -6.00327 20.32 -6.00327
-      <UV> { 0.5 0.5 }
-      <Normal> { -0.624667 0.468596 -0.624667 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 82 {
-      -1.47922e-006 20.32 -8.48991
-      <UV> { 1 0.5 }
-      <Normal> { -7.9693e-009 0.468596 -0.883412 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 83 {
-      -12.6436 10.16 0
-      <UV> { 0 0.15 }
-      <Normal> { -0.949438 0.313954 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 84 {
-      -8.48991 20.32 0
-      <UV> { 0 0.5 }
-      <Normal> { -0.883412 0.468596 3.18772e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 85 {
-      -12.6436 10.16 0
-      <UV> { 1 0.15 }
-      <Normal> { -0.949438 0.313954 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 86 {
-      -8.94034 10.16 8.94034
-      <UV> { 0.5 0.15 }
-      <Normal> { -0.671354 0.313954 0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 87 {
-      -6.00327 20.32 6.00327
-      <UV> { 0.5 0.5 }
-      <Normal> { -0.624667 0.468596 0.624667 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 88 {
-      -8.48991 20.32 0
-      <UV> { 1 0.5 }
-      <Normal> { -0.883412 0.468596 3.18772e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 89 {
-      -1.38344e-006 10.16 12.6436
-      <UV> { 0 0.15 }
-      <Normal> { -5.61595e-008 0.313954 0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 90 {
-      -1.47922e-006 20.32 8.48991
-      <UV> { 0 0.5 }
-      <Normal> { -3.18772e-008 0.468596 0.883412 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 91 {
-      -1.38344e-006 10.16 12.6436
-      <UV> { 1 0.15 }
-      <Normal> { -5.61595e-008 0.313954 0.949438 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 92 {
-      8.94034 10.16 8.94034
-      <UV> { 0.5 0.15 }
-      <Normal> { 0.671354 0.313954 0.671354 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 93 {
-      6.00327 20.32 6.00327
-      <UV> { 0.5 0.5 }
-      <Normal> { 0.624667 0.468596 0.624667 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 94 {
-      -1.47922e-006 20.32 8.48991
-      <UV> { 1 0.5 }
-      <Normal> { -3.18772e-008 0.468596 0.883412 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 95 {
-      12.6436 10.16 0
-      <UV> { 0 0.15 }
-      <Normal> { 0.949438 0.313954 -8.02279e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 96 {
-      8.48991 20.32 0
-      <UV> { 0 0.5 }
-      <Normal> { 0.883412 0.468596 -1.35478e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 97 {
-      12.6436 10.16 0
-      <UV> { 1 0.15 }
-      <Normal> { 0.949438 0.313954 -8.02279e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 98 {
-      8.48991 20.32 0
-      <UV> { 1 0.5 }
-      <Normal> { 0.883412 0.468596 -1.35478e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 99 {
-      -1.27242e-006 0 6.3621e-007
-      <UV> { 0.15 0.85 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 100 {
-      10.7763 0 10.7763
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 101 {
-      -1.27242e-006 0 15.24
-      <UV> { 1 0.85 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 102 {
-      -1.33545e-006 31.7494 2.5874
-      <UV> { 1 1 }
-      <Normal> { -2.4981e-008 -0.292177 0.956364 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 103 {
-      1.82957 31.7494 1.82957
-      <UV> { 0.5 1 }
-      <Normal> { 0.676252 -0.292177 0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 104 {
-      -1.82957 31.7494 1.82957
-      <UV> { 0.5 1 }
-      <Normal> { -0.676252 -0.292177 0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 105 {
-      -1.33545e-006 31.7494 2.5874
-      <UV> { 0 1 }
-      <Normal> { -2.4981e-008 -0.292177 0.956364 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 106 {
-      -2.5874 31.7494 0
-      <UV> { 1 1 }
-      <Normal> { -0.956364 -0.292177 8.32698e-009 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 107 {
-      -1.82957 31.7494 -1.82957
-      <UV> { 0.5 1 }
-      <Normal> { -0.676252 -0.292177 -0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 108 {
-      -2.5874 31.7494 0
-      <UV> { 0 1 }
-      <Normal> { -0.956364 -0.292177 8.32698e-009 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 109 {
-      -1.33545e-006 31.7494 -2.5874
-      <UV> { 1 1 }
-      <Normal> { -1.6654e-008 -0.292177 -0.956364 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 110 {
-      1.82957 31.7494 -1.82957
-      <UV> { 0.5 1 }
-      <Normal> { 0.676252 -0.292177 -0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 111 {
-      -1.33545e-006 31.7494 -2.5874
-      <UV> { 0 1 }
-      <Normal> { -1.6654e-008 -0.292177 -0.956364 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 112 {
-      2.5874 31.7494 0
-      <UV> { 1 1 }
-      <Normal> { 0.956364 -0.292177 -8.32698e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 113 {
-      2.5874 31.7494 0
-      <UV> { 0 1 }
-      <Normal> { 0.956364 -0.292177 -8.32698e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 114 {
-      -1.33545e-006 29.2106 -2.5874
-      <UV> { 0 1 }
-      <Normal> { 8.32698e-009 0.292177 -0.956364 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 115 {
-      1.82957 29.2106 -1.82957
-      <UV> { 0.5 1 }
-      <Normal> { 0.676252 0.292177 -0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 116 {
-      -1.82957 29.2106 -1.82957
-      <UV> { 0.5 1 }
-      <Normal> { -0.676252 0.292177 -0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 117 {
-      -1.33545e-006 29.2106 -2.5874
-      <UV> { 1 1 }
-      <Normal> { 8.32698e-009 0.292177 -0.956364 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 118 {
-      -2.5874 29.2106 0
-      <UV> { 0 1 }
-      <Normal> { -0.956364 0.292177 3.33079e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 119 {
-      -1.82957 29.2106 1.82957
-      <UV> { 0.5 1 }
-      <Normal> { -0.676252 0.292177 0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 120 {
-      -2.5874 29.2106 0
-      <UV> { 1 1 }
-      <Normal> { -0.956364 0.292177 3.33079e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 121 {
-      -1.33545e-006 29.2106 2.5874
-      <UV> { 0 1 }
-      <Normal> { -1.6654e-008 0.292177 0.956364 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 122 {
-      1.82957 29.2106 1.82957
-      <UV> { 0.5 1 }
-      <Normal> { 0.676252 0.292177 0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 123 {
-      -1.33545e-006 29.2106 2.5874
-      <UV> { 1 1 }
-      <Normal> { -1.6654e-008 0.292177 0.956364 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 124 {
-      2.5874 29.2106 0
-      <UV> { 0 1 }
-      <Normal> { 0.956364 0.292177 -9.15968e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 125 {
-      2.5874 29.2106 0
-      <UV> { 1 1 }
-      <Normal> { 0.956364 0.292177 -9.15968e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 126 {
-      1.82957 31.7494 -1.82957
-      <UV> { 1 0 }
-      <Normal> { 0.676252 -0.292177 -0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 127 {
-      1.82957 29.2106 -1.82957
-      <UV> { 1 1 }
-      <Normal> { 0.676252 0.292177 -0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 128 {
-      -1.33545e-006 29.2106 -2.5874
-      <UV> { 0.5 1 }
-      <Normal> { 8.32698e-009 0.292177 -0.956364 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 129 {
-      -1.33545e-006 31.7494 -2.5874
-      <UV> { 0.5 0 }
-      <Normal> { -1.6654e-008 -0.292177 -0.956364 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 130 {
-      -1.82957 29.2106 -1.82957
-      <UV> { 0 1 }
-      <Normal> { -0.676252 0.292177 -0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 131 {
-      -1.82957 31.7494 -1.82957
-      <UV> { 0 0 }
-      <Normal> { -0.676252 -0.292177 -0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 132 {
-      -1.82957 31.7494 -1.82957
-      <UV> { 1 0 }
-      <Normal> { -0.676252 -0.292177 -0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 133 {
-      -1.82957 29.2106 -1.82957
-      <UV> { 1 1 }
-      <Normal> { -0.676252 0.292177 -0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 134 {
-      -2.5874 29.2106 0
-      <UV> { 0.5 1 }
-      <Normal> { -0.956364 0.292177 3.33079e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 135 {
-      -2.5874 31.7494 0
-      <UV> { 0.5 0 }
-      <Normal> { -0.956364 -0.292177 8.32698e-009 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 136 {
-      -1.82957 29.2106 1.82957
-      <UV> { 0 1 }
-      <Normal> { -0.676252 0.292177 0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 137 {
-      -1.82957 31.7494 1.82957
-      <UV> { 0 0 }
-      <Normal> { -0.676252 -0.292177 0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 138 {
-      -1.82957 31.7494 1.82957
-      <UV> { 1 0 }
-      <Normal> { -0.676252 -0.292177 0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 139 {
-      -1.82957 29.2106 1.82957
-      <UV> { 1 1 }
-      <Normal> { -0.676252 0.292177 0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 140 {
-      -1.33545e-006 29.2106 2.5874
-      <UV> { 0.5 1 }
-      <Normal> { -1.6654e-008 0.292177 0.956364 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 141 {
-      -1.33545e-006 31.7494 2.5874
-      <UV> { 0.5 0 }
-      <Normal> { -2.4981e-008 -0.292177 0.956364 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 142 {
-      1.82957 29.2106 1.82957
-      <UV> { 0 1 }
-      <Normal> { 0.676252 0.292177 0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 143 {
-      1.82957 31.7494 1.82957
-      <UV> { 0 0 }
-      <Normal> { 0.676252 -0.292177 0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 144 {
-      1.82957 31.7494 1.82957
-      <UV> { 1 0 }
-      <Normal> { 0.676252 -0.292177 0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 145 {
-      1.82957 29.2106 1.82957
-      <UV> { 1 1 }
-      <Normal> { 0.676252 0.292177 0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 146 {
-      2.5874 29.2106 0
-      <UV> { 0.5 1 }
-      <Normal> { 0.956364 0.292177 -9.15968e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 147 {
-      2.5874 31.7494 0
-      <UV> { 0.5 0 }
-      <Normal> { 0.956364 -0.292177 -8.32698e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 148 {
-      1.82957 29.2106 -1.82957
-      <UV> { 0 1 }
-      <Normal> { 0.676252 0.292177 -0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 149 {
-      1.82957 31.7494 -1.82957
-      <UV> { 0 0 }
-      <Normal> { 0.676252 -0.292177 -0.676252 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 150 {
-      10.7763 60.96 -10.7763
-      <UV> { 1 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 151 {
-      -1.27242e-006 60.96 -15.24
-      <UV> { 1 0.85 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 152 {
-      -10.7763 60.96 10.7763
-      <UV> { 0.15 0 }
-      <Normal> { 0 1 7.43285e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 153 {
-      -15.24 60.96 -1.26813e-015
-      <UV> { 1 0 }
-      <Normal> { 0 1 7.43285e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 154 {
-      10.7763 60.96 10.7763
-      <UV> { 0.15 0 }
-      <Normal> { 0 1 7.43285e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 155 {
-      15.24 60.96 -1.26813e-015
-      <UV> { 1 0 }
-      <Normal> { 0 1 7.43285e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 156 {
-      -1.27242e-006 60.96 15.24
-      <UV> { 0.15 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 157 {
-      -10.7763 60.96 10.7763
-      <UV> { 1 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 158 {
-      -1.27242e-006 60.96 15.24
-      <UV> { 1 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 159 {
-      -10.7763 60.96 -10.7763
-      <UV> { 1 0 }
-      <Normal> { 0 1 -7.43285e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 160 {
-      -15.24 60.96 -1.26813e-015
-      <UV> { 1 0.85 }
-      <Normal> { 0 1 -7.43285e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 161 {
-      10.7763 60.96 -10.7763
-      <UV> { 1 0.85 }
-      <Normal> { 0 1 -7.43285e-007 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 162 {
-      -1.27242e-006 0 15.24
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 163 {
-      -10.7763 0 10.7763
-      <UV> { 1 0.85 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 164 {
-      -1.27242e-006 0 -15.24
-      <UV> { 0.15 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 165 {
-      -10.7763 0 -10.7763
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 166 {
-      10.7763 0 -10.7763
-      <UV> { 0.15 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 167 {
-      -1.27242e-006 0 -15.24
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 168 {
-      15.24 0 0
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 169 {
-      10.7763 0 10.7763
-      <UV> { 1 0.85 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 170 {
-      -10.7763 0 10.7763
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 171 {
-      -15.24 0 0
-      <UV> { 1 0.85 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 172 {
-      -10.7763 0 -10.7763
-      <UV> { 0.15 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 173 {
-      -15.24 0 0
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { 0.372444 -0.229785 0.899158 }
-    <TRef> { square_SG }
-    <VertexRef> { 0 1 2 3 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.372444 -0.229785 0.899158 }
-    <TRef> { square_SG }
-    <VertexRef> { 4 5 6 7 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.899158 -0.229785 0.372443 }
-    <TRef> { square_SG }
-    <VertexRef> { 5 8 9 6 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.899158 -0.229785 -0.372443 }
-    <TRef> { square_SG }
-    <VertexRef> { 10 11 12 13 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.372444 -0.229785 -0.899158 }
-    <TRef> { square_SG }
-    <VertexRef> { 11 14 15 12 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.372443 -0.229785 -0.899158 }
-    <TRef> { square_SG }
-    <VertexRef> { 16 17 18 19 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.899158 -0.229785 -0.372443 }
-    <TRef> { square_SG }
-    <VertexRef> { 17 20 21 18 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.899158 -0.229785 0.372444 }
-    <TRef> { square_SG }
-    <VertexRef> { 22 0 3 23 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.357998 -0.35334 0.864285 }
-    <TRef> { square_SG }
-    <VertexRef> { 24 25 26 27 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.357998 -0.353339 0.864285 }
-    <TRef> { square_SG }
-    <VertexRef> { 28 29 30 31 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.864285 -0.35334 0.357999 }
-    <TRef> { square_SG }
-    <VertexRef> { 29 32 33 30 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.864285 -0.35334 -0.357999 }
-    <TRef> { square_SG }
-    <VertexRef> { 34 35 36 37 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.357998 -0.353339 -0.864285 }
-    <TRef> { square_SG }
-    <VertexRef> { 35 38 39 36 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.357999 -0.35334 -0.864285 }
-    <TRef> { square_SG }
-    <VertexRef> { 40 41 42 43 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.864285 -0.35334 -0.357999 }
-    <TRef> { square_SG }
-    <VertexRef> { 41 44 45 42 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.864285 -0.35334 0.357998 }
-    <TRef> { square_SG }
-    <VertexRef> { 46 24 27 47 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 48 49 50 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.372443 0.229785 -0.899158 }
-    <TRef> { square_SG }
-    <VertexRef> { 51 52 53 54 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.372443 0.229785 -0.899158 }
-    <TRef> { square_SG }
-    <VertexRef> { 55 56 57 58 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.899158 0.229785 -0.372443 }
-    <TRef> { square_SG }
-    <VertexRef> { 56 59 60 57 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.899158 0.229785 0.372443 }
-    <TRef> { square_SG }
-    <VertexRef> { 61 62 63 64 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.372443 0.229785 0.899158 }
-    <TRef> { square_SG }
-    <VertexRef> { 62 65 66 63 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.372443 0.229785 0.899158 }
-    <TRef> { square_SG }
-    <VertexRef> { 67 68 69 70 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.899158 0.229785 0.372443 }
-    <TRef> { square_SG }
-    <VertexRef> { 68 71 72 69 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.899158 0.229785 -0.372444 }
-    <TRef> { square_SG }
-    <VertexRef> { 73 51 54 74 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.357998 0.35334 -0.864285 }
-    <TRef> { square_SG }
-    <VertexRef> { 75 76 77 78 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.357999 0.35334 -0.864285 }
-    <TRef> { square_SG }
-    <VertexRef> { 79 80 81 82 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.864285 0.35334 -0.357998 }
-    <TRef> { square_SG }
-    <VertexRef> { 80 83 84 81 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.864285 0.35334 0.357998 }
-    <TRef> { square_SG }
-    <VertexRef> { 85 86 87 88 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.357999 0.35334 0.864285 }
-    <TRef> { square_SG }
-    <VertexRef> { 86 89 90 87 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.357998 0.35334 0.864285 }
-    <TRef> { square_SG }
-    <VertexRef> { 91 92 93 94 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.864285 0.35334 0.357998 }
-    <TRef> { square_SG }
-    <VertexRef> { 92 95 96 93 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.864285 0.35334 -0.357999 }
-    <TRef> { square_SG }
-    <VertexRef> { 97 75 78 98 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 99 100 101 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.326208 -0.522851 0.787537 }
-    <TRef> { square_SG }
-    <VertexRef> { 27 26 102 103 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.326208 -0.522851 0.787537 }
-    <TRef> { square_SG }
-    <VertexRef> { 31 30 104 105 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.787537 -0.522851 0.326209 }
-    <TRef> { square_SG }
-    <VertexRef> { 30 33 106 104 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.787537 -0.522851 -0.326209 }
-    <TRef> { square_SG }
-    <VertexRef> { 37 36 107 108 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.326208 -0.522851 -0.787537 }
-    <TRef> { square_SG }
-    <VertexRef> { 36 39 109 107 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.326208 -0.522851 -0.787537 }
-    <TRef> { square_SG }
-    <VertexRef> { 43 42 110 111 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.787537 -0.522851 -0.326209 }
-    <TRef> { square_SG }
-    <VertexRef> { 42 45 112 110 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.787537 -0.522851 0.326209 }
-    <TRef> { square_SG }
-    <VertexRef> { 47 27 103 113 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.326208 0.522851 -0.787537 }
-    <TRef> { square_SG }
-    <VertexRef> { 78 77 114 115 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.326208 0.522851 -0.787537 }
-    <TRef> { square_SG }
-    <VertexRef> { 82 81 116 117 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.787537 0.522851 -0.326208 }
-    <TRef> { square_SG }
-    <VertexRef> { 81 84 118 116 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.787537 0.522851 0.326208 }
-    <TRef> { square_SG }
-    <VertexRef> { 88 87 119 120 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.326208 0.522851 0.787537 }
-    <TRef> { square_SG }
-    <VertexRef> { 87 90 121 119 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.326208 0.522851 0.787537 }
-    <TRef> { square_SG }
-    <VertexRef> { 94 93 122 123 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.787537 0.522851 0.326208 }
-    <TRef> { square_SG }
-    <VertexRef> { 93 96 124 122 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.787537 0.522851 -0.326208 }
-    <TRef> { square_SG }
-    <VertexRef> { 98 78 115 125 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.382683 0 -0.92388 }
-    <TRef> { square_SG }
-    <VertexRef> { 126 127 128 129 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.382683 0 -0.92388 }
-    <TRef> { square_SG }
-    <VertexRef> { 129 128 130 131 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.92388 0 -0.382683 }
-    <TRef> { square_SG }
-    <VertexRef> { 132 133 134 135 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.92388 0 0.382683 }
-    <TRef> { square_SG }
-    <VertexRef> { 135 134 136 137 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.382683 0 0.92388 }
-    <TRef> { square_SG }
-    <VertexRef> { 138 139 140 141 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.382683 0 0.92388 }
-    <TRef> { square_SG }
-    <VertexRef> { 141 140 142 143 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.92388 0 0.382683 }
-    <TRef> { square_SG }
-    <VertexRef> { 144 145 146 147 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.92388 0 -0.382683 }
-    <TRef> { square_SG }
-    <VertexRef> { 147 146 148 149 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 48 150 151 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 7.43285e-007 }
-    <TRef> { square_SG }
-    <VertexRef> { 152 48 153 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 7.43285e-007 }
-    <TRef> { square_SG }
-    <VertexRef> { 154 155 48 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 156 48 157 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 154 48 158 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 -7.43285e-007 }
-    <TRef> { square_SG }
-    <VertexRef> { 48 159 160 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 -7.43285e-007 }
-    <TRef> { square_SG }
-    <VertexRef> { 48 155 161 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 99 162 163 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 164 99 165 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 166 99 167 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 166 168 99 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 99 168 169 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 99 170 171 <Ref> { hourglassShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 172 99 173 <Ref> { hourglassShape.verts } }
-  }
-}

+ 0 - 33
dmodels/src/icons/icon_lightbulb.egg

@@ -1,33 +0,0 @@
-<Comment> {
-  "egg-texture-cards -o icon_lightbulb.egg ../../src/maps/lightbulb.tif"
-}
-<Texture> lightbulb {
-  "../../src/maps/lightbulb.tif"
-}
-<Group> {
-  <VertexPool> vpool {
-    <Vertex> 0 {
-      -0.5 0.5 0
-      <UV> { 0 1 }
-    }
-    <Vertex> 1 {
-      -0.5 -0.5 0
-      <UV> { 0 0 }
-    }
-    <Vertex> 2 {
-      0.5 -0.5 0
-      <UV> { 1 0 }
-    }
-    <Vertex> 3 {
-      0.5 0.5 0
-      <UV> { 1 1 }
-    }
-  }
-  <Group> lightbulb {
-    <Polygon> {
-      <RGBA> { 1 1 1 1 }
-      <TRef> { lightbulb }
-      <VertexRef> { 0 1 2 3 <Ref> { vpool } }
-    }
-  }
-}

+ 0 - 861
dmodels/src/icons/icon_lightning.egg

@@ -1,861 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_lightning.egg lightning.mb"
-}
-<Texture> square_opening_SG {
-  "../maps/square_opening.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> lightningBolt {
-  <VertexPool> lightningBoltShape.verts {
-    <Vertex> 0 {
-      0 0 0
-      <UV> { 0 0.96875 }
-      <Normal> { -0.919467 -0.0661014 -0.38757 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 1 {
-      -3.75608 54.2996 -0.0906137
-      <UV> { 0.21875 0.09375 }
-      <Normal> { -0.908992 -0.0521679 -0.413536 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 2 {
-      -2.45388 55.0318 -3.04533
-      <UV> { 0 0.09375 }
-      <Normal> { -0.883719 -0.0512883 -0.4652 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 3 {
-      -6.79474 124.034 -0.293389
-      <UV> { 0.265625 0.90625 }
-      <Normal> { -0.919064 -0.0411897 -0.39195 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 4 {
-      -4.08684 125.355 -7.18419
-      <UV> { 0 0.90625 }
-      <Normal> { -0.855136 -0.0502242 -0.515965 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 5 {
-      -2.45388 55.0318 -3.04533
-      <UV> { 0.15625 0 }
-      <Normal> { -0.883719 -0.0512883 -0.4652 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 6 {
-      0 0 0
-      <UV> { 0 1 }
-      <Normal> { 0 -0.109469 0.99399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 7 {
-      6.0402 52.8352 5.8188
-      <UV> { 1 1 }
-      <Normal> { 0 -0.109469 0.99399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 8 {
-      -6.0402 52.8352 5.8188
-      <UV> { 0 0 }
-      <Normal> { 0 -0.109469 0.99399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 9 {
-      6.0402 52.8352 5.8188
-      <UV> { 1 0.09375 }
-      <Normal> { 0 0.97064 0.240536 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 10 {
-      5.05827 53.5674 2.8641
-      <UV> { 1 0.90625 }
-      <Normal> { 0 0.97064 0.240536 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 11 {
-      -5.05827 53.5674 2.8641
-      <UV> { 0 0.90625 }
-      <Normal> { 0 0.97064 0.240536 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 12 {
-      -6.0402 52.8352 5.8188
-      <UV> { 2.98023e-008 0.09375 }
-      <Normal> { 0 0.97064 0.240536 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 13 {
-      9.50265 122.714 6.59741
-      <UV> { 1 0.09375 }
-      <Normal> { 0 -0.22195 0.975058 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 14 {
-      20.3459 183.113 20.3459
-      <UV> { 1 1 }
-      <Normal> { 0 -0.22195 0.975058 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 15 {
-      -20.3459 183.113 20.3459
-      <UV> { 0 1 }
-      <Normal> { 0 -0.22195 0.975058 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 16 {
-      -9.50265 122.714 6.59741
-      <UV> { 0 0.09375 }
-      <Normal> { 0 -0.22195 0.975058 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 17 {
-      4.08683 125.355 -7.18419
-      <UV> { 0 1 }
-      <Normal> { 0 -0.0170135 -0.999855 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 18 {
-      0 55.764 -6.00004
-      <UV> { 1 1 }
-      <Normal> { 0 -0.0170135 -0.999855 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 19 {
-      -4.08684 125.355 -7.18419
-      <UV> { 1 0 }
-      <Normal> { 0 -0.0170135 -0.999855 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 20 {
-      0 55.764 -6.00004
-      <UV> { 0 1 }
-      <Normal> { 0 -0.970641 -0.240534 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 21 {
-      2.45389 55.0318 -3.04533
-      <UV> { 0 0 }
-      <Normal> { 0 -0.970641 -0.240534 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 22 {
-      -2.45388 55.0318 -3.04533
-      <UV> { 1 1 }
-      <Normal> { 0 -0.970641 -0.240534 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 23 {
-      2.45389 55.0318 -3.04533
-      <UV> { 1 0 }
-      <Normal> { 0 -0.0552531 -0.998472 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 24 {
-      0 0 0
-      <UV> { 1 1 }
-      <Normal> { 0 -0.0552531 -0.998472 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 25 {
-      -2.45388 55.0318 -3.04533
-      <UV> { 0 1 }
-      <Normal> { 0 -0.0552531 -0.998472 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 26 {
-      5.05827 53.5674 2.8641
-      <UV> { 1 0.09375 }
-      <Normal> { 0 -0.15475 0.987954 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 27 {
-      11.2224 121.394 13.4882
-      <UV> { 1 0.90625 }
-      <Normal> { 0 -0.15475 0.987954 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 28 {
-      -11.2224 121.394 13.4882
-      <UV> { 0 0.90625 }
-      <Normal> { 0 -0.15475 0.987954 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 29 {
-      -5.05827 53.5674 2.8641
-      <UV> { 2.98023e-008 0.09375 }
-      <Normal> { 0 -0.15475 0.987954 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 30 {
-      11.2224 121.394 13.4882
-      <UV> { 1 0.09375 }
-      <Normal> { 0 0.982136 0.188175 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 31 {
-      9.50265 122.714 6.59741
-      <UV> { 1 0.90625 }
-      <Normal> { 0 0.982136 0.188175 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 32 {
-      -9.50265 122.714 6.59741
-      <UV> { 0 0.90625 }
-      <Normal> { 0 0.982136 0.188175 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 33 {
-      -11.2224 121.394 13.4882
-      <UV> { 0 0.09375 }
-      <Normal> { 0 0.982136 0.188175 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 34 {
-      0 126.675 -14.075
-      <UV> { 1 1 }
-      <Normal> { 0 -0.982135 -0.188175 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 35 {
-      4.08683 125.355 -7.18419
-      <UV> { 0 1 }
-      <Normal> { 0 -0.982135 -0.188175 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 36 {
-      -4.08684 125.355 -7.18419
-      <UV> { 1 0 }
-      <Normal> { 0 -0.982135 -0.188175 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 37 {
-      10.1729 183.113 0
-      <UV> { 1 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 38 {
-      0 183.113 -20.3459
-      <UV> { 1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 39 {
-      -10.1729 183.113 0
-      <UV> { 0 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 40 {
-      -4.08684 125.355 -7.18419
-      <UV> { 0.1875 0 }
-      <Normal> { -0.89319 -0.0491686 -0.446984 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 41 {
-      0 183.113 -20.3459
-      <UV> { 0 1 }
-      <Normal> { -0.874544 -0.0480823 -0.482557 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 42 {
-      0 126.675 -14.075
-      <UV> { 0 0 }
-      <Normal> { -0.853812 -0.0574887 -0.517398 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 43 {
-      0 0 0
-      <UV> { 1 0.96875 }
-      <Normal> { -0.919467 -0.0661014 -0.38757 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 44 {
-      -6.0402 52.8352 5.8188
-      <UV> { 1 0 }
-      <Normal> { -0.941147 -0.0712046 -0.330413 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 45 {
-      -5.05827 53.5674 2.8641
-      <UV> { 0.78125 0 }
-      <Normal> { -0.932688 -0.0528491 -0.356792 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 46 {
-      -9.50265 122.714 6.59741
-      <UV> { 0.84375 0 }
-      <Normal> { -0.94907 -0.0441582 -0.311956 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 47 {
-      -6.79474 124.034 -0.293389
-      <UV> { 0.65625 0 }
-      <Normal> { -0.919064 -0.0411897 -0.39195 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 48 {
-      -5.05827 53.5674 2.8641
-      <UV> { 1 1 }
-      <Normal> { -0.932688 -0.0528491 -0.356792 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 49 {
-      0 0 0
-      <UV> { 0.90625 0.96875 }
-      <Normal> { -0.919467 -0.0661014 -0.38757 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 50 {
-      -5.05827 53.5674 2.8641
-      <UV> { 0.90625 0 }
-      <Normal> { -0.932688 -0.0528491 -0.356792 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 51 {
-      -3.75608 54.2996 -0.0906137
-      <UV> { 0.65625 0 }
-      <Normal> { -0.908992 -0.0521679 -0.413536 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 52 {
-      -6.79474 124.034 -0.293389
-      <UV> { 0.09375 0.90625 }
-      <Normal> { -0.919064 -0.0411897 -0.39195 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 53 {
-      -2.45388 55.0318 -3.04533
-      <UV> { 0.09375 0 }
-      <Normal> { -0.883719 -0.0512883 -0.4652 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 54 {
-      -3.75608 54.2996 -0.0906137
-      <UV> { 0.578125 0 }
-      <Normal> { -0.908992 -0.0521679 -0.413536 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 55 {
-      -5.05827 53.5674 2.8641
-      <UV> { 1 0.09375 }
-      <Normal> { -0.932688 -0.0528491 -0.356792 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 56 {
-      -6.79474 124.034 -0.293389
-      <UV> { 0.65625 0.8125 }
-      <Normal> { -0.919064 -0.0411897 -0.39195 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 57 {
-      -3.75608 54.2996 -0.0906137
-      <UV> { 0.875 0.09375 }
-      <Normal> { -0.908992 -0.0521679 -0.413536 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 58 {
-      -9.50265 122.714 6.59741
-      <UV> { 0.84375 1 }
-      <Normal> { -0.94907 -0.0441582 -0.311956 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 59 {
-      -5.05827 53.5674 2.8641
-      <UV> { 1 0.0625 }
-      <Normal> { -0.932688 -0.0528491 -0.356792 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 60 {
-      -11.2224 121.394 13.4882
-      <UV> { 1 1 }
-      <Normal> { -0.966864 -0.0486133 -0.250623 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 61 {
-      0 55.764 -6.00004
-      <UV> { 0 0 }
-      <Normal> { -0.761271 -0.0557 -0.646037 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 62 {
-      -10.1729 183.113 0
-      <UV> { 0.5 1 }
-      <Normal> { -0.905072 -0.04622 -0.422738 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 63 {
-      -20.3459 183.113 20.3459
-      <UV> { 1 1 }
-      <Normal> { -0.908659 -0.064295 -0.412559 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 64 {
-      -6.79474 124.034 -0.293389
-      <UV> { 0.8125 0.09375 }
-      <Normal> { -0.914687 -0.0599079 -0.399699 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 65 {
-      -9.50265 122.714 6.59741
-      <UV> { 1 0.09375 }
-      <Normal> { -0.922473 -0.0796195 -0.377763 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 66 {
-      20.3459 183.113 20.3459
-      <UV> { 2.98023e-008 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 67 {
-      10.1729 183.113 0
-      <UV> { 2.98023e-008 0.15625 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 68 {
-      -10.1729 183.113 0
-      <UV> { 1 0.15625 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 69 {
-      -20.3459 183.113 20.3459
-      <UV> { 1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 70 {
-      -10.1729 183.113 0
-      <UV> { 0.125 1 }
-      <Normal> { -0.905072 -0.04622 -0.422738 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 71 {
-      -4.08684 125.355 -7.18419
-      <UV> { 0.125 0 }
-      <Normal> { -0.89319 -0.0491686 -0.446984 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 72 {
-      -6.79474 124.034 -0.293389
-      <UV> { 0.53125 0 }
-      <Normal> { -0.914687 -0.0599079 -0.399699 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 73 {
-      0 0 0
-      <UV> { 0 0.96875 }
-      <Normal> { 0.919467 -0.0661014 -0.38757 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 74 {
-      2.45389 55.0318 -3.04533
-      <UV> { 0 0.09375 }
-      <Normal> { 0.883718 -0.0512882 -0.4652 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 75 {
-      3.75608 54.2996 -0.0906137
-      <UV> { 0.21875 0.09375 }
-      <Normal> { 0.908992 -0.0521679 -0.413536 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 76 {
-      6.79474 124.034 -0.293389
-      <UV> { 0.265625 0.90625 }
-      <Normal> { 0.919064 -0.0411897 -0.39195 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 77 {
-      2.45389 55.0318 -3.04533
-      <UV> { 0.15625 0 }
-      <Normal> { 0.883718 -0.0512882 -0.4652 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 78 {
-      4.08683 125.355 -7.18419
-      <UV> { 0 0.90625 }
-      <Normal> { 0.855136 -0.0502241 -0.515965 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 79 {
-      4.08683 125.355 -7.18419
-      <UV> { 0.1875 0 }
-      <Normal> { 0.89319 -0.0491686 -0.446984 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 80 {
-      0 126.675 -14.075
-      <UV> { 0 0 }
-      <Normal> { 0.853812 -0.0574886 -0.517398 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 81 {
-      0 183.113 -20.3459
-      <UV> { 0 1 }
-      <Normal> { 0.874544 -0.0480823 -0.482557 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 82 {
-      0 0 0
-      <UV> { 1 0.96875 }
-      <Normal> { 0.919467 -0.0661014 -0.38757 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 83 {
-      5.05827 53.5674 2.8641
-      <UV> { 0.78125 0 }
-      <Normal> { 0.932688 -0.0528492 -0.356792 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 84 {
-      6.0402 52.8352 5.8188
-      <UV> { 1 0 }
-      <Normal> { 0.941147 -0.0712046 -0.330413 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 85 {
-      9.50265 122.714 6.59741
-      <UV> { 0.84375 0 }
-      <Normal> { 0.94907 -0.0441582 -0.311956 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 86 {
-      5.05827 53.5674 2.8641
-      <UV> { 1 1 }
-      <Normal> { 0.932688 -0.0528492 -0.356792 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 87 {
-      6.79474 124.034 -0.293389
-      <UV> { 0.65625 0 }
-      <Normal> { 0.919064 -0.0411897 -0.39195 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 88 {
-      0 0 0
-      <UV> { 0.90625 0.96875 }
-      <Normal> { 0.919467 -0.0661014 -0.38757 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 89 {
-      3.75608 54.2996 -0.0906137
-      <UV> { 0.65625 0 }
-      <Normal> { 0.908992 -0.0521679 -0.413536 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 90 {
-      5.05827 53.5674 2.8641
-      <UV> { 0.90625 0 }
-      <Normal> { 0.932688 -0.0528492 -0.356792 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 91 {
-      6.79474 124.034 -0.293389
-      <UV> { 0.09375 0.90625 }
-      <Normal> { 0.919064 -0.0411897 -0.39195 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 92 {
-      3.75608 54.2996 -0.0906137
-      <UV> { 0.578125 0 }
-      <Normal> { 0.908992 -0.0521679 -0.413536 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 93 {
-      2.45389 55.0318 -3.04533
-      <UV> { 0.09375 0 }
-      <Normal> { 0.883718 -0.0512882 -0.4652 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 94 {
-      5.05827 53.5674 2.8641
-      <UV> { 1 0.09375 }
-      <Normal> { 0.932688 -0.0528492 -0.356792 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 95 {
-      3.75608 54.2996 -0.0906137
-      <UV> { 0.875 0.09375 }
-      <Normal> { 0.908992 -0.0521679 -0.413536 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 96 {
-      6.79474 124.034 -0.293389
-      <UV> { 0.65625 0.8125 }
-      <Normal> { 0.919064 -0.0411897 -0.39195 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 97 {
-      9.50265 122.714 6.59741
-      <UV> { 0.84375 1 }
-      <Normal> { 0.94907 -0.0441582 -0.311956 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 98 {
-      11.2224 121.394 13.4882
-      <UV> { 1 1 }
-      <Normal> { 0.966864 -0.0486134 -0.250622 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 99 {
-      5.05827 53.5674 2.8641
-      <UV> { 1 0.0625 }
-      <Normal> { 0.932688 -0.0528492 -0.356792 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 100 {
-      0 55.764 -6.00004
-      <UV> { 0 0 }
-      <Normal> { 0.761271 -0.0556999 -0.646037 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 101 {
-      10.1729 183.113 0
-      <UV> { 0.5 1 }
-      <Normal> { 0.905072 -0.04622 -0.422739 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 102 {
-      20.3459 183.113 20.3459
-      <UV> { 1 1 }
-      <Normal> { 0.908659 -0.0642949 -0.412559 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 103 {
-      9.50265 122.714 6.59741
-      <UV> { 1 0.09375 }
-      <Normal> { 0.922473 -0.0796193 -0.377763 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 104 {
-      6.79474 124.034 -0.293389
-      <UV> { 0.8125 0.09375 }
-      <Normal> { 0.914687 -0.0599079 -0.399699 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 105 {
-      10.1729 183.113 0
-      <UV> { 0.125 1 }
-      <Normal> { 0.905072 -0.04622 -0.422739 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 106 {
-      6.79474 124.034 -0.293389
-      <UV> { 0.53125 0 }
-      <Normal> { 0.914687 -0.0599079 -0.399699 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 107 {
-      4.08683 125.355 -7.18419
-      <UV> { 0.125 0 }
-      <Normal> { 0.89319 -0.0491686 -0.446984 }
-      <RGBA> { 1 1 1 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { -0.907331 -0.0634565 -0.415601 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 0 1 2 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.926973 -0.0434546 -0.372602 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 3 4 5 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -0.109469 0.99399 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 6 7 8 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0.97064 0.240536 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 9 10 11 12 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -0.22195 0.975058 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 13 14 15 16 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -0.0170135 -0.999855 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 17 18 19 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -0.970641 -0.240534 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 20 21 22 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -0.0552531 -0.998472 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 23 24 25 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -0.15475 0.987954 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 26 27 28 29 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0.982136 0.188175 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 30 31 32 33 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -0.982135 -0.188175 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 34 35 36 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 37 38 39 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.853812 -0.0574887 -0.517398 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 40 41 42 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.941147 -0.0712046 -0.330413 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 43 44 45 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.927386 -0.039522 -0.372011 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 46 47 48 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.90733 -0.0634565 -0.415602 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 49 50 51 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.910531 -0.0408723 -0.411415 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 52 53 54 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.910531 -0.0408723 -0.411416 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 55 56 57 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.966864 -0.0486133 -0.250623 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 58 59 60 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.761271 -0.0557 -0.646037 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 5 4 61 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.893761 -0.0385927 -0.446881 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 41 40 62 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.922473 -0.0796195 -0.377763 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 63 64 65 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.893359 -0.0488653 -0.446679 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 62 64 63 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 66 67 68 69 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.926127 -0.0511013 -0.373734 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 70 71 72 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.907331 -0.0634565 -0.415601 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 73 74 75 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.926973 -0.0434546 -0.372603 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 76 77 78 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.853812 -0.0574886 -0.517398 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 79 80 81 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.941147 -0.0712046 -0.330413 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 82 83 84 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.927386 -0.039522 -0.372012 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 85 86 87 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.90733 -0.0634565 -0.415602 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 88 89 90 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.910531 -0.0408723 -0.411415 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 91 92 93 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.910531 -0.0408724 -0.411416 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 94 95 96 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.966864 -0.0486134 -0.250622 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 97 98 99 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.761271 -0.0556999 -0.646037 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 77 100 78 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.893761 -0.0385928 -0.446881 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 81 101 79 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.922473 -0.0796193 -0.377763 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 102 103 104 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.893359 -0.0488653 -0.446679 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 101 102 104 <Ref> { lightningBoltShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.926127 -0.0511013 -0.373735 }
-    <TRef> { square_opening_SG }
-    <VertexRef> { 105 106 107 <Ref> { lightningBoltShape.verts } }
-  }
-}

+ 0 - 868
dmodels/src/icons/icon_pacman.egg

@@ -1,868 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_pacman.egg pacman.mb"
-}
-<Texture> square_SG {
-  "../maps/square.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> pacMan {
-  <VertexPool> pacManShape.verts {
-    <Vertex> 0 {
-      91.44 156.098 -15.24
-      <UV> { 0 0 }
-      <Normal> { 0.495417 0.868655 0 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 1 {
-      56.685 175.92 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 0.336546 0.941667 0 }
-      <RGBA> { 0.9 0.9 0.9 1 }
-    }
-    <Vertex> 2 {
-      56.685 175.92 15.24
-      <UV> { 0.872149 1 }
-      <Normal> { 0.336546 0.941667 0 }
-      <RGBA> { 0.9 0.9 0.9 1 }
-    }
-    <Vertex> 3 {
-      91.44 156.098 15.24
-      <UV> { 0 1 }
-      <Normal> { 0.495417 0.868655 0 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 4 {
-      56.685 175.92 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 0.336546 0.941667 0 }
-      <RGBA> { 0.9 0.9 0.9 1 }
-    }
-    <Vertex> 5 {
-      15.6887 182.88 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 3.85417e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 6 {
-      15.6887 182.88 15.24
-      <UV> { 0.872149 1 }
-      <Normal> { 3.85417e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 7 {
-      56.685 175.92 15.24
-      <UV> { 0.127851 1 }
-      <Normal> { 0.336546 0.941667 0 }
-      <RGBA> { 0.9 0.9 0.9 1 }
-    }
-    <Vertex> 8 {
-      15.6887 182.88 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 3.85417e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 9 {
-      -25.3077 175.92 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -0.336546 0.941667 0 }
-      <RGBA> { 0.9 0.9 0.9 1 }
-    }
-    <Vertex> 10 {
-      -25.3077 175.92 15.24
-      <UV> { 0.872149 1 }
-      <Normal> { -0.336546 0.941667 0 }
-      <RGBA> { 0.9 0.9 0.9 1 }
-    }
-    <Vertex> 11 {
-      15.6887 182.88 15.24
-      <UV> { 0.127851 1 }
-      <Normal> { 3.85417e-007 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 12 {
-      -25.3077 175.92 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -0.336546 0.941667 0 }
-      <RGBA> { 0.9 0.9 0.9 1 }
-    }
-    <Vertex> 13 {
-      -60.0627 156.098 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -0.653702 0.756752 -4.75649e-008 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 14 {
-      -60.0627 156.098 15.24
-      <UV> { 0.872149 1 }
-      <Normal> { -0.653702 0.756752 -4.75649e-008 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 15 {
-      -25.3077 175.92 15.24
-      <UV> { 0.127851 1 }
-      <Normal> { -0.336546 0.941667 0 }
-      <RGBA> { 0.9 0.9 0.9 1 }
-    }
-    <Vertex> 16 {
-      -60.0627 156.098 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -0.653702 0.756752 -4.75649e-008 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 17 {
-      -83.2853 126.433 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -0.901935 0.431871 -4.77985e-008 }
-      <RGBA> { 0.7 0.7 0.7 1 }
-    }
-    <Vertex> 18 {
-      -83.2853 126.433 15.24
-      <UV> { 0.872149 1 }
-      <Normal> { -0.901935 0.431871 -4.77985e-008 }
-      <RGBA> { 0.7 0.7 0.7 1 }
-    }
-    <Vertex> 19 {
-      -60.0627 156.098 15.24
-      <UV> { 0.127851 1 }
-      <Normal> { -0.653702 0.756752 -4.75649e-008 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 20 {
-      -83.2853 126.433 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -0.901935 0.431871 -4.77985e-008 }
-      <RGBA> { 0.7 0.7 0.7 1 }
-    }
-    <Vertex> 21 {
-      -91.44 91.44 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -1 3.3661e-007 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 22 {
-      -91.44 91.44 15.24
-      <UV> { 0.872149 1 }
-      <Normal> { -1 3.3661e-007 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 23 {
-      -83.2853 126.433 15.24
-      <UV> { 0.127851 1 }
-      <Normal> { -0.901935 0.431871 -4.77985e-008 }
-      <RGBA> { 0.7 0.7 0.7 1 }
-    }
-    <Vertex> 24 {
-      -91.44 91.44 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -1 3.3661e-007 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 25 {
-      -83.2853 56.4474 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -0.901936 -0.43187 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 26 {
-      -83.2853 56.4475 15.24
-      <UV> { 0.872149 1 }
-      <Normal> { -0.901936 -0.43187 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 27 {
-      -91.44 91.44 15.24
-      <UV> { 0.127851 1 }
-      <Normal> { -1 3.3661e-007 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 28 {
-      -83.2853 56.4474 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -0.901936 -0.43187 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 29 {
-      -60.0628 26.7822 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -0.653703 -0.756751 -2.55036e-008 }
-      <RGBA> { 0.4 0.4 0.4 1 }
-    }
-    <Vertex> 30 {
-      -60.0628 26.7822 15.24
-      <UV> { 0.872149 1 }
-      <Normal> { -0.653703 -0.756751 -2.55036e-008 }
-      <RGBA> { 0.4 0.4 0.4 1 }
-    }
-    <Vertex> 31 {
-      -83.2853 56.4475 15.24
-      <UV> { 0.127851 1 }
-      <Normal> { -0.901936 -0.43187 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 32 {
-      -60.0628 26.7822 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -0.653703 -0.756751 -2.55036e-008 }
-      <RGBA> { 0.4 0.4 0.4 1 }
-    }
-    <Vertex> 33 {
-      -25.3078 6.96046 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -0.336546 -0.941667 -2.54129e-008 }
-      <RGBA> { 0.3 0.3 0.3 1 }
-    }
-    <Vertex> 34 {
-      -25.3078 6.96046 15.24
-      <UV> { 0.872149 1 }
-      <Normal> { -0.336546 -0.941667 -2.54129e-008 }
-      <RGBA> { 0.3 0.3 0.3 1 }
-    }
-    <Vertex> 35 {
-      -60.0628 26.7822 15.24
-      <UV> { 0.127851 1 }
-      <Normal> { -0.653703 -0.756751 -2.55036e-008 }
-      <RGBA> { 0.4 0.4 0.4 1 }
-    }
-    <Vertex> 36 {
-      -25.3078 6.96046 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -0.336546 -0.941667 -2.54129e-008 }
-      <RGBA> { 0.3 0.3 0.3 1 }
-    }
-    <Vertex> 37 {
-      15.6886 0 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -6.04576e-008 -1 6.71618e-008 }
-      <RGBA> { 0.2 0.2 0.2 1 }
-    }
-    <Vertex> 38 {
-      15.6886 2.72512e-006 15.24
-      <UV> { 0.872149 1 }
-      <Normal> { -6.04576e-008 -1 6.71618e-008 }
-      <RGBA> { 0.2 0.2 0.2 1 }
-    }
-    <Vertex> 39 {
-      -25.3078 6.96046 15.24
-      <UV> { 0.127851 1 }
-      <Normal> { -0.336546 -0.941667 -2.54129e-008 }
-      <RGBA> { 0.3 0.3 0.3 1 }
-    }
-    <Vertex> 40 {
-      15.6886 0 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -6.04576e-008 -1 6.71618e-008 }
-      <RGBA> { 0.2 0.2 0.2 1 }
-    }
-    <Vertex> 41 {
-      56.685 6.96045 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 0.336546 -0.941667 3.85269e-008 }
-      <RGBA> { 0.3 0.3 0.3 1 }
-    }
-    <Vertex> 42 {
-      56.685 6.96046 15.24
-      <UV> { 0.872149 1 }
-      <Normal> { 0.336546 -0.941667 3.85269e-008 }
-      <RGBA> { 0.3 0.3 0.3 1 }
-    }
-    <Vertex> 43 {
-      15.6886 2.72512e-006 15.24
-      <UV> { 0.127851 1 }
-      <Normal> { -6.04576e-008 -1 6.71618e-008 }
-      <RGBA> { 0.2 0.2 0.2 1 }
-    }
-    <Vertex> 44 {
-      56.685 6.96045 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 0.336546 -0.941667 3.85269e-008 }
-      <RGBA> { 0.3 0.3 0.3 1 }
-    }
-    <Vertex> 45 {
-      91.44 26.7822 -15.24
-      <UV> { 1 0 }
-      <Normal> { 0.995574 -0.0939806 -4.91879e-008 }
-      <RGBA> { 0.4 0.4 0.4 1 }
-    }
-    <Vertex> 46 {
-      91.44 26.7822 15.24
-      <UV> { 1 1 }
-      <Normal> { 0.995574 -0.0939806 -4.91879e-008 }
-      <RGBA> { 0.4 0.4 0.4 1 }
-    }
-    <Vertex> 47 {
-      56.685 6.96046 15.24
-      <UV> { 0.127851 1 }
-      <Normal> { 0.336546 -0.941667 3.85269e-008 }
-      <RGBA> { 0.3 0.3 0.3 1 }
-    }
-    <Vertex> 48 {
-      56.685 175.92 -15.24
-      <UV> { 0.2 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 49 {
-      91.44 156.098 -15.24
-      <UV> { 1 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 50 {
-      15.6886 91.44 -15.24
-      <UV> { 1 1 }
-      <Normal> { 1.94023e-009 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 51 {
-      15.6887 182.88 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 52 {
-      56.685 175.92 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 53 {
-      15.6886 91.44 -15.24
-      <UV> { 0.5 1 }
-      <Normal> { 1.94023e-009 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 54 {
-      -25.3077 175.92 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 55 {
-      15.6887 182.88 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 56 {
-      -60.0627 156.098 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 1.62817e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 57 {
-      -25.3077 175.92 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 58 {
-      -83.2853 126.433 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 1.16414e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 59 {
-      -60.0627 156.098 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 1.62817e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 60 {
-      -91.44 91.44 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -4.64027e-009 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 61 {
-      -83.2853 126.433 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 1.16414e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 62 {
-      -83.2853 56.4474 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -1.62817e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 63 {
-      -91.44 91.44 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -4.64027e-009 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 64 {
-      -60.0628 26.7822 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -1.62817e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 65 {
-      -83.2853 56.4474 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -1.62817e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 66 {
-      -25.3078 6.96046 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 67 {
-      -60.0628 26.7822 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -1.62817e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 68 {
-      15.6886 0 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 3.25633e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 69 {
-      -25.3078 6.96046 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 70 {
-      56.685 6.96045 -15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 1.62817e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 71 {
-      15.6886 0 -15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 3.25633e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 72 {
-      91.44 26.7822 -15.24
-      <UV> { 0 0 }
-      <Normal> { -3.25633e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 73 {
-      56.685 6.96045 -15.24
-      <UV> { 0.8 0 }
-      <Normal> { 1.62817e-008 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 74 {
-      15.6886 91.44 -15.24
-      <UV> { 0 1 }
-      <Normal> { 1.94023e-009 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 75 {
-      91.44 156.098 15.24
-      <UV> { 0 0 }
-      <Normal> { -3.25633e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 76 {
-      56.685 175.92 15.24
-      <UV> { 0.8 0 }
-      <Normal> { -1.62817e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 77 {
-      15.6886 91.44 15.24
-      <UV> { 0 1 }
-      <Normal> { -4.65384e-009 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 78 {
-      56.685 175.92 15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -1.62817e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 79 {
-      15.6887 182.88 15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 80 {
-      15.6886 91.44 15.24
-      <UV> { 0.5 1 }
-      <Normal> { -4.65384e-009 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 81 {
-      15.6887 182.88 15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 82 {
-      -25.3077 175.92 15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 83 {
-      -25.3077 175.92 15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 84 {
-      -60.0627 156.098 15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 1.62817e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 85 {
-      -60.0627 156.098 15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 1.62817e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 86 {
-      -83.2853 126.433 15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 1.62817e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 87 {
-      -83.2853 126.433 15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 1.62817e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 88 {
-      -91.44 91.44 15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 4.64027e-009 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 89 {
-      -91.44 91.44 15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 4.64027e-009 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 90 {
-      -83.2853 56.4475 15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -1.16414e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 91 {
-      -83.2853 56.4475 15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -1.16414e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 92 {
-      -60.0628 26.7822 15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 93 {
-      -60.0628 26.7822 15.24
-      <UV> { 0.127851 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 94 {
-      -25.3078 6.96046 15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -1.62817e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 95 {
-      -25.3078 6.96046 15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -1.62817e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 96 {
-      15.6886 2.72512e-006 15.24
-      <UV> { 0.872149 0 }
-      <Normal> { -3.25633e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 97 {
-      15.6886 2.72512e-006 15.24
-      <UV> { 0.127851 0 }
-      <Normal> { -3.25633e-008 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 98 {
-      56.685 6.96046 15.24
-      <UV> { 0.872149 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 99 {
-      56.685 6.96046 15.24
-      <UV> { 0.2 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 100 {
-      91.44 26.7822 15.24
-      <UV> { 1 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 101 {
-      15.6886 91.44 15.24
-      <UV> { 1 1 }
-      <Normal> { -4.65384e-009 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 102 {
-      15.6886 91.44 -15.24
-      <UV> { -4.87347e-008 0 }
-      <Normal> { 0.649216 -0.760604 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 103 {
-      91.44 156.098 -15.24
-      <UV> { 1 0 }
-      <Normal> { 0.649216 -0.760604 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 104 {
-      91.44 156.098 15.24
-      <UV> { 1 1 }
-      <Normal> { 0.649216 -0.760604 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 105 {
-      15.6886 91.44 15.24
-      <UV> { -4.87347e-008 1 }
-      <Normal> { 0.649216 -0.760604 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 106 {
-      15.6886 91.44 15.24
-      <UV> { 1 1 }
-      <Normal> { 0.649216 0.760604 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 107 {
-      91.44 26.7822 15.24
-      <UV> { -4.87347e-008 1 }
-      <Normal> { 0.995574 -0.0939806 -4.91879e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 108 {
-      91.44 26.7822 -15.24
-      <UV> { -4.87347e-008 0 }
-      <Normal> { 0.995574 -0.0939806 -4.91879e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 109 {
-      15.6886 91.44 -15.24
-      <UV> { 1 0 }
-      <Normal> { 0.649216 0.760604 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { 0.495417 0.868655 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 0 1 2 3 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.167388 0.985891 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 4 5 6 7 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.167387 0.985891 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 8 9 10 11 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.495417 0.868656 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 12 13 14 15 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.787424 0.616412 -9.33424e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 16 17 18 19 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.973904 0.226959 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 20 21 22 23 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.973904 -0.226959 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 24 25 26 27 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.787424 -0.616411 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 28 29 30 31 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.495417 -0.868655 -5.00489e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 32 33 34 35 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.167387 -0.985891 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 36 37 38 39 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.167387 -0.985891 1.32429e-007 }
-    <TRef> { square_SG }
-    <VertexRef> { 40 41 42 43 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.495417 -0.868655 -5.65524e-008 }
-    <TRef> { square_SG }
-    <VertexRef> { 44 45 46 47 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 48 49 50 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 51 52 53 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 54 55 53 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 56 57 53 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 3.25633e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 58 59 53 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -9.28054e-009 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 60 61 53 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 62 63 53 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -3.25633e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 64 65 53 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 66 67 53 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 68 69 53 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 6.51266e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 70 71 53 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -3.25633e-008 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 72 73 74 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -3.25633e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 75 76 77 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 78 79 80 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 81 82 80 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 83 84 80 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 3.25633e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 85 86 80 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 87 88 80 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 9.28054e-009 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 89 90 80 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -3.25633e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 91 92 80 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 3.25633e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 93 94 80 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -6.51266e-008 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 95 96 80 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 97 98 80 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 99 100 101 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.649216 -0.760604 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 102 103 104 105 <Ref> { pacManShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.649216 0.760604 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 106 107 108 109 <Ref> { pacManShape.verts } }
-  }
-}

+ 0 - 746
dmodels/src/icons/icon_plus.egg

@@ -1,746 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_plus.egg plus.mb"
-}
-<Texture> square_SG {
-  "../maps/square.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> plus {
-  <VertexPool> plusShape.verts {
-    <Vertex> 0 {
-      -6.53143 21.7714 7.62
-      <UV> { 1 0.1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 1 {
-      1.55431e-015 15.24 7.62
-      <UV> { 0.5 0.5 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 2 {
-      6.53143 21.7714 7.62
-      <UV> { 0 0.1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 3 {
-      -6.53143 30.48 7.62
-      <UV> { 0 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 4 {
-      6.53143 30.48 7.62
-      <UV> { 1 0 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 5 {
-      6.53143 30.48 -7.62
-      <UV> { 1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 6 {
-      -6.53143 30.48 -7.62
-      <UV> { 0 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 7 {
-      -6.53143 21.7714 -7.62
-      <UV> { 1 0.9 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 8 {
-      6.53143 21.7714 -7.62
-      <UV> { 0 0.9 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 9 {
-      1.55431e-015 15.24 -7.62
-      <UV> { 0.5 0.5 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 10 {
-      -6.53143 0 -7.62
-      <UV> { 0 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 11 {
-      6.53143 0 -7.62
-      <UV> { 1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 12 {
-      6.53143 0 7.62
-      <UV> { 1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 13 {
-      -6.53143 0 7.62
-      <UV> { 0 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 14 {
-      15.24 8.70857 7.62
-      <UV> { 0 0 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 15 {
-      15.24 8.70857 -7.62
-      <UV> { 1 0 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 16 {
-      15.24 21.7714 -7.62
-      <UV> { 1 1 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 17 {
-      15.24 21.7714 7.62
-      <UV> { 0 1 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 18 {
-      -15.24 8.70857 -7.62
-      <UV> { 0 0 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 19 {
-      -15.24 8.70857 7.62
-      <UV> { 1 0 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 20 {
-      -15.24 21.7714 7.62
-      <UV> { 1 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 21 {
-      -15.24 21.7714 -7.62
-      <UV> { 0 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 22 {
-      -6.53143 21.7714 7.62
-      <UV> { 1 0.9 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 23 {
-      6.53143 21.7714 7.62
-      <UV> { 0 0.9 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 24 {
-      6.53143 30.48 7.62
-      <UV> { 0 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 25 {
-      -6.53143 30.48 7.62
-      <UV> { 1 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 26 {
-      6.53143 21.7714 7.62
-      <UV> { 0 0.0999999 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 27 {
-      6.53143 21.7714 -7.62
-      <UV> { 1 0.0999999 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 28 {
-      6.53143 30.48 -7.62
-      <UV> { 1 1 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 29 {
-      6.53143 30.48 7.62
-      <UV> { 0 1 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 30 {
-      6.53143 21.7714 -7.62
-      <UV> { 0 0.1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 31 {
-      -6.53143 21.7714 -7.62
-      <UV> { 1 0.1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 32 {
-      -6.53143 30.48 -7.62
-      <UV> { 1 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 33 {
-      6.53143 30.48 -7.62
-      <UV> { 0 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 34 {
-      -6.53143 21.7714 -7.62
-      <UV> { 0 0.0999999 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 35 {
-      -6.53143 21.7714 7.62
-      <UV> { 1 0.0999999 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 36 {
-      -6.53143 30.48 7.62
-      <UV> { 1 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 37 {
-      -6.53143 30.48 -7.62
-      <UV> { 0 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 38 {
-      -6.53143 8.70857 -7.62
-      <UV> { 1 0.9 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 39 {
-      6.53143 8.70857 -7.62
-      <UV> { 0 0.9 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 40 {
-      6.53143 0 -7.62
-      <UV> { 0 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 41 {
-      -6.53143 0 -7.62
-      <UV> { 1 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 42 {
-      6.53143 8.70857 -7.62
-      <UV> { 0 0.0999999 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 43 {
-      6.53143 8.70857 7.62
-      <UV> { 1 0.0999999 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 44 {
-      6.53143 0 7.62
-      <UV> { 1 1 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 45 {
-      6.53143 0 -7.62
-      <UV> { 0 1 }
-      <Normal> { 1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 46 {
-      6.53143 8.70857 7.62
-      <UV> { 0 0.1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 47 {
-      -6.53143 8.70857 7.62
-      <UV> { 1 0.1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 48 {
-      -6.53143 0 7.62
-      <UV> { 1 1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 49 {
-      6.53143 0 7.62
-      <UV> { 0 1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 50 {
-      -6.53143 8.70857 7.62
-      <UV> { 0 0.0999999 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 51 {
-      -6.53143 8.70857 -7.62
-      <UV> { 1 0.0999999 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 52 {
-      -6.53143 0 -7.62
-      <UV> { 1 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 53 {
-      -6.53143 0 7.62
-      <UV> { 0 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.6 0.6 0.6 1 }
-    }
-    <Vertex> 54 {
-      6.53143 8.70857 7.62
-      <UV> { 0 0.0999999 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 55 {
-      6.53143 8.70857 -7.62
-      <UV> { 1 0.0999999 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 56 {
-      15.24 8.70857 -7.62
-      <UV> { 1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 57 {
-      15.24 8.70857 7.62
-      <UV> { 0 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 58 {
-      6.53143 8.70857 -7.62
-      <UV> { 0.9 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 59 {
-      6.53143 21.7714 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 60 {
-      15.24 21.7714 -7.62
-      <UV> { 0 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 61 {
-      15.24 8.70857 -7.62
-      <UV> { 0 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 62 {
-      6.53143 21.7714 -7.62
-      <UV> { 0 0.0999999 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 63 {
-      6.53143 21.7714 7.62
-      <UV> { 1 0.0999999 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 64 {
-      15.24 21.7714 7.62
-      <UV> { 1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 65 {
-      15.24 21.7714 -7.62
-      <UV> { 0 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 66 {
-      6.53143 21.7714 7.62
-      <UV> { 0.9 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 67 {
-      6.53143 8.70857 7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 68 {
-      15.24 8.70857 7.62
-      <UV> { 0 1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 69 {
-      15.24 21.7714 7.62
-      <UV> { 0 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 70 {
-      -6.53143 8.70857 -7.62
-      <UV> { 0 0.0999999 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 71 {
-      -6.53143 8.70857 7.62
-      <UV> { 1 0.0999999 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 72 {
-      -15.24 8.70857 7.62
-      <UV> { 1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 73 {
-      -15.24 8.70857 -7.62
-      <UV> { 0 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.5 0.5 0.5 1 }
-    }
-    <Vertex> 74 {
-      -6.53143 8.70857 7.62
-      <UV> { 0.1 1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 75 {
-      -6.53143 21.7714 7.62
-      <UV> { 0.1 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 76 {
-      -15.24 21.7714 7.62
-      <UV> { 1 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 77 {
-      -15.24 8.70857 7.62
-      <UV> { 1 1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 78 {
-      -6.53143 21.7714 7.62
-      <UV> { 0 0.0999999 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 79 {
-      -6.53143 21.7714 -7.62
-      <UV> { 1 0.0999999 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 80 {
-      -15.24 21.7714 -7.62
-      <UV> { 1 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 81 {
-      -15.24 21.7714 7.62
-      <UV> { 0 1 }
-      <Normal> { 0 1 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 82 {
-      -6.53143 21.7714 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 83 {
-      -6.53143 8.70857 -7.62
-      <UV> { 0.1 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 84 {
-      -15.24 8.70857 -7.62
-      <UV> { 1 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 85 {
-      -15.24 21.7714 -7.62
-      <UV> { 1 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 86 {
-      6.53143 21.7714 -7.62
-      <UV> { 0.1 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 87 {
-      6.53143 8.70857 -7.62
-      <UV> { 0.1 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 88 {
-      -6.53143 8.70857 -7.62
-      <UV> { 1 0.1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 89 {
-      6.53143 8.70857 -7.62
-      <UV> { 0 0.1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 90 {
-      -6.53143 21.7714 -7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 91 {
-      -6.53143 8.70857 -7.62
-      <UV> { 0.9 0 }
-      <Normal> { 0 0 -1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 92 {
-      -6.53143 8.70857 7.62
-      <UV> { 0.9 1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 93 {
-      -6.53143 21.7714 7.62
-      <UV> { 0.9 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 94 {
-      -6.53143 8.70857 7.62
-      <UV> { 1 0.9 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 95 {
-      6.53143 8.70857 7.62
-      <UV> { 0 0.9 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 96 {
-      6.53143 21.7714 7.62
-      <UV> { 0.1 0 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-    <Vertex> 97 {
-      6.53143 8.70857 7.62
-      <UV> { 0.1 1 }
-      <Normal> { 0 0 1 }
-      <RGBA> { 0.8 0.8 0.8 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 0 1 2 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 3 4 5 6 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 7 8 9 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 10 11 12 13 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 1 0 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 14 15 16 17 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -1 0 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 18 19 20 21 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 22 23 24 25 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 1 0 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 26 27 28 29 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 30 31 32 33 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -1 0 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 34 35 36 37 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 38 39 40 41 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 1 0 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 42 43 44 45 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 46 47 48 49 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -1 0 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 50 51 52 53 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 54 55 56 57 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 58 59 60 61 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 62 63 64 65 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 66 67 68 69 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 70 71 72 73 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 74 75 76 77 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 78 79 80 81 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 82 83 84 85 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 9 86 87 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 88 9 89 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 90 9 91 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 92 1 93 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 94 95 1 <Ref> { plusShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 96 1 97 <Ref> { plusShape.verts } }
-  }
-}

+ 0 - 888
dmodels/src/icons/icon_ring.egg

@@ -1,888 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_ring.egg ring.mb"
-}
-<Texture> square_SG {
-  "../maps/square.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> ring {
-  <VertexPool> ringShape.verts {
-    <Vertex> 0 {
-      8.0758 0 -6.16937
-      <UV> { 0.1 0 }
-      <Normal> { -0.455038 0.832745 0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 1 {
-      9.98224 0 8.57322e-008
-      <UV> { 0.9 0 }
-      <Normal> { -0.560127 0.828407 -4.53682e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 2 {
-      15.24 3.55504 5.95992e-015
-      <UV> { 0.9 1 }
-      <Normal> { -0.560127 0.828407 -4.53682e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 3 {
-      12.3294 3.55504 -9.41884
-      <UV> { 0.1 1 }
-      <Normal> { -0.455038 0.832745 0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 4 {
-      3.08468 0 -9.98225
-      <UV> { 0.1 0 }
-      <Normal> { -0.174985 0.839871 0.513806 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 5 {
-      8.0758 0 -6.16937
-      <UV> { 0.9 0 }
-      <Normal> { -0.455038 0.832745 0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 6 {
-      12.3294 3.55504 -9.41884
-      <UV> { 0.9 1 }
-      <Normal> { -0.455038 0.832745 0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 7 {
-      4.70942 3.55504 -15.24
-      <UV> { 0.1 1 }
-      <Normal> { -0.174985 0.839871 0.513806 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 8 {
-      -3.08468 0 -9.98225
-      <UV> { 0.1 0 }
-      <Normal> { 0.174985 0.839871 0.513807 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 9 {
-      3.08468 0 -9.98225
-      <UV> { 0.9 0 }
-      <Normal> { -0.174985 0.839871 0.513806 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 10 {
-      4.70942 3.55504 -15.24
-      <UV> { 0.9 1 }
-      <Normal> { -0.174985 0.839871 0.513806 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 11 {
-      -4.70942 3.55504 -15.24
-      <UV> { 0.1 1 }
-      <Normal> { 0.174985 0.839871 0.513807 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 12 {
-      -8.0758 0 -6.16937
-      <UV> { 0.1 0 }
-      <Normal> { 0.455038 0.832745 0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 13 {
-      -3.08468 0 -9.98225
-      <UV> { 0.9 0 }
-      <Normal> { 0.174985 0.839871 0.513807 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 14 {
-      -4.70942 3.55504 -15.24
-      <UV> { 0.9 1 }
-      <Normal> { 0.174985 0.839871 0.513807 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 15 {
-      -12.3294 3.55504 -9.41884
-      <UV> { 0.1 1 }
-      <Normal> { 0.455038 0.832745 0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 16 {
-      -9.98224 0 -4.66529e-007
-      <UV> { 0.1 0 }
-      <Normal> { 0.560127 0.828406 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 17 {
-      -8.0758 0 -6.16937
-      <UV> { 0.9 0 }
-      <Normal> { 0.455038 0.832745 0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 18 {
-      -12.3294 3.55504 -9.41884
-      <UV> { 0.9 1 }
-      <Normal> { 0.455038 0.832745 0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 19 {
-      -15.24 3.55504 -7.7271e-007
-      <UV> { 0.1 1 }
-      <Normal> { 0.560127 0.828406 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 20 {
-      -8.0758 0 6.16937
-      <UV> { 0.1 0 }
-      <Normal> { 0.455038 0.832745 -0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 21 {
-      -9.98224 0 -4.66529e-007
-      <UV> { 0.9 0 }
-      <Normal> { 0.560127 0.828406 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 22 {
-      -15.24 3.55504 -7.7271e-007
-      <UV> { 0.9 1 }
-      <Normal> { 0.560127 0.828406 0 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 23 {
-      -12.3294 3.55504 9.41884
-      <UV> { 0.1 1 }
-      <Normal> { 0.455038 0.832745 -0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 24 {
-      -3.08468 0 9.98225
-      <UV> { 0.1 0 }
-      <Normal> { 0.174985 0.839871 -0.513807 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 25 {
-      -8.0758 0 6.16937
-      <UV> { 0.9 0 }
-      <Normal> { 0.455038 0.832745 -0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 26 {
-      -12.3294 3.55504 9.41884
-      <UV> { 0.9 1 }
-      <Normal> { 0.455038 0.832745 -0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 27 {
-      -4.70942 3.55504 15.24
-      <UV> { 0.1 1 }
-      <Normal> { 0.174985 0.839871 -0.513807 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 28 {
-      3.08468 0 9.98225
-      <UV> { 0.1 0 }
-      <Normal> { -0.174985 0.839871 -0.513807 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 29 {
-      -3.08468 0 9.98225
-      <UV> { 0.9 0 }
-      <Normal> { 0.174985 0.839871 -0.513807 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 30 {
-      -4.70942 3.55504 15.24
-      <UV> { 0.9 1 }
-      <Normal> { 0.174985 0.839871 -0.513807 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 31 {
-      4.70942 3.55504 15.24
-      <UV> { 0.1 1 }
-      <Normal> { -0.174985 0.839871 -0.513807 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 32 {
-      8.0758 0 6.16937
-      <UV> { 0.1 0 }
-      <Normal> { -0.455038 0.832745 -0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 33 {
-      3.08468 0 9.98225
-      <UV> { 0.9 0 }
-      <Normal> { -0.174985 0.839871 -0.513807 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 34 {
-      4.70942 3.55504 15.24
-      <UV> { 0.9 1 }
-      <Normal> { -0.174985 0.839871 -0.513807 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 35 {
-      12.3294 3.55504 9.41884
-      <UV> { 0.1 1 }
-      <Normal> { -0.455038 0.832745 -0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 36 {
-      9.98224 0 8.57322e-008
-      <UV> { 0.1 0 }
-      <Normal> { -0.560127 0.828407 -4.53682e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 37 {
-      8.0758 0 6.16937
-      <UV> { 0.9 0 }
-      <Normal> { -0.455038 0.832745 -0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 38 {
-      12.3294 3.55504 9.41884
-      <UV> { 0.9 1 }
-      <Normal> { -0.455038 0.832745 -0.315399 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 39 {
-      15.24 3.55504 5.95992e-015
-      <UV> { 0.1 1 }
-      <Normal> { -0.560127 0.828407 -4.53682e-008 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 40 {
-      12.3294 3.55504 -9.41884
-      <UV> { 0.1 0 }
-      <Normal> { 0.820179 0 -0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 41 {
-      15.24 3.55504 5.95992e-015
-      <UV> { 0.9 0 }
-      <Normal> { 1 0 4.67892e-008 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 42 {
-      15.24 0 2.38397e-015
-      <UV> { 0.9 1 }
-      <Normal> { 1 0 4.67892e-008 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 43 {
-      12.3294 0 -9.41884
-      <UV> { 0.1 1 }
-      <Normal> { 0.820179 0 -0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 44 {
-      4.70942 3.55504 -15.24
-      <UV> { 0.1 0 }
-      <Normal> { 0.320426 0 -0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 45 {
-      12.3294 3.55504 -9.41884
-      <UV> { 0.9 0 }
-      <Normal> { 0.820179 0 -0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 46 {
-      12.3294 0 -9.41884
-      <UV> { 0.9 1 }
-      <Normal> { 0.820179 0 -0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 47 {
-      4.70942 0 -15.24
-      <UV> { 0.1 1 }
-      <Normal> { 0.320426 0 -0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 48 {
-      -4.70942 3.55504 -15.24
-      <UV> { 0.1 0 }
-      <Normal> { -0.320426 0 -0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 49 {
-      4.70942 3.55504 -15.24
-      <UV> { 0.9 0 }
-      <Normal> { 0.320426 0 -0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 50 {
-      4.70942 0 -15.24
-      <UV> { 0.9 1 }
-      <Normal> { 0.320426 0 -0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 51 {
-      -4.70942 0 -15.24
-      <UV> { 0.1 1 }
-      <Normal> { -0.320426 0 -0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 52 {
-      -12.3294 3.55504 -9.41884
-      <UV> { 0.1 0 }
-      <Normal> { -0.820179 0 -0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 53 {
-      -4.70942 3.55504 -15.24
-      <UV> { 0.9 0 }
-      <Normal> { -0.320426 0 -0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 54 {
-      -4.70942 0 -15.24
-      <UV> { 0.9 1 }
-      <Normal> { -0.320426 0 -0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 55 {
-      -12.3294 0 -9.41884
-      <UV> { 0.1 1 }
-      <Normal> { -0.820179 0 -0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 56 {
-      -15.24 3.55504 -7.7271e-007
-      <UV> { 0.1 0 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 57 {
-      -12.3294 3.55504 -9.41884
-      <UV> { 0.9 0 }
-      <Normal> { -0.820179 0 -0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 58 {
-      -12.3294 0 -9.41884
-      <UV> { 0.9 1 }
-      <Normal> { -0.820179 0 -0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 59 {
-      -15.24 0 -7.7271e-007
-      <UV> { 0.1 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 60 {
-      -12.3294 3.55504 9.41884
-      <UV> { 0.1 0 }
-      <Normal> { -0.820179 0 0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 61 {
-      -15.24 3.55504 -7.7271e-007
-      <UV> { 0.9 0 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 62 {
-      -15.24 0 -7.7271e-007
-      <UV> { 0.9 1 }
-      <Normal> { -1 0 0 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 63 {
-      -12.3294 0 9.41884
-      <UV> { 0.1 1 }
-      <Normal> { -0.820179 0 0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 64 {
-      -4.70942 3.55504 15.24
-      <UV> { 0.1 0 }
-      <Normal> { -0.320426 0 0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 65 {
-      -12.3294 3.55504 9.41884
-      <UV> { 0.9 0 }
-      <Normal> { -0.820179 0 0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 66 {
-      -12.3294 0 9.41884
-      <UV> { 0.9 1 }
-      <Normal> { -0.820179 0 0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 67 {
-      -4.70942 0 15.24
-      <UV> { 0.1 1 }
-      <Normal> { -0.320426 0 0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 68 {
-      4.70942 3.55504 15.24
-      <UV> { 0.1 0 }
-      <Normal> { 0.320426 0 0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 69 {
-      -4.70942 3.55504 15.24
-      <UV> { 0.9 0 }
-      <Normal> { -0.320426 0 0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 70 {
-      -4.70942 0 15.24
-      <UV> { 0.9 1 }
-      <Normal> { -0.320426 0 0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 71 {
-      4.70942 0 15.24
-      <UV> { 0.1 1 }
-      <Normal> { 0.320426 0 0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 72 {
-      12.3294 3.55504 9.41884
-      <UV> { 0.1 0 }
-      <Normal> { 0.820178 0 0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 73 {
-      4.70942 3.55504 15.24
-      <UV> { 0.9 0 }
-      <Normal> { 0.320426 0 0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 74 {
-      4.70942 0 15.24
-      <UV> { 0.9 1 }
-      <Normal> { 0.320426 0 0.947274 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 75 {
-      12.3294 0 9.41884
-      <UV> { 0.1 1 }
-      <Normal> { 0.820178 0 0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 76 {
-      15.24 3.55504 5.95992e-015
-      <UV> { 0.1 0 }
-      <Normal> { 1 0 4.67892e-008 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 77 {
-      12.3294 3.55504 9.41884
-      <UV> { 0.9 0 }
-      <Normal> { 0.820178 0 0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 78 {
-      12.3294 0 9.41884
-      <UV> { 0.9 1 }
-      <Normal> { 0.820178 0 0.572108 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 79 {
-      15.24 0 2.38397e-015
-      <UV> { 0.1 1 }
-      <Normal> { 1 0 4.67892e-008 }
-      <RGBA> { 0.8843 0.8843 0.8843 1 }
-    }
-    <Vertex> 80 {
-      12.3294 0 -9.41884
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 81 {
-      15.24 0 2.38397e-015
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 82 {
-      9.98224 0 8.57322e-008
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 83 {
-      8.0758 0 -6.16937
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 84 {
-      4.70942 0 -15.24
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 85 {
-      12.3294 0 -9.41884
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 86 {
-      8.0758 0 -6.16937
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 87 {
-      3.08468 0 -9.98225
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 88 {
-      -4.70942 0 -15.24
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 89 {
-      4.70942 0 -15.24
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 90 {
-      3.08468 0 -9.98225
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 91 {
-      -3.08468 0 -9.98225
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 92 {
-      -12.3294 0 -9.41884
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 93 {
-      -4.70942 0 -15.24
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 94 {
-      -3.08468 0 -9.98225
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 95 {
-      -8.0758 0 -6.16937
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 96 {
-      -15.24 0 -7.7271e-007
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 97 {
-      -12.3294 0 -9.41884
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 98 {
-      -8.0758 0 -6.16937
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 99 {
-      -9.98224 0 -4.66529e-007
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 100 {
-      -12.3294 0 9.41884
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 101 {
-      -15.24 0 -7.7271e-007
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 102 {
-      -9.98224 0 -4.66529e-007
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 103 {
-      -8.0758 0 6.16937
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 104 {
-      -4.70942 0 15.24
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 105 {
-      -12.3294 0 9.41884
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 106 {
-      -8.0758 0 6.16937
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 107 {
-      -3.08468 0 9.98225
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 108 {
-      4.70942 0 15.24
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 109 {
-      -4.70942 0 15.24
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 110 {
-      -3.08468 0 9.98225
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 111 {
-      3.08468 0 9.98225
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 112 {
-      12.3294 0 9.41884
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 113 {
-      4.70942 0 15.24
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 114 {
-      3.08468 0 9.98225
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 115 {
-      8.0758 0 6.16937
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 116 {
-      15.24 0 2.38397e-015
-      <UV> { 0.1 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 117 {
-      12.3294 0 9.41884
-      <UV> { 0.9 0 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 118 {
-      8.0758 0 6.16937
-      <UV> { 0.9 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-    <Vertex> 119 {
-      9.98224 0 8.57322e-008
-      <UV> { 0.1 1 }
-      <Normal> { 0 -1 0 }
-      <RGBA> { 0.7603 0.7603 0.7603 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { -0.551921 0.816269 0.170553 }
-    <TRef> { square_SG }
-    <VertexRef> { 0 1 2 3 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.344214 0.823706 0.450582 }
-    <TRef> { square_SG }
-    <VertexRef> { 4 5 6 7 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0.828406 0.560128 }
-    <TRef> { square_SG }
-    <VertexRef> { 8 9 10 11 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.344214 0.823706 0.450582 }
-    <TRef> { square_SG }
-    <VertexRef> { 12 13 14 15 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.551921 0.816269 0.170553 }
-    <TRef> { square_SG }
-    <VertexRef> { 16 17 18 19 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.551921 0.816269 -0.170553 }
-    <TRef> { square_SG }
-    <VertexRef> { 20 21 22 23 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.344214 0.823706 -0.450582 }
-    <TRef> { square_SG }
-    <VertexRef> { 24 25 26 27 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0.828406 -0.560128 }
-    <TRef> { square_SG }
-    <VertexRef> { 28 29 30 31 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.344214 0.823706 -0.450582 }
-    <TRef> { square_SG }
-    <VertexRef> { 32 33 34 35 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.551921 0.816269 -0.170553 }
-    <TRef> { square_SG }
-    <VertexRef> { 36 37 38 39 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.955423 0 -0.295242 }
-    <TRef> { square_SG }
-    <VertexRef> { 40 41 42 43 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.607062 0 -0.794654 }
-    <TRef> { square_SG }
-    <VertexRef> { 44 45 46 47 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 0 -1 }
-    <TRef> { square_SG }
-    <VertexRef> { 48 49 50 51 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.607062 0 -0.794654 }
-    <TRef> { square_SG }
-    <VertexRef> { 52 53 54 55 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.955423 0 -0.295242 }
-    <TRef> { square_SG }
-    <VertexRef> { 56 57 58 59 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.955423 0 0.295242 }
-    <TRef> { square_SG }
-    <VertexRef> { 60 61 62 63 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.607062 0 0.794654 }
-    <TRef> { square_SG }
-    <VertexRef> { 64 65 66 67 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -1.13925e-007 0 1 }
-    <TRef> { square_SG }
-    <VertexRef> { 68 69 70 71 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.607062 0 0.794654 }
-    <TRef> { square_SG }
-    <VertexRef> { 72 73 74 75 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.955423 0 0.295242 }
-    <TRef> { square_SG }
-    <VertexRef> { 76 77 78 79 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 80 81 82 83 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 84 85 86 87 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 88 89 90 91 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 92 93 94 95 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 96 97 98 99 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 100 101 102 103 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 104 105 106 107 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 108 109 110 111 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 112 113 114 115 <Ref> { ringShape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0 -1 0 }
-    <TRef> { square_SG }
-    <VertexRef> { 116 117 118 119 <Ref> { ringShape.verts } }
-  }
-}

+ 0 - 478
dmodels/src/icons/icon_star_5.egg

@@ -1,478 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_star_5.egg star_5.mb"
-}
-<Texture> square_SG {
-  "../maps/square.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> star_5 {
-  <VertexPool> star_5Shape.verts {
-    <Vertex> 0 {
-      5.15126 12.415 -1.82154e-015
-      <UV> { 0.1 0 }
-      <Normal> { 0.612963 0.210701 -0.7615 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 1 {
-      9.41884 -1.43713e-006 -2.04924e-015
-      <UV> { 0.9 0 }
-      <Normal> { 0.612963 0.210701 -0.7615 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 2 {
-      4.77561e-007 13.6311 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.612963 0.210701 -0.7615 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 3 {
-      15.24 18.8377 -3.1877e-015
-      <UV> { 0.1 0 }
-      <Normal> { 0.380625 -0.597888 -0.705446 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 4 {
-      5.15126 12.415 -1.82154e-015
-      <UV> { 0.9 0 }
-      <Normal> { 0.380625 -0.597888 -0.705446 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 5 {
-      4.77561e-007 13.6311 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.380625 -0.597888 -0.705446 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 6 {
-      3.18365 18.7823 -9.10772e-016
-      <UV> { 0.1 0 }
-      <Normal> { -0.0027361 0.59574 -0.803173 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 7 {
-      15.24 18.8377 -3.1877e-015
-      <UV> { 0.9 0 }
-      <Normal> { -0.0027361 0.59574 -0.803173 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 8 {
-      4.77561e-007 13.6311 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.0027361 0.59574 -0.803173 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 9 {
-      -4.77561e-007 30.48 0
-      <UV> { 0.1 0 }
-      <Normal> { 0.629609 0.171355 -0.75778 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 10 {
-      3.18365 18.7823 -9.10772e-016
-      <UV> { 0.9 0 }
-      <Normal> { 0.629609 0.171355 -0.75778 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 11 {
-      4.77561e-007 13.6311 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.629609 0.171355 -0.75778 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 12 {
-      -3.18364 18.7823 9.10772e-016
-      <UV> { 0.1 0 }
-      <Normal> { -0.629609 0.171354 -0.75778 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 13 {
-      -4.77561e-007 30.48 0
-      <UV> { 0.9 0 }
-      <Normal> { -0.629609 0.171354 -0.75778 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 14 {
-      4.77561e-007 13.6311 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.629609 0.171354 -0.75778 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 15 {
-      -15.24 18.8377 3.1877e-015
-      <UV> { 0.1 0 }
-      <Normal> { 0.0027361 0.59574 -0.803173 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 16 {
-      -3.18364 18.7823 9.10772e-016
-      <UV> { 0.9 0 }
-      <Normal> { 0.0027361 0.59574 -0.803173 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 17 {
-      4.77561e-007 13.6311 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.0027361 0.59574 -0.803173 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 18 {
-      -5.15126 12.415 1.82154e-015
-      <UV> { 0.1 0 }
-      <Normal> { -0.380625 -0.597888 -0.705446 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 19 {
-      -15.24 18.8377 3.1877e-015
-      <UV> { 0.9 0 }
-      <Normal> { -0.380625 -0.597888 -0.705446 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 20 {
-      4.77561e-007 13.6311 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.380625 -0.597888 -0.705446 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 21 {
-      -9.41884 -2.44141e-006 2.73231e-015
-      <UV> { 0.1 0 }
-      <Normal> { -0.612963 0.210701 -0.7615 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 22 {
-      -5.15126 12.415 1.82154e-015
-      <UV> { 0.9 0 }
-      <Normal> { -0.612963 0.210701 -0.7615 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 23 {
-      4.77561e-007 13.6311 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.612963 0.210701 -0.7615 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 24 {
-      4.77561e-007 8.4798 0
-      <UV> { 0.1 0 }
-      <Normal> { 0.47198 -0.524246 -0.708802 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 25 {
-      -9.41884 -2.44141e-006 2.73231e-015
-      <UV> { 0.9 0 }
-      <Normal> { 0.47198 -0.524246 -0.708802 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 26 {
-      4.77561e-007 13.6311 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.47198 -0.524246 -0.708802 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 27 {
-      9.41884 -1.43713e-006 -2.04924e-015
-      <UV> { 0.1 0 }
-      <Normal> { -0.47198 -0.524246 -0.708802 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 28 {
-      4.77561e-007 8.4798 0
-      <UV> { 0.9 0 }
-      <Normal> { -0.47198 -0.524246 -0.708802 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 29 {
-      4.77561e-007 13.6311 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.47198 -0.524246 -0.708802 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 30 {
-      9.41884 -1.43713e-006 -2.04924e-015
-      <UV> { 0.1 0 }
-      <Normal> { 0.612963 0.210701 0.7615 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 31 {
-      5.15126 12.415 -1.82154e-015
-      <UV> { 0.9 0 }
-      <Normal> { 0.612963 0.210701 0.7615 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 32 {
-      4.77561e-007 13.6311 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.612963 0.210701 0.7615 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 33 {
-      5.15126 12.415 -1.82154e-015
-      <UV> { 0.1 0 }
-      <Normal> { 0.380625 -0.597888 0.705446 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 34 {
-      15.24 18.8377 -3.1877e-015
-      <UV> { 0.9 0 }
-      <Normal> { 0.380625 -0.597888 0.705446 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 35 {
-      4.77561e-007 13.6311 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.380625 -0.597888 0.705446 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 36 {
-      15.24 18.8377 -3.1877e-015
-      <UV> { 0.1 0 }
-      <Normal> { -0.0027361 0.59574 0.803173 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 37 {
-      3.18365 18.7823 -9.10772e-016
-      <UV> { 0.9 0 }
-      <Normal> { -0.0027361 0.59574 0.803173 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 38 {
-      4.77561e-007 13.6311 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.0027361 0.59574 0.803173 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 39 {
-      3.18365 18.7823 -9.10772e-016
-      <UV> { 0.1 0 }
-      <Normal> { 0.629609 0.171355 0.75778 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 40 {
-      -4.77561e-007 30.48 0
-      <UV> { 0.9 0 }
-      <Normal> { 0.629609 0.171355 0.75778 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 41 {
-      4.77561e-007 13.6311 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.629609 0.171355 0.75778 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 42 {
-      -4.77561e-007 30.48 0
-      <UV> { 0.1 0 }
-      <Normal> { -0.629609 0.171354 0.75778 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 43 {
-      -3.18364 18.7823 9.10772e-016
-      <UV> { 0.9 0 }
-      <Normal> { -0.629609 0.171354 0.75778 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 44 {
-      4.77561e-007 13.6311 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.629609 0.171354 0.75778 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 45 {
-      -3.18364 18.7823 9.10772e-016
-      <UV> { 0.1 0 }
-      <Normal> { 0.0027361 0.59574 0.803173 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 46 {
-      -15.24 18.8377 3.1877e-015
-      <UV> { 0.9 0 }
-      <Normal> { 0.0027361 0.59574 0.803173 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 47 {
-      4.77561e-007 13.6311 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.0027361 0.59574 0.803173 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 48 {
-      -15.24 18.8377 3.1877e-015
-      <UV> { 0.1 0 }
-      <Normal> { -0.380625 -0.597888 0.705446 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 49 {
-      -5.15126 12.415 1.82154e-015
-      <UV> { 0.9 0 }
-      <Normal> { -0.380625 -0.597888 0.705446 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 50 {
-      4.77561e-007 13.6311 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.380625 -0.597888 0.705446 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 51 {
-      -5.15126 12.415 1.82154e-015
-      <UV> { 0.1 0 }
-      <Normal> { -0.612963 0.210701 0.7615 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 52 {
-      -9.41884 -2.44141e-006 2.73231e-015
-      <UV> { 0.9 0 }
-      <Normal> { -0.612963 0.210701 0.7615 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 53 {
-      4.77561e-007 13.6311 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.612963 0.210701 0.7615 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 54 {
-      -9.41884 -2.44141e-006 2.73231e-015
-      <UV> { 0.1 0 }
-      <Normal> { 0.47198 -0.524246 0.708802 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 55 {
-      4.77561e-007 8.4798 0
-      <UV> { 0.9 0 }
-      <Normal> { 0.47198 -0.524246 0.708802 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 56 {
-      4.77561e-007 13.6311 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.47198 -0.524246 0.708802 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 57 {
-      4.77561e-007 8.4798 0
-      <UV> { 0.1 0 }
-      <Normal> { -0.47198 -0.524246 0.708802 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 58 {
-      9.41884 -1.43713e-006 -2.04924e-015
-      <UV> { 0.9 0 }
-      <Normal> { -0.47198 -0.524246 0.708802 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-    <Vertex> 59 {
-      4.77561e-007 13.6311 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.47198 -0.524246 0.708802 }
-      <RGBA> { 0.9008 0.9008 0.9008 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { 0.612963 0.210701 -0.7615 }
-    <TRef> { square_SG }
-    <VertexRef> { 0 1 2 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.380625 -0.597888 -0.705446 }
-    <TRef> { square_SG }
-    <VertexRef> { 3 4 5 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.0027361 0.59574 -0.803173 }
-    <TRef> { square_SG }
-    <VertexRef> { 6 7 8 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.629609 0.171355 -0.75778 }
-    <TRef> { square_SG }
-    <VertexRef> { 9 10 11 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.629609 0.171354 -0.75778 }
-    <TRef> { square_SG }
-    <VertexRef> { 12 13 14 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.0027361 0.59574 -0.803173 }
-    <TRef> { square_SG }
-    <VertexRef> { 15 16 17 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.380625 -0.597888 -0.705446 }
-    <TRef> { square_SG }
-    <VertexRef> { 18 19 20 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.612963 0.210701 -0.7615 }
-    <TRef> { square_SG }
-    <VertexRef> { 21 22 23 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.47198 -0.524246 -0.708802 }
-    <TRef> { square_SG }
-    <VertexRef> { 24 25 26 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.47198 -0.524246 -0.708802 }
-    <TRef> { square_SG }
-    <VertexRef> { 27 28 29 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.612963 0.210701 0.7615 }
-    <TRef> { square_SG }
-    <VertexRef> { 30 31 32 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.380625 -0.597888 0.705446 }
-    <TRef> { square_SG }
-    <VertexRef> { 33 34 35 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.0027361 0.59574 0.803173 }
-    <TRef> { square_SG }
-    <VertexRef> { 36 37 38 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.629609 0.171355 0.75778 }
-    <TRef> { square_SG }
-    <VertexRef> { 39 40 41 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.629609 0.171354 0.757779 }
-    <TRef> { square_SG }
-    <VertexRef> { 42 43 44 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.0027361 0.59574 0.803173 }
-    <TRef> { square_SG }
-    <VertexRef> { 45 46 47 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.380625 -0.597888 0.705446 }
-    <TRef> { square_SG }
-    <VertexRef> { 48 49 50 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.612963 0.210701 0.7615 }
-    <TRef> { square_SG }
-    <VertexRef> { 51 52 53 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.47198 -0.524246 0.708802 }
-    <TRef> { square_SG }
-    <VertexRef> { 54 55 56 <Ref> { star_5Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.47198 -0.524246 0.708802 }
-    <TRef> { square_SG }
-    <VertexRef> { 57 58 59 <Ref> { star_5Shape.verts } }
-  }
-}

+ 0 - 754
dmodels/src/icons/icon_star_8.egg

@@ -1,754 +0,0 @@
-<CoordinateSystem> { Y-Up }
-
-<Comment> {
-  "maya2egg -o icon_star_8.egg star_8.mb"
-}
-<Texture> square_SG {
-  "../maps/square.tif"
-  <Scalar> wrapu { repeat }
-  <Scalar> wrapv { repeat }
-  <Scalar> minfilter { linear_mipmap_linear }
-  <Scalar> magfilter { linear }
-}
-<Group> groundPlane_transform {
-}
-<Group> star_8 {
-  <VertexPool> star_8Shape.verts {
-    <Vertex> 0 {
-      10.7763 26.0163 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.582512 -0.318049 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 1 {
-      6.32234 17.8588 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.582512 -0.318049 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 2 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.582512 -0.318049 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 3 {
-      2.61881 21.5623 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.318049 0.582512 -0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 4 {
-      10.7763 26.0163 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.318049 0.582512 -0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 5 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.318049 0.582512 -0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 6 {
-      5.42326e-006 30.48 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.636792 0.187003 -0.748014 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 7 {
-      2.61881 21.5623 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.636792 0.187003 -0.748014 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 8 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.636792 0.187003 -0.748014 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 9 {
-      -2.6188 21.5623 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.636791 0.187004 -0.748015 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 10 {
-      5.42326e-006 30.48 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.636791 0.187004 -0.748015 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 11 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.636791 0.187004 -0.748015 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 12 {
-      -10.7763 26.0163 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.31805 0.582512 -0.748013 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 13 {
-      -2.6188 21.5623 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.31805 0.582512 -0.748013 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 14 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.31805 0.582512 -0.748013 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 15 {
-      -6.32234 17.8588 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.582512 -0.318049 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 16 {
-      -10.7763 26.0163 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.582512 -0.318049 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 17 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.582512 -0.318049 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 18 {
-      -15.24 15.24 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.187003 0.636792 -0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 19 {
-      -6.32234 17.8588 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.187003 0.636792 -0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 20 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.187003 0.636792 -0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 21 {
-      -6.32235 12.6212 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.187004 -0.636791 -0.748015 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 22 {
-      -15.24 15.24 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.187004 -0.636791 -0.748015 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 23 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.187004 -0.636791 -0.748015 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 24 {
-      -10.7763 4.4637 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.582512 0.318049 -0.748014 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 25 {
-      -6.32235 12.6212 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.582512 0.318049 -0.748014 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 26 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.582512 0.318049 -0.748014 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 27 {
-      -2.61881 8.91766 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.318049 -0.582512 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 28 {
-      -10.7763 4.4637 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.318049 -0.582512 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 29 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.318049 -0.582512 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 30 {
-      -3.80825e-006 0 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.636792 -0.187004 -0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 31 {
-      -2.61881 8.91766 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.636792 -0.187004 -0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 32 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.636792 -0.187004 -0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 33 {
-      2.6188 8.91765 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.636792 -0.187004 -0.748015 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 34 {
-      -3.80825e-006 0 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.636792 -0.187004 -0.748015 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 35 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.636792 -0.187004 -0.748015 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 36 {
-      10.7763 4.46369 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.318049 -0.582512 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 37 {
-      2.6188 8.91765 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.318049 -0.582512 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 38 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.318049 -0.582512 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 39 {
-      6.32234 12.6212 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.582511 0.318049 -0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 40 {
-      10.7763 4.46369 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.582511 0.318049 -0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 41 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.582511 0.318049 -0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 42 {
-      15.24 15.24 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.187004 -0.636792 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 43 {
-      6.32234 12.6212 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.187004 -0.636792 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 44 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.187004 -0.636792 -0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 45 {
-      6.32234 17.8588 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.187003 0.636792 -0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 46 {
-      15.24 15.24 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.187003 0.636792 -0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 47 {
-      -1.36256e-006 15.24 -3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.187003 0.636792 -0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 48 {
-      6.32234 17.8588 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.582512 -0.318049 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 49 {
-      10.7763 26.0163 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.582512 -0.318049 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 50 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.582512 -0.318049 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 51 {
-      10.7763 26.0163 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.318049 0.582512 0.748014 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 52 {
-      2.61881 21.5623 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.318049 0.582512 0.748014 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 53 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.318049 0.582512 0.748014 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 54 {
-      2.61881 21.5623 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.636792 0.187003 0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 55 {
-      5.42326e-006 30.48 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.636792 0.187003 0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 56 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.636792 0.187003 0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 57 {
-      5.42326e-006 30.48 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.636792 0.187004 0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 58 {
-      -2.6188 21.5623 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.636792 0.187004 0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 59 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.636792 0.187004 0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 60 {
-      -2.6188 21.5623 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.31805 0.582512 0.748013 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 61 {
-      -10.7763 26.0163 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.31805 0.582512 0.748013 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 62 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.31805 0.582512 0.748013 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 63 {
-      -10.7763 26.0163 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.582512 -0.318048 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 64 {
-      -6.32234 17.8588 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.582512 -0.318048 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 65 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.582512 -0.318048 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 66 {
-      -6.32234 17.8588 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.187003 0.636792 0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 67 {
-      -15.24 15.24 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.187003 0.636792 0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 68 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.187003 0.636792 0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 69 {
-      -15.24 15.24 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.187004 -0.636792 0.748015 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 70 {
-      -6.32235 12.6212 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.187004 -0.636792 0.748015 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 71 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.187004 -0.636792 0.748015 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 72 {
-      -6.32235 12.6212 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.582512 0.318049 0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 73 {
-      -10.7763 4.4637 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.582512 0.318049 0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 74 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.582512 0.318049 0.748014 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 75 {
-      -10.7763 4.4637 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.318049 -0.582512 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 76 {
-      -2.61881 8.91766 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.318049 -0.582512 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 77 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.318049 -0.582512 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 78 {
-      -2.61881 8.91766 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.636792 -0.187004 0.748015 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 79 {
-      -3.80825e-006 0 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.636792 -0.187004 0.748015 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 80 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.636792 -0.187004 0.748015 }
-      <RGBA> { 1 1 1 1 }
-    }
-    <Vertex> 81 {
-      -3.80825e-006 0 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.636792 -0.187004 0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 82 {
-      2.6188 8.91765 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.636792 -0.187004 0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 83 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.636792 -0.187004 0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 84 {
-      2.6188 8.91765 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { -0.318049 -0.582512 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 85 {
-      10.7763 4.46369 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { -0.318049 -0.582512 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 86 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { -0.318049 -0.582512 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 87 {
-      10.7763 4.46369 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.582512 0.318049 0.748014 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 88 {
-      6.32234 12.6212 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.582512 0.318049 0.748014 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 89 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.582512 0.318049 0.748014 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 90 {
-      6.32234 12.6212 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.187004 -0.636792 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 91 {
-      15.24 15.24 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.187004 -0.636792 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 92 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.187004 -0.636792 0.748014 }
-      <RGBA> { 0.7851 0.7851 0.7851 1 }
-    }
-    <Vertex> 93 {
-      15.24 15.24 5.91646e-031
-      <UV> { 0.1 0 }
-      <Normal> { 0.187003 0.636792 0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 94 {
-      6.32234 17.8588 5.91646e-031
-      <UV> { 0.9 0 }
-      <Normal> { 0.187003 0.636792 0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-    <Vertex> 95 {
-      -1.36256e-006 15.24 3.81
-      <UV> { 0.5 1 }
-      <Normal> { 0.187003 0.636792 0.748015 }
-      <RGBA> { 0.9091 0.9091 0.9091 1 }
-    }
-  }
-  <Polygon> {
-    <Normal> { 0.582512 -0.318049 -0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 0 1 2 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.318049 0.582512 -0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 3 4 5 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.636792 0.187003 -0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 6 7 8 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.636791 0.187004 -0.748015 }
-    <TRef> { square_SG }
-    <VertexRef> { 9 10 11 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.31805 0.582512 -0.748013 }
-    <TRef> { square_SG }
-    <VertexRef> { 12 13 14 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.582512 -0.318049 -0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 15 16 17 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.187003 0.636792 -0.748015 }
-    <TRef> { square_SG }
-    <VertexRef> { 18 19 20 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.187004 -0.636791 -0.748015 }
-    <TRef> { square_SG }
-    <VertexRef> { 21 22 23 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.582512 0.318049 -0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 24 25 26 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.318049 -0.582512 -0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 27 28 29 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.636792 -0.187004 -0.748015 }
-    <TRef> { square_SG }
-    <VertexRef> { 30 31 32 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.636792 -0.187004 -0.748015 }
-    <TRef> { square_SG }
-    <VertexRef> { 33 34 35 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.318049 -0.582512 -0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 36 37 38 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.582511 0.318049 -0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 39 40 41 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.187004 -0.636792 -0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 42 43 44 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.187003 0.636792 -0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 45 46 47 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.582512 -0.318049 0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 48 49 50 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.318049 0.582512 0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 51 52 53 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.636792 0.187003 0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 54 55 56 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.636792 0.187004 0.748015 }
-    <TRef> { square_SG }
-    <VertexRef> { 57 58 59 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.31805 0.582512 0.748013 }
-    <TRef> { square_SG }
-    <VertexRef> { 60 61 62 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.582512 -0.318048 0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 63 64 65 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.187003 0.636792 0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 66 67 68 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.187004 -0.636792 0.748015 }
-    <TRef> { square_SG }
-    <VertexRef> { 69 70 71 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.582512 0.318049 0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 72 73 74 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.318049 -0.582512 0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 75 76 77 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.636792 -0.187004 0.748015 }
-    <TRef> { square_SG }
-    <VertexRef> { 78 79 80 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.636792 -0.187004 0.748015 }
-    <TRef> { square_SG }
-    <VertexRef> { 81 82 83 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { -0.318049 -0.582512 0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 84 85 86 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.582512 0.318049 0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 87 88 89 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.187004 -0.636792 0.748014 }
-    <TRef> { square_SG }
-    <VertexRef> { 90 91 92 <Ref> { star_8Shape.verts } }
-  }
-  <Polygon> {
-    <Normal> { 0.187003 0.636792 0.748015 }
-    <TRef> { square_SG }
-    <VertexRef> { 93 94 95 <Ref> { star_8Shape.verts } }
-  }
-}

二进制
dmodels/src/maps/4map.rgb.attr


二进制
dmodels/src/maps/4map.rgb.pz


二进制
dmodels/src/maps/lightbulb.tif


二进制
dmodels/src/maps/smiley.rgb


二进制
dmodels/src/maps/soft_iris.rgb.attr


二进制
dmodels/src/maps/square.tif


二进制
dmodels/src/maps/square_opening.tif


+ 0 - 46
dmodels/src/maps/textures.txa

@@ -1,46 +0,0 @@
-:palette 256 256
-
-:imagetype rgb
-
-# Allow textures that repeat up to three times to be palettized.  This
-# requires stamping multiple copies of the texture into the palette.
-:coverage 3.0
-
-:group leveleditor dir leveleditor
-:group misc
-:group fonts
-
-# The following line flags all textures to use the most generic image
-# type (e.g. 'rgba' as opposed to 'rgba8') and also turns on
-# mipmapping for all textures ('mipmap').  This enables more textures
-# to be grouped together on the same palettes.  The 'cont' keyword 
-# indicates that we should not stop scanning this file for a particular
-# texture just because we matched this first line.
-
-* : generic mipmap cont
-
-Comic.rgb : 256 256
-Humanist.rgb : 256 256
-  
-Comic.egg : fonts
-Humanist.egg : fonts
-
-lilsmiley.rgba : 32 32
-smiley.rgb : 512 256
-soft_iris.rgb : 128 128
-
-fade.egg : misc
-iris.egg : misc
-lilsmiley.egg : misc
-objectHandles.egg : misc
-smiley.egg : misc
-sphere.egg : misc
-dialog_box_gui : misc
-
-4map.rgb : 256 256 omit
-
-donalds_dock_layout.egg : leveleditor
-minnies_melody_land_layout.egg : leveleditor
-toontown_central_layout.egg : leveleditor
-the_burrrgh_layout.egg : leveleditor
-gridBack.egg : leveleditor

二进制
dmodels/src/maps/triangle.tif


二进制
dmodels/src/misc/camera.flt


二进制
dmodels/src/misc/fade.flt


二进制
dmodels/src/misc/fade_sphere.flt


二进制
dmodels/src/misc/gridBack.flt


二进制
dmodels/src/misc/iris.flt


二进制
dmodels/src/misc/objectHandles.flt


二进制
dmodels/src/misc/rgbCube.flt


二进制
dmodels/src/misc/sphere.flt


二进制
dmodels/src/misc/xyzAxis.flt


+ 0 - 1
doc/INSTALL

@@ -30,7 +30,6 @@ Make sure you have both pieces.  If you do, then your panda
 directory will contain the following subdirectories:
 
     direct	- piece 1, source code from github
-    dmodels	- piece 1, source code from github
     doc         - piece 1, source code from github
     dtool	- piece 1, source code from github
     makepanda	- piece 1, source code from github

+ 6 - 15
makepanda/makepanda.py

@@ -5964,23 +5964,19 @@ if PkgSkip("PYTHON") == 0:
 if not PkgSkip("DIRECT") and not PkgSkip("EGG"):
   model_extensions = ["*.egg"]
 
-  # Check if we have access to an flt2egg utility, either self-compiled or on the system.
-  if ((PkgSkip("PANDATOOL")==0 and GetHost()==GetTarget()) or LocateBinary('flt2egg')):
-      model_extensions.append("*.flt")
-
-  for model in GetDirectoryContents("dmodels/src/misc", model_extensions):
+  for model in GetDirectoryContents("models/misc", model_extensions):
       if (PkgSkip("ZLIB")==0 and PkgSkip("DEPLOYTOOLS")==0):
           newname = model[:-4] + ".egg.pz"
       else:
           newname = model[:-4] + ".egg"
-      TargetAdd(GetOutputDir()+"/models/misc/"+newname, input="dmodels/src/misc/"+model)
+      TargetAdd(GetOutputDir()+"/models/misc/"+newname, input="models/misc/"+model)
 
-  for model in GetDirectoryContents("dmodels/src/gui", model_extensions):
+  for model in GetDirectoryContents("models/gui", model_extensions):
       if (PkgSkip("ZLIB")==0 and PkgSkip("DEPLOYTOOLS")==0):
           newname = model[:-4] + ".egg.pz"
       else:
           newname = model[:-4] + ".egg"
-      TargetAdd(GetOutputDir()+"/models/gui/"+newname, input="dmodels/src/gui/"+model)
+      TargetAdd(GetOutputDir()+"/models/gui/"+newname, input="models/gui/"+model)
 
   for model in GetDirectoryContents("models", model_extensions):
       if (PkgSkip("ZLIB")==0 and PkgSkip("DEPLOYTOOLS")==0):
@@ -5990,19 +5986,14 @@ if not PkgSkip("DIRECT") and not PkgSkip("EGG"):
       TargetAdd(GetOutputDir()+"/models/"+newname, input="models/"+model)
 
 if not PkgSkip("DIRECT"):
-  CopyAllFiles(GetOutputDir()+"/models/audio/sfx/",  "dmodels/src/audio/sfx/", ".wav")
-  CopyAllFiles(GetOutputDir()+"/models/icons/",      "dmodels/src/icons/",     ".gif")
+  CopyAllFiles(GetOutputDir()+"/models/audio/sfx/",  "models/audio/sfx/",      ".wav")
+  CopyAllFiles(GetOutputDir()+"/models/icons/",      "models/icons/",          ".gif")
 
   CopyAllFiles(GetOutputDir()+"/models/maps/",       "models/maps/",           ".jpg")
   CopyAllFiles(GetOutputDir()+"/models/maps/",       "models/maps/",           ".png")
   CopyAllFiles(GetOutputDir()+"/models/maps/",       "models/maps/",           ".rgb")
   CopyAllFiles(GetOutputDir()+"/models/maps/",       "models/maps/",           ".rgba")
 
-  CopyAllFiles(GetOutputDir()+"/models/maps/",       "dmodels/src/maps/",      ".jpg")
-  CopyAllFiles(GetOutputDir()+"/models/maps/",       "dmodels/src/maps/",      ".png")
-  CopyAllFiles(GetOutputDir()+"/models/maps/",       "dmodels/src/maps/",      ".rgb")
-  CopyAllFiles(GetOutputDir()+"/models/maps/",       "dmodels/src/maps/",      ".rgba")
-
 
 ##########################################################################################
 #

+ 0 - 0
dmodels/src/audio/sfx/GUI_click.wav → models/audio/sfx/GUI_click.wav


+ 0 - 0
dmodels/src/audio/sfx/GUI_rollover.wav → models/audio/sfx/GUI_rollover.wav


+ 47 - 0
models/gui/dialog_box_gui.egg

@@ -0,0 +1,47 @@
+<CoordinateSystem> { Z-Up }
+
+<Comment> {
+  "flt2egg -ps keep dialog_box_gui.flt -o dialog_box_gui.egg"
+}
+<Texture> 0 {
+  "../maps/general_panel.rgba"
+  <Scalar> wrap { repeat }
+  <Scalar> wrapu { repeat }
+  <Scalar> wrapv { repeat }
+  <Scalar> minfilter { nearest }
+  <Scalar> magfilter { nearest }
+  <Scalar> envtype { modulate }
+}
+<VertexPool> vpool {
+  <Vertex> 0 {
+    -0.577176544880644 0 0.554307403338226
+    <UV> { 0 1 }
+    <RGBA> { 1 1 1 1 }
+  }
+  <Vertex> 1 {
+    0.534984304949106 0 0.554307403338226
+    <UV> { 1 1 }
+    <RGBA> { 1 1 1 1 }
+  }
+  <Vertex> 2 {
+    0.534984304949106 0 -0.631771859679054
+    <UV> { 1 0 }
+    <RGBA> { 1 1 1 1 }
+  }
+  <Vertex> 3 {
+    -0.577176544880644 0 -0.631771859679054
+    <UV> { 0 0 }
+    <RGBA> { 1 1 1 1 }
+  }
+}
+<Group> g1 {
+  <Group> g2 {
+    <Group> o1 {
+      <Polygon> {
+        <TRef> { 0 }
+        <BFace> { 1 }
+        <VertexRef> { 0 1 2 3 <Ref> { vpool } }
+      }
+    }
+  }
+}

+ 0 - 0
dmodels/src/gui/radio_button_gui.egg → models/gui/radio_button_gui.egg


+ 0 - 0
dmodels/src/icons/actor.gif → models/icons/actor.gif


+ 0 - 0
dmodels/src/icons/blank.gif → models/icons/blank.gif


+ 0 - 0
dmodels/src/icons/control.gif → models/icons/control.gif


+ 0 - 0
dmodels/src/icons/dot_black.gif → models/icons/dot_black.gif


+ 0 - 0
dmodels/src/icons/dot_blue.gif → models/icons/dot_blue.gif


+ 0 - 0
dmodels/src/icons/dot_green.gif → models/icons/dot_green.gif


+ 0 - 0
dmodels/src/icons/dot_red.gif → models/icons/dot_red.gif


+ 0 - 0
dmodels/src/icons/dot_white.gif → models/icons/dot_white.gif


+ 0 - 0
dmodels/src/icons/folder.gif → models/icons/folder.gif


+ 0 - 0
dmodels/src/icons/grid.gif → models/icons/grid.gif


+ 0 - 0
dmodels/src/icons/help.gif → models/icons/help.gif


+ 0 - 0
dmodels/src/icons/lights.gif → models/icons/lights.gif


+ 0 - 0
dmodels/src/icons/minusnode.gif → models/icons/minusnode.gif


+ 0 - 0
dmodels/src/icons/model.gif → models/icons/model.gif


+ 0 - 0
dmodels/src/icons/mopath.gif → models/icons/mopath.gif


+ 0 - 0
dmodels/src/icons/new.gif → models/icons/new.gif


+ 0 - 0
dmodels/src/icons/open.gif → models/icons/open.gif


+ 0 - 0
dmodels/src/icons/openfolder.gif → models/icons/openfolder.gif


+ 0 - 0
dmodels/src/icons/particles.gif → models/icons/particles.gif


+ 0 - 0
dmodels/src/icons/placer.gif → models/icons/placer.gif


+ 0 - 0
dmodels/src/icons/plusnode.gif → models/icons/plusnode.gif


+ 0 - 0
dmodels/src/icons/python.gif → models/icons/python.gif


+ 0 - 0
dmodels/src/icons/save.gif → models/icons/save.gif


+ 0 - 0
dmodels/src/icons/smoke.gif → models/icons/smoke.gif


+ 0 - 0
dmodels/src/icons/sphere2.gif → models/icons/sphere2.gif


+ 0 - 0
dmodels/src/icons/tk.gif → models/icons/tk.gif


+ 0 - 0
dmodels/src/maps/Dirlight.png → models/maps/Dirlight.png


+ 0 - 0
dmodels/src/maps/Pointlight.png → models/maps/Pointlight.png


+ 0 - 0
dmodels/src/maps/Spotlight.png → models/maps/Spotlight.png


+ 0 - 0
dmodels/src/maps/circle.png → models/maps/circle.png


+ 0 - 0
dmodels/src/maps/general_panel.rgba → models/maps/general_panel.rgba


+ 0 - 0
dmodels/src/maps/lilsmiley.rgba → models/maps/lilsmiley.rgba


+ 0 - 0
dmodels/src/maps/soft_iris.rgb → models/maps/soft_iris.rgb


+ 0 - 0
dmodels/src/misc/Dirlight.egg → models/misc/Dirlight.egg


+ 0 - 0
dmodels/src/misc/Pointlight.egg → models/misc/Pointlight.egg


+ 0 - 0
dmodels/src/misc/Spotlight.egg → models/misc/Spotlight.egg


+ 447 - 0
models/misc/camera.egg

@@ -0,0 +1,447 @@
+<CoordinateSystem> { Z-Up }
+
+<Comment> {
+  "flt2egg -ps keep camera.flt -o camera.egg"
+}
+<VertexPool> vpool {
+  <Vertex> 0 {
+    -0.5 0.899999976158142 0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 1 {
+    0.5 0.899999976158142 0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 2 {
+    0 -0.100000001490116 0
+    <RGBA> { 0.149606302380562 0.149606302380562 0.149606302380562 1 }
+  }
+  <Vertex> 3 {
+    0.5 0.899999976158142 -0.5
+    <RGBA> { 0.559055089950562 0.559055089950562 0.559055089950562 1 }
+  }
+  <Vertex> 4 {
+    0 -0.100000001490116 0
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 5 {
+    -0.5 0.899999976158142 -0.5
+    <RGBA> { 0.566929161548615 0.566929161548615 0.566929161548615 1 }
+  }
+  <Vertex> 6 {
+    -0.25 0.100000001490116 0.699999988079071
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 7 {
+    -0.25 0.200000002980232 0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 8 {
+    -0.25 0.100000001490116 0.300000011920929
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 9 {
+    -0.25 -0.100000001490116 0.200000002980232
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 10 {
+    -0.25 -0.100000001490116 -0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 11 {
+    -0.25 -0.5 -0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 12 {
+    -0.25 -0.5 -1
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 13 {
+    -0.25 -0.800000011920929 -1
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 14 {
+    -0.25 -0.800000011920929 -0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 15 {
+    -0.25 -1.5 -0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 16 {
+    -0.25 -1.5 0.200000002980232
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 17 {
+    -0.25 -1.70000004768372 0.300000011920929
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 18 {
+    -0.25 -1.79999995231628 0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 19 {
+    -0.25 -1.70000004768372 0.699999988079071
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 20 {
+    -0.25 -1.5 0.800000011920929
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 21 {
+    -0.25 -0.100000001490116 0.800000011920929
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 22 {
+    0.25 -0.100000001490116 -0.5
+    <RGBA> { 0.440944880247116 0.440944880247116 0.440944880247116 1 }
+  }
+  <Vertex> 23 {
+    -0.25 -0.100000001490116 -0.5
+    <RGBA> { 0.440944880247116 0.440944880247116 0.440944880247116 1 }
+  }
+  <Vertex> 24 {
+    -0.25 -0.100000001490116 0.200000002980232
+    <RGBA> { 0.149606302380562 0.149606302380562 0.149606302380562 1 }
+  }
+  <Vertex> 25 {
+    0.25 -0.100000001490116 0.200000002980232
+    <RGBA> { 0.149606302380562 0.149606302380562 0.149606302380562 1 }
+  }
+  <Vertex> 26 {
+    0.25 -0.5 -0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 27 {
+    0.25 -0.100000001490116 -0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 28 {
+    0.25 -0.5 -1
+    <RGBA> { 0.440944880247116 0.440944880247116 0.440944880247116 1 }
+  }
+  <Vertex> 29 {
+    -0.25 -0.5 -1
+    <RGBA> { 0.440944880247116 0.440944880247116 0.440944880247116 1 }
+  }
+  <Vertex> 30 {
+    -0.25 -0.5 -0.5
+    <RGBA> { 0.440944880247116 0.440944880247116 0.440944880247116 1 }
+  }
+  <Vertex> 31 {
+    0.25 -0.5 -0.5
+    <RGBA> { 0.440944880247116 0.440944880247116 0.440944880247116 1 }
+  }
+  <Vertex> 32 {
+    0.25 -0.800000011920929 -1
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 33 {
+    0.25 -0.5 -1
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 34 {
+    0.25 -0.800000011920929 -0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 35 {
+    0.25 -1.5 -0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 36 {
+    0.25 -1.5 0.200000002980232
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 37 {
+    0.25 -1.70000004768372 0.300000011920929
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 38 {
+    0.25 -1.79999995231628 0.5
+    <RGBA> { 0.118110239505768 0.118110239505768 0.118110239505768 1 }
+  }
+  <Vertex> 39 {
+    0.25 -1.70000004768372 0.699999988079071
+    <RGBA> { 0.354330718517303 0.354330718517303 0.354330718517303 1 }
+  }
+  <Vertex> 40 {
+    0.25 -1.5 0.800000011920929
+    <RGBA> { 0.354330718517303 0.354330718517303 0.354330718517303 1 }
+  }
+  <Vertex> 41 {
+    -0.25 -1.5 0.800000011920929
+    <RGBA> { 0.480314970016479 0.480314970016479 0.480314970016479 1 }
+  }
+  <Vertex> 42 {
+    -0.25 -1.70000004768372 0.699999988079071
+    <RGBA> { 0.377952754497528 0.377952754497528 0.377952754497528 1 }
+  }
+  <Vertex> 43 {
+    0.25 -0.100000001490116 0.800000011920929
+    <RGBA> { 0.566929161548615 0.566929161548615 0.566929161548615 1 }
+  }
+  <Vertex> 44 {
+    -0.25 -0.100000001490116 0.800000011920929
+    <RGBA> { 0.566929161548615 0.566929161548615 0.566929161548615 1 }
+  }
+  <Vertex> 45 {
+    0.25 0.100000001490116 0.699999988079071
+    <RGBA> { 0.566929161548615 0.566929161548615 0.566929161548615 1 }
+  }
+  <Vertex> 46 {
+    -0.25 0.100000001490116 0.699999988079071
+    <RGBA> { 0.566929161548615 0.566929161548615 0.566929161548615 1 }
+  }
+  <Vertex> 47 {
+    0.25 0.200000002980232 0.5
+    <RGBA> { 0.480314970016479 0.480314970016479 0.480314970016479 1 }
+  }
+  <Vertex> 48 {
+    -0.25 0.200000002980232 0.5
+    <RGBA> { 0.480314970016479 0.480314970016479 0.480314970016479 1 }
+  }
+  <Vertex> 49 {
+    0.25 0.100000001490116 0.699999988079071
+    <RGBA> { 0.480314970016479 0.480314970016479 0.480314970016479 1 }
+  }
+  <Vertex> 50 {
+    0.25 0.100000001490116 0.300000011920929
+    <RGBA> { 0.149606302380562 0.149606302380562 0.149606302380562 1 }
+  }
+  <Vertex> 51 {
+    -0.25 0.100000001490116 0.300000011920929
+    <RGBA> { 0.149606302380562 0.149606302380562 0.149606302380562 1 }
+  }
+  <Vertex> 52 {
+    0.25 0.200000002980232 0.5
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 53 {
+    0.25 0.100000001490116 0.699999988079071
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 54 {
+    0.25 -0.100000001490116 0.800000011920929
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 55 {
+    0.25 -1.5 0.800000011920929
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 56 {
+    0.25 -1.70000004768372 0.699999988079071
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 57 {
+    0.25 -1.79999995231628 0.5
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 58 {
+    0.25 -1.70000004768372 0.300000011920929
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 59 {
+    0.25 -1.5 0.200000002980232
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 60 {
+    0.25 -1.5 -0.5
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 61 {
+    0.25 -0.800000011920929 -0.5
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 62 {
+    0.25 -0.800000011920929 -1
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 63 {
+    0.25 -0.5 -1
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 64 {
+    0.25 -0.5 -0.5
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 65 {
+    0.25 -0.100000001490116 -0.5
+    <RGBA> { 0.141732290387154 0.141732290387154 0.141732290387154 1 }
+  }
+  <Vertex> 66 {
+    -0.5 0.899999976158142 0.5
+    <RGBA> { 0.149606302380562 0.149606302380562 0.149606302380562 1 }
+  }
+  <Vertex> 67 {
+    0 -0.100000001490116 0
+    <RGBA> { 0.559055089950562 0.559055089950562 0.559055089950562 1 }
+  }
+  <Vertex> 68 {
+    0.5 0.899999976158142 -0.5
+    <RGBA> { 0.149606302380562 0.149606302380562 0.149606302380562 1 }
+  }
+  <Vertex> 69 {
+    0 -0.100000001490116 0
+    <RGBA> { 0.566929161548615 0.566929161548615 0.566929161548615 1 }
+  }
+  <Vertex> 70 {
+    -0.5 0.899999976158142 -0.5
+    <RGBA> { 0.149606302380562 0.149606302380562 0.149606302380562 1 }
+  }
+}
+<Group> camera {
+  <Model> { 1 }
+  <Group> o1 {
+    <Polygon> {
+      <VertexRef> { 0 1 2 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 1 3 4 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 3 5 2 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 5 0 2 <Ref> { vpool } }
+    }
+  }
+  <Group> o2 {
+    <Polygon> {
+      <VertexRef> { 6 7 8 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 6 8 9 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 9 10 11 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 11 12 13 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 11 13 14 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 11 15 16 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 16 17 18 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 16 18 19 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 16 19 20 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 16 20 21 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 16 21 6 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 16 6 9 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 16 9 11 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 22 23 24 25 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 26 11 10 27 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 28 29 30 31 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 32 13 12 33 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 34 14 13 32 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 35 15 14 34 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 36 16 15 35 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 37 17 16 36 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 38 18 17 37 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 39 19 18 38 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 40 41 42 39 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 43 44 41 40 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 45 46 44 43 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 47 48 46 49 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 50 51 48 47 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 25 24 51 50 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 50 52 53 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 50 53 54 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 50 54 55 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 50 55 56 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 50 56 57 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 50 57 58 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 50 58 59 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 50 59 60 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 50 60 61 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 61 62 63 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 61 63 64 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 61 65 25 <Ref> { vpool } }
+    }
+  }
+  <Group> o4 {
+    <Polygon> {
+      <VertexRef> { 4 1 66 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 4 3 1 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 67 5 68 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <VertexRef> { 69 0 70 <Ref> { vpool } }
+    }
+  }
+}

+ 27 - 0
models/misc/fade.egg

@@ -0,0 +1,27 @@
+<CoordinateSystem> { Z-Up }
+
+<Comment> {
+  "flt2egg -ps keep fade.flt -o fade.egg"
+}
+<VertexPool> vpool {
+  <Vertex> 0 {
+    0.5 0 -0.5
+  }
+  <Vertex> 1 {
+    0.5 0 0.5
+  }
+  <Vertex> 2 {
+    -0.5 0 0.5
+  }
+  <Vertex> 3 {
+    -0.5 0 -0.5
+  }
+}
+<Group> fade {
+  <Group> o1 {
+    <Polygon> {
+      <RGBA> { 0 0 0 0.498039215803146 }
+      <VertexRef> { 0 1 2 3 <Ref> { vpool } }
+    }
+  }
+}

+ 455 - 0
models/misc/fade_sphere.egg

@@ -0,0 +1,455 @@
+<CoordinateSystem> { Z-Up }
+
+<Comment> {
+  "flt2egg -ps keep fade_sphere.flt -o fade_sphere.egg"
+}
+<VertexPool> vpool {
+  <Vertex> 0 {
+    0.162460604690139 0.500000522669224 0.850650356641445
+  }
+  <Vertex> 1 {
+    0.525731843001528 0 0.850650356641445
+  }
+  <Vertex> 2 {
+    1.3267948966163e-06 0 0.99999999999912
+  }
+  <Vertex> 3 {
+    0.72360721845178 0.525730831029425 0.447213245230492
+  }
+  <Vertex> 4 {
+    0.894427366134563 0 0.447213245230492
+  }
+  <Vertex> 5 {
+    0.276394159280945 0.850650681540778 0.447213245230492
+  }
+  <Vertex> 6 {
+    0.951056598295554 0.30901674200355 0
+  }
+  <Vertex> 7 {
+    0.951056598295554 -0.30901674200355 0
+  }
+  <Vertex> 8 {
+    0.894427366134563 0 -0.447213245230492
+  }
+  <Vertex> 9 {
+    0.72360721845178 -0.525730831029425 -0.447213245230492
+  }
+  <Vertex> 10 {
+    0.72360721845178 0.525730831029425 -0.447213245230492
+  }
+  <Vertex> 11 {
+    -0.425325667458766 0.30901787544823 0.850650356641445
+  }
+  <Vertex> 12 {
+    -0.276392804883262 0.850651121611659 0.447213245230492
+  }
+  <Vertex> 13 {
+    -0.7236063813876 0.525731983148785 0.447213245230492
+  }
+  <Vertex> 14 {
+    2.65394896614701e-07 0.999999999999965 0
+  }
+  <Vertex> 15 {
+    0.587785037641586 0.809017150327902 0
+  }
+  <Vertex> 16 {
+    0.276393256400156 0.85065097490506 -0.447213245230492
+  }
+  <Vertex> 17 {
+    -0.276392804883262 0.850651121611659 -0.447213245230492
+  }
+  <Vertex> 18 {
+    -0.425326323496449 -0.309016972489825 0.850650356641445
+  }
+  <Vertex> 19 {
+    -0.894427366134437 4.74752916701515e-07 0.447213245230492
+  }
+  <Vertex> 20 {
+    -0.723607497504237 -0.525730446946025 0.447213245230492
+  }
+  <Vertex> 21 {
+    -0.951056434272488 0.309017246814642 0
+  }
+  <Vertex> 22 {
+    -0.587785466914261 0.809016838443048 0
+  }
+  <Vertex> 23 {
+    -0.723606939399119 0.525731215112676 -0.447213245230492
+  }
+  <Vertex> 24 {
+    -0.894427366134437 4.74752916701515e-07 -0.447213245230492
+  }
+  <Vertex> 25 {
+    0.16245954319887 -0.500000867568645 0.850650356641445
+  }
+  <Vertex> 26 {
+    -0.276393707916973 -0.850650828198221 0.447213245230492
+  }
+  <Vertex> 27 {
+    0.27639235336629 -0.850651268318019 0.447213245230492
+  }
+  <Vertex> 28 {
+    -0.587785467059549 -0.809016838337489 0
+  }
+  <Vertex> 29 {
+    -0.951056434327983 -0.309017246643845 0
+  }
+  <Vertex> 30 {
+    -0.723606939493533 -0.525731214982726 -0.447213245230492
+  }
+  <Vertex> 31 {
+    -0.276393707916973 -0.850650828198221 -0.447213245230492
+  }
+  <Vertex> 32 {
+    0.723606660346254 -0.52573159919578 0.447213245230492
+  }
+  <Vertex> 33 {
+    0.587785037496298 -0.80901715043346 0
+  }
+  <Vertex> 34 {
+    2.65215310268907e-07 -0.999999999999965 0
+  }
+  <Vertex> 35 {
+    0.276393256247391 -0.850650974954696 -0.447213245230492
+  }
+  <Vertex> 36 {
+    -0.162460604766521 0.500000522669224 -0.850650356626857
+  }
+  <Vertex> 37 {
+    -0.52573184307791 0 -0.850650356594237
+  }
+  <Vertex> 38 {
+    -1.32688468967818e-06 0 -0.99999999999912
+  }
+  <Vertex> 39 {
+    0.425325667382384 0.30901787544823 -0.850650356679636
+  }
+  <Vertex> 40 {
+    0.425326323420067 -0.309016972489825 -0.850650356679636
+  }
+  <Vertex> 41 {
+    -0.162459543275252 -0.500000867568645 -0.850650356626857
+  }
+}
+<Group> Sphere {
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 0 1 2 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 3 4 1 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 0 3 1 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 5 3 0 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 6 7 4 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 8 9 7 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 6 8 7 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 10 8 6 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 11 0 2 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 12 5 0 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 11 12 0 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 13 12 11 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 14 15 5 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 16 10 15 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 14 16 15 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 17 16 14 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 18 11 2 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 19 13 11 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 18 19 11 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 20 19 18 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 21 22 13 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 23 17 22 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 21 23 22 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 24 23 21 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 25 18 2 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 26 20 18 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 25 26 18 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 27 26 25 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 28 29 20 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 30 24 29 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 28 30 29 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 31 30 28 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 1 25 2 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 32 27 25 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 1 32 25 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 4 32 1 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 33 34 27 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 35 31 34 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 33 35 34 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 9 35 33 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 36 37 38 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 23 24 37 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 36 23 37 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 17 23 36 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 21 29 24 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 19 20 29 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 21 19 29 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 13 19 21 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 39 36 38 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 16 17 36 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 39 16 36 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 10 16 39 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 14 22 17 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 12 13 22 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 14 12 22 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 5 12 14 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 40 39 38 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 8 10 39 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 40 8 39 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 9 8 40 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 6 15 10 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 3 5 15 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 6 3 15 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 4 3 6 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 41 40 38 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 35 9 40 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 41 35 40 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 31 35 41 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 33 7 9 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 32 4 7 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 33 32 7 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 27 32 33 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 37 41 38 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 30 31 41 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 37 30 41 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 24 30 37 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 28 34 31 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 26 27 34 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 28 26 34 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 20 26 28 <Ref> { vpool } }
+  }
+}

+ 31 - 0
models/misc/gridBack.egg

@@ -0,0 +1,31 @@
+<CoordinateSystem> { Z-Up }
+
+<Comment> {
+  "flt2egg -ps keep gridBack.flt -o gridBack.egg"
+}
+<VertexPool> vpool {
+  <Vertex> 0 {
+    -1 -1 0
+  }
+  <Vertex> 1 {
+    1 -1 0
+  }
+  <Vertex> 2 {
+    1 1 0
+  }
+  <Vertex> 3 {
+    -1 1 0
+  }
+}
+<Group> GridBack {
+  <Group> gridBack {
+    <Polygon> {
+      <RGBA> { 1 1 1 0.498039215803146 }
+      <VertexRef> { 0 1 2 3 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 0.498039215803146 }
+      <VertexRef> { 3 2 1 0 <Ref> { vpool } }
+    }
+  }
+}

+ 81 - 0
models/misc/iris.egg

@@ -0,0 +1,81 @@
+<CoordinateSystem> { Z-Up }
+
+<Comment> {
+  "flt2egg -ps keep iris.flt -o iris.egg"
+}
+<Texture> 0 {
+  "../maps/soft_iris.rgb"
+  <Scalar> wrap { repeat }
+  <Scalar> minfilter { linear }
+  <Scalar> magfilter { linear }
+  <Scalar> envtype { modulate }
+}
+<VertexPool> vpool {
+  <Vertex> 0 {
+    10 0 -10
+    <UV> { 0 1 }
+  }
+  <Vertex> 1 {
+    10 0 10
+    <UV> { 0 0 }
+  }
+  <Vertex> 2 {
+    -10 0 10
+    <UV> { 1 0 }
+  }
+  <Vertex> 3 {
+    -10 0 -10
+    <UV> { 1 1 }
+  }
+  <Vertex> 4 {
+    -2200 0 -2200
+  }
+  <Vertex> 5 {
+    2200 0 -2200
+  }
+  <Vertex> 6 {
+    10 0 -10
+  }
+  <Vertex> 7 {
+    -10 0 -10
+  }
+  <Vertex> 8 {
+    -10 0 10
+  }
+  <Vertex> 9 {
+    -2200 0 2200
+  }
+  <Vertex> 10 {
+    2200 0 2200
+  }
+  <Vertex> 11 {
+    10 0 10
+  }
+}
+<Group> iris {
+  <Group> o8 {
+    <Polygon> {
+      <RGBA> { 0.996078431606293 0.996078431606293 0.996078431606293 1 }
+      <TRef> { 0 }
+      <VertexRef> { 0 1 2 3 <Ref> { vpool } }
+    }
+  }
+  <Group> o9 {
+    <Polygon> {
+      <RGBA> { 0 0 0 1 }
+      <VertexRef> { 4 5 6 7 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 0 1 }
+      <VertexRef> { 7 8 9 4 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 0 1 }
+      <VertexRef> { 10 9 8 11 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 0 1 }
+      <VertexRef> { 11 6 5 10 <Ref> { vpool } }
+    }
+  }
+}

+ 0 - 0
dmodels/src/misc/lilsmiley.egg → models/misc/lilsmiley.egg


+ 1981 - 0
models/misc/objectHandles.egg

@@ -0,0 +1,1981 @@
+<CoordinateSystem> { Z-Up }
+
+<Comment> {
+  "flt2egg -ps keep objectHandles.flt -o objectHandles.egg"
+}
+<VertexPool> vpool {
+  <Vertex> 0 {
+    -1.5 -0.05 0.0499999992549419
+  }
+  <Vertex> 1 {
+    1.5 -0.05 0.0499999992549419
+  }
+  <Vertex> 2 {
+    1.5 0.05 0.0499999992549419
+  }
+  <Vertex> 3 {
+    -1.5 0.05 0.0499999992549419
+  }
+  <Vertex> 4 {
+    1.5 -0.05 -0.0500000007450581
+  }
+  <Vertex> 5 {
+    -1.5 -0.05 -0.0500000007450581
+  }
+  <Vertex> 6 {
+    1.5 0.05 -0.0500000007450581
+  }
+  <Vertex> 7 {
+    -1.5 0.05 -0.0500000007450581
+  }
+  <Vertex> 8 {
+    0.0176123555888161 0.412059838871851 0.994990857113267
+  }
+  <Vertex> 9 {
+    0.0169096063563153 -0.00512112086571117 1.07593295027007
+  }
+  <Vertex> 10 {
+    0.0164888103426106 0.00462181146531217 0.924560384009171
+  }
+  <Vertex> 11 {
+    0.0171396189827918 0.353396749387539 0.853348748393862
+  }
+  <Vertex> 12 {
+    -0.0333843085180767 0.00462181146531217 0.924149029675655
+  }
+  <Vertex> 13 {
+    -0.0327334998778955 0.353396749387539 0.852937394060347
+  }
+  <Vertex> 14 {
+    -0.0355884141558031 -0.00512112086571117 1.07547715598326
+  }
+  <Vertex> 15 {
+    -0.0348856649233023 0.412059838871851 0.994535062826465
+  }
+  <Vertex> 16 {
+    0.0196388009516341 0.761387302607203 0.761586504965251
+  }
+  <Vertex> 17 {
+    0.018969039565513 0.652992047230335 0.653173114758123
+  }
+  <Vertex> 18 {
+    -0.0309040792951744 0.652992047230335 0.652761760424608
+  }
+  <Vertex> 19 {
+    -0.0328592195604843 0.761387302607204 0.761130710678448
+  }
+  <Vertex> 20 {
+    0.0226715907593542 0.994800451513695 0.412272206509324
+  }
+  <Vertex> 21 {
+    0.0217069609519523 0.853175225269962 0.35358910791366
+  }
+  <Vertex> 22 {
+    -0.028166157908735 0.853175225269962 0.353177753580145
+  }
+  <Vertex> 23 {
+    -0.0298264297527642 0.994800451513695 0.411816412222522
+  }
+  <Vertex> 24 {
+    0.0262490102560592 1.07676424956578 0.000227897143401251
+  }
+  <Vertex> 25 {
+    0.0249365594303437 0.923470209314914 0.000205677166757813
+  }
+  <Vertex> 26 {
+    -0.0249365594303437 0.923470209314914 -0.000205677166757813
+  }
+  <Vertex> 27 {
+    -0.0262490102560592 1.07676424956578 -0.000227897143401251
+  }
+  <Vertex> 28 {
+    0.0298264297527642 0.994800451513697 -0.411816412222522
+  }
+  <Vertex> 29 {
+    0.028166157908735 0.853175225269963 -0.353177753580145
+  }
+  <Vertex> 30 {
+    -0.0217069609519523 0.853175225269963 -0.353589107913661
+  }
+  <Vertex> 31 {
+    -0.0226715907593542 0.994800451513697 -0.412272206509325
+  }
+  <Vertex> 32 {
+    0.0328592195604843 0.761387302607205 -0.76113071067845
+  }
+  <Vertex> 33 {
+    0.0309040792951744 0.652992047230337 -0.65276176042461
+  }
+  <Vertex> 34 {
+    -0.0189690395655129 0.652992047230337 -0.653173114758125
+  }
+  <Vertex> 35 {
+    -0.0196388009516341 0.761387302607205 -0.761586504965253
+  }
+  <Vertex> 36 {
+    0.0348856649233023 0.412059838871852 -0.994535062826468
+  }
+  <Vertex> 37 {
+    0.0327334998778955 0.35339674938754 -0.85293739406035
+  }
+  <Vertex> 38 {
+    -0.0171396189827918 0.35339674938754 -0.853348748393866
+  }
+  <Vertex> 39 {
+    -0.0176123555888161 0.412059838871852 -0.994990857113271
+  }
+  <Vertex> 40 {
+    0.0355972579045021 -2.22857294678077e-18 -1.07649577186776
+  }
+  <Vertex> 41 {
+    0.0333759069569181 2.01128703399334e-18 -0.923229728862963
+  }
+  <Vertex> 42 {
+    -0.0164972119037692 2.01128703399334e-18 -0.923641083196479
+  }
+  <Vertex> 43 {
+    -0.0169007626076163 -2.22857294678078e-18 -1.07695156615456
+  }
+  <Vertex> 44 {
+    0.0348856649233023 -0.412059838871853 -0.99453506282647
+  }
+  <Vertex> 45 {
+    0.0327334998778956 -0.353396749387541 -0.852937394060351
+  }
+  <Vertex> 46 {
+    -0.0171396189827917 -0.353396749387541 -0.853348748393867
+  }
+  <Vertex> 47 {
+    -0.0176123555888161 -0.412059838871853 -0.994990857113272
+  }
+  <Vertex> 48 {
+    0.0328592195604844 -0.761387302607208 -0.761130710678452
+  }
+  <Vertex> 49 {
+    0.0309040792951744 -0.652992047230339 -0.652761760424611
+  }
+  <Vertex> 50 {
+    -0.0189690395655129 -0.652992047230339 -0.653173114758127
+  }
+  <Vertex> 51 {
+    -0.019638800951634 -0.761387302607208 -0.761586504965255
+  }
+  <Vertex> 52 {
+    0.0298264297527642 -0.994800451513701 -0.411816412222525
+  }
+  <Vertex> 53 {
+    0.028166157908735 -0.853175225269966 -0.353177753580147
+  }
+  <Vertex> 54 {
+    -0.0217069609519523 -0.853175225269966 -0.353589107913663
+  }
+  <Vertex> 55 {
+    -0.0226715907593542 -0.994800451513701 -0.412272206509327
+  }
+  <Vertex> 56 {
+    0.0262490102560592 -1.07676424956578 0.000227897143401239
+  }
+  <Vertex> 57 {
+    0.0249365594303437 -0.923470209314918 0.000205677166757824
+  }
+  <Vertex> 58 {
+    -0.0249365594303437 -0.923470209314918 -0.000205677166757801
+  }
+  <Vertex> 59 {
+    -0.0262490102560592 -1.07676424956578 -0.000227897143401264
+  }
+  <Vertex> 60 {
+    0.0226715907593542 -0.994800451513701 0.412272206509327
+  }
+  <Vertex> 61 {
+    0.0217069609519523 -0.853175225269967 0.353589107913663
+  }
+  <Vertex> 62 {
+    -0.028166157908735 -0.853175225269967 0.353177753580147
+  }
+  <Vertex> 63 {
+    -0.0298264297527642 -0.994800451513701 0.411816412222525
+  }
+  <Vertex> 64 {
+    0.019638800951634 -0.761387302607208 0.761586504965256
+  }
+  <Vertex> 65 {
+    0.0189690395655129 -0.652992047230339 0.653173114758127
+  }
+  <Vertex> 66 {
+    -0.0309040792951744 -0.652992047230339 0.652761760424611
+  }
+  <Vertex> 67 {
+    -0.0328592195604844 -0.761387302607208 0.761130710678453
+  }
+  <Vertex> 68 {
+    0.017612355588816 -0.412059838871854 0.994990857113274
+  }
+  <Vertex> 69 {
+    0.0171396189827917 -0.353396749387541 0.853348748393868
+  }
+  <Vertex> 70 {
+    -0.0327334998778956 -0.353396749387541 0.852937394060353
+  }
+  <Vertex> 71 {
+    -0.0348856649233024 -0.412059838871854 0.994535062826471
+  }
+  <Vertex> 72 {
+    0 0 0
+  }
+  <Vertex> 73 {
+    0 0 1
+  }
+  <Vertex> 74 {
+    0 -0.25881904510252 0.965925826289068
+  }
+  <Vertex> 75 {
+    0 -0.5 0.866025403784438
+  }
+  <Vertex> 76 {
+    0 -0.707106781186547 0.707106781186547
+  }
+  <Vertex> 77 {
+    0 -0.866025403784438 0.5
+  }
+  <Vertex> 78 {
+    0 -0.965925826289068 0.25881904510252
+  }
+  <Vertex> 79 {
+    0 -1 0
+  }
+  <Vertex> 80 {
+    0 0 -1
+  }
+  <Vertex> 81 {
+    0 -0.965925826289068 -0.25881904510252
+  }
+  <Vertex> 82 {
+    0 -0.866025403784438 -0.5
+  }
+  <Vertex> 83 {
+    0 -0.707106781186547 -0.707106781186547
+  }
+  <Vertex> 84 {
+    0 -0.5 -0.866025403784438
+  }
+  <Vertex> 85 {
+    0 -0.25881904510252 -0.965925826289068
+  }
+  <Vertex> 86 {
+    0 1 0
+  }
+  <Vertex> 87 {
+    0 0.965925826289068 0.258819045102521
+  }
+  <Vertex> 88 {
+    0 0.866025403784439 0.5
+  }
+  <Vertex> 89 {
+    0 0.707106781186547 0.707106781186547
+  }
+  <Vertex> 90 {
+    0 0.5 0.866025403784439
+  }
+  <Vertex> 91 {
+    0 0.258819045102521 0.965925826289068
+  }
+  <Vertex> 92 {
+    0 0.258819045102521 -0.965925826289068
+  }
+  <Vertex> 93 {
+    0 0.5 -0.866025403784439
+  }
+  <Vertex> 94 {
+    0 0.707106781186547 -0.707106781186547
+  }
+  <Vertex> 95 {
+    0 0.866025403784439 -0.5
+  }
+  <Vertex> 96 {
+    0 0.965925826289068 -0.258819045102521
+  }
+  <Vertex> 97 {
+    0.0499999992549419 -1.5 -0.05
+  }
+  <Vertex> 98 {
+    0.0499999992549419 1.5 -0.05
+  }
+  <Vertex> 99 {
+    0.0499999992549419 1.5 0.05
+  }
+  <Vertex> 100 {
+    0.0499999992549419 -1.5 0.05
+  }
+  <Vertex> 101 {
+    -0.0500000007450581 1.5 -0.05
+  }
+  <Vertex> 102 {
+    -0.0500000007450581 -1.5 -0.05
+  }
+  <Vertex> 103 {
+    -0.0500000007450581 1.5 0.05
+  }
+  <Vertex> 104 {
+    -0.0500000007450581 -1.5 0.05
+  }
+  <Vertex> 105 {
+    -0.994800451513694 0.0262499995529652 -0.412059838871851
+  }
+  <Vertex> 106 {
+    -1.07574559529075 0.0262499995529652 0.00512112086571117
+  }
+  <Vertex> 107 {
+    -0.924389544775066 0.0249374992623925 -0.00462181146531217
+  }
+  <Vertex> 108 {
+    -0.853175225269961 0.0249374992623925 -0.353396749387539
+  }
+  <Vertex> 109 {
+    -0.924389544775066 -0.0249374992623925 -0.00462181146531217
+  }
+  <Vertex> 110 {
+    -0.853175225269961 -0.0249374992623925 -0.353396749387539
+  }
+  <Vertex> 111 {
+    -1.07574559529075 -0.0262499995529652 0.00512112086571117
+  }
+  <Vertex> 112 {
+    -0.994800451513694 -0.0262499995529652 -0.412059838871851
+  }
+  <Vertex> 113 {
+    -0.761387302607203 0.0262499995529652 -0.761387302607203
+  }
+  <Vertex> 114 {
+    -0.652992047230335 0.0249374992623925 -0.652992047230335
+  }
+  <Vertex> 115 {
+    -0.652992047230335 -0.0249374992623925 -0.652992047230335
+  }
+  <Vertex> 116 {
+    -0.761387302607204 -0.0262499995529652 -0.761387302607204
+  }
+  <Vertex> 117 {
+    -0.412059838871851 0.0262499995529652 -0.994800451513695
+  }
+  <Vertex> 118 {
+    -0.353396749387539 0.0249374992623925 -0.853175225269962
+  }
+  <Vertex> 119 {
+    -0.353396749387539 -0.0249374992623925 -0.853175225269962
+  }
+  <Vertex> 120 {
+    -0.412059838871851 -0.0262499995529652 -0.994800451513695
+  }
+  <Vertex> 121 {
+    0 0.0262499995529652 -1.07676424956578
+  }
+  <Vertex> 122 {
+    0 0.0249374992623925 -0.923470209314914
+  }
+  <Vertex> 123 {
+    0 -0.0249374992623925 -0.923470209314914
+  }
+  <Vertex> 124 {
+    0 -0.0262499995529652 -1.07676424956578
+  }
+  <Vertex> 125 {
+    0.412059838871852 0.0262499995529652 -0.994800451513697
+  }
+  <Vertex> 126 {
+    0.353396749387539 0.0249374992623925 -0.853175225269963
+  }
+  <Vertex> 127 {
+    0.353396749387539 -0.0249374992623925 -0.853175225269963
+  }
+  <Vertex> 128 {
+    0.412059838871852 -0.0262499995529652 -0.994800451513697
+  }
+  <Vertex> 129 {
+    0.761387302607205 0.0262499995529652 -0.761387302607205
+  }
+  <Vertex> 130 {
+    0.652992047230337 0.0249374992623925 -0.652992047230337
+  }
+  <Vertex> 131 {
+    0.652992047230337 -0.0249374992623925 -0.652992047230337
+  }
+  <Vertex> 132 {
+    0.761387302607205 -0.0262499995529652 -0.761387302607205
+  }
+  <Vertex> 133 {
+    0.994800451513698 0.0262499995529652 -0.412059838871852
+  }
+  <Vertex> 134 {
+    0.853175225269964 0.0249374992623925 -0.35339674938754
+  }
+  <Vertex> 135 {
+    0.853175225269964 -0.0249374992623925 -0.35339674938754
+  }
+  <Vertex> 136 {
+    0.994800451513698 -0.0262499995529652 -0.412059838871852
+  }
+  <Vertex> 137 {
+    1.07676424956578 0.0262499995529652 2.22857294678077e-18
+  }
+  <Vertex> 138 {
+    0.923470209314917 0.0249374992623925 -2.01128703399334e-18
+  }
+  <Vertex> 139 {
+    0.923470209314917 -0.0249374992623925 -2.01128703399334e-18
+  }
+  <Vertex> 140 {
+    1.07676424956578 -0.0262499995529652 2.22857294678078e-18
+  }
+  <Vertex> 141 {
+    0.994800451513699 0.0262499995529652 0.412059838871853
+  }
+  <Vertex> 142 {
+    0.853175225269966 0.0249374992623925 0.353396749387541
+  }
+  <Vertex> 143 {
+    0.853175225269966 -0.0249374992623925 0.353396749387541
+  }
+  <Vertex> 144 {
+    0.994800451513699 -0.0262499995529652 0.412059838871853
+  }
+  <Vertex> 145 {
+    0.761387302607208 0.0262499995529652 0.761387302607208
+  }
+  <Vertex> 146 {
+    0.652992047230339 0.0249374992623925 0.652992047230339
+  }
+  <Vertex> 147 {
+    0.652992047230339 -0.0249374992623925 0.652992047230339
+  }
+  <Vertex> 148 {
+    0.761387302607208 -0.0262499995529652 0.761387302607208
+  }
+  <Vertex> 149 {
+    0.412059838871854 0.0262499995529652 0.994800451513701
+  }
+  <Vertex> 150 {
+    0.353396749387541 0.0249374992623925 0.853175225269966
+  }
+  <Vertex> 151 {
+    0.353396749387541 -0.0249374992623925 0.853175225269966
+  }
+  <Vertex> 152 {
+    0.412059838871854 -0.0262499995529652 0.994800451513701
+  }
+  <Vertex> 153 {
+    1.2628580031759e-17 0.0262499995529652 1.07676424956578
+  }
+  <Vertex> 154 {
+    -1.1397293192628e-17 0.0249374992623925 0.923470209314918
+  }
+  <Vertex> 155 {
+    -1.1397293192628e-17 -0.0249374992623925 0.923470209314918
+  }
+  <Vertex> 156 {
+    1.2628580031759e-17 -0.0262499995529652 1.07676424956578
+  }
+  <Vertex> 157 {
+    -0.412059838871854 0.0262499995529652 0.994800451513701
+  }
+  <Vertex> 158 {
+    -0.353396749387541 0.0249374992623925 0.853175225269967
+  }
+  <Vertex> 159 {
+    -0.353396749387541 -0.0249374992623925 0.853175225269967
+  }
+  <Vertex> 160 {
+    -0.412059838871854 -0.0262499995529652 0.994800451513701
+  }
+  <Vertex> 161 {
+    -0.761387302607208 0.0262499995529652 0.761387302607208
+  }
+  <Vertex> 162 {
+    -0.652992047230339 0.0249374992623925 0.652992047230339
+  }
+  <Vertex> 163 {
+    -0.652992047230339 -0.0249374992623925 0.652992047230339
+  }
+  <Vertex> 164 {
+    -0.761387302607208 -0.0262499995529652 0.761387302607208
+  }
+  <Vertex> 165 {
+    -0.994800451513701 0.0262499995529652 0.412059838871854
+  }
+  <Vertex> 166 {
+    -0.853175225269967 0.0249374992623925 0.353396749387541
+  }
+  <Vertex> 167 {
+    -0.853175225269967 -0.0249374992623925 0.353396749387541
+  }
+  <Vertex> 168 {
+    -0.994800451513701 -0.0262499995529652 0.412059838871854
+  }
+  <Vertex> 169 {
+    0.258819045102521 0 -0.965925826289068
+  }
+  <Vertex> 170 {
+    0.5 0 -0.866025403784439
+  }
+  <Vertex> 171 {
+    0.707106781186547 0 -0.707106781186547
+  }
+  <Vertex> 172 {
+    0.866025403784439 0 -0.5
+  }
+  <Vertex> 173 {
+    0.965925826289068 0 -0.258819045102521
+  }
+  <Vertex> 174 {
+    1 0 0
+  }
+  <Vertex> 175 {
+    -1 0 0
+  }
+  <Vertex> 176 {
+    -0.965925826289068 0 -0.25881904510252
+  }
+  <Vertex> 177 {
+    -0.866025403784438 0 -0.5
+  }
+  <Vertex> 178 {
+    -0.707106781186547 0 -0.707106781186547
+  }
+  <Vertex> 179 {
+    -0.5 0 -0.866025403784438
+  }
+  <Vertex> 180 {
+    -0.25881904510252 0 -0.965925826289068
+  }
+  <Vertex> 181 {
+    0.965925826289068 0 0.258819045102521
+  }
+  <Vertex> 182 {
+    0.866025403784439 0 0.5
+  }
+  <Vertex> 183 {
+    0.707106781186547 0 0.707106781186547
+  }
+  <Vertex> 184 {
+    0.5 0 0.866025403784439
+  }
+  <Vertex> 185 {
+    0.258819045102521 0 0.965925826289068
+  }
+  <Vertex> 186 {
+    -0.25881904510252 0 0.965925826289068
+  }
+  <Vertex> 187 {
+    -0.5 0 0.866025403784438
+  }
+  <Vertex> 188 {
+    -0.707106781186547 0 0.707106781186547
+  }
+  <Vertex> 189 {
+    -0.866025403784438 0 0.5
+  }
+  <Vertex> 190 {
+    -0.965925826289068 0 0.25881904510252
+  }
+  <Vertex> 191 {
+    0.05 0.0499999992549419 1.5
+  }
+  <Vertex> 192 {
+    0.05 0.0499999992549419 -1.5
+  }
+  <Vertex> 193 {
+    -0.05 0.0499999992549419 -1.5
+  }
+  <Vertex> 194 {
+    -0.05 0.0499999992549419 1.5
+  }
+  <Vertex> 195 {
+    -0.05 -0.0500000007450581 1.5
+  }
+  <Vertex> 196 {
+    -0.05 -0.0500000007450581 -1.5
+  }
+  <Vertex> 197 {
+    0.05 -0.0500000007450581 -1.5
+  }
+  <Vertex> 198 {
+    0.05 -0.0500000007450581 1.5
+  }
+  <Vertex> 199 {
+    -0.994800451513694 0.412059838871851 0.0262499995529652
+  }
+  <Vertex> 200 {
+    -1.07574559529075 -0.00512112086571117 0.0262499995529652
+  }
+  <Vertex> 201 {
+    -0.924392568905628 0.00463701479631616 0.0236249989718199
+  }
+  <Vertex> 202 {
+    -0.853178249400523 0.353411952718542 0.0236249989718199
+  }
+  <Vertex> 203 {
+    -0.924392568905628 0.00463701479631616 -0.0262499995529652
+  }
+  <Vertex> 204 {
+    -0.853178249400523 0.353411952718542 -0.0262499995529652
+  }
+  <Vertex> 205 {
+    -1.07574559529075 -0.00512112086571117 -0.0262499995529652
+  }
+  <Vertex> 206 {
+    -0.994800451513694 0.412059838871851 -0.0262499995529652
+  }
+  <Vertex> 207 {
+    -0.761387302607203 0.761387302607203 0.0262499995529652
+  }
+  <Vertex> 208 {
+    -0.652995071360897 0.653007250561339 0.0236249989718199
+  }
+  <Vertex> 209 {
+    -0.652995071360897 0.653007250561339 -0.0262499995529652
+  }
+  <Vertex> 210 {
+    -0.761387302607204 0.761387302607204 -0.0262499995529652
+  }
+  <Vertex> 211 {
+    -0.412059838871851 0.994800451513695 0.0262499995529652
+  }
+  <Vertex> 212 {
+    -0.353399773518101 0.853190428600966 0.0236249989718199
+  }
+  <Vertex> 213 {
+    -0.353399773518101 0.853190428600966 -0.0262499995529652
+  }
+  <Vertex> 214 {
+    -0.412059838871851 0.994800451513695 -0.0262499995529652
+  }
+  <Vertex> 215 {
+    0 1.07676424956578 0.0262499995529652
+  }
+  <Vertex> 216 {
+    -3.02413056207277e-06 0.923485412645918 0.0236249989718199
+  }
+  <Vertex> 217 {
+    -3.02413056207277e-06 0.923485412645918 -0.0262499995529652
+  }
+  <Vertex> 218 {
+    0 1.07676424956578 -0.0262499995529652
+  }
+  <Vertex> 219 {
+    0.412059838871852 0.994800451513697 0.0262499995529652
+  }
+  <Vertex> 220 {
+    0.353393725256977 0.853190428600967 0.0236249989718199
+  }
+  <Vertex> 221 {
+    0.353393725256977 0.853190428600967 -0.0262499995529652
+  }
+  <Vertex> 222 {
+    0.412059838871852 0.994800451513697 -0.0262499995529652
+  }
+  <Vertex> 223 {
+    0.761387302607205 0.761387302607205 0.0262499995529652
+  }
+  <Vertex> 224 {
+    0.652989023099775 0.653007250561341 0.0236249989718199
+  }
+  <Vertex> 225 {
+    0.652989023099775 0.653007250561341 -0.0262499995529652
+  }
+  <Vertex> 226 {
+    0.761387302607205 0.761387302607205 -0.0262499995529652
+  }
+  <Vertex> 227 {
+    0.994800451513698 0.412059838871852 0.0262499995529652
+  }
+  <Vertex> 228 {
+    0.853172201139402 0.353411952718544 0.0236249989718199
+  }
+  <Vertex> 229 {
+    0.853172201139402 0.353411952718544 -0.0262499995529652
+  }
+  <Vertex> 230 {
+    0.994800451513698 0.412059838871852 -0.0262499995529652
+  }
+  <Vertex> 231 {
+    1.07676424956578 -2.22857294678077e-18 0.0262499995529652
+  }
+  <Vertex> 232 {
+    0.923467185184354 1.52033310039873e-05 0.0236249989718199
+  }
+  <Vertex> 233 {
+    0.923467185184354 1.52033310039873e-05 -0.0262499995529652
+  }
+  <Vertex> 234 {
+    1.07676424956578 -2.22857294678078e-18 -0.0262499995529652
+  }
+  <Vertex> 235 {
+    0.994800451513699 -0.412059838871853 0.0262499995529652
+  }
+  <Vertex> 236 {
+    0.853172201139404 -0.353381546056537 0.0236249989718199
+  }
+  <Vertex> 237 {
+    0.853172201139404 -0.353381546056537 -0.0262499995529652
+  }
+  <Vertex> 238 {
+    0.994800451513699 -0.412059838871853 -0.0262499995529652
+  }
+  <Vertex> 239 {
+    0.761387302607208 -0.761387302607208 0.0262499995529652
+  }
+  <Vertex> 240 {
+    0.652989023099777 -0.652976843899335 0.0236249989718199
+  }
+  <Vertex> 241 {
+    0.652989023099777 -0.652976843899335 -0.0262499995529652
+  }
+  <Vertex> 242 {
+    0.761387302607208 -0.761387302607208 -0.0262499995529652
+  }
+  <Vertex> 243 {
+    0.412059838871854 -0.994800451513701 0.0262499995529652
+  }
+  <Vertex> 244 {
+    0.353393725256979 -0.853160021938962 0.0236249989718199
+  }
+  <Vertex> 245 {
+    0.353393725256979 -0.853160021938962 -0.0262499995529652
+  }
+  <Vertex> 246 {
+    0.412059838871854 -0.994800451513701 -0.0262499995529652
+  }
+  <Vertex> 247 {
+    1.2628580031759e-17 -1.07676424956578 0.0262499995529652
+  }
+  <Vertex> 248 {
+    -3.02413056208416e-06 -0.923455005983914 0.0236249989718199
+  }
+  <Vertex> 249 {
+    -3.02413056208416e-06 -0.923455005983914 -0.0262499995529652
+  }
+  <Vertex> 250 {
+    1.2628580031759e-17 -1.07676424956578 -0.0262499995529652
+  }
+  <Vertex> 251 {
+    -0.412059838871854 -0.994800451513701 0.0262499995529652
+  }
+  <Vertex> 252 {
+    -0.353399773518103 -0.853160021938963 0.0236249989718199
+  }
+  <Vertex> 253 {
+    -0.353399773518103 -0.853160021938963 -0.0262499995529652
+  }
+  <Vertex> 254 {
+    -0.412059838871854 -0.994800451513701 -0.0262499995529652
+  }
+  <Vertex> 255 {
+    -0.761387302607208 -0.761387302607208 0.0262499995529652
+  }
+  <Vertex> 256 {
+    -0.652995071360901 -0.652976843899335 0.0236249989718199
+  }
+  <Vertex> 257 {
+    -0.652995071360901 -0.652976843899335 -0.0262499995529652
+  }
+  <Vertex> 258 {
+    -0.761387302607208 -0.761387302607208 -0.0262499995529652
+  }
+  <Vertex> 259 {
+    -0.994800451513701 -0.412059838871854 0.0262499995529652
+  }
+  <Vertex> 260 {
+    -0.853178249400529 -0.353381546056537 0.0236249989718199
+  }
+  <Vertex> 261 {
+    -0.853178249400529 -0.353381546056537 -0.0262499995529652
+  }
+  <Vertex> 262 {
+    -0.994800451513701 -0.412059838871854 -0.0262499995529652
+  }
+  <Vertex> 263 {
+    0.25881904510252 -0.965925826289068 0
+  }
+  <Vertex> 264 {
+    0.5 -0.866025403784438 0
+  }
+  <Vertex> 265 {
+    0.707106781186547 -0.707106781186547 0
+  }
+  <Vertex> 266 {
+    0.866025403784438 -0.5 0
+  }
+  <Vertex> 267 {
+    0.965925826289068 -0.25881904510252 0
+  }
+  <Vertex> 268 {
+    -0.965925826289068 -0.258819045102521 0
+  }
+  <Vertex> 269 {
+    -0.866025403784439 -0.5 0
+  }
+  <Vertex> 270 {
+    -0.707106781186547 -0.707106781186547 0
+  }
+  <Vertex> 271 {
+    -0.5 -0.866025403784439 0
+  }
+  <Vertex> 272 {
+    -0.258819045102521 -0.965925826289068 0
+  }
+  <Vertex> 273 {
+    0.965925826289068 0.25881904510252 0
+  }
+  <Vertex> 274 {
+    0.866025403784438 0.5 0
+  }
+  <Vertex> 275 {
+    0.707106781186547 0.707106781186547 0
+  }
+  <Vertex> 276 {
+    0.5 0.866025403784438 0
+  }
+  <Vertex> 277 {
+    0.25881904510252 0.965925826289068 0
+  }
+  <Vertex> 278 {
+    -0.258819045102521 0.965925826289068 0
+  }
+  <Vertex> 279 {
+    -0.5 0.866025403784439 0
+  }
+  <Vertex> 280 {
+    -0.707106781186547 0.707106781186547 0
+  }
+  <Vertex> 281 {
+    -0.866025403784439 0.5 0
+  }
+  <Vertex> 282 {
+    -0.965925826289068 0.258819045102521 0
+  }
+}
+<Group> X {
+  <Model> { 1 }
+  <Group> x-post-group {
+    <Model> { 1 }
+    <Group> x-post {
+      <Model> { 1 }
+      <ObjectType> { direct-widget }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 0 1 2 3 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 4 1 0 5 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 6 2 1 4 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 7 3 2 6 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 5 0 3 7 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 7 6 4 5 <Ref> { vpool } }
+      }
+    }
+  }
+  <Group> x-ring-group {
+    <Model> { 1 }
+    <Group> x-ring {
+      <Model> { 1 }
+      <ObjectType> { direct-widget }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 8 9 10 11 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 11 10 12 13 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 13 12 14 15 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 15 14 9 8 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 16 8 11 17 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 17 11 13 18 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 18 13 15 19 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 19 15 8 16 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 20 16 17 21 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 21 17 18 22 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 22 18 19 23 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 23 19 16 20 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 24 20 21 25 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 25 21 22 26 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 26 22 23 27 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 27 23 20 24 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 28 24 25 29 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 29 25 26 30 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 30 26 27 31 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 31 27 24 28 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 32 28 29 33 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 33 29 30 34 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 34 30 31 35 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 35 31 28 32 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 36 32 33 37 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 37 33 34 38 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 38 34 35 39 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 39 35 32 36 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 40 36 37 41 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 41 37 38 42 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 42 38 39 43 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 43 39 36 40 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 44 40 41 45 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 45 41 42 46 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 46 42 43 47 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 47 43 40 44 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 48 44 45 49 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 49 45 46 50 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 50 46 47 51 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 51 47 44 48 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 52 48 49 53 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 53 49 50 54 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 54 50 51 55 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 55 51 48 52 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 56 52 53 57 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 57 53 54 58 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 58 54 55 59 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 59 55 52 56 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 60 56 57 61 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 61 57 58 62 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 62 58 59 63 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 63 59 56 60 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 64 60 61 65 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 65 61 62 66 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 66 62 63 67 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 67 63 60 64 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 68 64 65 69 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 69 65 66 70 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 70 66 67 71 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 71 67 64 68 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 10 12 14 9 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 9 68 69 10 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 10 69 70 12 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 12 70 71 14 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 1 }
+        <VertexRef> { 14 71 68 9 <Ref> { vpool } }
+      }
+    }
+  }
+  <Group> x-disc-group {
+    <Model> { 1 }
+    <Group> x-disc-visible {
+      <Model> { 1 }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 72 73 74 75 76 77 78 79 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 80 72 79 81 82 83 84 85 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 86 87 88 89 90 91 73 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 80 92 93 94 95 96 86 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 79 78 77 76 75 74 73 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 85 84 83 82 81 79 72 80 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 73 91 90 89 88 87 86 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 86 96 95 94 93 92 80 72 <Ref> { vpool } }
+      }
+    }
+    <Group> x-disc {
+      <Model> { 1 }
+      <ObjectType> { direct-widget }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 86 96 95 94 93 92 80 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 73 91 90 89 88 87 86 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 85 84 83 82 81 79 72 80 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 79 78 77 76 75 74 73 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 80 92 93 94 95 96 86 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 86 87 88 89 90 91 73 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 80 72 79 81 82 83 84 85 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 1 0 0 0.74608987569809 }
+        <VertexRef> { 72 73 74 75 76 77 78 79 <Ref> { vpool } }
+      }
+    }
+  }
+}
+<Group> Y {
+  <Model> { 1 }
+  <Group> y-post-group {
+    <Model> { 1 }
+    <Group> y-post {
+      <Model> { 1 }
+      <ObjectType> { direct-widget }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 97 98 99 100 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 101 98 97 102 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 103 99 98 101 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 104 100 99 103 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 102 97 100 104 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 104 103 101 102 <Ref> { vpool } }
+      }
+    }
+  }
+  <Group> y-ring-group {
+    <Model> { 1 }
+    <Group> y-ring {
+      <Model> { 1 }
+      <ObjectType> { direct-widget }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 105 106 107 108 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 108 107 109 110 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 110 109 111 112 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 112 111 106 105 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 113 105 108 114 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 114 108 110 115 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 115 110 112 116 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 116 112 105 113 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 117 113 114 118 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 118 114 115 119 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 119 115 116 120 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 120 116 113 117 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 121 117 118 122 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 122 118 119 123 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 123 119 120 124 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 124 120 117 121 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 125 121 122 126 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 126 122 123 127 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 127 123 124 128 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 128 124 121 125 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 129 125 126 130 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 130 126 127 131 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 131 127 128 132 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 132 128 125 129 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 133 129 130 134 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 134 130 131 135 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 135 131 132 136 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 136 132 129 133 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 137 133 134 138 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 138 134 135 139 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 139 135 136 140 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 140 136 133 137 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 141 137 138 142 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 142 138 139 143 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 143 139 140 144 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 144 140 137 141 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 145 141 142 146 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 146 142 143 147 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 147 143 144 148 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 148 144 141 145 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 149 145 146 150 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 150 146 147 151 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 151 147 148 152 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 152 148 145 149 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 153 149 150 154 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 154 150 151 155 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 155 151 152 156 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 156 152 149 153 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 157 153 154 158 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 158 154 155 159 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 159 155 156 160 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 160 156 153 157 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 161 157 158 162 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 162 158 159 163 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 163 159 160 164 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 164 160 157 161 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 165 161 162 166 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 166 162 163 167 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 167 163 164 168 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 168 164 161 165 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 107 109 111 106 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 106 165 166 107 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 107 166 167 109 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 109 167 168 111 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 1 }
+        <VertexRef> { 111 168 165 106 <Ref> { vpool } }
+      }
+    }
+  }
+  <Group> y-disc-group {
+    <Model> { 1 }
+    <Group> y-disc-visible {
+      <Model> { 1 }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 80 169 170 171 172 173 174 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 175 176 177 178 179 180 80 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 72 174 181 182 183 184 185 73 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 186 187 188 189 190 175 72 73 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 174 173 172 171 170 169 80 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 80 180 179 178 177 176 175 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 73 185 184 183 182 181 174 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 73 72 175 190 189 188 187 186 <Ref> { vpool } }
+      }
+    }
+    <Group> y-disc {
+      <Model> { 1 }
+      <ObjectType> { direct-widget }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 73 72 175 190 189 188 187 186 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 73 185 184 183 182 181 174 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 80 180 179 178 177 176 175 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 174 173 172 171 170 169 80 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 186 187 188 189 190 175 72 73 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 72 174 181 182 183 184 185 73 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 175 176 177 178 179 180 80 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 1 0 0.74608987569809 }
+        <VertexRef> { 80 169 170 171 172 173 174 72 <Ref> { vpool } }
+      }
+    }
+  }
+}
+<Group> Z {
+  <Model> { 1 }
+  <Group> z-post-group {
+    <Model> { 1 }
+    <Group> z-post {
+      <Model> { 1 }
+      <ObjectType> { direct-widget }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 191 192 193 194 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 195 194 193 196 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 196 193 192 197 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 197 192 191 198 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 198 191 194 195 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 195 196 197 198 <Ref> { vpool } }
+      }
+    }
+  }
+  <Group> z-ring-group {
+    <Model> { 1 }
+    <Group> z-ring {
+      <Model> { 1 }
+      <ObjectType> { direct-widget }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 199 200 201 202 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 202 201 203 204 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 204 203 205 206 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 206 205 200 199 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 207 199 202 208 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 208 202 204 209 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 209 204 206 210 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 210 206 199 207 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 211 207 208 212 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 212 208 209 213 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 213 209 210 214 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 214 210 207 211 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 215 211 212 216 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 216 212 213 217 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 217 213 214 218 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 218 214 211 215 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 219 215 216 220 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 220 216 217 221 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 221 217 218 222 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 222 218 215 219 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 223 219 220 224 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 224 220 221 225 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 225 221 222 226 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 226 222 219 223 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 227 223 224 228 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 228 224 225 229 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 229 225 226 230 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 230 226 223 227 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 231 227 228 232 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 232 228 229 233 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 233 229 230 234 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 234 230 227 231 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 235 231 232 236 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 236 232 233 237 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 237 233 234 238 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 238 234 231 235 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 239 235 236 240 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 240 236 237 241 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 241 237 238 242 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 242 238 235 239 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 243 239 240 244 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 244 240 241 245 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 245 241 242 246 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 246 242 239 243 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 247 243 244 248 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 248 244 245 249 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 249 245 246 250 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 250 246 243 247 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 251 247 248 252 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 252 248 249 253 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 253 249 250 254 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 254 250 247 251 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 255 251 252 256 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 256 252 253 257 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 257 253 254 258 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 258 254 251 255 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 259 255 256 260 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 260 256 257 261 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 261 257 258 262 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 262 258 255 259 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 201 203 205 200 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 200 259 260 201 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 201 260 261 203 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 203 261 262 205 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 1 }
+        <VertexRef> { 205 262 259 200 <Ref> { vpool } }
+      }
+    }
+  }
+  <Group> z-disc-group {
+    <Model> { 1 }
+    <Group> z-disc-visible {
+      <Model> { 1 }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 79 263 264 265 266 267 174 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 175 268 269 270 271 272 79 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 86 72 174 273 274 275 276 277 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 86 278 279 280 281 282 175 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 174 267 266 265 264 263 79 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 79 272 271 270 269 268 175 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 277 276 275 274 273 174 72 86 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 72 175 282 281 280 279 278 86 <Ref> { vpool } }
+      }
+    }
+    <Group> z-disc {
+      <Model> { 1 }
+      <ObjectType> { direct-widget }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 72 175 282 281 280 279 278 86 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 277 276 275 274 273 174 72 86 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 79 272 271 270 269 268 175 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 174 267 266 265 264 263 79 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 86 278 279 280 281 282 175 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 86 72 174 273 274 275 276 277 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 175 268 269 270 271 272 79 72 <Ref> { vpool } }
+      }
+      <Polygon> {
+        <RGBA> { 0 0 1 0.74608987569809 }
+        <VertexRef> { 79 263 264 265 266 267 174 72 <Ref> { vpool } }
+      }
+    }
+  }
+}

+ 59 - 0
models/misc/rgbCube.egg

@@ -0,0 +1,59 @@
+<CoordinateSystem> { Z-Up }
+
+<Comment> {
+  "flt2egg -ps keep rgbCube.flt -o rgbCube.egg"
+}
+<VertexPool> vpool {
+  <Vertex> 0 {
+    -0.5 -0.5 0.5
+  }
+  <Vertex> 1 {
+    0.5 -0.5 0.5
+  }
+  <Vertex> 2 {
+    0.5 0.5 0.5
+  }
+  <Vertex> 3 {
+    -0.5 0.5 0.5
+  }
+  <Vertex> 4 {
+    0.5 -0.5 -0.5
+  }
+  <Vertex> 5 {
+    -0.5 -0.5 -0.5
+  }
+  <Vertex> 6 {
+    0.5 0.5 -0.5
+  }
+  <Vertex> 7 {
+    -0.5 0.5 -0.5
+  }
+}
+<Group> Cube {
+  <Group> cube {
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 0 1 2 3 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 4 1 0 5 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 6 2 1 4 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 7 3 2 6 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 5 0 3 7 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 7 6 4 5 <Ref> { vpool } }
+    }
+  }
+}

+ 0 - 0
dmodels/src/misc/smiley.egg → models/misc/smiley.egg


+ 455 - 0
models/misc/sphere.egg

@@ -0,0 +1,455 @@
+<CoordinateSystem> { Z-Up }
+
+<Comment> {
+  "flt2egg -ps keep sphere.flt -o sphere.egg"
+}
+<VertexPool> vpool {
+  <Vertex> 0 {
+    1.3267948966163e-06 0 0.99999999999912
+  }
+  <Vertex> 1 {
+    0.525731843001528 0 0.850650356641445
+  }
+  <Vertex> 2 {
+    0.162460604690139 0.500000522669224 0.850650356641445
+  }
+  <Vertex> 3 {
+    0.894427366134563 0 0.447213245230492
+  }
+  <Vertex> 4 {
+    0.72360721845178 0.525730831029425 0.447213245230492
+  }
+  <Vertex> 5 {
+    0.276394159280945 0.850650681540778 0.447213245230492
+  }
+  <Vertex> 6 {
+    0.951056598295554 -0.30901674200355 0
+  }
+  <Vertex> 7 {
+    0.951056598295554 0.30901674200355 0
+  }
+  <Vertex> 8 {
+    0.72360721845178 -0.525730831029425 -0.447213245230492
+  }
+  <Vertex> 9 {
+    0.894427366134563 0 -0.447213245230492
+  }
+  <Vertex> 10 {
+    0.72360721845178 0.525730831029425 -0.447213245230492
+  }
+  <Vertex> 11 {
+    -0.425325667458766 0.30901787544823 0.850650356641445
+  }
+  <Vertex> 12 {
+    -0.276392804883262 0.850651121611659 0.447213245230492
+  }
+  <Vertex> 13 {
+    -0.7236063813876 0.525731983148785 0.447213245230492
+  }
+  <Vertex> 14 {
+    0.587785037641586 0.809017150327902 0
+  }
+  <Vertex> 15 {
+    2.65394896614701e-07 0.999999999999965 0
+  }
+  <Vertex> 16 {
+    0.276393256400156 0.85065097490506 -0.447213245230492
+  }
+  <Vertex> 17 {
+    -0.276392804883262 0.850651121611659 -0.447213245230492
+  }
+  <Vertex> 18 {
+    -0.425326323496449 -0.309016972489825 0.850650356641445
+  }
+  <Vertex> 19 {
+    -0.894427366134437 4.74752916701515e-07 0.447213245230492
+  }
+  <Vertex> 20 {
+    -0.723607497504237 -0.525730446946025 0.447213245230492
+  }
+  <Vertex> 21 {
+    -0.587785466914261 0.809016838443048 0
+  }
+  <Vertex> 22 {
+    -0.951056434272488 0.309017246814642 0
+  }
+  <Vertex> 23 {
+    -0.723606939399119 0.525731215112676 -0.447213245230492
+  }
+  <Vertex> 24 {
+    -0.894427366134437 4.74752916701515e-07 -0.447213245230492
+  }
+  <Vertex> 25 {
+    0.16245954319887 -0.500000867568645 0.850650356641445
+  }
+  <Vertex> 26 {
+    -0.276393707916973 -0.850650828198221 0.447213245230492
+  }
+  <Vertex> 27 {
+    0.27639235336629 -0.850651268318019 0.447213245230492
+  }
+  <Vertex> 28 {
+    -0.951056434327983 -0.309017246643845 0
+  }
+  <Vertex> 29 {
+    -0.587785467059549 -0.809016838337489 0
+  }
+  <Vertex> 30 {
+    -0.723606939493533 -0.525731214982726 -0.447213245230492
+  }
+  <Vertex> 31 {
+    -0.276393707916973 -0.850650828198221 -0.447213245230492
+  }
+  <Vertex> 32 {
+    0.723606660346254 -0.52573159919578 0.447213245230492
+  }
+  <Vertex> 33 {
+    2.65215310268907e-07 -0.999999999999965 0
+  }
+  <Vertex> 34 {
+    0.587785037496298 -0.80901715043346 0
+  }
+  <Vertex> 35 {
+    0.276393256247391 -0.850650974954696 -0.447213245230492
+  }
+  <Vertex> 36 {
+    -1.32688468967818e-06 0 -0.99999999999912
+  }
+  <Vertex> 37 {
+    -0.52573184307791 0 -0.850650356594237
+  }
+  <Vertex> 38 {
+    -0.162460604766521 0.500000522669224 -0.850650356626857
+  }
+  <Vertex> 39 {
+    0.425325667382384 0.30901787544823 -0.850650356679636
+  }
+  <Vertex> 40 {
+    0.425326323420067 -0.309016972489825 -0.850650356679636
+  }
+  <Vertex> 41 {
+    -0.162459543275252 -0.500000867568645 -0.850650356626857
+  }
+}
+<Group> Sphere {
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 0 1 2 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 1 3 4 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 1 4 2 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 2 4 5 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 3 6 7 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 6 8 9 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 6 9 7 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 7 9 10 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 0 2 11 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 2 5 12 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 2 12 11 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 11 12 13 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 5 14 15 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 14 10 16 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 14 16 15 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 15 16 17 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 0 11 18 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 11 13 19 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 11 19 18 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 18 19 20 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 13 21 22 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 21 17 23 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 21 23 22 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 22 23 24 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 0 18 25 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 18 20 26 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 18 26 25 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 25 26 27 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 20 28 29 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 28 24 30 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 28 30 29 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 29 30 31 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 0 25 1 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 25 27 32 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 25 32 1 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 1 32 3 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 27 33 34 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 33 31 35 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 33 35 34 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 34 35 8 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 36 37 38 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 37 24 23 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 37 23 38 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 38 23 17 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 24 28 22 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 28 20 19 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 28 19 22 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 22 19 13 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 36 38 39 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 38 17 16 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 38 16 39 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 39 16 10 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 17 21 15 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 21 13 12 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 21 12 15 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 15 12 5 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 36 39 40 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 39 10 9 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 39 9 40 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 40 9 8 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 10 14 7 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 14 5 4 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 14 4 7 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 7 4 3 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 36 40 41 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 40 8 35 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 40 35 41 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 41 35 31 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 8 6 34 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 6 3 32 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 6 32 34 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 34 32 27 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 36 41 37 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 41 31 30 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 41 30 37 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 37 30 24 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 31 33 29 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 33 27 26 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 33 26 29 <Ref> { vpool } }
+  }
+  <Polygon> {
+    <RGBA> { 0.944881916046143 0.944881916046143 0.944881916046143 1 }
+    <VertexRef> { 29 26 20 <Ref> { vpool } }
+  }
+}

+ 777 - 0
models/misc/xyzAxis.egg

@@ -0,0 +1,777 @@
+<CoordinateSystem> { Z-Up }
+
+<Comment> {
+  "flt2egg -ps keep xyzAxis.flt -o xyzAxis.egg"
+}
+<VertexPool> vpool {
+  <Vertex> 0 {
+    9 0 0
+  }
+  <Vertex> 1 {
+    10 0 0
+  }
+  <Vertex> 2 {
+    10 3.06151588455594e-17 0.5
+  }
+  <Vertex> 3 {
+    9 3.06151588455594e-17 0.5
+  }
+  <Vertex> 4 {
+    8 0 0
+  }
+  <Vertex> 5 {
+    8 3.06151588455594e-17 0.5
+  }
+  <Vertex> 6 {
+    0 0 0
+  }
+  <Vertex> 7 {
+    1 0 0
+  }
+  <Vertex> 8 {
+    1 0.5 0
+  }
+  <Vertex> 9 {
+    0 0.5 0
+  }
+  <Vertex> 10 {
+    2 0 0
+  }
+  <Vertex> 11 {
+    2 0.5 0
+  }
+  <Vertex> 12 {
+    3 0 0
+  }
+  <Vertex> 13 {
+    4 0 0
+  }
+  <Vertex> 14 {
+    4 0.5 0
+  }
+  <Vertex> 15 {
+    3 0.5 0
+  }
+  <Vertex> 16 {
+    5 0 0
+  }
+  <Vertex> 17 {
+    6 0 0
+  }
+  <Vertex> 18 {
+    6 0.5 0
+  }
+  <Vertex> 19 {
+    5 0.5 0
+  }
+  <Vertex> 20 {
+    7 0 0
+  }
+  <Vertex> 21 {
+    7 0.5 0
+  }
+  <Vertex> 22 {
+    8 0.5 0
+  }
+  <Vertex> 23 {
+    10 0.5 0
+  }
+  <Vertex> 24 {
+    9 0.5 0
+  }
+  <Vertex> 25 {
+    7 3.06151588455594e-17 0.5
+  }
+  <Vertex> 26 {
+    6 3.06151588455594e-17 0.5
+  }
+  <Vertex> 27 {
+    5 3.06151588455594e-17 0.5
+  }
+  <Vertex> 28 {
+    4 3.06151588455594e-17 0.5
+  }
+  <Vertex> 29 {
+    3 3.06151588455594e-17 0.5
+  }
+  <Vertex> 30 {
+    2 3.06151588455594e-17 0.5
+  }
+  <Vertex> 31 {
+    1 3.06151588455594e-17 0.5
+  }
+  <Vertex> 32 {
+    0 3.06151588455594e-17 0.5
+  }
+  <Vertex> 33 {
+    0.5 0 0
+  }
+  <Vertex> 34 {
+    0.5 1 0
+  }
+  <Vertex> 35 {
+    0 1 0
+  }
+  <Vertex> 36 {
+    0.5 2 0
+  }
+  <Vertex> 37 {
+    0 2 0
+  }
+  <Vertex> 38 {
+    0 3 0
+  }
+  <Vertex> 39 {
+    0.5 3 0
+  }
+  <Vertex> 40 {
+    0.5 4 0
+  }
+  <Vertex> 41 {
+    0 4 0
+  }
+  <Vertex> 42 {
+    0 5 0
+  }
+  <Vertex> 43 {
+    0.5 5 0
+  }
+  <Vertex> 44 {
+    0.5 6 0
+  }
+  <Vertex> 45 {
+    0 6 0
+  }
+  <Vertex> 46 {
+    0 7 0
+  }
+  <Vertex> 47 {
+    0.5 7 0
+  }
+  <Vertex> 48 {
+    0.5 8 0
+  }
+  <Vertex> 49 {
+    0 8 0
+  }
+  <Vertex> 50 {
+    0 9 0
+  }
+  <Vertex> 51 {
+    0.5 9 0
+  }
+  <Vertex> 52 {
+    0.5 10 0
+  }
+  <Vertex> 53 {
+    0 10 0
+  }
+  <Vertex> 54 {
+    3.06151588455594e-17 8 0.5
+  }
+  <Vertex> 55 {
+    3.06151588455594e-17 9 0.5
+  }
+  <Vertex> 56 {
+    3.06151588455594e-17 10 0.5
+  }
+  <Vertex> 57 {
+    3.06151588455594e-17 6 0.5
+  }
+  <Vertex> 58 {
+    3.06151588455594e-17 7 0.5
+  }
+  <Vertex> 59 {
+    3.06151588455594e-17 4 0.5
+  }
+  <Vertex> 60 {
+    3.06151588455594e-17 5 0.5
+  }
+  <Vertex> 61 {
+    3.06151588455594e-17 2 0.5
+  }
+  <Vertex> 62 {
+    3.06151588455594e-17 3 0.5
+  }
+  <Vertex> 63 {
+    3.06151588455594e-17 1 0.5
+  }
+  <Vertex> 64 {
+    0 0.5 1
+  }
+  <Vertex> 65 {
+    0 0 1
+  }
+  <Vertex> 66 {
+    0 0.5 2
+  }
+  <Vertex> 67 {
+    0 0 2
+  }
+  <Vertex> 68 {
+    0 0 3
+  }
+  <Vertex> 69 {
+    0 0.5 3
+  }
+  <Vertex> 70 {
+    0 0.5 4
+  }
+  <Vertex> 71 {
+    0 0 4
+  }
+  <Vertex> 72 {
+    0 0 5
+  }
+  <Vertex> 73 {
+    0 0.5 5
+  }
+  <Vertex> 74 {
+    0 0.5 6
+  }
+  <Vertex> 75 {
+    0 0 6
+  }
+  <Vertex> 76 {
+    0 0 7
+  }
+  <Vertex> 77 {
+    0 0.5 7
+  }
+  <Vertex> 78 {
+    0 0.5 8
+  }
+  <Vertex> 79 {
+    0 0 8
+  }
+  <Vertex> 80 {
+    0 0 9
+  }
+  <Vertex> 81 {
+    0 0.5 9
+  }
+  <Vertex> 82 {
+    0 0.5 10
+  }
+  <Vertex> 83 {
+    0 0 10
+  }
+  <Vertex> 84 {
+    0.5 3.06151588455594e-17 1
+  }
+  <Vertex> 85 {
+    0.5 3.06151588455594e-17 2
+  }
+  <Vertex> 86 {
+    0.5 3.06151588455594e-17 4
+  }
+  <Vertex> 87 {
+    0.5 3.06151588455594e-17 3
+  }
+  <Vertex> 88 {
+    0.5 3.06151588455594e-17 6
+  }
+  <Vertex> 89 {
+    0.5 3.06151588455594e-17 5
+  }
+  <Vertex> 90 {
+    0.5 3.06151588455594e-17 8
+  }
+  <Vertex> 91 {
+    0.5 3.06151588455594e-17 7
+  }
+  <Vertex> 92 {
+    0.5 3.06151588455594e-17 10
+  }
+  <Vertex> 93 {
+    0.5 3.06151588455594e-17 9
+  }
+}
+<Group> xyzAxis {
+  <Group> xAxis {
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 0 1 2 3 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 4 0 3 5 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 6 7 8 9 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 7 10 11 8 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 12 13 14 15 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 10 12 15 11 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 16 17 18 19 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 13 16 19 14 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 17 20 21 18 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 20 4 22 21 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 0 1 23 24 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 4 0 24 22 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 20 4 5 25 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 17 20 25 26 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 13 16 27 28 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 16 17 26 27 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 10 12 29 30 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 12 13 28 29 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 7 10 30 31 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 6 7 31 32 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 32 31 7 6 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 31 30 10 7 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 29 28 13 12 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 30 29 12 10 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 27 26 17 16 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 28 27 16 13 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 26 25 20 17 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 25 5 4 20 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 3 2 1 0 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 5 3 0 4 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 22 24 0 4 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 24 23 1 0 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 21 22 4 20 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 18 21 20 17 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 14 19 16 13 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 19 18 17 16 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 11 15 12 10 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 15 14 13 12 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 0 0 1 }
+      <VertexRef> { 8 11 10 7 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 9 8 7 6 <Ref> { vpool } }
+    }
+  }
+  <Group> yAxis {
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 6 33 34 35 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 35 34 36 37 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 38 39 40 41 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 37 36 39 38 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 42 43 44 45 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 41 40 43 42 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 46 47 48 49 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 45 44 47 46 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 50 51 52 53 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 49 48 51 50 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 49 54 55 50 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 50 55 56 53 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 45 57 58 46 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 46 58 54 49 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 41 59 60 42 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 42 60 57 45 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 37 61 62 38 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 38 62 59 41 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 35 63 61 37 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 6 32 63 35 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 35 63 32 6 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 37 61 63 35 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 41 59 62 38 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 38 62 61 37 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 45 57 60 42 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 42 60 59 41 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 49 54 58 46 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 46 58 57 45 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 53 56 55 50 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 50 55 54 49 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 50 51 48 49 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 53 52 51 50 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 46 47 44 45 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 49 48 47 46 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 42 43 40 41 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 45 44 43 42 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 38 39 36 37 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 41 40 39 38 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 1 0 1 }
+      <VertexRef> { 37 36 34 35 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 35 34 33 6 <Ref> { vpool } }
+    }
+  }
+  <Group> zAxis {
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 6 9 64 65 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 65 64 66 67 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 68 69 70 71 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 67 66 69 68 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 72 73 74 75 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 71 70 73 72 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 76 77 78 79 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 75 74 77 76 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 80 81 82 83 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 79 78 81 80 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 67 66 64 65 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 65 64 9 6 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 80 81 78 79 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 83 82 81 80 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 76 77 74 75 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 79 78 77 76 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 72 73 70 71 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 75 74 73 72 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 68 69 66 67 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 71 70 69 68 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 65 84 85 67 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 6 33 84 65 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 71 86 87 68 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 68 87 85 67 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 75 88 89 72 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 72 89 86 71 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 79 90 91 76 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 76 91 88 75 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 83 92 93 80 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 80 93 90 79 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 65 84 33 6 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 67 85 84 65 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 79 90 93 80 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 80 93 92 83 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 75 88 91 76 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 76 91 90 79 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 71 86 89 72 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 72 89 88 75 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 1 1 1 1 }
+      <VertexRef> { 67 85 87 68 <Ref> { vpool } }
+    }
+    <Polygon> {
+      <RGBA> { 0 0 1 1 }
+      <VertexRef> { 68 87 86 71 <Ref> { vpool } }
+    }
+  }
+}