xof 0303txt 0032 template ColorRGBA { <35ff44e0-6c7c-11cf-8f52-0040333594a3> FLOAT red; FLOAT green; FLOAT blue; FLOAT alpha; } template ColorRGB { FLOAT red; FLOAT green; FLOAT blue; } template Material { <3d82ab4d-62da-11cf-ab39-0020af71e433> ColorRGBA faceColor; FLOAT power; ColorRGB specularColor; ColorRGB emissiveColor; [...] } template TextureFilename { STRING filename; } template Frame { <3d82ab46-62da-11cf-ab39-0020af71e433> [...] } template Matrix4x4 { array FLOAT matrix[16]; } template FrameTransformMatrix { Matrix4x4 frameMatrix; } template Vector { <3d82ab5e-62da-11cf-ab39-0020af71e433> FLOAT x; FLOAT y; FLOAT z; } template MeshFace { <3d82ab5f-62da-11cf-ab39-0020af71e433> DWORD nFaceVertexIndices; array DWORD faceVertexIndices[nFaceVertexIndices]; } template Mesh { <3d82ab44-62da-11cf-ab39-0020af71e433> DWORD nVertices; array Vector vertices[nVertices]; DWORD nFaces; array MeshFace faces[nFaces]; [...] } template MeshNormals { DWORD nNormals; array Vector normals[nNormals]; DWORD nFaceNormals; array MeshFace faceNormals[nFaceNormals]; } template MeshMaterialList { DWORD nMaterials; DWORD nFaceIndexes; array DWORD faceIndexes[nFaceIndexes]; [Material <3d82ab4d-62da-11cf-ab39-0020af71e433>] } template Coords2d { FLOAT u; FLOAT v; } template MeshTextureCoords { DWORD nTextureCoords; array Coords2d textureCoords[nTextureCoords]; } Material _02_-_Default { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "IceHockeyStick.png"; } } Frame IceHockeyStick { FrameTransformMatrix { 1.000000,0.000000,-0.000000,0.000000,-0.000000,1.000000,-0.000000,0.000000,0.000000,0.000000,1.000000,0.000000,0.000000,0.000000,0.000000,1.000000;; } Mesh IceHockeyStick { 58; -0.009135;-0.092759;0.000000;, 0.009135;0.573443;-0.000000;, -0.009135;0.573443;-0.000000;, 0.009135;-0.092759;0.000000;, -0.009135;-0.092759;-0.006524;, 0.009135;0.573443;-0.006525;, 0.009135;-0.092759;-0.006524;, -0.009135;0.573443;-0.006525;, -0.147022;0.659582;-0.006525;, -0.142720;0.667560;-0.000000;, -0.142720;0.667560;-0.006525;, -0.147022;0.659582;-0.000000;, -0.009135;-0.092759;-0.006524;, -0.009135;0.573443;-0.000000;, -0.009135;0.573443;-0.006525;, -0.009135;-0.092759;0.000000;, 0.009135;-0.092759;-0.006524;, -0.009135;-0.092759;0.000000;, -0.009135;-0.092759;-0.006524;, 0.009135;-0.092759;0.000000;, 0.009135;0.573443;-0.006525;, 0.009135;-0.092759;0.000000;, 0.009135;-0.092759;-0.006524;, 0.009135;0.573443;-0.000000;, 0.009194;0.584441;-0.000000;, 0.009194;0.584441;-0.006525;, 0.009135;0.573443;-0.006525;, 0.009194;0.584441;-0.000000;, 0.009135;0.573443;-0.000000;, 0.009194;0.584441;-0.006525;, 0.009194;0.584441;-0.000000;, -0.144788;0.644997;-0.000000;, -0.009135;0.573443;-0.000000;, -0.130075;0.673956;-0.000000;, -0.009135;0.573443;-0.000000;, -0.144788;0.644997;-0.006525;, -0.009135;0.573443;-0.006525;, -0.144788;0.644997;-0.000000;, -0.009135;0.573443;-0.006525;, -0.130075;0.673956;-0.006525;, 0.009194;0.584441;-0.006525;, -0.144788;0.644997;-0.006525;, 0.009194;0.584441;-0.006525;, -0.130075;0.673956;-0.000000;, 0.009194;0.584441;-0.000000;, -0.130075;0.673956;-0.006525;, -0.147022;0.659582;-0.000000;, -0.142720;0.667560;-0.000000;, -0.144788;0.644997;-0.000000;, -0.147022;0.659582;-0.006525;, -0.144788;0.644997;-0.006525;, -0.147022;0.659582;-0.000000;, -0.142720;0.667560;-0.006525;, -0.147022;0.659582;-0.006525;, -0.130075;0.673956;-0.006525;, -0.142720;0.667560;-0.000000;, -0.130075;0.673956;-0.000000;, -0.142720;0.667560;-0.006525;; 32; 3;0,1,2;, 3;1,0,3;, 3;4,5,6;, 3;5,4,7;, 3;8,9,10;, 3;9,8,11;, 3;12,13,14;, 3;13,12,15;, 3;16,17,18;, 3;17,16,19;, 3;20,21,22;, 3;21,20,23;, 3;1,24,2;, 3;7,25,5;, 3;26,27,28;, 3;27,26,29;, 3;30,31,32;, 3;31,30,33;, 3;34,35,36;, 3;35,34,37;, 3;38,39,40;, 3;39,38,41;, 3;42,43,44;, 3;43,42,45;, 3;33,46,31;, 3;46,33,47;, 3;48,49,50;, 3;49,48,51;, 3;41,52,39;, 3;52,41,53;, 3;54,55,56;, 3;55,54,57;; MeshNormals { 58; 0.000000;0.000000;1.000000;, 0.000000;0.000000;1.000000;, 0.000000;0.000000;1.000000;, 0.000000;0.000000;1.000000;, -0.000000;-0.000000;-1.000000;, -0.000000;-0.000000;-1.000000;, -0.000000;-0.000000;-1.000000;, -0.000000;-0.000000;-1.000000;, -0.880181;0.474638;-0.000000;, -0.880181;0.474638;-0.000000;, -0.880181;0.474638;-0.000000;, -0.880181;0.474638;-0.000000;, -1.000000;-0.000000;0.000000;, -1.000000;-0.000000;0.000000;, -1.000000;-0.000000;0.000000;, -1.000000;-0.000000;0.000000;, 0.000000;-1.000000;0.000000;, 0.000000;-1.000000;0.000000;, 0.000000;-1.000000;0.000000;, 0.000000;-1.000000;0.000000;, 1.000000;0.000000;-0.000000;, 1.000000;0.000000;-0.000000;, 1.000000;0.000000;-0.000000;, 1.000000;0.000000;-0.000000;, 0.000000;0.000000;1.000000;, -0.000000;-0.000000;-1.000000;, 0.999985;-0.005405;-0.000000;, 0.999985;-0.005405;-0.000000;, 0.999985;-0.005405;-0.000000;, 0.999985;-0.005405;-0.000000;, 0.000000;0.000000;1.000000;, 0.000000;0.000000;1.000000;, 0.000000;0.000000;1.000000;, 0.000000;0.000000;1.000000;, -0.466547;-0.884496;0.000000;, -0.466547;-0.884496;0.000000;, -0.466547;-0.884496;0.000000;, -0.466547;-0.884496;-0.000000;, -0.000000;-0.000000;-1.000000;, -0.000000;-0.000000;-1.000000;, -0.000000;-0.000000;-1.000000;, -0.000000;-0.000000;-1.000000;, 0.540693;0.841220;-0.000000;, 0.540693;0.841220;-0.000000;, 0.540693;0.841220;-0.000000;, 0.540693;0.841220;0.000000;, 0.000000;0.000000;1.000000;, 0.000000;0.000000;1.000000;, -0.988469;-0.151423;-0.000000;, -0.988469;-0.151423;-0.000000;, -0.988469;-0.151423;-0.000000;, -0.988469;-0.151423;-0.000000;, 0.000000;-0.000000;-1.000000;, 0.000000;-0.000000;-1.000000;, -0.451365;0.892340;-0.000000;, -0.451365;0.892340;-0.000000;, -0.451365;0.892340;-0.000000;, -0.451365;0.892340;-0.000000;; 32; 3;0,1,2;, 3;1,0,3;, 3;4,5,6;, 3;5,4,7;, 3;8,9,10;, 3;9,8,11;, 3;12,13,14;, 3;13,12,15;, 3;16,17,18;, 3;17,16,19;, 3;20,21,22;, 3;21,20,23;, 3;1,24,2;, 3;7,25,5;, 3;26,27,28;, 3;27,26,29;, 3;30,31,32;, 3;31,30,33;, 3;34,35,36;, 3;35,34,37;, 3;38,39,40;, 3;39,38,41;, 3;42,43,44;, 3;43,42,45;, 3;33,46,31;, 3;46,33,47;, 3;48,49,50;, 3;49,48,51;, 3;41,52,39;, 3;52,41,53;, 3;54,55,56;, 3;55,54,57;; } MeshMaterialList { 1; 32; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; { _02_-_Default } } MeshTextureCoords c1 { 58; 0.441145;0.897188;, 0.744467;0.106807;, 0.441143;0.106807;, 0.744471;0.897188;, 0.441145;0.897188;, 0.744467;0.106807;, 0.744471;0.897188;, 0.441143;0.106807;, 0.280848;0.743906;, 0.201699;0.735582;, 0.201699;0.735582;, 0.280848;0.743906;, 0.441145;0.897188;, 0.441143;0.106807;, 0.441143;0.106807;, 0.441145;0.897188;, 0.744471;0.897188;, 0.441145;0.897188;, 0.441145;0.897188;, 0.744471;0.897188;, 0.744467;0.106807;, 0.744471;0.897188;, 0.744471;0.897188;, 0.744467;0.106807;, 0.745522;0.093759;, 0.745522;0.093759;, 0.744467;0.106807;, 0.745522;0.093759;, 0.744467;0.106807;, 0.745522;0.093759;, 0.098931;0.203789;, 0.377936;0.727372;, 0.266481;0.254244;, 0.094897;0.699996;, 0.266481;0.254244;, 0.377936;0.727372;, 0.266481;0.254244;, 0.377936;0.727372;, 0.266481;0.254244;, 0.094897;0.699996;, 0.098931;0.203789;, 0.377936;0.727372;, 0.098931;0.203789;, 0.094897;0.699996;, 0.098931;0.203789;, 0.094897;0.699996;, 0.280848;0.743906;, 0.201699;0.735582;, 0.377936;0.727372;, 0.280848;0.743906;, 0.377936;0.727372;, 0.280848;0.743906;, 0.201699;0.735582;, 0.280848;0.743906;, 0.094897;0.699996;, 0.201699;0.735582;, 0.094897;0.699996;, 0.201699;0.735582;; } } }