Remove Previous Release and Release directories
The contents of the Release directories are moved up one level as we no longer need to distinguish between current releases and prior releases. git rm -r LSLScripts/HUD/Ruth/Previous\ Release git mv LSLScripts/HUD/Ruth/Release/.keep LSLScripts/HUD/Ruth/ git mv LSLScripts/HUD/Ruth/Release/readme.txt LSLScripts/HUD/Ruth/ rmdir LSLScripts/HUD/Ruth/Release git rm -r Mesh/Avatar\ Roth/Previous\ Releases git mv Mesh/Avatar\ Roth/Release/* Mesh/Avatar\ Roth/ rmdir Mesh/Avatar\ Roth/Release/ git rm -r Mesh/Avatar\ Ruth/Previous\ Releases git mv Mesh/Avatar\ Ruth/Release/* Mesh/Avatar\ Ruth/ git rm -r Mesh/Avatar\ Ruth/Release/ rmdir Mesh/Avatar\ Ruth/Previous\ Releases Mesh/Avatar\ Ruth/Release/
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 489 KiB |
|
Before Width: | Height: | Size: 211 KiB |
|
Before Width: | Height: | Size: 512 KiB |
|
Before Width: | Height: | Size: 198 KiB |
|
Before Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 187 KiB |
|
Before Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 397 KiB |
|
Before Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 670 KiB |
|
Before Width: | Height: | Size: 649 KiB |
|
Before Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 20 KiB |
@@ -1,61 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Blender User</author>
|
||||
<authoring_tool>Blender 2.78.0 commit date:2017-02-24, commit time:14:33, hash:e92f235283</authoring_tool>
|
||||
</contributor>
|
||||
<created>2017-08-28T18:09:02</created>
|
||||
<modified>2017-08-28T18:09:02</modified>
|
||||
<unit name="meter" meter="1"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_images/>
|
||||
<library_effects/>
|
||||
<library_geometries>
|
||||
<geometry id="Cube-mesh" name="Cube">
|
||||
<mesh>
|
||||
<source id="Cube-mesh-positions">
|
||||
<float_array id="Cube-mesh-positions-array" count="24">-1 -1 -1 -1 -1 1 -1 1 -1 -1 1 1 1 -1 -1 1 -1 1 1 1 -1 1 1 1</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#Cube-mesh-positions-array" count="8" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="Cube-mesh-normals">
|
||||
<float_array id="Cube-mesh-normals-array" count="18">-1 0 0 0 1 0 1 0 0 0 -1 0 0 0 -1 0 0 1</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#Cube-mesh-normals-array" count="6" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="Cube-mesh-vertices">
|
||||
<input semantic="POSITION" source="#Cube-mesh-positions"/>
|
||||
</vertices>
|
||||
<polylist count="12">
|
||||
<input semantic="VERTEX" source="#Cube-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#Cube-mesh-normals" offset="1"/>
|
||||
<vcount>3 3 3 3 3 3 3 3 3 3 3 3 </vcount>
|
||||
<p>1 0 2 0 0 0 3 1 6 1 2 1 7 2 4 2 6 2 5 3 0 3 4 3 6 4 0 4 2 4 3 5 5 5 7 5 1 0 3 0 2 0 3 1 7 1 6 1 7 2 5 2 4 2 5 3 1 3 0 3 6 4 4 4 0 4 3 5 1 5 5 5</p>
|
||||
</polylist>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="Scene" name="Scene">
|
||||
<node id="Cube" name="Cube" type="NODE">
|
||||
<matrix sid="transform">1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1</matrix>
|
||||
<instance_geometry url="#Cube-mesh" name="Cube"/>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#Scene"/>
|
||||
</scene>
|
||||
</COLLADA>
|
||||
@@ -1,288 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Shin Ingen</author>
|
||||
<authoring_tool>Blender 2.79.0 commit date:2017-09-11, commit time:10:43, hash:5bd8ac9</authoring_tool>
|
||||
</contributor>
|
||||
<created>2018-02-27T18:30:38</created>
|
||||
<modified>2018-02-27T18:30:38</modified>
|
||||
<unit name="meter" meter="1"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_images/>
|
||||
<library_effects>
|
||||
<effect id="mat_f1-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0.8 0 0 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
<effect id="mat_f2-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0 0.8 0 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
<effect id="mat_f3-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0.8 0.8 0 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
<effect id="mat_f4-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0.8 0.4 0.8 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
<effect id="mat_f5-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0 0 0.8 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
<effect id="Material_005-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0.64 0.64 0.64 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="mat_f1-material" name="mat_f1">
|
||||
<instance_effect url="#mat_f1-effect"/>
|
||||
</material>
|
||||
<material id="mat_f2-material" name="mat_f2">
|
||||
<instance_effect url="#mat_f2-effect"/>
|
||||
</material>
|
||||
<material id="mat_f3-material" name="mat_f3">
|
||||
<instance_effect url="#mat_f3-effect"/>
|
||||
</material>
|
||||
<material id="mat_f4-material" name="mat_f4">
|
||||
<instance_effect url="#mat_f4-effect"/>
|
||||
</material>
|
||||
<material id="mat_f5-material" name="mat_f5">
|
||||
<instance_effect url="#mat_f5-effect"/>
|
||||
</material>
|
||||
<material id="Material_005-material" name="Material_005">
|
||||
<instance_effect url="#Material_005-effect"/>
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="r2HUD_SkinInjector_Kit-mesh" name="r2HUD_SkinInjector_Kit">
|
||||
<mesh>
|
||||
<source id="r2HUD_SkinInjector_Kit-mesh-positions">
|
||||
<float_array id="r2HUD_SkinInjector_Kit-mesh-positions-array" count="60">-0.04999995 -0.15 0.002667427 -0.04999995 -0.15 0.4026674 -0.04999995 0.15 0.002667427 -0.04999995 0.15 0.4026674 0.04999995 -0.15 0.002667427 0.04999995 -0.15 0.4026674 0.04999995 0.15 0.002667427 0.04999995 0.15 0.4026674 -9.31606e-4 0.15 0.002667427 -9.31606e-4 0.15 0.4026674 -9.31606e-4 -0.15 0.002667427 -9.31606e-4 -0.15 0.4026674 -9.31606e-4 0.07008951 0.4026674 -9.31606e-4 -0.07239264 0.4026674 -9.31606e-4 0.07008951 0.002667427 -9.31606e-4 -0.07239264 0.002667427 -9.31606e-4 -0.07239264 0.2693341 -9.31606e-4 -0.07239264 0.1360008 -9.31606e-4 0.07008951 0.2693341 -9.31606e-4 0.07008951 0.1360008</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUD_SkinInjector_Kit-mesh-positions-array" count="20" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUD_SkinInjector_Kit-mesh-normals">
|
||||
<float_array id="r2HUD_SkinInjector_Kit-mesh-normals-array" count="39">-1 0 0 0 1 0 1 0 0 0 -1 0 0 0 -1 0 0 1 0 0 -1 4.8762e-7 0 1 0 0 -1 0 0 -1 -1 0 0 -1 0 0 -1 0 0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUD_SkinInjector_Kit-mesh-normals-array" count="13" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUD_SkinInjector_Kit-mesh-map">
|
||||
<float_array id="r2HUD_SkinInjector_Kit-mesh-map-array" count="252">1 1 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 1 1 1 0 1 0 1 0 1 0 0.6666667 0 1 1 1 1 0.6666667 1 0.6666667 1 1 1 1 1 0.6666667 0 1 0 1 0 1 1 1 0 1 0 0 1 0 0 0 0 0 0 0.3333334 0 0.3333334 0.3333333 0.6666666 0.3333333 0.6666666 0 1 0 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 0 0 0 1 0 1 0 0 0 1 1 1 1 0 1 1 1 1 1 0 0.3333333 0 0 0 0 0 0 0 1 0 0.3333333 0 0.6666667 0 0.3333333 0 1 0 0.3333333 1 0 1 0 1 0 1 1 1 0.3333333 1 0.6666667 1 0.3333333 1 1 1 1 1 0 1 0.3333333 1 0.3333333 1 0.6666667 1 1 1 0 1 0 1 0.3333333 1 1 0 0 0 0.3333333 0 0.3333333 0 0.6666667 0 1 0 0 0 0 0 0.3333333 0 1 1 1 1 1 0 0 1 0 1 0 0 0.3333334 0.6666667 0.3333334 1 0 1 0 1 0 0 0.3333334 0.3333333 0.3333334 0.3333333 0.3333334 0.6666667 0 1 1 0 1 1 0.6666666 0.6666667 0.6666666 0.6666667 0.6666666 0.3333333 1 0 1 1 0.6666666 1 0.6666666 0.6666667 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUD_SkinInjector_Kit-mesh-map-array" count="126" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="r2HUD_SkinInjector_Kit-mesh-vertices">
|
||||
<input semantic="POSITION" source="#r2HUD_SkinInjector_Kit-mesh-positions"/>
|
||||
</vertices>
|
||||
<triangles material="mat_f1-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUD_SkinInjector_Kit-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUD_SkinInjector_Kit-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUD_SkinInjector_Kit-mesh-map" offset="2" set="0"/>
|
||||
<p>1 0 0 2 0 1 0 0 2 1 0 45 3 0 46 2 0 47</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f2-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUD_SkinInjector_Kit-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUD_SkinInjector_Kit-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUD_SkinInjector_Kit-mesh-map" offset="2" set="0"/>
|
||||
<p>12 0 39 16 0 40 13 0 41 12 0 120 18 0 121 16 0 122</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f3-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUD_SkinInjector_Kit-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUD_SkinInjector_Kit-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUD_SkinInjector_Kit-mesh-map" offset="2" set="0"/>
|
||||
<p>18 0 42 17 0 43 16 0 44 18 0 123 19 0 124 17 0 125</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f4-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUD_SkinInjector_Kit-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUD_SkinInjector_Kit-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUD_SkinInjector_Kit-mesh-map" offset="2" set="0"/>
|
||||
<p>19 0 36 15 0 37 17 0 38 19 0 117 14 0 118 15 0 119</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f5-material" count="8">
|
||||
<input semantic="VERTEX" source="#r2HUD_SkinInjector_Kit-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUD_SkinInjector_Kit-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUD_SkinInjector_Kit-mesh-map" offset="2" set="0"/>
|
||||
<p>8 0 30 14 0 31 19 0 32 17 0 33 15 0 34 10 0 35 18 0 99 12 0 100 9 0 101 9 10 102 8 10 103 19 10 104 19 11 105 18 11 106 9 11 107 10 12 108 11 12 109 16 12 110 16 0 111 17 0 112 10 0 113 11 0 114 13 0 115 16 0 116</p>
|
||||
</triangles>
|
||||
<triangles material="Material_005-material" count="26">
|
||||
<input semantic="VERTEX" source="#r2HUD_SkinInjector_Kit-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUD_SkinInjector_Kit-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUD_SkinInjector_Kit-mesh-map" offset="2" set="0"/>
|
||||
<p>9 1 3 6 1 4 8 1 5 7 2 6 4 2 7 6 2 8 11 3 9 0 3 10 10 3 11 4 4 12 10 4 13 15 4 14 1 5 15 11 5 16 13 5 17 13 5 18 11 5 19 5 5 20 15 4 21 10 4 22 0 4 23 5 3 24 10 3 25 4 3 26 3 1 27 8 1 28 2 1 29 9 1 48 7 1 49 6 1 50 7 2 51 5 2 52 4 2 53 11 3 54 1 3 55 0 3 56 14 4 57 8 4 58 6 4 59 6 6 60 4 6 61 14 6 62 15 4 63 14 4 64 4 4 65 12 5 66 9 5 67 3 5 68 3 5 69 1 5 70 12 5 71 13 5 72 12 5 73 1 5 74 5 7 75 7 7 76 12 7 77 12 5 78 13 5 79 5 5 80 7 5 81 9 5 82 12 5 83 0 8 84 2 8 85 14 8 86 14 9 87 15 9 88 0 9 89 2 4 90 8 4 91 14 4 92 5 3 93 11 3 94 10 3 95 3 1 96 9 1 97 8 1 98</p>
|
||||
</triangles>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="Scene" name="Scene">
|
||||
<node id="r2HUD_SkinInjector_Kit" name="r2HUD_SkinInjector_Kit" type="NODE">
|
||||
<matrix sid="transform">1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1</matrix>
|
||||
<instance_geometry url="#r2HUD_SkinInjector_Kit-mesh" name="r2HUD_SkinInjector_Kit">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="mat_f1-material" target="#mat_f1-material"/>
|
||||
<instance_material symbol="mat_f2-material" target="#mat_f2-material"/>
|
||||
<instance_material symbol="mat_f3-material" target="#mat_f3-material"/>
|
||||
<instance_material symbol="mat_f4-material" target="#mat_f4-material"/>
|
||||
<instance_material symbol="mat_f5-material" target="#mat_f5-material"/>
|
||||
<instance_material symbol="Material_005-material" target="#Material_005-material"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#Scene"/>
|
||||
</scene>
|
||||
</COLLADA>
|
||||
@@ -1,929 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Shin Ingen</author>
|
||||
<authoring_tool>Blender 2.79.0 commit date:2017-09-11, commit time:10:43, hash:5bd8ac9</authoring_tool>
|
||||
</contributor>
|
||||
<created>2017-12-02T18:42:25</created>
|
||||
<modified>2017-12-02T18:42:25</modified>
|
||||
<unit name="meter" meter="1"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_images/>
|
||||
<library_effects>
|
||||
<effect id="mat_f1-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0.8 0 0 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
<effect id="mat_f2-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0 0.8 0 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
<effect id="mat_f3-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0.8 0.8 0 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
<effect id="mat_f4-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0 0 0.8 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
<effect id="mat_f5-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0.8 0.4023092 0 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
<effect id="mat_f6-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0.8 0 0.4023092 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
<effect id="mat_f7-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0 0.8 0.8 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
<effect id="mat_f8-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0.2001266 0 0.8 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="mat_f1-material" name="mat_f1">
|
||||
<instance_effect url="#mat_f1-effect"/>
|
||||
</material>
|
||||
<material id="mat_f2-material" name="mat_f2">
|
||||
<instance_effect url="#mat_f2-effect"/>
|
||||
</material>
|
||||
<material id="mat_f3-material" name="mat_f3">
|
||||
<instance_effect url="#mat_f3-effect"/>
|
||||
</material>
|
||||
<material id="mat_f4-material" name="mat_f4">
|
||||
<instance_effect url="#mat_f4-effect"/>
|
||||
</material>
|
||||
<material id="mat_f5-material" name="mat_f5">
|
||||
<instance_effect url="#mat_f5-effect"/>
|
||||
</material>
|
||||
<material id="mat_f6-material" name="mat_f6">
|
||||
<instance_effect url="#mat_f6-effect"/>
|
||||
</material>
|
||||
<material id="mat_f7-material" name="mat_f7">
|
||||
<instance_effect url="#mat_f7-effect"/>
|
||||
</material>
|
||||
<material id="mat_f8-material" name="mat_f8">
|
||||
<instance_effect url="#mat_f8-effect"/>
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="r2HUDacButtons1-mesh" name="r2HUDacButtons1">
|
||||
<mesh>
|
||||
<source id="r2HUDacButtons1-mesh-positions">
|
||||
<float_array id="r2HUDacButtons1-mesh-positions-array" count="54">-1.794211 0.005781471 4.448527 -1.788137 0.005781471 2.800055 -1.012163 0.005781829 4.448527 -1.00609 0.005781829 2.800055 -1.794211 0.005781471 4.242468 -1.794211 0.005781471 4.036409 -1.794211 0.005781471 3.83035 -1.794211 0.005781471 3.624291 -1.794211 0.005781471 3.418232 -1.79421 0.005781471 3.212173 -1.788137 0.005781471 3.006114 -1.00609 0.005781829 3.006114 -1.012163 0.005781829 3.212173 -1.012163 0.005781829 3.418232 -1.012163 0.005781829 3.624291 -1.012163 0.005781829 3.83035 -1.012163 0.005781829 4.036409 -1.012163 0.005781829 4.242468</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons1-mesh-positions-array" count="18" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacButtons1-mesh-normals">
|
||||
<float_array id="r2HUDacButtons1-mesh-normals-array" count="39">4.87068e-7 -1 0 4.87067e-7 -1 0 4.8707e-7 -1 0 4.8707e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.8707e-7 -1 0 4.8707e-7 -1 0 4.87067e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.8707e-7 -1 0 4.87069e-7 -1 0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons1-mesh-normals-array" count="13" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacButtons1-mesh-map">
|
||||
<float_array id="r2HUDacButtons1-mesh-map-array" count="96">0.06325143 0.6095866 0.2322863 0.6572104 0.0632984 0.6574018 0.06357979 0.9442924 0.2326146 0.9919164 0.0636267 0.9921075 0.06353294 0.8964772 0.2325678 0.9441013 0.06357979 0.9442924 0.06348603 0.8486621 0.2325209 0.8962861 0.06353294 0.8964772 0.06343913 0.8008471 0.232474 0.848471 0.06348603 0.8486621 0.06339222 0.7530319 0.2324271 0.8006558 0.06343913 0.8008471 0.06334531 0.7052168 0.2323801 0.7528406 0.06339222 0.7530319 0.0632984 0.6574018 0.2323333 0.7050255 0.06334531 0.7052168 0.06325143 0.6095866 0.2322393 0.6093953 0.2322863 0.6572104 0.06357979 0.9442924 0.2325678 0.9441013 0.2326146 0.9919164 0.06353294 0.8964772 0.2325209 0.8962861 0.2325678 0.9441013 0.06348603 0.8486621 0.232474 0.848471 0.2325209 0.8962861 0.06343913 0.8008471 0.2324271 0.8006558 0.232474 0.848471 0.06339222 0.7530319 0.2323801 0.7528406 0.2324271 0.8006558 0.06334531 0.7052168 0.2323333 0.7050255 0.2323801 0.7528406 0.0632984 0.6574018 0.2322863 0.6572104 0.2323333 0.7050255</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons1-mesh-map-array" count="48" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="r2HUDacButtons1-mesh-vertices">
|
||||
<input semantic="POSITION" source="#r2HUDacButtons1-mesh-positions"/>
|
||||
</vertices>
|
||||
<triangles material="mat_f1-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1-mesh-map" offset="2" set="0"/>
|
||||
<p>4 1 3 2 1 4 0 1 5 4 7 27 17 7 28 2 7 29</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f2-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1-mesh-map" offset="2" set="0"/>
|
||||
<p>5 2 6 17 2 7 4 2 8 5 8 30 16 8 31 17 8 32</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f3-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1-mesh-map" offset="2" set="0"/>
|
||||
<p>6 3 9 16 3 10 5 3 11 6 9 33 15 9 34 16 9 35</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f4-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1-mesh-map" offset="2" set="0"/>
|
||||
<p>7 4 12 15 4 13 6 4 14 7 10 36 14 10 37 15 10 38</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f5-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1-mesh-map" offset="2" set="0"/>
|
||||
<p>8 4 15 14 4 16 7 4 17 8 10 39 13 10 40 14 10 41</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f6-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1-mesh-map" offset="2" set="0"/>
|
||||
<p>9 4 18 13 4 19 8 4 20 9 11 42 12 11 43 13 11 44</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f7-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1-mesh-map" offset="2" set="0"/>
|
||||
<p>10 5 21 12 5 22 9 5 23 10 12 45 11 12 46 12 12 47</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f8-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1-mesh-map" offset="2" set="0"/>
|
||||
<p>1 0 0 11 0 1 10 0 2 1 6 24 3 6 25 11 6 26</p>
|
||||
</triangles>
|
||||
</mesh>
|
||||
</geometry>
|
||||
<geometry id="r2HUDacButtons3-mesh" name="r2HUDacButtons3">
|
||||
<mesh>
|
||||
<source id="r2HUDacButtons3-mesh-positions">
|
||||
<float_array id="r2HUDacButtons3-mesh-positions-array" count="18">-1.78055 -0.001718461 1.111815 -1.000528 -0.001718163 1.111815 -1.78055 -0.001718401 0.8599045 -1.78055 -0.001718401 0.6079943 -1.000528 -0.001718163 0.6079944 -1.000528 -0.001718163 0.8599045</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons3-mesh-positions-array" count="6" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacButtons3-mesh-normals">
|
||||
<float_array id="r2HUDacButtons3-mesh-normals-array" count="12">2.51927e-7 -1 -3.89837e-7 2.51927e-7 -1 0 3.77891e-7 -1 0 2.51928e-7 -1 0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons3-mesh-normals-array" count="4" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacButtons3-mesh-map">
|
||||
<float_array id="r2HUDacButtons3-mesh-map-array" count="24">0.965175 0.8638862 0.6559186 0.9637615 0.6559186 0.8638862 0.965175 0.7640113 0.6559186 0.8638862 0.6559186 0.7640113 0.965175 0.8638862 0.965175 0.9637615 0.6559186 0.9637615 0.965175 0.7640113 0.965175 0.8638862 0.6559186 0.8638862</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons3-mesh-map-array" count="12" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="r2HUDacButtons3-mesh-vertices">
|
||||
<input semantic="POSITION" source="#r2HUDacButtons3-mesh-positions"/>
|
||||
</vertices>
|
||||
<triangles material="mat_f1-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons3-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons3-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons3-mesh-map" offset="2" set="0"/>
|
||||
<p>5 0 0 0 0 1 2 0 2 5 2 6 1 2 7 0 2 8</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f2-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons3-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons3-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons3-mesh-map" offset="2" set="0"/>
|
||||
<p>4 1 3 2 1 4 3 1 5 4 3 9 5 3 10 2 3 11</p>
|
||||
</triangles>
|
||||
</mesh>
|
||||
</geometry>
|
||||
<geometry id="r2HUDacBackboard-mesh" name="r2HUDacBackboard">
|
||||
<mesh>
|
||||
<source id="r2HUDacBackboard-mesh-positions">
|
||||
<float_array id="r2HUDacBackboard-mesh-positions-array" count="24">-2.060488 -2.134073 4.127955 -2.060488 2.007131 4.127955 2.080716 -2.134073 4.127955 2.080716 2.007131 4.127955 -2.060488 -2.134073 0.2951379 -2.060488 2.007131 0.2951379 2.080716 2.007131 0.2951379 2.080716 -2.134073 0.2951379</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacBackboard-mesh-positions-array" count="8" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacBackboard-mesh-normals">
|
||||
<float_array id="r2HUDacBackboard-mesh-normals-array" count="12">1 0 0 0 -1 0 -1 0 0 0 1 0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacBackboard-mesh-normals-array" count="4" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacBackboard-mesh-map">
|
||||
<float_array id="r2HUDacBackboard-mesh-map-array" count="48">0.711665 0.01114803 0.01099121 0.9888519 0.01099121 0.01114803 0.711665 0.01114803 0.01099121 0.9888519 0.01099121 0.01114803 0.711665 0.01114803 0.01099121 0.9888519 0.01099121 0.01114803 0.711665 0.01114803 0.01099121 0.9888519 0.01099121 0.01114803 0.711665 0.01114803 0.711665 0.9888519 0.01099121 0.9888519 0.711665 0.01114803 0.711665 0.9888519 0.01099121 0.9888519 0.711665 0.01114803 0.711665 0.9888519 0.01099121 0.9888519 0.711665 0.01114803 0.711665 0.9888519 0.01099121 0.9888519</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacBackboard-mesh-map-array" count="24" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="r2HUDacBackboard-mesh-vertices">
|
||||
<input semantic="POSITION" source="#r2HUDacBackboard-mesh-positions"/>
|
||||
</vertices>
|
||||
<triangles count="8">
|
||||
<input semantic="VERTEX" source="#r2HUDacBackboard-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacBackboard-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacBackboard-mesh-map" offset="2" set="0"/>
|
||||
<p>5 0 0 0 0 1 4 0 2 6 1 3 1 1 4 5 1 5 7 2 6 3 2 7 6 2 8 4 3 9 2 3 10 7 3 11 5 0 12 1 0 13 0 0 14 6 1 15 3 1 16 1 1 17 7 2 18 2 2 19 3 2 20 4 3 21 0 3 22 2 3 23</p>
|
||||
</triangles>
|
||||
</mesh>
|
||||
</geometry>
|
||||
<geometry id="r2HUDacButtons2-mesh" name="r2HUDacButtons2">
|
||||
<mesh>
|
||||
<source id="r2HUDacButtons2-mesh-positions">
|
||||
<float_array id="r2HUDacButtons2-mesh-positions-array" count="54">-1.791411 0.005781471 2.779401 -1.785337 0.005781471 1.130929 -1.009364 0.005781829 2.779402 -1.00329 0.005781829 1.130929 -1.791411 0.005781471 2.573342 -1.791411 0.005781471 2.367283 -1.791411 0.005781471 2.161224 -1.791411 0.005781471 1.955165 -1.791411 0.005781471 1.749106 -1.79141 0.005781471 1.543047 -1.785337 0.005781471 1.336988 -1.00329 0.005781829 1.336988 -1.009363 0.005781829 1.543047 -1.009363 0.005781829 1.749106 -1.009363 0.005781829 1.955165 -1.009363 0.005781829 2.161224 -1.009364 0.005781829 2.367283 -1.009364 0.005781829 2.573343</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons2-mesh-positions-array" count="18" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacButtons2-mesh-normals">
|
||||
<float_array id="r2HUDacButtons2-mesh-normals-array" count="36">4.87069e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.8707e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.8707e-7 -1 0 4.8707e-7 -1 0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons2-mesh-normals-array" count="12" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacButtons2-mesh-map">
|
||||
<float_array id="r2HUDacButtons2-mesh-map-array" count="96">0.06243795 0.2260466 0.2314728 0.2736703 0.06248486 0.2738617 0.06281322 0.6085675 0.2317543 0.5605613 0.2318012 0.6083764 0.06276631 0.5607524 0.2317074 0.5127461 0.2317543 0.5605613 0.06267255 0.4651221 0.2317074 0.5127461 0.06271946 0.5129372 0.06262564 0.417307 0.2316605 0.464931 0.06267255 0.4651221 0.06257873 0.3694919 0.2316136 0.4171158 0.06262564 0.417307 0.06253182 0.3216768 0.2315666 0.3693006 0.06257873 0.3694919 0.06248486 0.2738617 0.2315198 0.3214855 0.06253182 0.3216768 0.06243795 0.2260466 0.2314258 0.2258552 0.2314728 0.2736703 0.06281322 0.6085675 0.06276631 0.5607524 0.2317543 0.5605613 0.06276631 0.5607524 0.06271946 0.5129372 0.2317074 0.5127461 0.06267255 0.4651221 0.2316605 0.464931 0.2317074 0.5127461 0.06262564 0.417307 0.2316136 0.4171158 0.2316605 0.464931 0.06257873 0.3694919 0.2315666 0.3693006 0.2316136 0.4171158 0.06253182 0.3216768 0.2315198 0.3214855 0.2315666 0.3693006 0.06248486 0.2738617 0.2314728 0.2736703 0.2315198 0.3214855</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons2-mesh-map-array" count="48" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="r2HUDacButtons2-mesh-vertices">
|
||||
<input semantic="POSITION" source="#r2HUDacButtons2-mesh-positions"/>
|
||||
</vertices>
|
||||
<triangles material="mat_f1-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2-mesh-map" offset="2" set="0"/>
|
||||
<p>0 1 3 17 1 4 2 1 5 0 6 27 4 6 28 17 6 29</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f2-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2-mesh-map" offset="2" set="0"/>
|
||||
<p>4 0 6 16 0 7 17 0 8 4 7 30 5 7 31 16 7 32</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f3-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2-mesh-map" offset="2" set="0"/>
|
||||
<p>6 0 9 16 0 10 5 0 11 6 8 33 15 8 34 16 8 35</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f4-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2-mesh-map" offset="2" set="0"/>
|
||||
<p>7 2 12 15 2 13 6 2 14 7 9 36 14 9 37 15 9 38</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f5-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2-mesh-map" offset="2" set="0"/>
|
||||
<p>8 2 15 14 2 16 7 2 17 8 9 39 13 9 40 14 9 41</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f6-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2-mesh-map" offset="2" set="0"/>
|
||||
<p>9 3 18 13 3 19 8 3 20 9 10 42 12 10 43 13 10 44</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f7-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2-mesh-map" offset="2" set="0"/>
|
||||
<p>10 4 21 12 4 22 9 4 23 10 11 45 11 11 46 12 11 47</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f8-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2-mesh-map" offset="2" set="0"/>
|
||||
<p>1 0 0 11 0 1 10 0 2 1 5 24 3 5 25 11 5 26</p>
|
||||
</triangles>
|
||||
</mesh>
|
||||
</geometry>
|
||||
<geometry id="r2HUDacBase-mesh" name="r2HUDacBase">
|
||||
<mesh>
|
||||
<source id="r2HUDacBase-mesh-positions">
|
||||
<float_array id="r2HUDacBase-mesh-positions-array" count="48">-1.990231 -2.061307 -0.0159974 -1.990231 1.938693 -0.0159974 2.009769 -2.061307 -0.0159974 2.009769 1.938693 -0.0159974 -1.990231 -2.061307 0.356343 -1.990231 1.938693 0.356343 2.009769 1.938693 0.356343 2.009769 -2.061307 0.356343 0.009768843 -2.061307 -0.0159974 0.009768843 -2.061307 0.356343 2.009769 -0.06130659 -0.0159974 2.009769 -0.06130659 0.356343 0.009768843 1.938693 -0.0159974 0.009768843 1.938693 0.356343 -1.990231 -0.06130659 -0.0159974 -1.990231 -0.06130659 0.356343</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacBase-mesh-positions-array" count="16" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacBase-mesh-normals">
|
||||
<float_array id="r2HUDacBase-mesh-normals-array" count="12">0 -1 0 1 0 0 0 1 0 -1 0 0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacBase-mesh-normals-array" count="4" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacBase-mesh-map">
|
||||
<float_array id="r2HUDacBase-mesh-map-array" count="96">0.3621961 0.01942658 0.005453646 0.08947038 0.3621962 0.0894702 0.3621961 0.01942658 0.005453646 0.08947038 0.3621962 0.0894702 0.3621961 0.01942658 0.005453586 0.08947044 0.3621962 0.0894702 0.3621961 0.01942658 0.005453586 0.08947044 0.3621962 0.0894702 0.7189387 0.01942658 0.3621962 0.0894702 0.7189387 0.08947002 0.7189387 0.01942658 0.3621962 0.0894702 0.7189387 0.08947002 0.7189387 0.01942658 0.3621962 0.0894702 0.7189388 0.08947002 0.7189387 0.01942658 0.3621962 0.0894702 0.7189388 0.08947002 0.3621961 0.01942658 0.005453526 0.01942658 0.005453646 0.08947038 0.3621961 0.01942658 0.005453526 0.01942658 0.005453646 0.08947038 0.3621961 0.01942658 0.005453526 0.01942664 0.005453586 0.08947044 0.3621961 0.01942658 0.005453526 0.01942664 0.005453586 0.08947044 0.7189387 0.01942658 0.3621961 0.01942658 0.3621962 0.0894702 0.7189387 0.01942658 0.3621961 0.01942658 0.3621962 0.0894702 0.7189387 0.01942658 0.3621961 0.01942658 0.3621962 0.0894702 0.7189387 0.01942658 0.3621961 0.01942658 0.3621962 0.0894702</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacBase-mesh-map-array" count="48" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="r2HUDacBase-mesh-vertices">
|
||||
<input semantic="POSITION" source="#r2HUDacBase-mesh-positions"/>
|
||||
</vertices>
|
||||
<triangles material="mat_f1-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacBase-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacBase-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacBase-mesh-map" offset="2" set="0"/>
|
||||
<p>9 0 0 0 0 1 8 0 2 9 0 24 4 0 25 0 0 26</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f2-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacBase-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacBase-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacBase-mesh-map" offset="2" set="0"/>
|
||||
<p>7 0 12 8 0 13 2 0 14 7 0 36 9 0 37 8 0 38</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f3-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacBase-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacBase-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacBase-mesh-map" offset="2" set="0"/>
|
||||
<p>11 1 3 2 1 4 10 1 5 11 1 27 7 1 28 2 1 29</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f4-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacBase-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacBase-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacBase-mesh-map" offset="2" set="0"/>
|
||||
<p>6 1 15 10 1 16 3 1 17 6 1 39 11 1 40 10 1 41</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f5-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacBase-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacBase-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacBase-mesh-map" offset="2" set="0"/>
|
||||
<p>13 2 6 3 2 7 12 2 8 13 2 30 6 2 31 3 2 32</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f6-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacBase-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacBase-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacBase-mesh-map" offset="2" set="0"/>
|
||||
<p>5 2 18 12 2 19 1 2 20 5 2 42 13 2 43 12 2 44</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f7-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacBase-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacBase-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacBase-mesh-map" offset="2" set="0"/>
|
||||
<p>15 3 9 1 3 10 14 3 11 15 3 33 5 3 34 1 3 35</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f8-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacBase-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacBase-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacBase-mesh-map" offset="2" set="0"/>
|
||||
<p>4 3 21 14 3 22 0 3 23 4 3 45 15 3 46 14 3 47</p>
|
||||
</triangles>
|
||||
</mesh>
|
||||
</geometry>
|
||||
<geometry id="r2HUDacButtons2_001-mesh" name="r2HUDacButtons2.001">
|
||||
<mesh>
|
||||
<source id="r2HUDacButtons2_001-mesh-positions">
|
||||
<float_array id="r2HUDacButtons2_001-mesh-positions-array" count="54">-1.791411 0.005781471 2.779401 -1.785337 0.005781471 1.130929 -1.009364 0.005781829 2.779402 -1.00329 0.005781829 1.130929 -1.791411 0.005781471 2.573342 -1.791411 0.005781471 2.367283 -1.791411 0.005781471 2.161224 -1.791411 0.005781471 1.955165 -1.791411 0.005781471 1.749106 -1.79141 0.005781471 1.543047 -1.785337 0.005781471 1.336988 -1.00329 0.005781829 1.336988 -1.009363 0.005781829 1.543047 -1.009363 0.005781829 1.749106 -1.009363 0.005781829 1.955165 -1.009363 0.005781829 2.161224 -1.009364 0.005781829 2.367283 -1.009364 0.005781829 2.573343</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons2_001-mesh-positions-array" count="18" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacButtons2_001-mesh-normals">
|
||||
<float_array id="r2HUDacButtons2_001-mesh-normals-array" count="36">4.87069e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.8707e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.8707e-7 -1 0 4.8707e-7 -1 0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons2_001-mesh-normals-array" count="12" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacButtons2_001-mesh-map">
|
||||
<float_array id="r2HUDacButtons2_001-mesh-map-array" count="96">0.06243795 0.2260466 0.2314728 0.2736703 0.06248486 0.2738617 0.06281322 0.6085675 0.2317543 0.5605613 0.2318012 0.6083764 0.06276631 0.5607524 0.2317074 0.5127461 0.2317543 0.5605613 0.06267255 0.4651221 0.2317074 0.5127461 0.06271946 0.5129372 0.06262564 0.417307 0.2316605 0.464931 0.06267255 0.4651221 0.06257873 0.3694919 0.2316136 0.4171158 0.06262564 0.417307 0.06253182 0.3216768 0.2315666 0.3693006 0.06257873 0.3694919 0.06248486 0.2738617 0.2315198 0.3214855 0.06253182 0.3216768 0.06243795 0.2260466 0.2314258 0.2258552 0.2314728 0.2736703 0.06281322 0.6085675 0.06276631 0.5607524 0.2317543 0.5605613 0.06276631 0.5607524 0.06271946 0.5129372 0.2317074 0.5127461 0.06267255 0.4651221 0.2316605 0.464931 0.2317074 0.5127461 0.06262564 0.417307 0.2316136 0.4171158 0.2316605 0.464931 0.06257873 0.3694919 0.2315666 0.3693006 0.2316136 0.4171158 0.06253182 0.3216768 0.2315198 0.3214855 0.2315666 0.3693006 0.06248486 0.2738617 0.2314728 0.2736703 0.2315198 0.3214855</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons2_001-mesh-map-array" count="48" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="r2HUDacButtons2_001-mesh-vertices">
|
||||
<input semantic="POSITION" source="#r2HUDacButtons2_001-mesh-positions"/>
|
||||
</vertices>
|
||||
<triangles material="mat_f1-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2_001-mesh-map" offset="2" set="0"/>
|
||||
<p>0 1 3 17 1 4 2 1 5 0 6 27 4 6 28 17 6 29</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f2-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2_001-mesh-map" offset="2" set="0"/>
|
||||
<p>4 0 6 16 0 7 17 0 8 4 7 30 5 7 31 16 7 32</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f3-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2_001-mesh-map" offset="2" set="0"/>
|
||||
<p>6 0 9 16 0 10 5 0 11 6 8 33 15 8 34 16 8 35</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f4-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2_001-mesh-map" offset="2" set="0"/>
|
||||
<p>7 2 12 15 2 13 6 2 14 7 9 36 14 9 37 15 9 38</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f5-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2_001-mesh-map" offset="2" set="0"/>
|
||||
<p>8 2 15 14 2 16 7 2 17 8 9 39 13 9 40 14 9 41</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f6-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2_001-mesh-map" offset="2" set="0"/>
|
||||
<p>9 3 18 13 3 19 8 3 20 9 10 42 12 10 43 13 10 44</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f7-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2_001-mesh-map" offset="2" set="0"/>
|
||||
<p>10 4 21 12 4 22 9 4 23 10 11 45 11 11 46 12 11 47</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f8-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons2_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons2_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons2_001-mesh-map" offset="2" set="0"/>
|
||||
<p>1 0 0 11 0 1 10 0 2 1 5 24 3 5 25 11 5 26</p>
|
||||
</triangles>
|
||||
</mesh>
|
||||
</geometry>
|
||||
<geometry id="r2HUDacButtons3_001-mesh" name="r2HUDacButtons3.001">
|
||||
<mesh>
|
||||
<source id="r2HUDacButtons3_001-mesh-positions">
|
||||
<float_array id="r2HUDacButtons3_001-mesh-positions-array" count="18">-1.78055 -0.001718461 1.111815 -1.000528 -0.001718163 1.111815 -1.78055 -0.001718401 0.8599045 -1.78055 -0.001718401 0.6079943 -1.000528 -0.001718163 0.6079944 -1.000528 -0.001718163 0.8599045</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons3_001-mesh-positions-array" count="6" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacButtons3_001-mesh-normals">
|
||||
<float_array id="r2HUDacButtons3_001-mesh-normals-array" count="12">2.51927e-7 -1 -3.89837e-7 2.51927e-7 -1 0 3.77891e-7 -1 0 2.51928e-7 -1 0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons3_001-mesh-normals-array" count="4" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacButtons3_001-mesh-map">
|
||||
<float_array id="r2HUDacButtons3_001-mesh-map-array" count="24">0.965175 0.8638862 0.6559186 0.9637615 0.6559186 0.8638862 0.965175 0.7640113 0.6559186 0.8638862 0.6559186 0.7640113 0.965175 0.8638862 0.965175 0.9637615 0.6559186 0.9637615 0.965175 0.7640113 0.965175 0.8638862 0.6559186 0.8638862</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons3_001-mesh-map-array" count="12" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="r2HUDacButtons3_001-mesh-vertices">
|
||||
<input semantic="POSITION" source="#r2HUDacButtons3_001-mesh-positions"/>
|
||||
</vertices>
|
||||
<triangles material="mat_f1-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons3_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons3_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons3_001-mesh-map" offset="2" set="0"/>
|
||||
<p>5 0 0 0 0 1 2 0 2 5 2 6 1 2 7 0 2 8</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f2-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons3_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons3_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons3_001-mesh-map" offset="2" set="0"/>
|
||||
<p>4 1 3 2 1 4 3 1 5 4 3 9 5 3 10 2 3 11</p>
|
||||
</triangles>
|
||||
</mesh>
|
||||
</geometry>
|
||||
<geometry id="r2HUDacButtons1_001-mesh" name="r2HUDacButtons1.001">
|
||||
<mesh>
|
||||
<source id="r2HUDacButtons1_001-mesh-positions">
|
||||
<float_array id="r2HUDacButtons1_001-mesh-positions-array" count="54">-1.794211 0.005781471 4.448527 -1.788137 0.005781471 2.800055 -1.012163 0.005781829 4.448527 -1.00609 0.005781829 2.800055 -1.794211 0.005781471 4.242468 -1.794211 0.005781471 4.036409 -1.794211 0.005781471 3.83035 -1.794211 0.005781471 3.624291 -1.794211 0.005781471 3.418232 -1.79421 0.005781471 3.212173 -1.788137 0.005781471 3.006114 -1.00609 0.005781829 3.006114 -1.012163 0.005781829 3.212173 -1.012163 0.005781829 3.418232 -1.012163 0.005781829 3.624291 -1.012163 0.005781829 3.83035 -1.012163 0.005781829 4.036409 -1.012163 0.005781829 4.242468</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons1_001-mesh-positions-array" count="18" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacButtons1_001-mesh-normals">
|
||||
<float_array id="r2HUDacButtons1_001-mesh-normals-array" count="39">4.87068e-7 -1 0 4.87067e-7 -1 0 4.8707e-7 -1 0 4.8707e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.8707e-7 -1 0 4.8707e-7 -1 0 4.87067e-7 -1 0 4.87069e-7 -1 0 4.87069e-7 -1 0 4.8707e-7 -1 0 4.87069e-7 -1 0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons1_001-mesh-normals-array" count="13" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="r2HUDacButtons1_001-mesh-map">
|
||||
<float_array id="r2HUDacButtons1_001-mesh-map-array" count="96">0.06325143 0.6095866 0.2322863 0.6572104 0.0632984 0.6574018 0.06357979 0.9442924 0.2326146 0.9919164 0.0636267 0.9921075 0.06353294 0.8964772 0.2325678 0.9441013 0.06357979 0.9442924 0.06348603 0.8486621 0.2325209 0.8962861 0.06353294 0.8964772 0.06343913 0.8008471 0.232474 0.848471 0.06348603 0.8486621 0.06339222 0.7530319 0.2324271 0.8006558 0.06343913 0.8008471 0.06334531 0.7052168 0.2323801 0.7528406 0.06339222 0.7530319 0.0632984 0.6574018 0.2323333 0.7050255 0.06334531 0.7052168 0.06325143 0.6095866 0.2322393 0.6093953 0.2322863 0.6572104 0.06357979 0.9442924 0.2325678 0.9441013 0.2326146 0.9919164 0.06353294 0.8964772 0.2325209 0.8962861 0.2325678 0.9441013 0.06348603 0.8486621 0.232474 0.848471 0.2325209 0.8962861 0.06343913 0.8008471 0.2324271 0.8006558 0.232474 0.848471 0.06339222 0.7530319 0.2323801 0.7528406 0.2324271 0.8006558 0.06334531 0.7052168 0.2323333 0.7050255 0.2323801 0.7528406 0.0632984 0.6574018 0.2322863 0.6572104 0.2323333 0.7050255</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#r2HUDacButtons1_001-mesh-map-array" count="48" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="r2HUDacButtons1_001-mesh-vertices">
|
||||
<input semantic="POSITION" source="#r2HUDacButtons1_001-mesh-positions"/>
|
||||
</vertices>
|
||||
<triangles material="mat_f1-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1_001-mesh-map" offset="2" set="0"/>
|
||||
<p>4 1 3 2 1 4 0 1 5 4 7 27 17 7 28 2 7 29</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f2-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1_001-mesh-map" offset="2" set="0"/>
|
||||
<p>5 2 6 17 2 7 4 2 8 5 8 30 16 8 31 17 8 32</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f3-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1_001-mesh-map" offset="2" set="0"/>
|
||||
<p>6 3 9 16 3 10 5 3 11 6 9 33 15 9 34 16 9 35</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f4-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1_001-mesh-map" offset="2" set="0"/>
|
||||
<p>7 4 12 15 4 13 6 4 14 7 10 36 14 10 37 15 10 38</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f5-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1_001-mesh-map" offset="2" set="0"/>
|
||||
<p>8 4 15 14 4 16 7 4 17 8 10 39 13 10 40 14 10 41</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f6-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1_001-mesh-map" offset="2" set="0"/>
|
||||
<p>9 4 18 13 4 19 8 4 20 9 11 42 12 11 43 13 11 44</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f7-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1_001-mesh-map" offset="2" set="0"/>
|
||||
<p>10 5 21 12 5 22 9 5 23 10 12 45 11 12 46 12 12 47</p>
|
||||
</triangles>
|
||||
<triangles material="mat_f8-material" count="2">
|
||||
<input semantic="VERTEX" source="#r2HUDacButtons1_001-mesh-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#r2HUDacButtons1_001-mesh-normals" offset="1"/>
|
||||
<input semantic="TEXCOORD" source="#r2HUDacButtons1_001-mesh-map" offset="2" set="0"/>
|
||||
<p>1 0 0 11 0 1 10 0 2 1 6 24 3 6 25 11 6 26</p>
|
||||
</triangles>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_controllers/>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="Scene" name="Scene">
|
||||
<node id="r2HUDacButtons1" name="r2HUDacButtons1" type="NODE">
|
||||
<matrix sid="transform">1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1</matrix>
|
||||
<instance_geometry url="#r2HUDacButtons1-mesh" name="r2HUDacButtons1">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="mat_f1-material" target="#mat_f1-material"/>
|
||||
<instance_material symbol="mat_f2-material" target="#mat_f2-material"/>
|
||||
<instance_material symbol="mat_f3-material" target="#mat_f3-material"/>
|
||||
<instance_material symbol="mat_f4-material" target="#mat_f4-material"/>
|
||||
<instance_material symbol="mat_f5-material" target="#mat_f5-material"/>
|
||||
<instance_material symbol="mat_f6-material" target="#mat_f6-material"/>
|
||||
<instance_material symbol="mat_f7-material" target="#mat_f7-material"/>
|
||||
<instance_material symbol="mat_f8-material" target="#mat_f8-material"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
<node id="r2HUDacButtons3" name="r2HUDacButtons3" type="NODE">
|
||||
<matrix sid="transform">1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1</matrix>
|
||||
<instance_geometry url="#r2HUDacButtons3-mesh" name="r2HUDacButtons3">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="mat_f1-material" target="#mat_f1-material"/>
|
||||
<instance_material symbol="mat_f2-material" target="#mat_f2-material"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
<node id="r2HUDacBackboard" name="r2HUDacBackboard" type="NODE">
|
||||
<matrix sid="transform">0.9659026 0 0 0 0 0.9659026 0 0 0 0 1.207378 0 0 0 0 1</matrix>
|
||||
<instance_geometry url="#r2HUDacBackboard-mesh" name="r2HUDacBackboard"/>
|
||||
</node>
|
||||
<node id="r2HUDacButtons2" name="r2HUDacButtons2" type="NODE">
|
||||
<matrix sid="transform">1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1</matrix>
|
||||
<instance_geometry url="#r2HUDacButtons2-mesh" name="r2HUDacButtons2">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="mat_f1-material" target="#mat_f1-material"/>
|
||||
<instance_material symbol="mat_f2-material" target="#mat_f2-material"/>
|
||||
<instance_material symbol="mat_f3-material" target="#mat_f3-material"/>
|
||||
<instance_material symbol="mat_f4-material" target="#mat_f4-material"/>
|
||||
<instance_material symbol="mat_f5-material" target="#mat_f5-material"/>
|
||||
<instance_material symbol="mat_f6-material" target="#mat_f6-material"/>
|
||||
<instance_material symbol="mat_f7-material" target="#mat_f7-material"/>
|
||||
<instance_material symbol="mat_f8-material" target="#mat_f8-material"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
<node id="r2HUDacBase" name="r2HUDacBase" type="NODE">
|
||||
<matrix sid="transform">1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1</matrix>
|
||||
<instance_geometry url="#r2HUDacBase-mesh" name="r2HUDacBase">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="mat_f1-material" target="#mat_f1-material"/>
|
||||
<instance_material symbol="mat_f2-material" target="#mat_f2-material"/>
|
||||
<instance_material symbol="mat_f3-material" target="#mat_f3-material"/>
|
||||
<instance_material symbol="mat_f4-material" target="#mat_f4-material"/>
|
||||
<instance_material symbol="mat_f5-material" target="#mat_f5-material"/>
|
||||
<instance_material symbol="mat_f6-material" target="#mat_f6-material"/>
|
||||
<instance_material symbol="mat_f7-material" target="#mat_f7-material"/>
|
||||
<instance_material symbol="mat_f8-material" target="#mat_f8-material"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
<node id="r2HUDacButtons2_001" name="r2HUDacButtons2_001" type="NODE">
|
||||
<matrix sid="transform">-1 3.25841e-7 0 0 -3.25841e-7 -1 0 0 0 0 1 0 0 0 0 1</matrix>
|
||||
<instance_geometry url="#r2HUDacButtons2_001-mesh" name="r2HUDacButtons2_001">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="mat_f1-material" target="#mat_f1-material"/>
|
||||
<instance_material symbol="mat_f2-material" target="#mat_f2-material"/>
|
||||
<instance_material symbol="mat_f3-material" target="#mat_f3-material"/>
|
||||
<instance_material symbol="mat_f4-material" target="#mat_f4-material"/>
|
||||
<instance_material symbol="mat_f5-material" target="#mat_f5-material"/>
|
||||
<instance_material symbol="mat_f6-material" target="#mat_f6-material"/>
|
||||
<instance_material symbol="mat_f7-material" target="#mat_f7-material"/>
|
||||
<instance_material symbol="mat_f8-material" target="#mat_f8-material"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
<node id="r2HUDacButtons3_001" name="r2HUDacButtons3_001" type="NODE">
|
||||
<matrix sid="transform">-1 3.25841e-7 0 0 -3.25841e-7 -1 0 0 0 0 1 0 0 0 0 1</matrix>
|
||||
<instance_geometry url="#r2HUDacButtons3_001-mesh" name="r2HUDacButtons3_001">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="mat_f1-material" target="#mat_f1-material"/>
|
||||
<instance_material symbol="mat_f2-material" target="#mat_f2-material"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
<node id="r2HUDacButtons1_001" name="r2HUDacButtons1_001" type="NODE">
|
||||
<matrix sid="transform">-1 3.25841e-7 0 0 -3.25841e-7 -1 0 0 0 0 1 0 0 0 0 1</matrix>
|
||||
<instance_geometry url="#r2HUDacButtons1_001-mesh" name="r2HUDacButtons1_001">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="mat_f1-material" target="#mat_f1-material"/>
|
||||
<instance_material symbol="mat_f2-material" target="#mat_f2-material"/>
|
||||
<instance_material symbol="mat_f3-material" target="#mat_f3-material"/>
|
||||
<instance_material symbol="mat_f4-material" target="#mat_f4-material"/>
|
||||
<instance_material symbol="mat_f5-material" target="#mat_f5-material"/>
|
||||
<instance_material symbol="mat_f6-material" target="#mat_f6-material"/>
|
||||
<instance_material symbol="mat_f7-material" target="#mat_f7-material"/>
|
||||
<instance_material symbol="mat_f8-material" target="#mat_f8-material"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#Scene"/>
|
||||
</scene>
|
||||
</COLLADA>
|
||||
@@ -1,277 +0,0 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<COLLADA version="1.4.1" xmlns="http://www.collada.org/2005/11/COLLADASchema">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Avastar User</author>
|
||||
<authoring_tool>Avastar 2-1-1 on Blender 2.79 (sub 0)</authoring_tool>
|
||||
</contributor>
|
||||
<created>2018-01-04T18:55:35</created>
|
||||
<modified>2018-01-04T18:55:35</modified>
|
||||
<unit meter="1" name="meter" />
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_cameras />
|
||||
<library_lights />
|
||||
<library_effects>
|
||||
<effect id="mat_001-effect">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<phong>
|
||||
<emission>
|
||||
<color sid="emission">0 0 0 1</color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color sid="ambient">0 0 0 1</color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color sid="diffuse">0.64 0.64 0.64 1</color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color sid="specular">0.5 0.5 0.5 1</color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float sid="shininess">50</float>
|
||||
</shininess>
|
||||
<index_of_refraction>
|
||||
<float sid="index_of_refraction">1.0</float>
|
||||
</index_of_refraction>
|
||||
</phong>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="mat_001-material" name="mat_001">
|
||||
<instance_effect url="#mat_001-effect" />
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="rootprim-mesh" name="rootprim">
|
||||
<mesh>
|
||||
<source id="rootprim-mesh-positions">
|
||||
<float_array count="24" id="rootprim-mesh-positions-array">-0.0162048 0.00886211 1.63981 -0.0162048 0.00886211 1.67222 -0.0162048 0.0412689 1.63981 -0.0162048 0.0412689 1.67222 0.0162019 0.00886211 1.63981 0.0162019 0.00886211 1.67222 0.0162019 0.0412689 1.63981 0.0162019 0.0412689 1.67222 </float_array>
|
||||
<technique_common>
|
||||
<accessor count="8" source="#rootprim-mesh-positions-array" stride="3">
|
||||
<param name="X" type="float" />
|
||||
<param name="Y" type="float" />
|
||||
<param name="Z" type="float" />
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="rootprim-mesh-normals">
|
||||
<float_array count="18" id="rootprim-mesh-normals-array">-1 -0 0 0 1 0 1 -0 0 0 -1 0 0 0 -1 0 -0 1 </float_array>
|
||||
<technique_common>
|
||||
<accessor count="6" source="#rootprim-mesh-normals-array" stride="3">
|
||||
<param name="X" type="float" />
|
||||
<param name="Y" type="float" />
|
||||
<param name="Z" type="float" />
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="rootprim-mesh-map-0">
|
||||
<float_array count="48" id="rootprim-mesh-map-0-array">0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 </float_array>
|
||||
<technique_common>
|
||||
<accessor count="24" source="#rootprim-mesh-map-0-array" stride="2">
|
||||
<param name="S" type="float" />
|
||||
<param name="T" type="float" />
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="rootprim-mesh-vertices">
|
||||
<input semantic="POSITION" source="#rootprim-mesh-positions" />
|
||||
</vertices>
|
||||
<polylist count="12" material="mat_001-material">
|
||||
<input offset="0" semantic="VERTEX" source="#rootprim-mesh-vertices" />
|
||||
<input offset="1" semantic="NORMAL" source="#rootprim-mesh-normals" />
|
||||
<input offset="2" semantic="TEXCOORD" set="0" source="#rootprim-mesh-map-0" />
|
||||
<vcount>4 4 4 4 4 4</vcount>
|
||||
<p>0 0 0 1 0 1 3 0 2 2 0 3 2 1 4 3 1 5 7 1 6 6 1 7 6 2 8 7 2 9 5 2 10 4 2 11 4 3 12 5 3 13 1 3 14 0 3 15 2 4 16 6 4 17 4 4 18 0 4 19 7 5 20 3 5 21 1 5 22 5 5 23 </p>
|
||||
</polylist>
|
||||
</mesh>
|
||||
<extra>
|
||||
<technique profile="MAYA">
|
||||
<double_sided>1</double_sided>
|
||||
</technique>
|
||||
</extra>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_controllers>
|
||||
<controller id="Avatar_rootprim-skin" name="Avatar">
|
||||
<skin source="#rootprim-mesh">
|
||||
<bind_shape_matrix>0 -1 0 0 1 0 0 0 0 0 1 0 0 0 0 1</bind_shape_matrix>
|
||||
<source id="Avatar_rootprim-skin-joints">
|
||||
<Name_array count="8" id="Avatar_rootprim-skin-joints-array">
|
||||
mNeck mChest mSpine4 mSpine3 mTorso mSpine2 mSpine1 mPelvis
|
||||
</Name_array>
|
||||
<technique_common>
|
||||
<accessor count="8" source="#Avatar_rootprim-skin-joints-array" stride="1">
|
||||
<param name="JOINT" type="name" />
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="Avatar_rootprim-skin-bind_poses">
|
||||
<float_array count="128" id="Avatar_rootprim-skin-bind_poses-array">
|
||||
|
||||
1.18343 0 0 0.0293254
|
||||
0 1.1976 0 0
|
||||
0 0 1 -1.60707
|
||||
0 0 0 1
|
||||
|
||||
1.0101 0 0 0.0155232
|
||||
0 1.04167 0 0
|
||||
0 0 1 -1.35596
|
||||
0 0 0 1
|
||||
|
||||
1 0 0 0
|
||||
0 1 0 0
|
||||
0 0 1 -1.15109
|
||||
0 0 0 1
|
||||
|
||||
1 0 0 0.015368
|
||||
0 1 0 0
|
||||
0 0 1 -1.35597
|
||||
0 0 0 1
|
||||
|
||||
1 0 0 0
|
||||
0 1 0 0
|
||||
0 0 1 -1.15109
|
||||
0 0 0 1
|
||||
|
||||
1 0 0 0
|
||||
0 1 0 0
|
||||
0 0 1 -1.06702
|
||||
0 0 0 1
|
||||
|
||||
1 0 0 0
|
||||
0 1 0 0
|
||||
0 0 1 -1.15109
|
||||
0 0 0 1
|
||||
|
||||
1 0 0 0
|
||||
0 1 0 0
|
||||
0 0 1 -1.06702
|
||||
0 0 0 1
|
||||
</float_array>
|
||||
<technique_common>
|
||||
<accessor count="8" source="#Avatar_rootprim-skin-bind_poses-array" stride="16">
|
||||
<param name="TRANSFORM" type="float4x4" />
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="Avatar_rootprim-skin-weights">
|
||||
<float_array count="8" id="Avatar_rootprim-skin-weights-array">1 1 1 1 1 1 1 1</float_array>
|
||||
<technique_common>
|
||||
<accessor count="8" source="#Avatar_rootprim-skin-weights-array" stride="1">
|
||||
<param name="WEIGHT" type="float" />
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<joints>
|
||||
<input semantic="JOINT" source="#Avatar_rootprim-skin-joints" />
|
||||
<input semantic="INV_BIND_MATRIX" source="#Avatar_rootprim-skin-bind_poses" />
|
||||
</joints>
|
||||
<vertex_weights count="8">
|
||||
<input offset="0" semantic="JOINT" source="#Avatar_rootprim-skin-joints" />
|
||||
<input offset="1" semantic="WEIGHT" source="#Avatar_rootprim-skin-weights" />
|
||||
<vcount>1 1 1 1 1 1 1 1</vcount>
|
||||
<v>0 0 0 1 0 2 0 3 0 4 0 5 0 6 0 7 </v>
|
||||
</vertex_weights>
|
||||
</skin>
|
||||
</controller>
|
||||
</library_controllers>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="Scene" name="Scene">
|
||||
<node id="Avatar" name="Avatar" type="NODE">
|
||||
<translate sid="location">0 0 0</translate>
|
||||
<rotate sid="rotationZ">0 0 1 0</rotate>
|
||||
<rotate sid="rotationY">0 1 0 0</rotate>
|
||||
<rotate sid="rotationX">1 0 0 0</rotate>
|
||||
<scale sid="scale">1 1 1</scale>
|
||||
<node id="mPelvis" name="mPelvis" sid="mPelvis" type="JOINT">
|
||||
<matrix sid="transform">
|
||||
1 0 0 0
|
||||
0 1 0 0
|
||||
0 0 1 1.06702
|
||||
0 0 0 1
|
||||
</matrix>
|
||||
<node id="mSpine1" name="mSpine1" sid="mSpine1" type="JOINT">
|
||||
<matrix sid="transform">
|
||||
1 0 0 0
|
||||
0 1 0 0
|
||||
0 0 1 0.0840729
|
||||
0 0 0 1
|
||||
</matrix>
|
||||
<node id="mSpine2" name="mSpine2" sid="mSpine2" type="JOINT">
|
||||
<matrix sid="transform">
|
||||
1 0 0 0
|
||||
0 1 0 0
|
||||
0 0 1 -0.0840729
|
||||
0 0 0 1
|
||||
</matrix>
|
||||
<node id="mTorso" name="mTorso" sid="mTorso" type="JOINT">
|
||||
<matrix sid="transform">
|
||||
1 0 0 0
|
||||
0 1 0 0
|
||||
0 0 1 0.0840729
|
||||
0 0 0 1
|
||||
</matrix>
|
||||
<node id="mSpine3" name="mSpine3" sid="mSpine3" type="JOINT">
|
||||
<matrix sid="transform">
|
||||
1 0 0 -0.015368
|
||||
0 1 0 0
|
||||
0 0 1 0.204877
|
||||
0 0 0 1
|
||||
</matrix>
|
||||
<node id="mSpine4" name="mSpine4" sid="mSpine4" type="JOINT">
|
||||
<matrix sid="transform">
|
||||
1 0 0 0.015368
|
||||
0 1 0 0
|
||||
0 0 1 -0.204877
|
||||
0 0 0 1
|
||||
</matrix>
|
||||
<node id="mChest" name="mChest" sid="mChest" type="JOINT">
|
||||
<matrix sid="transform">
|
||||
1 0 0 -0.015368
|
||||
0 1 0 0
|
||||
0 0 1 0.204877
|
||||
0 0 0 1
|
||||
</matrix>
|
||||
<node id="mNeck" name="mNeck" sid="mNeck" type="JOINT">
|
||||
<matrix sid="transform">
|
||||
1 0 0 -0.009507
|
||||
0 1 0 0
|
||||
0 0 1 0.251108
|
||||
0 0 0 1
|
||||
</matrix>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
<node id="rootprim" name="rootprim" type="NODE">
|
||||
<translate sid="location">0 0 0</translate>
|
||||
<rotate sid="rotationZ">0 0 1 0</rotate>
|
||||
<rotate sid="rotationY">0 1 0 0</rotate>
|
||||
<rotate sid="rotationX">1 0 0 0</rotate>
|
||||
<scale sid="scale">1 1 1</scale>
|
||||
<instance_controller url="#Avatar_rootprim-skin">
|
||||
<skeleton>#mPelvis</skeleton>
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="mat_001-material" target="#mat_001-material">
|
||||
<bind_vertex_input input_semantic="TEXCOORD" input_set="0" semantic="UVMap" />
|
||||
</instance_material>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_controller>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#Scene" />
|
||||
</scene>
|
||||
</COLLADA>
|
||||
@@ -1,2 +0,0 @@
|
||||
Previous Release of Ruth 2.0 RC#2
|
||||
Please do not update these files. I want to preserve them for training purposes.
|
||||
@@ -1,5 +0,0 @@
|
||||
Previous Releases
|
||||
|
||||
When preparing a new release or release candidate, please put all contents
|
||||
of Current Release into a suitable sub-directory of this directory before
|
||||
overwriting that area.
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 161 KiB |
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 277 KiB After Width: | Height: | Size: 277 KiB |
|
Before Width: | Height: | Size: 231 KiB After Width: | Height: | Size: 231 KiB |
|
Before Width: | Height: | Size: 432 KiB After Width: | Height: | Size: 432 KiB |
|
Before Width: | Height: | Size: 385 KiB After Width: | Height: | Size: 385 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |