package Savage.AircraftFixedWing.JhlHeavyLiftNPS; /* Copyright (c) 1995-2018 held by the author(s). All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Web3D Consortium (http://www.web3D.org) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ import java.util.*; import org.web3d.x3d.jsail.Core.*; import org.web3d.x3d.jsail.EnvironmentalEffects.*; import org.web3d.x3d.jsail.fields.*; import org.web3d.x3d.jsail.Geometry3D.*; import org.web3d.x3d.jsail.Rendering.*; import org.web3d.x3d.jsail.Shape.*; import org.web3d.x3d.jsail.Texturing.*; // Javadoc annotations follow, see below for source. /** *

Joint Heavy Lift aircraft designed by Mechanical Engineering students at the Naval Postgraduate School, Monterey, Ca.

Related links: JointHeavyLiftRotorWing.java source, JointHeavyLiftRotorWing catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

meta tags   Document Metadata
title JointHeavyLiftRotorWing.x3d
description Joint Heavy Lift aircraft designed by Mechanical Engineering students at the Naval Postgraduate School, Monterey, Ca
creator NPS Total Ship Systems Engineering (TSSE) design class
translator Xeena VRML importer, X3D-Edit 3.1, http://www.web3d.org/x3d/content/README.X3D-Edit.html
created 23 May 2003
translated 11 June 2003
modified 12 January 2014
reference AeroFullJHL3JointHeavyLiftRotorWing.ppt
reference JHLHeavyLiftAC1.3dm
subject NPS TSSE Joint Heavy Lift Rotorwing Aircraft
identifier https://savage.nps.edu/Savage/AircraftFixedWing/JhlHeavyLift-NPS/JointHeavyLiftRotorWing.x3d
generator X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit
generator Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html
license ../../license.html
 

This program uses the X3D Java Scene Access Interface Library (X3DJSAIL). It has been produced using the X3dToJava.xslt stylesheet to create Java source code from an .x3d model.

* @author NPS Total Ship Systems Engineering (TSSE) design class */ public class JointHeavyLiftRotorWing { /** Default constructor to create this object. */ public JointHeavyLiftRotorWing () { initialize(); } /** Create and initialize the X3D model for this object. */ public final void initialize() { x3dModel = new X3DObject().setProfile(X3DObject.PROFILE_INTERCHANGE).setVersion(X3DObject.VERSION_3_0) .setHead(new headObject() .addMeta(new metaObject().setName(metaObject.NAME_TITLE ).setContent("JointHeavyLiftRotorWing.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_DESCRIPTION ).setContent("Joint Heavy Lift aircraft designed by Mechanical Engineering students at the Naval Postgraduate School, Monterey, Ca")) .addMeta(new metaObject().setName(metaObject.NAME_CREATOR ).setContent("NPS Total Ship Systems Engineering (TSSE) design class")) .addMeta(new metaObject().setName(metaObject.NAME_TRANSLATOR ).setContent("Xeena VRML importer, X3D-Edit 3.1, http://www.web3d.org/x3d/content/README.X3D-Edit.html")) .addMeta(new metaObject().setName(metaObject.NAME_CREATED ).setContent("23 May 2003")) .addMeta(new metaObject().setName(metaObject.NAME_TRANSLATED ).setContent("11 June 2003")) .addMeta(new metaObject().setName(metaObject.NAME_MODIFIED ).setContent("12 January 2014")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("AeroFullJHL3JointHeavyLiftRotorWing.ppt")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("JHLHeavyLiftAC1.3dm")) .addMeta(new metaObject().setName(metaObject.NAME_SUBJECT ).setContent("NPS TSSE Joint Heavy Lift Rotorwing Aircraft")) .addMeta(new metaObject().setName(metaObject.NAME_IDENTIFIER ).setContent("https://savage.nps.edu/Savage/AircraftFixedWing/JhlHeavyLift-NPS/JointHeavyLiftRotorWing.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_GENERATOR ).setContent("X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit")) .addMeta(new metaObject().setName(metaObject.NAME_GENERATOR ).setContent("Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html")) .addMeta(new metaObject().setName(metaObject.NAME_LICENSE ).setContent("../../license.html"))) .setScene(new SceneObject() .addChild(new BackgroundObject().setSkyColor(new MFColorObject(new float[] {1.0f,1.0f,1.0f}))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,8,3,-1,3,8,4,-1,5,6,2,-1,6,1,7,-1,7,1,8,-1,4,8,1,-1,1,6,5,-1,11,19,12,-1,12,13,10,-1,13,19,14,-1,14,18,15,-1,15,17,16,-1,16,17,9,-1,17,15,18,-1,18,14,19,-1,19,13,12,-1,20,34,22,-1,22,32,23,-1,23,30,24,-1,24,28,25,-1,25,28,26,-1,26,28,27,-1,27,28,21,-1,28,24,29,-1,29,24,30,-1,30,23,31,-1,31,23,32,-1,32,22,33,-1,33,22,34,-1,34,20,35,-1,37,46,38,-1,38,44,39,-1,39,43,40,-1,40,47,41,-1,36,47,42,-1,42,40,43,-1,43,39,44,-1,44,38,45,-1,45,38,46,-1,40,42,47,-1,52,51,49,-1,52,49,50,-1,54,53,51,-1,54,51,52,-1,48,75,55,-1,55,49,56,-1,56,49,57,-1,57,51,58,-1,58,51,59,-1,59,53,60,-1,60,53,61,-1,61,53,62,-1,62,53,63,-1,63,54,64,-1,64,54,65,-1,65,67,66,-1,67,69,68,-1,69,54,70,-1,70,54,71,-1,71,52,72,-1,72,52,73,-1,73,50,74,-1,74,55,75,-1,50,73,52,-1,49,74,50,-1,51,57,49,-1,52,71,54,-1,53,59,51,-1,54,63,53,-1,55,74,49,-1,54,69,65,-1,65,69,67,-1}) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_19_point())) .setNormal(new NormalObject().setVector(getNormal_5_20_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_21_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setSpecularColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.41176f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setShininess(0.70196f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {6,5,1,-1,5,0,1,-1,7,6,2,-1,6,1,2,-1,8,7,3,-1,7,2,3,-1,9,8,4,-1,8,3,4,-1,11,10,6,-1,10,5,6,-1,12,11,7,-1,11,6,7,-1,13,12,8,-1,12,7,8,-1,14,13,9,-1,13,8,9,-1,16,4,17,-1,17,3,18,-1,18,3,19,-1,19,1,20,-1,15,10,21,-1,21,12,22,-1,22,14,23,-1,23,14,24,-1,20,1,0,-1,1,19,2,-1,2,19,3,-1,3,17,4,-1,11,21,10,-1,12,21,11,-1,13,22,12,-1,14,22,13,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {39.324f,45.698f,10.822f,39.324f,46.422f,10.636f,39.324f,47.182f,10.435f,39.324f,47.913f,10.242f,39.324f,48.631f,10.048f,42.272f,46.459f,10.778f,42.272f,47.142f,10.603f,42.272f,47.859f,10.413f,42.272f,48.549f,10.231f,42.272f,49.225f,10.048f,45.292f,47.239f,10.733f,45.292f,47.879f,10.569f,45.292f,48.553f,10.391f,45.292f,49.2f,10.22f,45.292f,49.835f,10.048f,48.363f,48.032f,10.687f,36.257f,48.012f,10.048f,36.257f,47.992f,10.054f,36.257f,47.237f,10.257f,36.257f,46.575f,10.432f,36.608f,44.997f,10.863f,48.363f,48.078f,10.676f,48.363f,49.971f,10.179f,48.363f,50.434f,10.054f,48.363f,50.454f,10.048f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.049398f,-0.24716f,-0.96771f,0.051107f,-0.254f,-0.96585f,0.05172f,-0.25658f,-0.96514f,0.051246f,-0.25448f,-0.96572f,0.052846f,-0.26196f,-0.96363f,0.049398f,-0.24716f,-0.96771f,0.051107f,-0.254f,-0.96585f,0.051721f,-0.25658f,-0.96514f,0.051246f,-0.25448f,-0.96572f,0.052846f,-0.26196f,-0.96363f,0.049398f,-0.24716f,-0.96771f,0.051107f,-0.254f,-0.96585f,0.051721f,-0.25658f,-0.96514f,0.051246f,-0.25448f,-0.96572f,0.052846f,-0.26196f,-0.96363f,0.049398f,-0.24717f,-0.96771f,0.052845f,-0.26196f,-0.96363f,0.052845f,-0.26196f,-0.96363f,0.051246f,-0.25448f,-0.96572f,0.05172f,-0.25658f,-0.96514f,0.049398f,-0.24716f,-0.96771f,0.049398f,-0.24717f,-0.96771f,0.052846f,-0.26196f,-0.96363f,0.052846f,-0.26196f,-0.96363f,0.052846f,-0.26196f,-0.96363f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.25333f,0.0f,0.25333f,0.2464f,0.25333f,0.50583f,0.25333f,0.75507f,0.25333f,1.0f,0.49692f,0.0f,0.49692f,0.2464f,0.49692f,0.50583f,0.49692f,0.75507f,0.49692f,1.0f,0.74635f,0.0f,0.74635f,0.2464f,0.74635f,0.50583f,0.74635f,0.75507f,0.74635f,1.0f,1.0f,0.0f,9.8188E-7f,1.0f,9.6799E-7f,0.99345f,4.5217E-7f,0.75027f,0.0f,0.53711f,0.028991f,0.0f,1.0f,0.019113f,1.0f,0.80023f,1.0f,0.9916f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_33_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_33_point())) .setNormal(new NormalObject().setVector(getNormal_5_34_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_35_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_40_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_40_point())) .setNormal(new NormalObject().setVector(getNormal_5_41_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_42_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_47_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_47_point())) .setNormal(new NormalObject().setVector(getNormal_5_48_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_49_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setSpecularColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.41176f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setShininess(0.70196f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {1,0,2,-1,2,3,1,-1,3,4,1,-1,6,7,5,-1,7,6,8,-1,8,6,9,-1,10,13,12,-1,13,10,11,-1,14,15,16,-1,17,16,15,-1,18,19,20,-1,21,20,19,-1,22,25,24,-1,25,22,23,-1,26,29,28,-1,29,26,27,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-22.33f,58.969f,10.048f,-22.33f,56.22f,10.784f,-22.33f,57.67f,10.19f,-22.33f,56.37f,10.165f,-22.33f,56.22f,10.154f,-5.8332f,58.969f,10.048f,-5.8332f,56.219f,10.784f,-5.8332f,57.669f,10.19f,-5.8332f,56.369f,10.165f,-5.8332f,56.219f,10.154f,-22.33f,56.22f,10.784f,-5.8332f,56.219f,10.784f,-22.33f,58.969f,10.048f,-5.8332f,58.969f,10.048f,-22.33f,58.969f,10.048f,-5.8332f,58.969f,10.048f,-22.33f,57.67f,10.19f,-5.8332f,57.669f,10.19f,-22.33f,57.67f,10.19f,-5.8332f,57.669f,10.19f,-22.33f,56.37f,10.165f,-5.8332f,56.369f,10.165f,-22.33f,56.37f,10.165f,-5.8332f,56.369f,10.165f,-22.33f,56.22f,10.154f,-5.8332f,56.219f,10.154f,-22.33f,56.22f,10.154f,-5.8332f,56.219f,10.154f,-22.33f,56.22f,10.784f,-5.8332f,56.219f,10.784f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,-2.9737E-15f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,7.4355E-16f,1.0f,-2.34E-5f,-1.3635E-19f,1.0f,-2.34E-5f,0.0f,6.0121E-6f,0.25692f,0.96643f,6.0121E-6f,0.25692f,0.96643f,6.1385E-6f,0.26232f,0.96498f,6.1385E-6f,0.26232f,0.96498f,-2.5397E-6f,-0.10853f,-0.99409f,-2.5397E-6f,-0.10853f,-0.99409f,-2.5397E-6f,-0.10853f,-0.99409f,-2.5397E-6f,-0.10853f,-0.99409f,4.4397E-7f,0.018973f,-0.99982f,4.4397E-7f,0.018973f,-0.99982f,4.4397E-7f,0.018973f,-0.99982f,4.4397E-7f,0.018973f,-0.99982f,1.7618E-6f,0.075291f,-0.99716f,1.7618E-6f,0.075291f,-0.99716f,1.7618E-6f,0.075291f,-0.99716f,1.7618E-6f,0.075291f,-0.99716f,-2.34E-5f,-1.0f,0.0f,-2.34E-5f,-1.0f,0.0f,-2.34E-5f,-1.0f,0.0f,-2.34E-5f,-1.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.18947f,0.0f,0.09547f,0.35137f,0.17135f,0.16605f,0.1745f,0.3322f,0.17595f,0.35137f,0.094005f,0.0f,0.0f,0.35137f,0.075876f,0.16605f,0.079029f,0.3322f,0.080477f,0.35137f,0.6306f,0.0f,0.6306f,0.99854f,0.80289f,0.0f,0.80289f,0.99854f,0.46096f,0.0f,0.46096f,0.99854f,0.54008f,0.0f,0.54008f,0.99854f,0.2922f,0.0f,0.2922f,0.99854f,0.37091f,0.0f,0.37091f,0.99854f,0.19094f,0.0f,0.19094f,0.99854f,0.20005f,0.0f,0.20005f,0.99854f,0.21047f,0.0f,0.21047f,0.99854f,0.24859f,0.0f,0.24859f,0.99854f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setSpecularColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.41176f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setShininess(0.70196f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {1,2,0,-1,2,1,3,-1,3,1,4,-1,6,5,7,-1,7,8,6,-1,8,9,6,-1,10,12,13,-1,13,11,10,-1,14,16,15,-1,17,15,16,-1,18,20,19,-1,21,19,20,-1,22,24,25,-1,25,23,22,-1,26,28,29,-1,29,27,26,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {22.059f,58.969f,10.048f,22.059f,56.219f,10.784f,22.059f,57.669f,10.19f,22.059f,56.369f,10.165f,22.059f,56.219f,10.154f,5.5629f,58.969f,10.048f,5.5629f,56.219f,10.784f,5.5629f,57.669f,10.19f,5.5629f,56.369f,10.165f,5.5629f,56.219f,10.154f,22.059f,56.219f,10.784f,5.5629f,56.219f,10.784f,22.059f,58.969f,10.048f,5.5629f,58.969f,10.048f,22.059f,58.969f,10.048f,5.5629f,58.969f,10.048f,22.059f,57.669f,10.19f,5.5629f,57.669f,10.19f,22.059f,57.669f,10.19f,5.5629f,57.669f,10.19f,22.059f,56.369f,10.165f,5.5629f,56.369f,10.165f,22.059f,56.369f,10.165f,5.5629f,56.369f,10.165f,22.059f,56.219f,10.154f,5.5629f,56.219f,10.154f,22.059f,56.219f,10.154f,5.5629f,56.219f,10.154f,22.059f,56.219f,10.784f,5.5629f,56.219f,10.784f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {1.0f,-4.4409E-16f,0.0f,1.0f,-8.8818E-16f,0.0f,1.0f,0.0f,-2.9737E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,0.25692f,0.96643f,0.0f,0.25692f,0.96643f,0.0f,0.26232f,0.96498f,0.0f,0.26232f,0.96498f,0.0f,-0.10853f,-0.99409f,0.0f,-0.10853f,-0.99409f,0.0f,-0.10853f,-0.99409f,0.0f,-0.10853f,-0.99409f,0.0f,0.018973f,-0.99982f,0.0f,0.018973f,-0.99982f,0.0f,0.018973f,-0.99982f,0.0f,0.018973f,-0.99982f,0.0f,0.075291f,-0.99716f,0.0f,0.075291f,-0.99716f,0.0f,0.075291f,-0.99716f,0.0f,0.075291f,-0.99716f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.18947f,0.0f,0.09547f,0.35137f,0.17135f,0.16605f,0.1745f,0.3322f,0.17595f,0.35137f,0.094005f,0.0f,0.0f,0.35137f,0.075876f,0.16605f,0.079029f,0.3322f,0.080477f,0.35137f,0.6306f,0.0f,0.6306f,0.99854f,0.80289f,0.0f,0.80289f,0.99854f,0.46096f,0.0f,0.46096f,0.99854f,0.54008f,0.0f,0.54008f,0.99854f,0.2922f,0.0f,0.2922f,0.99854f,0.37091f,0.0f,0.37091f,0.99854f,0.19094f,0.0f,0.19094f,0.99854f,0.20005f,0.0f,0.20005f,0.99854f,0.21047f,0.0f,0.21047f,0.99854f,0.24859f,0.0f,0.24859f,0.99854f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_68_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_68_point())) .setNormal(new NormalObject().setVector(getNormal_5_69_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_70_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setSpecularColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.41176f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setShininess(0.70196f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {6,1,5,-1,1,0,5,-1,7,2,6,-1,2,1,6,-1,8,3,7,-1,3,2,7,-1,9,4,8,-1,4,3,8,-1,11,6,10,-1,6,5,10,-1,12,7,11,-1,7,6,11,-1,13,8,12,-1,8,7,12,-1,14,9,13,-1,9,8,13,-1,16,17,4,-1,17,18,3,-1,18,19,3,-1,19,20,1,-1,15,21,10,-1,21,22,12,-1,22,23,14,-1,23,24,14,-1,20,0,1,-1,1,2,19,-1,2,3,19,-1,3,4,17,-1,11,10,21,-1,12,11,21,-1,13,12,22,-1,14,13,22,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-39.662f,45.698f,10.822f,-39.662f,46.422f,10.636f,-39.662f,47.182f,10.435f,-39.662f,47.913f,10.242f,-39.662f,48.631f,10.048f,-42.61f,46.459f,10.778f,-42.61f,47.142f,10.603f,-42.61f,47.859f,10.413f,-42.61f,48.549f,10.231f,-42.61f,49.225f,10.048f,-45.63f,47.239f,10.733f,-45.63f,47.879f,10.569f,-45.63f,48.553f,10.391f,-45.63f,49.2f,10.22f,-45.63f,49.835f,10.048f,-48.701f,48.032f,10.687f,-36.595f,48.012f,10.048f,-36.595f,47.992f,10.054f,-36.595f,47.237f,10.257f,-36.595f,46.575f,10.432f,-36.946f,44.997f,10.863f,-48.701f,48.078f,10.676f,-48.701f,49.971f,10.179f,-48.701f,50.434f,10.054f,-48.701f,50.454f,10.048f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.049398f,-0.24716f,-0.96771f,-0.051107f,-0.254f,-0.96585f,-0.05172f,-0.25658f,-0.96514f,-0.051246f,-0.25448f,-0.96572f,-0.052846f,-0.26196f,-0.96363f,-0.049398f,-0.24716f,-0.96771f,-0.051107f,-0.254f,-0.96585f,-0.051721f,-0.25658f,-0.96514f,-0.051246f,-0.25448f,-0.96572f,-0.052846f,-0.26196f,-0.96363f,-0.049398f,-0.24716f,-0.96771f,-0.051107f,-0.254f,-0.96585f,-0.051721f,-0.25658f,-0.96514f,-0.051246f,-0.25448f,-0.96572f,-0.052846f,-0.26196f,-0.96363f,-0.049398f,-0.24717f,-0.96771f,-0.052845f,-0.26196f,-0.96363f,-0.052845f,-0.26196f,-0.96363f,-0.051246f,-0.25448f,-0.96572f,-0.05172f,-0.25658f,-0.96514f,-0.049398f,-0.24716f,-0.96771f,-0.049398f,-0.24717f,-0.96771f,-0.052846f,-0.26196f,-0.96363f,-0.052846f,-0.26196f,-0.96363f,-0.052846f,-0.26196f,-0.96363f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.25333f,0.0f,0.25333f,0.2464f,0.25333f,0.50583f,0.25333f,0.75507f,0.25333f,1.0f,0.49692f,0.0f,0.49692f,0.2464f,0.49692f,0.50583f,0.49692f,0.75507f,0.49692f,1.0f,0.74635f,0.0f,0.74635f,0.2464f,0.74635f,0.50583f,0.74635f,0.75507f,0.74635f,1.0f,1.0f,0.0f,9.8188E-7f,1.0f,9.6799E-7f,0.99345f,4.5217E-7f,0.75027f,0.0f,0.53711f,0.028991f,0.0f,1.0f,0.019113f,1.0f,0.80023f,1.0f,0.9916f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,3,8,-1,3,4,8,-1,5,2,6,-1,6,7,1,-1,7,8,1,-1,4,1,8,-1,1,5,6,-1,11,12,19,-1,12,10,13,-1,13,14,19,-1,14,15,18,-1,15,16,17,-1,16,9,17,-1,17,18,15,-1,18,19,14,-1,19,12,13,-1,20,22,34,-1,22,23,32,-1,23,24,30,-1,24,25,28,-1,25,26,28,-1,26,27,28,-1,27,21,28,-1,28,29,24,-1,29,30,24,-1,30,31,23,-1,31,32,23,-1,32,33,22,-1,33,34,22,-1,34,35,20,-1,37,38,46,-1,38,39,44,-1,39,40,43,-1,40,41,47,-1,36,42,47,-1,42,43,40,-1,43,44,39,-1,44,45,38,-1,45,46,38,-1,40,47,42,-1,52,50,49,-1,52,49,51,-1,54,52,51,-1,54,51,53,-1,48,55,75,-1,55,56,49,-1,56,57,49,-1,57,58,51,-1,58,59,51,-1,59,60,53,-1,60,61,53,-1,61,62,53,-1,62,63,53,-1,63,64,54,-1,64,65,54,-1,65,66,67,-1,67,68,69,-1,69,70,54,-1,70,71,54,-1,71,72,52,-1,72,73,52,-1,73,74,50,-1,74,75,55,-1,50,52,73,-1,49,50,74,-1,51,49,57,-1,52,54,71,-1,53,51,59,-1,54,53,63,-1,55,49,74,-1,54,65,69,-1,65,67,69,-1}) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_82_point())) .setNormal(new NormalObject().setVector(getNormal_5_83_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_84_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setSpecularColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.41176f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setShininess(0.70196f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,1,-1,2,3,1,-1,3,4,8,-1,4,5,6,-1,6,7,8,-1,8,1,3,-1,8,4,6,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-45.797f,46.835f,10.973f,-47.297f,47.256f,10.943f,-46.663f,47.027f,10.966f,-47.528f,47.219f,10.959f,-48.394f,47.412f,10.951f,-48.701f,47.412f,10.962f,-48.701f,47.48f,10.949f,-48.815f,47.505f,10.948f,-48.778f,47.672f,10.913f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.034843f,-0.19442f,-0.9803f,-0.034843f,-0.19442f,-0.9803f,-0.034843f,-0.19442f,-0.9803f,-0.034843f,-0.19442f,-0.9803f,-0.034843f,-0.19443f,-0.9803f,-0.034843f,-0.19443f,-0.9803f,-0.034843f,-0.19443f,-0.9803f,-0.034843f,-0.19443f,-0.9803f,-0.034843f,-0.19443f,-0.9803f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,1.0f,0.49692f,1.0f,0.28684f,0.79684f,0.57368f,0.58571f,0.86051f,0.36612f,0.96244f,0.0f,0.96244f,0.28594f,1.0f,0.25611f,0.98771f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setSpecularColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.41176f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setShininess(0.70196f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {1,2,7,-1,2,3,7,-1,3,4,7,-1,4,5,7,-1,0,6,7,-1,5,0,7,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-37.077f,45.008f,11.011f,-48.778f,47.672f,10.913f,-48.701f,48.015f,10.834f,-48.701f,48.073f,10.821f,-48.701f,48.121f,10.81f,-48.701f,48.142f,10.806f,-37.101f,44.902f,11.035f,-45.797f,46.835f,10.973f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,1.0f,1.0f,0.0f,0.99349f,0.7425f,0.99349f,0.86075f,0.99349f,0.95767f,0.99349f,1.0f,0.0020162f,0.81962f,0.74529f,0.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.0f).setSpecularColor(0.0f,0.0f,0.74902f).setShininess(0.12941f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setTransparency(0.5f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_103_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_103_point())) .setNormal(new NormalObject().setVector(getNormal_5_104_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_105_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.0f).setSpecularColor(0.0f,0.0f,0.74902f).setShininess(0.12941f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setTransparency(0.5f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_110_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_110_point())) .setNormal(new NormalObject().setVector(getNormal_5_111_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_112_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {3,1,0,-1,3,0,2,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-24.338f,33.704f,9.5829f,-24.338f,33.562f,9.6716f,-34.512f,34.815f,9.8128f,-34.512f,34.743f,9.8577f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.076634f,0.52704f,0.84638f,0.076634f,0.52704f,0.84638f,0.076634f,0.52704f,0.84638f,0.076634f,0.52704f,0.84638f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,1.0f,0.0f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {3,1,0,-1,3,0,2,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-24.338f,33.562f,9.6716f,-24.338f,33.487f,9.731f,-34.512f,34.743f,9.8577f,-34.512f,34.705f,9.8877f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.086147f,0.61944f,0.7803f,0.086147f,0.61944f,0.7803f,0.086147f,0.61944f,0.7803f,0.086147f,0.61944f,0.7803f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,1.0f,0.0f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {3,1,0,-1,3,0,2,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-24.338f,33.487f,9.731f,-24.338f,33.269f,10.048f,-34.512f,34.705f,9.8877f,-34.512f,34.594f,10.048f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.10668f,0.81884f,0.56403f,0.10668f,0.81884f,0.56403f,0.10668f,0.81884f,0.56403f,0.10668f,0.81884f,0.56403f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,1.0f,0.0f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {1,2,0,-1,2,1,3,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-36.595f,48.015f,10.048f,-36.595f,47.261f,10.252f,-36.595f,47.381f,10.117f,-36.595f,47.261f,10.115f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {1.0f,-2.34E-5f,-8.8814E-16f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,1.0f,1.0f,0.83985f,0.33916f,1.0f,0.32792f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,1,3,2,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-48.394f,47.498f,9.8701f,-37.101f,44.988f,10.873f,-37.101f,44.988f,9.9022f,-48.394f,47.498f,10.803f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.21695f,-0.97618f,-1.2283E-15f,-0.21695f,-0.97618f,0.0f,-0.21695f,-0.97618f,4.0316E-15f,-0.21695f,-0.97618f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,1.0f,1.0f,1.0f,0.032097f,0.0f,0.93003f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,1,3,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-48.815f,47.591f,9.8689f,-48.701f,47.566f,10.801f,-48.701f,47.566f,9.8692f,-48.815f,47.591f,10.8f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.21695f,-0.97618f,0.0f,-0.21695f,-0.97618f,0.0f,-0.21695f,-0.97618f,-4.1252E-15f,-0.21695f,-0.97618f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,1.0f,1.0f,1.0f,3.4665E-4f,0.0f,0.99924f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {2,3,5,-1,3,0,4,-1,1,4,0,-1,4,5,3,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-48.815f,47.591f,9.8689f,-48.815f,47.591f,10.8f,-48.701f,48.101f,9.9479f,-48.724f,48.0f,9.9335f,-48.716f,48.038f,10.687f,-48.701f,48.101f,10.67f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.97618f,0.21695f,0.0f,-0.97618f,0.21695f,0.0f,-0.97618f,0.21695f,-4.3295E-15f,-0.97618f,0.21695f,0.0f,-0.97618f,0.21695f,0.0f,-0.97618f,0.21695f,4.4706E-15f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {1.0f,0.0f,1.0f,1.0f,0.0f,0.084849f,0.19747f,0.069391f,0.12397f,0.87896f,0.0f,0.86085f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,4,-1,2,3,4,-1,4,1,0,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-48.701f,47.498f,9.8589f,-48.701f,47.498f,10.816f,-48.394f,47.498f,9.8701f,-48.394f,47.498f,10.803f,-48.525f,47.498f,10.809f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-2.34E-5f,-1.0f,-3.5527E-15f,-2.34E-5f,-1.0f,-3.5527E-15f,-2.34E-5f,-1.0f,-9.8028E-20f,-2.34E-5f,-1.0f,0.0f,-2.34E-5f,-1.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,1.0f,0.011658f,1.0f,0.98571f,0.57371f,0.99222f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {2,0,4,-1,1,3,0,-1,3,4,0,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-48.701f,47.498f,9.8589f,-48.701f,47.498f,10.816f,-48.701f,47.566f,9.8692f,-48.701f,47.545f,10.806f,-48.701f,47.566f,10.801f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-1.0f,2.34E-5f,8.3135E-20f,-1.0f,2.34E-5f,8.3135E-20f,-1.0f,2.34E-5f,9.7977E-20f,-1.0f,2.34E-5f,9.7993E-20f,-1.0f,2.34E-5f,1.9657E-19f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {1.0f,0.0f,1.0f,1.0f,0.0f,0.010743f,0.30408f,0.98896f,0.0f,0.98371f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {1,2,3,-1,3,4,1,-1,4,5,1,-1,5,6,1,-1,6,0,1,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-48.701f,48.101f,9.9479f,-48.701f,48.101f,10.67f,-48.701f,50.457f,10.048f,-48.701f,49.963f,10.102f,-48.701f,49.469f,10.093f,-48.701f,48.976f,10.055f,-48.701f,48.484f,9.9998f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,-5.1779E-15f,-1.0f,2.34E-5f,1.2612E-19f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {1.0f,0.0f,1.0f,1.0f,0.0f,0.13875f,0.20968f,0.21339f,0.41949f,0.20041f,0.62876f,0.14889f,0.83736f,0.071947f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,3,1,0,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-22.33f,56.22f,10.154f,-22.33f,56.22f,10.784f,-5.8332f,56.219f,10.154f,-5.8332f,56.219f,10.784f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-2.34E-5f,-1.0f,0.0f,-2.34E-5f,-1.0f,0.0f,-2.34E-5f,-1.0f,0.0f,-2.34E-5f,-1.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,1.0f,3.9676E-5f,1.0f,0.99983f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {2,3,0,-1,3,4,0,-1,4,1,0,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-5.8332f,56.219f,10.784f,-5.8332f,58.968f,10.048f,-5.8332f,56.219f,10.154f,-5.8332f,56.369f,10.165f,-5.8332f,57.669f,10.19f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,-8.3135E-20f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,-7.2857E-16f,1.0f,-2.34E-5f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,1.0f,1.0f,0.0f,0.0f,0.14397f,0.054441f,0.15933f,0.52736f,0.19287f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_201_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_201_point())) .setNormal(new NormalObject().setVector(getNormal_5_202_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_203_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {7,1,6,-1,1,0,6,-1,8,2,1,-1,8,1,7,-1,9,3,2,-1,9,2,8,-1,10,4,3,-1,10,3,9,-1,11,5,4,-1,11,4,10,-1,13,7,6,-1,13,6,12,-1,14,8,13,-1,8,7,13,-1,15,9,14,-1,9,8,14,-1,16,10,15,-1,10,9,15,-1,17,11,16,-1,11,10,16,-1,19,13,18,-1,13,12,18,-1,20,14,19,-1,14,13,19,-1,21,15,20,-1,15,14,20,-1,22,16,21,-1,16,15,21,-1,23,17,22,-1,17,16,22,-1,25,19,24,-1,19,18,24,-1,26,20,25,-1,20,19,25,-1,27,21,26,-1,21,20,26,-1,28,22,27,-1,22,21,27,-1,29,23,28,-1,23,22,28,-1,31,25,24,-1,31,24,30,-1,32,26,25,-1,32,25,31,-1,33,27,26,-1,33,26,32,-1,34,28,27,-1,34,27,33,-1,35,29,28,-1,35,28,34,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-0.47796f,45.399f,9.7713f,-0.48534f,45.585f,9.7219f,-0.47849f,45.413f,9.5905f,-0.47077f,45.218f,9.5296f,-0.4624f,45.007f,9.5739f,-0.46063f,44.963f,9.7713f,-0.91923f,45.382f,9.4356f,-0.87914f,45.57f,9.4224f,-0.74595f,45.403f,9.3872f,-0.67973f,45.213f,9.3709f,-0.71418f,45.006f,9.3828f,-0.90257f,44.963f,9.4357f,-0.73264f,45.389f,8.932f,-0.71264f,45.576f,8.973f,-0.63289f,45.407f,9.0822f,-0.5914f,45.215f,9.1328f,-0.60766f,45.007f,9.096f,-0.7155f,44.963f,8.9319f,-0.22338f,45.41f,8.9319f,-0.25812f,45.594f,8.973f,-0.32414f,45.418f,9.0822f,-0.35018f,45.221f,9.1328f,-0.31718f,45.008f,9.0959f,-0.20583f,44.963f,8.9318f,-0.035865f,45.417f,9.4326f,-0.090793f,45.601f,9.4197f,-0.21052f,45.422f,9.3853f,-0.26142f,45.223f,9.3694f,-0.21013f,45.008f,9.381f,-0.017815f,44.963f,9.4325f,-0.47796f,45.399f,9.7713f,-0.48534f,45.585f,9.7219f,-0.47849f,45.413f,9.5905f,-0.47077f,45.218f,9.5296f,-0.4624f,45.007f,9.5739f,-0.46063f,44.963f,9.7713f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-9.8272E-4f,-3.8993E-5f,-1.0f,0.039166f,-0.98205f,0.1845f,0.015712f,-0.41259f,0.91078f,0.0047818f,-0.1598f,0.98714f,-0.0021108f,0.74541f,0.6666f,-6.8454E-18f,1.0f,-1.1328E-14f,0.96282f,0.038203f,-0.26742f,-0.13732f,-0.98932f,0.048975f,-0.85952f,-0.44972f,0.24285f,-0.94387f,-0.19974f,0.2631f,-0.64763f,0.74066f,0.17885f,6.3427E-15f,1.0f,-1.2861E-14f,0.55567f,0.022048f,0.83111f,-0.063068f,-0.98627f,-0.15265f,-0.49032f,-0.4341f,-0.75574f,-0.54353f,-0.1829f,-0.81922f,-0.37378f,0.74264f,-0.55567f,1.4169E-13f,1.0f,-9.4618E-14f,-0.55602f,-0.022062f,0.83088f,0.14208f,-0.97779f,-0.15407f,0.52201f,-0.39089f,-0.7581f,0.55323f,-0.13661f,-0.82175f,0.36642f,0.74827f,-0.55302f,7.2136E-14f,1.0f,4.8147E-14f,-0.96491f,-0.038286f,-0.25977f,0.21858f,-0.97462f,0.048352f,0.89621f,-0.37478f,0.23736f,0.9589f,-0.11948f,0.25737f,0.638f,0.75038f,0.17286f,-5.3797E-15f,1.0f,-2.3505E-14f,-9.8272E-4f,-3.8993E-5f,-1.0f,0.039166f,-0.98205f,0.1845f,0.015712f,-0.41259f,0.91078f,0.0047818f,-0.1598f,0.98714f,-0.0021108f,0.74541f,0.6666f,-6.8454E-18f,1.0f,-1.1328E-14f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.25333f,0.0f,0.47326f,0.0f,0.61285f,0.0f,0.81218f,0.0f,1.0f,0.20687f,0.0f,0.20687f,0.25333f,0.20687f,0.47326f,0.20687f,0.61285f,0.20687f,0.81218f,0.20687f,1.0f,0.40625f,0.0f,0.40625f,0.25333f,0.40625f,0.47326f,0.40625f,0.61285f,0.40625f,0.81218f,0.40625f,1.0f,0.59375f,0.0f,0.59375f,0.25333f,0.59375f,0.47326f,0.59375f,0.61285f,0.59375f,0.81218f,0.59375f,1.0f,0.79197f,0.0f,0.79197f,0.25333f,0.79197f,0.47326f,0.79197f,0.61285f,0.79197f,0.81218f,0.79197f,1.0f,1.0f,0.0f,1.0f,0.25333f,1.0f,0.47326f,1.0f,0.61285f,1.0f,0.81218f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {3,1,2,-1,1,0,2,-1,5,3,4,-1,3,2,4,-1,7,5,6,-1,5,4,6,-1,9,7,8,-1,7,6,8,-1,11,9,10,-1,9,8,10,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-23.618f,42.852f,12.784f,-23.618f,42.852f,11.284f,-19.62f,48.509f,12.784f,-19.62f,48.509f,11.284f,-12.797f,46.424f,12.784f,-12.797f,46.424f,11.284f,-12.764f,39.327f,12.784f,-12.764f,39.327f,11.284f,-19.3f,37.093f,12.784f,-19.3f,37.093f,11.284f,-23.618f,42.852f,12.784f,-23.618f,42.852f,11.284f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-1.0f,7.0654E-16f,0.0f,-1.0f,7.0654E-16f,0.0f,-0.33353f,0.94274f,0.0f,-0.33353f,0.94274f,0.0f,0.80352f,0.59527f,0.0f,0.80352f,0.59527f,0.0f,0.80914f,-0.58762f,0.0f,0.80914f,-0.58762f,0.0f,-0.28035f,-0.9599f,0.0f,-0.28035f,-0.9599f,0.0f,-1.0f,-2.8262E-15f,0.0f,-1.0f,-2.8262E-15f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.19333f,0.0f,0.19333f,1.0f,0.39734f,0.0f,0.39734f,1.0f,0.60122f,0.0f,0.60122f,1.0f,0.79774f,0.0f,0.79774f,1.0f,1.0f,0.0f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {4,1,0,-1,7,4,3,-1,10,7,6,-1,13,10,9,-1,16,13,12,-1,17,14,13,-1,14,11,13,-1,11,8,10,-1,8,5,7,-1,5,2,1,-1,16,17,13,-1,1,4,5,-1,4,7,5,-1,7,10,8,-1,10,13,11,-1,18,22,19,-1,19,21,20,-1,21,19,22,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-17.624f,42.85f,13.111f,-17.624f,43.774f,12.856f,-17.624f,44.523f,12.275f,-17.624f,42.85f,13.111f,-16.753f,43.158f,12.856f,-16.047f,43.408f,12.275f,-17.624f,42.85f,13.111f,-17.074f,42.107f,12.856f,-16.628f,41.506f,12.275f,-17.624f,42.85f,13.111f,-18.167f,42.102f,12.856f,-18.607f,41.497f,12.275f,-17.624f,42.85f,13.111f,-18.511f,43.109f,12.856f,-19.23f,43.319f,12.275f,-17.624f,42.85f,13.111f,-17.624f,43.774f,12.856f,-17.624f,44.523f,12.275f,-17.624f,44.523f,12.275f,-19.23f,43.319f,12.275f,-18.607f,41.497f,12.275f,-16.628f,41.506f,12.275f,-16.047f,43.408f,12.275f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-2.7818E-15f,2.4695E-17f,1.0f,3.6397E-15f,0.48358f,0.8753f,-3.4007E-15f,0.70711f,0.70711f,-2.5725E-15f,1.0616E-15f,1.0f,0.45589f,0.16129f,0.8753f,0.66662f,0.23584f,0.70711f,4.095E-15f,2.3307E-15f,1.0f,0.28786f,-0.38856f,0.8753f,0.42092f,-0.56818f,0.70711f,3.0738E-15f,-2.6315E-15f,1.0f,-0.28416f,-0.39128f,0.8753f,-0.41551f,-0.57215f,0.70711f,5.5588E-15f,7.8847E-16f,1.0f,-0.46418f,0.13557f,0.8753f,-0.67875f,0.19823f,0.70711f,-2.7818E-15f,-3.0336E-15f,1.0f,-1.2953E-15f,0.48358f,0.8753f,-3.4007E-15f,0.70711f,0.70711f,0.0f,0.0f,-1.0f,-5.4185E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,5.4664E-16f,-7.9637E-16f,-1.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.81777f,0.0f,0.717f,0.0f,0.63537f,0.0f,0.81777f,0.19305f,0.717f,0.19305f,0.63537f,0.19305f,0.81777f,0.39676f,0.717f,0.39676f,0.63537f,0.39676f,0.81777f,0.60034f,0.717f,0.60034f,0.63537f,0.60034f,0.81777f,0.79658f,0.717f,0.79658f,0.63537f,0.79658f,0.81777f,0.99854f,0.717f,0.99854f,0.63537f,0.99854f,0.31695f,0.6339f,0.01271f,0.40581f,0.1307f,0.060494f,0.50562f,0.062273f,0.61575f,0.42266f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,1,3,-1,1,2,3,-1,3,4,0,-1,5,8,6,-1,6,8,7,-1,8,5,9,-1,15,14,21,-1,14,13,20,-1,13,12,19,-1,12,11,18,-1,11,10,17,-1,16,17,10,-1,17,18,11,-1,18,19,12,-1,19,20,13,-1,20,21,14,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-17.624f,44.523f,12.275f,-19.201f,43.408f,12.275f,-18.62f,41.506f,12.275f,-16.641f,41.497f,12.275f,-16.018f,43.319f,12.275f,-17.624f,44.523f,11.285f,-19.201f,43.408f,11.285f,-18.62f,41.506f,11.285f,-16.641f,41.497f,11.285f,-16.018f,43.319f,11.285f,-17.624f,44.523f,12.275f,-19.201f,43.408f,12.275f,-18.62f,41.506f,12.275f,-16.641f,41.497f,12.275f,-16.018f,43.319f,12.275f,-17.624f,44.523f,12.275f,-17.624f,44.523f,11.285f,-19.201f,43.408f,11.285f,-18.62f,41.506f,11.285f,-16.641f,41.497f,11.285f,-16.018f,43.319f,11.285f,-17.624f,44.523f,11.285f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-6.6891E-16f,-7.8532E-31f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,5.9191E-15f,1.0f,0.0f,-0.94274f,0.33353f,0.0f,-0.59527f,-0.80352f,0.0f,0.58762f,-0.80914f,0.0f,0.9599f,0.28035f,0.0f,5.9191E-15f,1.0f,0.0f,-5.9191E-15f,1.0f,0.0f,-0.94274f,0.33353f,0.0f,-0.59527f,-0.80352f,0.0f,0.58762f,-0.80914f,0.0f,0.9599f,0.28035f,0.0f,-5.9191E-15f,1.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.43406f,0.21703f,0.28942f,0.42164f,0.042642f,0.34622f,0.041423f,0.089499f,0.27788f,0.0087031f,0.99854f,0.21703f,0.85389f,0.42164f,0.60711f,0.34622f,0.6059f,0.089499f,0.84235f,0.0087031f,0.43553f,0.0f,0.43553f,0.19305f,0.43553f,0.39676f,0.43553f,0.60034f,0.43553f,0.79658f,0.43553f,0.99854f,0.52963f,0.0f,0.52963f,0.19305f,0.52963f,0.39676f,0.52963f,0.60034f,0.52963f,0.79658f,0.52963f,0.99854f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,30,25,-1,30,31,28,-1,31,27,28,-1,29,32,28,-1,32,26,25,-1,25,30,32,-1,30,28,32,-1,38,39,37,-1,39,40,37,-1,40,35,34,-1,33,41,34,-1,41,36,37,-1,37,40,41,-1,40,34,41,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-15.955f,43.066f,11.798f,-15.955f,42.776f,11.798f,-11.735f,42.431f,11.728f,-11.824f,41.683f,11.497f,-14.279f,43.43f,11.773f,-12.51f,43.106f,11.732f,-12.807f,42.79f,11.578f,-14.477f,43.095f,11.725f,-15.955f,42.776f,11.798f,-15.955f,42.776f,12.298f,-11.824f,41.683f,11.497f,-11.824f,41.535f,11.974f,-14.477f,43.095f,11.725f,-12.807f,42.79f,11.578f,-12.738f,42.71f,12.062f,-14.447f,43.079f,12.22f,-15.955f,42.776f,12.298f,-15.955f,43.066f,12.298f,-11.824f,41.535f,11.974f,-11.704f,42.545f,12.287f,-14.447f,43.079f,12.22f,-12.738f,42.71f,12.062f,-12.405f,43.143f,12.282f,-14.164f,43.465f,12.29f,-15.955f,43.066f,12.298f,-15.955f,43.066f,12.137f,-15.955f,43.066f,11.975f,-11.704f,42.545f,12.287f,-11.704f,42.619f,12.048f,-11.704f,42.693f,11.809f,-14.164f,43.465f,12.29f,-12.405f,43.143f,12.282f,-12.602f,43.31f,11.828f,-15.955f,43.066f,11.975f,-15.955f,43.066f,11.887f,-15.955f,43.066f,11.798f,-11.704f,42.693f,11.809f,-11.72f,42.562f,11.768f,-11.735f,42.431f,11.728f,-12.51f,43.106f,11.732f,-14.279f,43.43f,11.773f,-12.602f,43.31f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_237_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,32,27,-1,32,33,30,-1,33,29,30,-1,31,34,30,-1,34,28,27,-1,27,32,34,-1,32,30,34,-1,38,39,41,-1,39,40,41,-1,40,36,35,-1,35,41,40,-1,41,37,38,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-19.284f,42.645f,11.798f,-19.284f,42.935f,11.798f,-23.504f,43.28f,11.728f,-23.414f,44.029f,11.497f,-20.959f,42.281f,11.773f,-22.729f,42.605f,11.732f,-22.432f,42.921f,11.578f,-20.761f,42.616f,11.725f,-19.284f,42.935f,11.798f,-19.284f,42.935f,12.298f,-23.414f,44.029f,11.497f,-23.414f,44.176f,11.974f,-20.761f,42.616f,11.725f,-22.432f,42.921f,11.578f,-22.501f,43.001f,12.062f,-20.792f,42.633f,12.22f,-19.284f,42.935f,12.298f,-19.284f,42.79f,12.298f,-19.284f,42.645f,12.298f,-23.414f,44.176f,11.974f,-23.475f,43.671f,12.13f,-23.535f,43.166f,12.287f,-20.792f,42.633f,12.22f,-22.501f,43.001f,12.062f,-22.833f,42.568f,12.282f,-21.074f,42.246f,12.29f,-19.284f,42.645f,12.298f,-19.284f,42.645f,12.137f,-19.284f,42.645f,11.975f,-23.535f,43.166f,12.287f,-23.535f,43.092f,12.048f,-23.535f,43.018f,11.809f,-21.074f,42.246f,12.29f,-22.833f,42.568f,12.282f,-22.637f,42.401f,11.828f,-19.284f,42.645f,11.975f,-19.284f,42.645f,11.798f,-23.535f,43.018f,11.809f,-23.504f,43.28f,11.728f,-22.729f,42.605f,11.732f,-20.959f,42.281f,11.773f,-22.637f,42.401f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_244_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,16,11,-1,16,17,11,-1,17,13,14,-1,15,18,14,-1,18,19,11,-1,19,12,11,-1,11,17,18,-1,17,14,18,-1,20,26,21,-1,26,27,21,-1,27,23,24,-1,25,28,24,-1,28,29,24,-1,29,22,21,-1,21,27,29,-1,27,24,29,-1,30,34,31,-1,34,35,36,-1,35,32,33,-1,33,36,35,-1,36,31,34,-1,42,43,41,-1,43,44,41,-1,44,39,38,-1,37,45,38,-1,45,40,41,-1,41,44,45,-1,44,38,45,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-19.019f,43.802f,11.798f,-18.922f,43.91f,11.798f,-18.825f,44.018f,11.798f,-21.729f,47.098f,11.728f,-21.445f,47.347f,11.612f,-21.162f,47.595f,11.497f,-20.507f,44.653f,11.773f,-21.605f,46.079f,11.732f,-21.173f,46.115f,11.578f,-20.136f,44.77f,11.725f,-18.825f,44.018f,11.798f,-18.825f,44.018f,12.048f,-18.825f,44.018f,12.298f,-21.162f,47.595f,11.497f,-21.112f,47.65f,11.735f,-21.063f,47.705f,11.974f,-20.136f,44.77f,11.725f,-21.173f,46.115f,11.578f,-21.171f,46.22f,12.062f,-20.148f,44.802f,12.22f,-18.825f,44.018f,12.298f,-18.922f,43.91f,12.298f,-19.019f,43.802f,12.298f,-21.063f,47.705f,11.974f,-21.446f,47.37f,12.13f,-21.828f,47.035f,12.287f,-20.148f,44.802f,12.22f,-21.171f,46.22f,12.062f,-21.708f,46.121f,12.282f,-20.616f,44.704f,12.29f,-19.019f,43.802f,12.298f,-19.019f,43.802f,11.975f,-21.828f,47.035f,12.287f,-21.927f,46.925f,11.809f,-20.616f,44.704f,12.29f,-21.708f,46.121f,12.282f,-21.674f,45.865f,11.828f,-19.019f,43.802f,11.975f,-19.019f,43.802f,11.887f,-19.019f,43.802f,11.798f,-21.927f,46.925f,11.809f,-21.828f,47.012f,11.768f,-21.729f,47.098f,11.728f,-21.605f,46.079f,11.732f,-20.507f,44.653f,11.773f,-21.674f,45.865f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_251_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,28,31,-1,28,29,30,-1,29,26,30,-1,27,30,26,-1,30,31,28,-1,31,25,24,-1,37,38,36,-1,38,39,36,-1,39,34,33,-1,32,40,33,-1,40,41,36,-1,41,35,36,-1,36,39,40,-1,39,33,40,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-16.703f,44.239f,11.798f,-16.474f,44.061f,11.798f,-13.612f,47.181f,11.728f,-13.076f,46.652f,11.497f,-15.962f,45.785f,11.773f,-14.62f,46.984f,11.732f,-14.553f,46.555f,11.578f,-15.819f,45.424f,11.725f,-16.474f,44.061f,11.798f,-16.474f,44.061f,12.298f,-13.076f,46.652f,11.497f,-12.959f,46.561f,11.974f,-15.819f,45.424f,11.725f,-14.553f,46.555f,11.578f,-14.448f,46.561f,12.062f,-15.787f,45.437f,12.22f,-16.474f,44.061f,12.298f,-16.703f,44.239f,12.298f,-12.959f,46.561f,11.974f,-13.683f,47.276f,12.287f,-15.787f,45.437f,12.22f,-14.448f,46.561f,12.062f,-14.833f,46.954f,12.282f,-15.998f,45.785f,12.291f,-16.703f,44.239f,12.298f,-16.703f,44.239f,11.975f,-13.683f,47.276f,12.287f,-13.8f,47.367f,11.809f,-15.998f,45.785f,12.291f,-14.833f,46.954f,12.282f,-14.956f,46.959f,11.834f,-16.041f,45.769f,11.921f,-16.703f,44.239f,11.975f,-16.703f,44.239f,11.887f,-16.703f,44.239f,11.798f,-13.8f,47.367f,11.809f,-13.706f,47.274f,11.768f,-13.612f,47.181f,11.728f,-14.62f,46.984f,11.732f,-15.962f,45.785f,11.773f,-16.041f,45.769f,11.921f,-14.956f,46.959f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_258_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,14,9,-1,14,15,9,-1,15,11,12,-1,13,16,12,-1,16,17,9,-1,17,10,9,-1,9,15,16,-1,15,12,16,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,32,27,-1,32,33,30,-1,33,29,30,-1,31,34,30,-1,34,35,30,-1,35,28,27,-1,27,32,35,-1,32,30,35,-1,39,40,43,-1,40,41,42,-1,41,37,36,-1,36,42,41,-1,42,43,40,-1,43,38,39,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-16.316f,41.807f,11.798f,-16.527f,41.609f,11.798f,-13.891f,38.296f,11.728f,-14.498f,37.849f,11.497f,-15.104f,41.027f,11.779f,-14.085f,39.716f,11.74f,-14.363f,39.323f,11.578f,-15.284f,40.75f,11.725f,-16.527f,41.609f,11.798f,-16.527f,41.609f,12.048f,-16.527f,41.609f,12.298f,-14.498f,37.849f,11.497f,-14.552f,37.798f,11.735f,-14.606f,37.748f,11.974f,-15.284f,40.75f,11.725f,-14.363f,39.323f,11.578f,-14.374f,39.218f,12.062f,-15.275f,40.716f,12.22f,-16.527f,41.609f,12.298f,-16.316f,41.807f,12.298f,-14.606f,37.748f,11.974f,-13.787f,38.351f,12.287f,-15.275f,40.716f,12.22f,-14.374f,39.218f,12.062f,-13.926f,39.538f,12.282f,-14.899f,40.87f,12.291f,-16.316f,41.807f,12.298f,-16.316f,41.807f,12.137f,-16.316f,41.807f,11.975f,-13.787f,38.351f,12.287f,-13.733f,38.402f,12.048f,-13.679f,38.452f,11.809f,-14.899f,40.87f,12.291f,-13.926f,39.538f,12.282f,-13.902f,39.658f,11.834f,-14.908f,40.915f,11.921f,-16.316f,41.807f,11.975f,-16.316f,41.807f,11.798f,-13.679f,38.452f,11.809f,-13.891f,38.296f,11.728f,-14.085f,39.716f,11.74f,-15.104f,41.027f,11.779f,-14.908f,40.915f,11.921f,-13.902f,39.658f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_265_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,30,27,-1,30,31,32,-1,31,28,29,-1,29,32,31,-1,32,27,30,-1,38,39,37,-1,39,40,37,-1,40,35,34,-1,33,41,34,-1,41,36,37,-1,37,40,41,-1,40,34,41,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-19.075f,42.034f,11.798f,-19.131f,42.168f,11.798f,-19.186f,42.301f,11.798f,-23.216f,41.003f,11.728f,-23.318f,41.365f,11.612f,-23.42f,41.728f,11.497f,-20.483f,41.056f,11.773f,-22.241f,40.676f,11.732f,-22.088f,41.082f,11.578f,-20.428f,41.441f,11.725f,-19.186f,42.301f,11.798f,-19.186f,42.301f,12.298f,-23.42f,41.728f,11.497f,-23.477f,41.865f,11.974f,-20.428f,41.441f,11.725f,-22.088f,41.082f,11.578f,-22.182f,41.129f,12.062f,-20.463f,41.444f,12.22f,-19.186f,42.301f,12.298f,-19.075f,42.034f,12.298f,-23.477f,41.865f,11.974f,-23.201f,40.885f,12.287f,-20.463f,41.444f,12.22f,-22.182f,41.129f,12.062f,-22.323f,40.602f,12.282f,-20.576f,40.979f,12.29f,-19.075f,42.034f,12.298f,-19.075f,42.034f,11.975f,-23.201f,40.885f,12.287f,-23.144f,40.749f,11.809f,-20.576f,40.979f,12.29f,-22.323f,40.602f,12.282f,-22.078f,40.523f,11.828f,-19.075f,42.034f,11.975f,-19.075f,42.034f,11.887f,-19.075f,42.034f,11.798f,-23.144f,40.749f,11.809f,-23.18f,40.876f,11.768f,-23.216f,41.003f,11.728f,-22.241f,40.676f,11.732f,-20.483f,41.056f,11.773f,-22.078f,40.523f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_272_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,1,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,7,8,-1,7,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,35,-1,32,33,34,-1,33,30,31,-1,31,34,33,-1,34,35,32,-1,35,29,28,-1,41,42,40,-1,42,43,44,-1,43,38,37,-1,36,44,43,-1,44,45,42,-1,45,39,40,-1,37,36,43,-1,40,42,45,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-15.987f,42.492f,11.798f,-16.05f,42.362f,11.798f,-16.113f,42.231f,11.798f,-12.458f,40.094f,11.728f,-12.66f,39.776f,11.612f,-12.862f,39.458f,11.497f,-14.575f,42.202f,11.779f,-13.151f,41.348f,11.74f,-13.269f,40.881f,11.578f,-14.643f,41.879f,11.725f,-16.113f,42.231f,11.798f,-16.113f,42.231f,12.298f,-12.862f,39.458f,11.497f,-12.926f,39.325f,11.974f,-14.643f,41.879f,11.725f,-13.269f,40.881f,11.578f,-13.242f,40.78f,12.062f,-14.623f,41.851f,12.22f,-16.113f,42.231f,12.298f,-16.05f,42.362f,12.298f,-15.987f,42.492f,12.298f,-12.926f,39.325f,11.974f,-12.654f,39.754f,12.13f,-12.381f,40.183f,12.287f,-14.623f,41.851f,12.22f,-13.242f,40.78f,12.062f,-12.754f,41.026f,12.282f,-14.201f,42.077f,12.29f,-15.987f,42.492f,12.298f,-15.987f,42.492f,11.975f,-12.381f,40.183f,12.287f,-12.317f,40.316f,11.809f,-14.201f,42.077f,12.29f,-12.754f,41.026f,12.282f,-12.96f,41.36f,11.834f,-14.352f,42.169f,11.921f,-15.987f,42.492f,11.975f,-15.987f,42.492f,11.887f,-15.987f,42.492f,11.798f,-12.317f,40.316f,11.809f,-12.388f,40.205f,11.768f,-12.458f,40.094f,11.728f,-13.151f,41.348f,11.74f,-14.575f,42.202f,11.779f,-14.352f,42.169f,11.921f,-12.96f,41.36f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_279_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,14,9,-1,14,15,9,-1,15,11,12,-1,13,16,12,-1,16,17,9,-1,17,10,9,-1,9,15,16,-1,15,12,16,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,32,27,-1,32,33,30,-1,33,29,30,-1,31,34,30,-1,34,35,30,-1,35,28,27,-1,27,32,35,-1,32,30,35,-1,41,42,40,-1,42,43,40,-1,43,38,37,-1,36,44,37,-1,44,45,40,-1,45,39,40,-1,40,43,44,-1,43,37,44,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-16.702f,41.365f,11.798f,-16.979f,41.28f,11.798f,-16.067f,37.146f,11.728f,-16.808f,37.01f,11.497f,-15.861f,39.871f,11.773f,-15.65f,38.085f,11.732f,-16.039f,38.275f,11.578f,-16.239f,39.962f,11.725f,-16.979f,41.28f,11.798f,-16.979f,41.28f,12.048f,-16.979f,41.28f,12.298f,-16.808f,37.01f,11.497f,-16.879f,36.989f,11.735f,-16.949f,36.967f,11.974f,-16.239f,39.962f,11.725f,-16.039f,38.275f,11.578f,-16.095f,38.186f,12.062f,-16.246f,39.928f,12.22f,-16.979f,41.28f,12.298f,-16.702f,41.365f,12.298f,-16.949f,36.967f,11.974f,-15.948f,37.149f,12.287f,-16.246f,39.928f,12.22f,-16.095f,38.186f,12.062f,-15.552f,38.276f,12.282f,-15.841f,39.9f,12.291f,-16.702f,41.365f,12.298f,-16.702f,41.365f,12.137f,-16.702f,41.365f,11.975f,-15.948f,37.149f,12.287f,-15.878f,37.171f,12.048f,-15.807f,37.193f,11.809f,-15.841f,39.9f,12.291f,-15.552f,38.276f,12.282f,-15.478f,38.374f,11.834f,-15.829f,39.945f,11.921f,-16.702f,41.365f,11.975f,-16.702f,41.365f,11.887f,-16.702f,41.365f,11.798f,-15.807f,37.193f,11.809f,-15.937f,37.169f,11.768f,-16.067f,37.146f,11.728f,-15.65f,38.085f,11.732f,-15.861f,39.871f,11.773f,-15.829f,39.945f,11.921f,-15.478f,38.374f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_286_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,30,27,-1,30,31,32,-1,31,28,29,-1,29,32,31,-1,32,27,30,-1,36,37,39,-1,37,38,39,-1,38,34,33,-1,33,39,38,-1,39,35,36,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-16.176f,43.85f,11.798f,-16.067f,43.581f,11.798f,-12.024f,44.833f,11.728f,-11.827f,44.106f,11.497f,-14.757f,44.812f,11.773f,-12.994f,45.171f,11.732f,-13.152f,44.766f,11.578f,-14.816f,44.427f,11.725f,-16.067f,43.581f,11.798f,-16.067f,43.581f,12.298f,-11.827f,44.106f,11.497f,-11.772f,43.968f,11.974f,-14.816f,44.427f,11.725f,-13.152f,44.766f,11.578f,-13.058f,44.718f,12.062f,-14.781f,44.423f,12.22f,-16.067f,43.581f,12.298f,-16.122f,43.715f,12.298f,-16.176f,43.85f,12.298f,-11.772f,43.968f,11.974f,-11.905f,44.46f,12.13f,-12.037f,44.951f,12.287f,-14.781f,44.423f,12.22f,-13.058f,44.718f,12.062f,-12.911f,45.244f,12.282f,-14.663f,44.887f,12.29f,-16.176f,43.85f,12.298f,-16.176f,43.85f,11.975f,-12.037f,44.951f,12.287f,-12.092f,45.088f,11.809f,-14.663f,44.887f,12.29f,-12.911f,45.244f,12.282f,-13.156f,45.326f,11.828f,-16.176f,43.85f,11.975f,-16.176f,43.85f,11.798f,-12.092f,45.088f,11.809f,-12.024f,44.833f,11.728f,-12.994f,45.171f,11.732f,-14.757f,44.812f,11.773f,-13.156f,45.326f,11.828f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-1.0463E-6f,-4.2031E-7f,-1.0f,-4.3934E-5f,-1.765E-5f,-1.0f,0.28333f,0.35915f,-0.88923f,0.81821f,0.3626f,-0.44615f,-0.10014f,0.17378f,-0.97968f,0.012485f,0.39138f,-0.92014f,-0.054113f,0.33676f,-0.94004f,-0.12811f,0.1063f,-0.98605f,0.73975f,-0.67288f,0.0f,0.73976f,-0.67287f,0.0f,-0.90758f,-0.41957f,-0.015767f,-0.95603f,-0.29209f,0.026382f,0.38163f,-0.9237f,-0.033792f,-0.082227f,-0.99317f,-0.082735f,-0.12152f,-0.98977f,-0.07481f,0.35836f,-0.93302f,-0.032261f,4.3941E-5f,1.7652E-5f,1.0f,2.1255E-5f,8.539E-6f,1.0f,1.0466E-6f,4.2046E-7f,1.0f,-0.95236f,-0.28844f,0.099021f,-0.49409f,-0.38166f,0.78116f,-0.25468f,-0.35472f,0.89962f,0.1369f,-0.1307f,0.98192f,0.040006f,-0.3668f,0.92944f,-0.03437f,-0.40257f,0.91474f,0.1102f,-0.22641f,0.96778f,-0.70965f,0.70456f,0.0f,-0.70965f,0.70456f,0.0f,0.54516f,0.8204f,0.17249f,0.47947f,0.85664f,0.19046f,-0.41449f,0.90652f,0.080056f,0.086812f,0.9837f,0.15746f,-0.025178f,0.98575f,0.16633f,-0.70965f,0.70456f,0.0f,-0.70965f,0.70455f,0.0f,0.20985f,0.3472f,-0.91401f,0.28333f,0.35915f,-0.88923f,0.024668f,0.54501f,-0.83807f,-0.38034f,0.85776f,-0.34582f,-0.050346f,0.48768f,-0.87157f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,14,9,-1,14,15,9,-1,15,11,12,-1,13,16,12,-1,16,17,9,-1,17,10,9,-1,9,15,16,-1,15,12,16,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,29,-1,32,33,34,-1,33,30,31,-1,31,34,33,-1,34,29,32,-1,38,39,41,-1,39,40,41,-1,40,36,35,-1,35,41,40,-1,41,37,38,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-19.262f,43.133f,11.798f,-19.163f,43.406f,11.798f,-23.011f,45.172f,11.728f,-22.672f,45.845f,11.497f,-20.961f,43.364f,11.773f,-22.513f,44.273f,11.732f,-22.126f,44.468f,11.578f,-20.66f,43.611f,11.725f,-19.163f,43.406f,11.798f,-19.163f,43.406f,12.048f,-19.163f,43.406f,12.298f,-22.672f,45.845f,11.497f,-22.646f,45.914f,11.735f,-22.621f,45.983f,11.974f,-20.66f,43.611f,11.725f,-22.126f,44.468f,11.578f,-22.164f,44.567f,12.062f,-20.683f,43.637f,12.22f,-19.163f,43.406f,12.298f,-19.213f,43.27f,12.298f,-19.262f,43.133f,12.298f,-22.621f,45.983f,11.974f,-22.85f,45.529f,12.13f,-23.079f,45.075f,12.287f,-20.683f,43.637f,12.22f,-22.164f,44.567f,12.062f,-22.624f,44.273f,12.282f,-21.081f,43.37f,12.29f,-19.262f,43.133f,12.298f,-19.262f,43.133f,11.975f,-23.079f,45.075f,12.287f,-23.13f,44.936f,11.809f,-21.081f,43.37f,12.29f,-22.624f,44.273f,12.282f,-22.497f,44.049f,11.828f,-19.262f,43.133f,11.975f,-19.262f,43.133f,11.798f,-23.13f,44.936f,11.809f,-23.011f,45.172f,11.728f,-22.513f,44.273f,11.732f,-20.961f,43.364f,11.773f,-22.497f,44.049f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_300_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,30,27,-1,30,31,32,-1,31,28,29,-1,29,32,31,-1,32,27,30,-1,38,39,37,-1,39,40,37,-1,40,35,34,-1,33,41,34,-1,41,36,37,-1,37,40,41,-1,40,34,41,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-18.653f,44.192f,11.798f,-18.394f,44.321f,11.798f,-19.964f,48.253f,11.728f,-19.255f,48.506f,11.497f,-19.725f,45.53f,11.773f,-20.224f,47.258f,11.732f,-19.808f,47.133f,11.578f,-19.337f,45.502f,11.725f,-18.394f,44.321f,11.798f,-18.394f,44.321f,12.298f,-19.255f,48.506f,11.497f,-19.122f,48.572f,11.974f,-19.337f,45.502f,11.725f,-19.808f,47.133f,11.578f,-19.768f,47.23f,12.062f,-19.336f,45.536f,12.22f,-18.394f,44.321f,12.298f,-18.524f,44.257f,12.298f,-18.653f,44.192f,12.298f,-19.122f,48.572f,11.974f,-19.601f,48.401f,12.13f,-20.08f,48.23f,12.287f,-19.336f,45.536f,12.22f,-19.768f,47.23f,12.062f,-20.303f,47.335f,12.282f,-19.808f,45.617f,12.29f,-18.653f,44.192f,12.298f,-18.653f,44.192f,11.975f,-20.08f,48.23f,12.287f,-20.213f,48.164f,11.809f,-19.808f,45.617f,12.29f,-20.303f,47.335f,12.282f,-20.366f,47.085f,11.828f,-18.653f,44.192f,11.975f,-18.653f,44.192f,11.887f,-18.653f,44.192f,11.798f,-20.213f,48.164f,11.809f,-20.089f,48.208f,11.768f,-19.964f,48.253f,11.728f,-20.224f,47.258f,11.732f,-19.725f,45.53f,11.773f,-20.366f,47.085f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_307_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,1,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,7,8,-1,7,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,35,-1,32,33,34,-1,33,30,31,-1,31,34,33,-1,34,35,32,-1,35,29,28,-1,41,42,40,-1,42,43,44,-1,43,38,37,-1,36,44,43,-1,44,45,42,-1,45,39,40,-1,37,36,43,-1,40,42,45,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-17.321f,44.547f,11.798f,-17.185f,44.495f,11.798f,-17.05f,44.444f,11.798f,-15.223f,48.263f,11.728f,-14.889f,48.088f,11.612f,-14.555f,47.913f,11.497f,-17.149f,45.978f,11.779f,-16.415f,47.468f,11.74f,-15.94f,47.389f,11.578f,-16.821f,45.938f,11.725f,-17.05f,44.444f,11.798f,-17.05f,44.444f,12.298f,-14.555f,47.913f,11.497f,-14.417f,47.86f,11.974f,-16.821f,45.938f,11.725f,-15.94f,47.389f,11.578f,-15.841f,47.425f,12.062f,-16.795f,45.96f,12.22f,-17.05f,44.444f,12.298f,-17.185f,44.495f,12.298f,-17.321f,44.547f,12.298f,-14.417f,47.86f,11.974f,-14.868f,48.096f,12.13f,-15.318f,48.333f,12.287f,-16.795f,45.96f,12.22f,-15.841f,47.425f,12.062f,-16.127f,47.89f,12.282f,-17.055f,46.362f,12.29f,-17.321f,44.547f,12.298f,-17.321f,44.547f,11.975f,-15.318f,48.333f,12.287f,-15.456f,48.385f,11.809f,-17.055f,46.362f,12.29f,-16.127f,47.89f,12.282f,-16.443f,47.658f,11.834f,-17.134f,46.203f,11.921f,-17.321f,44.547f,11.975f,-17.321f,44.547f,11.887f,-17.321f,44.547f,11.798f,-15.456f,48.385f,11.809f,-15.339f,48.324f,11.768f,-15.223f,48.263f,11.728f,-16.415f,47.468f,11.74f,-17.149f,45.978f,11.779f,-17.134f,46.203f,11.921f,-16.443f,47.658f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_314_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,14,9,-1,14,15,9,-1,15,11,12,-1,13,16,12,-1,16,17,9,-1,17,10,9,-1,9,15,16,-1,15,12,16,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,34,29,-1,34,35,32,-1,35,31,32,-1,33,36,32,-1,36,30,29,-1,29,34,36,-1,34,32,36,-1,40,41,43,-1,41,42,43,-1,42,38,37,-1,37,43,42,-1,43,39,40,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-16.385f,44.137f,11.798f,-16.217f,43.901f,11.798f,-12.579f,46.065f,11.728f,-12.218f,45.403f,11.497f,-15.231f,45.404f,11.773f,-13.601f,46.166f,11.732f,-13.66f,45.736f,11.578f,-15.198f,45.017f,11.725f,-16.217f,43.901f,11.798f,-16.217f,43.901f,12.048f,-16.217f,43.901f,12.298f,-12.218f,45.403f,11.497f,-12.175f,45.343f,11.735f,-12.132f,45.283f,11.974f,-15.198f,45.017f,11.725f,-13.66f,45.736f,11.578f,-13.558f,45.711f,12.062f,-15.164f,45.021f,12.22f,-16.217f,43.901f,12.298f,-16.301f,44.019f,12.298f,-16.385f,44.137f,12.298f,-12.132f,45.283f,11.974f,-12.376f,45.73f,12.13f,-12.619f,46.176f,12.287f,-15.164f,45.021f,12.22f,-13.558f,45.711f,12.062f,-13.538f,46.257f,12.282f,-15.158f,45.5f,12.29f,-16.385f,44.137f,12.298f,-16.385f,44.137f,12.137f,-16.385f,44.137f,11.975f,-12.619f,46.176f,12.287f,-12.662f,46.236f,12.048f,-12.705f,46.296f,11.809f,-15.158f,45.5f,12.29f,-13.538f,46.257f,12.282f,-13.795f,46.279f,11.828f,-16.385f,44.137f,11.975f,-16.385f,44.137f,11.798f,-12.705f,46.296f,11.809f,-12.579f,46.065f,11.728f,-13.601f,46.166f,11.732f,-15.231f,45.404f,11.773f,-13.795f,46.279f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_321_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,30,27,-1,30,31,32,-1,31,28,29,-1,29,32,31,-1,32,27,30,-1,36,37,39,-1,37,38,39,-1,38,34,33,-1,33,39,38,-1,39,35,36,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-17.012f,44.473f,11.798f,-16.887f,44.4f,11.798f,-16.762f,44.327f,11.798f,-14.336f,47.797f,11.728f,-14.036f,47.569f,11.612f,-13.735f,47.342f,11.497f,-16.482f,46.103f,11.773f,-15.31f,47.468f,11.732f,-15.186f,47.052f,11.578f,-16.292f,45.763f,11.725f,-16.762f,44.327f,11.798f,-16.762f,44.327f,12.298f,-13.735f,47.342f,11.497f,-13.607f,47.268f,11.974f,-16.292f,45.763f,11.725f,-15.186f,47.052f,11.578f,-15.083f,47.071f,12.062f,-16.263f,45.781f,12.22f,-16.762f,44.327f,12.298f,-17.012f,44.473f,12.298f,-13.607f,47.268f,11.974f,-14.419f,47.881f,12.287f,-16.263f,45.781f,12.22f,-15.083f,47.071f,12.062f,-15.289f,47.577f,12.282f,-16.454f,46.22f,12.29f,-17.012f,44.473f,12.298f,-17.012f,44.473f,11.975f,-14.419f,47.881f,12.287f,-14.547f,47.955f,11.809f,-16.454f,46.22f,12.29f,-15.289f,47.577f,12.282f,-15.533f,47.491f,11.828f,-17.012f,44.473f,11.975f,-17.012f,44.473f,11.798f,-14.547f,47.955f,11.809f,-14.336f,47.797f,11.728f,-15.31f,47.468f,11.732f,-16.482f,46.103f,11.773f,-15.533f,47.491f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_328_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,28,31,-1,28,29,30,-1,29,26,27,-1,27,30,29,-1,30,31,28,-1,31,25,24,-1,35,36,39,-1,36,37,38,-1,37,33,32,-1,32,38,37,-1,38,39,36,-1,39,34,35,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-16.016f,43.486f,11.798f,-15.955f,43.202f,11.798f,-11.757f,43.753f,11.728f,-11.687f,43.002f,11.497f,-14.722f,44.122f,11.779f,-13.074f,44.319f,11.74f,-12.881f,43.878f,11.578f,-14.578f,43.825f,11.725f,-15.955f,43.202f,11.798f,-15.955f,43.202f,12.298f,-11.687f,43.002f,11.497f,-11.656f,42.858f,11.974f,-14.578f,43.825f,11.725f,-12.881f,43.878f,11.578f,-12.797f,43.814f,12.062f,-14.545f,43.815f,12.22f,-15.955f,43.202f,12.298f,-16.016f,43.486f,12.298f,-11.656f,42.858f,11.974f,-11.751f,43.871f,12.287f,-14.545f,43.815f,12.22f,-12.797f,43.814f,12.062f,-12.563f,44.308f,12.282f,-14.35f,44.252f,12.29f,-16.016f,43.486f,12.298f,-16.016f,43.486f,11.975f,-11.751f,43.871f,12.287f,-11.782f,44.015f,11.809f,-14.35f,44.252f,12.29f,-12.563f,44.308f,12.282f,-12.93f,44.446f,11.834f,-14.526f,44.232f,11.921f,-16.016f,43.486f,11.975f,-16.016f,43.486f,11.798f,-11.782f,44.015f,11.809f,-11.757f,43.753f,11.728f,-13.074f,44.319f,11.74f,-14.722f,44.122f,11.779f,-14.526f,44.232f,11.921f,-12.93f,44.446f,11.834f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-1.1023E-6f,-2.372E-7f,-1.0f,-4.6287E-5f,-9.9607E-6f,-1.0f,0.34002f,0.30602f,-0.88923f,0.86777f,0.21892f,-0.44615f,-0.067015f,0.14669f,-0.98691f,0.022234f,0.35464f,-0.93474f,0.0036528f,0.34106f,-0.94004f,-0.10827f,0.12644f,-0.98605f,0.61522f,-0.78836f,0.0f,0.61523f,-0.78835f,0.0f,-0.9655f,-0.25994f,-0.015767f,-0.99167f,-0.1261f,0.026382f,0.21982f,-0.97496f,-0.033792f,-0.24911f,-0.96494f,-0.082735f,-0.28725f,-0.95493f,-0.07481f,0.19531f,-0.98021f,-0.032261f,4.6295E-5f,9.9622E-6f,1.0f,1.1027E-6f,2.3729E-7f,1.0f,-0.98744f,-0.12312f,0.099021f,-0.31103f,-0.30651f,0.89962f,0.1128f,-0.15199f,0.98192f,-0.022641f,-0.36828f,0.92944f,-0.102f,-0.39095f,0.91474f,0.070302f,-0.2418f,0.96778f,-0.58019f,0.81448f,0.0f,-0.58019f,0.81448f,0.0f,0.67612f,0.71631f,0.17249f,0.61752f,0.76315f,0.19046f,-0.25512f,0.96359f,0.080056f,0.25202f,0.95483f,0.15746f,0.098651f,0.98198f,0.16122f,-0.29237f,0.95341f,0.074392f,-0.58019f,0.81448f,0.0f,-0.58019f,0.81448f,0.0f,0.26557f,0.30668f,-0.91401f,0.34002f,0.30602f,-0.88923f,0.058283f,0.63013f,-0.7743f,-0.28675f,0.92428f,-0.25197f,-0.29492f,0.88113f,-0.36964f,0.010998f,0.51909f,-0.85465f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,30,25,-1,30,31,28,-1,31,27,28,-1,29,32,28,-1,32,33,28,-1,33,26,25,-1,25,30,33,-1,30,28,33,-1,39,40,38,-1,40,41,42,-1,41,36,35,-1,34,42,41,-1,42,43,40,-1,43,37,38,-1,35,34,41,-1,38,40,43,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-15.86f,42.726f,11.798f,-15.922f,42.443f,11.798f,-11.874f,41.202f,11.728f,-12.122f,40.49f,11.497f,-14.419f,42.768f,11.779f,-12.837f,42.263f,11.74f,-12.844f,41.781f,11.578f,-14.41f,42.438f,11.725f,-15.922f,42.443f,11.798f,-15.922f,42.443f,12.298f,-12.122f,40.49f,11.497f,-12.153f,40.345f,11.974f,-14.41f,42.438f,11.725f,-12.844f,41.781f,11.578f,-12.794f,41.689f,12.062f,-14.384f,42.415f,12.22f,-15.922f,42.443f,12.298f,-15.86f,42.726f,12.298f,-12.153f,40.345f,11.974f,-11.819f,41.306f,12.287f,-14.384f,42.415f,12.22f,-12.794f,41.689f,12.062f,-12.605f,42.206f,12.282f,-14.161f,42.755f,12.291f,-15.86f,42.726f,12.298f,-15.86f,42.726f,12.137f,-15.86f,42.726f,11.975f,-11.819f,41.306f,12.287f,-11.804f,41.378f,12.048f,-11.788f,41.45f,11.809f,-14.161f,42.755f,12.291f,-12.605f,42.206f,12.282f,-12.653f,42.319f,11.834f,-14.194f,42.787f,11.921f,-15.86f,42.726f,11.975f,-15.86f,42.726f,11.887f,-15.86f,42.726f,11.798f,-11.788f,41.45f,11.809f,-11.831f,41.326f,11.768f,-11.874f,41.202f,11.728f,-12.837f,42.263f,11.74f,-14.419f,42.768f,11.779f,-14.194f,42.787f,11.921f,-12.653f,42.319f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_342_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,30,33,-1,30,31,32,-1,31,28,32,-1,29,32,28,-1,32,33,30,-1,33,27,26,-1,37,38,36,-1,38,39,41,-1,39,35,40,-1,34,40,35,-1,40,41,39,-1,41,36,38,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-16.564f,41.572f,11.798f,-16.814f,41.425f,11.798f,-14.981f,37.609f,11.728f,-15.672f,37.308f,11.497f,-15.404f,40.31f,11.773f,-14.79f,38.619f,11.732f,-15.213f,38.715f,11.578f,-15.793f,40.311f,11.725f,-16.814f,41.425f,11.798f,-16.814f,41.425f,12.298f,-15.672f,37.308f,11.497f,-15.799f,37.233f,11.974f,-15.793f,40.311f,11.725f,-15.213f,38.715f,11.578f,-15.247f,38.616f,12.062f,-15.792f,40.277f,12.22f,-16.814f,41.425f,12.298f,-16.689f,41.498f,12.298f,-16.564f,41.572f,12.298f,-15.799f,37.233f,11.974f,-15.333f,37.437f,12.13f,-14.867f,37.64f,12.287f,-15.792f,40.277f,12.22f,-15.247f,38.616f,12.062f,-14.739f,38.827f,12.282f,-15.391f,40.343f,12.291f,-16.564f,41.572f,12.298f,-16.564f,41.572f,11.975f,-14.867f,37.64f,12.287f,-14.739f,37.714f,11.809f,-15.391f,40.343f,12.291f,-14.739f,38.827f,12.282f,-14.688f,38.939f,11.834f,-15.39f,40.389f,11.921f,-16.564f,41.572f,11.975f,-16.564f,41.572f,11.798f,-14.739f,37.714f,11.809f,-14.981f,37.609f,11.728f,-14.79f,38.619f,11.732f,-15.404f,40.31f,11.773f,-15.39f,40.389f,11.921f,-14.688f,38.939f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_349_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,29,-1,32,33,34,-1,33,30,31,-1,31,34,33,-1,34,29,32,-1,40,41,39,-1,41,42,39,-1,42,37,36,-1,35,43,36,-1,43,38,39,-1,39,42,43,-1,42,36,43,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-16.128f,42.071f,11.798f,-16.215f,41.955f,11.798f,-16.302f,41.839f,11.798f,-13.131f,39.033f,11.728f,-13.391f,38.76f,11.612f,-13.651f,38.488f,11.497f,-14.569f,41.358f,11.773f,-13.347f,40.038f,11.732f,-13.774f,39.963f,11.578f,-14.928f,41.209f,11.725f,-16.302f,41.839f,11.798f,-16.302f,41.839f,12.298f,-13.651f,38.488f,11.497f,-13.74f,38.369f,11.974f,-14.928f,41.209f,11.725f,-13.774f,39.963f,11.578f,-13.767f,39.858f,12.062f,-14.914f,41.177f,12.22f,-16.302f,41.839f,12.298f,-16.215f,41.955f,12.298f,-16.128f,42.071f,12.298f,-13.74f,38.369f,11.974f,-13.389f,38.738f,12.13f,-13.038f,39.106f,12.287f,-14.914f,41.177f,12.22f,-13.767f,39.858f,12.062f,-13.241f,40.005f,12.282f,-14.456f,41.317f,12.29f,-16.128f,42.071f,12.298f,-16.128f,42.071f,11.975f,-13.038f,39.106f,12.287f,-12.949f,39.224f,11.809f,-14.456f,41.317f,12.29f,-13.241f,40.005f,12.282f,-13.298f,40.257f,11.828f,-16.128f,42.071f,11.975f,-16.128f,42.071f,11.887f,-16.128f,42.071f,11.798f,-12.949f,39.224f,11.809f,-13.04f,39.129f,11.768f,-13.131f,39.033f,11.728f,-13.347f,40.038f,11.732f,-14.569f,41.358f,11.773f,-13.298f,40.257f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_356_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,34,29,-1,34,35,32,-1,35,31,32,-1,33,36,32,-1,36,30,29,-1,29,34,36,-1,34,32,36,-1,42,43,41,-1,43,44,41,-1,44,39,38,-1,37,45,38,-1,45,40,41,-1,41,44,45,-1,44,38,45,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-18.817f,43.988f,11.798f,-18.703f,44.079f,11.798f,-18.59f,44.169f,11.798f,-20.944f,47.687f,11.728f,-20.623f,47.885f,11.612f,-20.302f,48.083f,11.497f,-20.144f,45.074f,11.773f,-20.991f,46.661f,11.732f,-20.558f,46.625f,11.578f,-19.758f,45.127f,11.725f,-18.59f,44.169f,11.798f,-18.59f,44.169f,12.298f,-20.302f,48.083f,11.497f,-20.187f,48.175f,11.974f,-19.758f,45.127f,11.725f,-20.558f,46.625f,11.578f,-20.539f,46.728f,12.062f,-19.764f,45.161f,12.22f,-18.59f,44.169f,12.298f,-18.703f,44.079f,12.298f,-18.817f,43.988f,12.298f,-20.187f,48.175f,11.974f,-20.62f,47.908f,12.13f,-21.053f,47.641f,12.287f,-19.764f,45.161f,12.22f,-20.539f,46.728f,12.062f,-21.085f,46.72f,12.282f,-20.243f,45.142f,12.29f,-18.817f,43.988f,12.298f,-18.817f,43.988f,12.137f,-18.817f,43.988f,11.975f,-21.053f,47.641f,12.287f,-21.11f,47.595f,12.048f,-21.168f,47.549f,11.809f,-20.243f,45.142f,12.29f,-21.085f,46.72f,12.282f,-21.093f,46.462f,11.828f,-18.817f,43.988f,11.975f,-18.817f,43.988f,11.887f,-18.817f,43.988f,11.798f,-21.168f,47.549f,11.809f,-21.056f,47.618f,11.768f,-20.944f,47.687f,11.728f,-20.991f,46.661f,11.732f,-20.144f,45.074f,11.773f,-21.093f,46.462f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_363_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,1,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,7,8,-1,7,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,35,-1,32,33,34,-1,33,30,31,-1,31,34,33,-1,34,35,32,-1,35,29,28,-1,41,42,40,-1,42,43,44,-1,43,38,37,-1,36,44,43,-1,44,45,42,-1,45,39,40,-1,37,36,43,-1,40,42,45,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-18.403f,44.347f,11.798f,-18.264f,44.389f,11.798f,-18.125f,44.43f,11.798f,-19.005f,48.571f,11.728f,-18.634f,48.636f,11.612f,-18.262f,48.701f,11.497f,-19.139f,45.586f,11.779f,-19.466f,47.214f,11.74f,-19.041f,47.442f,11.578f,-18.855f,45.754f,11.725f,-18.125f,44.43f,11.798f,-18.125f,44.43f,12.298f,-18.262f,48.701f,11.497f,-18.121f,48.743f,11.974f,-18.855f,45.754f,11.725f,-19.041f,47.442f,11.578f,-18.985f,47.53f,12.062f,-18.847f,45.788f,12.22f,-18.125f,44.43f,12.298f,-18.264f,44.389f,12.298f,-18.403f,44.347f,12.298f,-18.121f,48.743f,11.974f,-18.622f,48.656f,12.13f,-19.123f,48.568f,12.287f,-18.847f,45.788f,12.22f,-18.985f,47.53f,12.062f,-19.495f,47.725f,12.282f,-19.299f,45.948f,12.29f,-18.403f,44.347f,12.298f,-18.403f,44.347f,11.975f,-19.123f,48.568f,12.287f,-19.265f,48.526f,11.809f,-19.299f,45.948f,12.29f,-19.495f,47.725f,12.282f,-19.604f,47.348f,11.834f,-19.265f,45.774f,11.921f,-18.403f,44.347f,11.975f,-18.403f,44.347f,11.887f,-18.403f,44.347f,11.798f,-19.265f,48.526f,11.809f,-19.135f,48.549f,11.768f,-19.005f,48.571f,11.728f,-19.466f,47.214f,11.74f,-19.139f,45.586f,11.779f,-19.265f,45.774f,11.921f,-19.604f,47.348f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_370_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,30,25,-1,30,31,28,-1,31,27,28,-1,29,32,28,-1,32,33,28,-1,33,26,25,-1,25,30,33,-1,30,28,33,-1,39,40,38,-1,40,41,42,-1,41,36,35,-1,34,42,41,-1,42,43,40,-1,43,37,38,-1,35,34,41,-1,38,40,43,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-18.121f,44.467f,11.798f,-17.833f,44.499f,11.798f,-17.953f,48.731f,11.728f,-17.199f,48.724f,11.497f,-18.622f,45.819f,11.779f,-18.651f,47.479f,11.74f,-18.192f,47.626f,11.578f,-18.312f,45.932f,11.725f,-17.833f,44.499f,11.798f,-17.833f,44.499f,12.298f,-17.199f,48.724f,11.497f,-17.053f,48.74f,11.974f,-18.312f,45.932f,11.725f,-18.192f,47.626f,11.578f,-18.121f,47.703f,12.062f,-18.299f,45.964f,12.22f,-17.833f,44.499f,12.298f,-18.121f,44.467f,12.298f,-17.053f,48.74f,11.974f,-18.07f,48.749f,12.287f,-18.299f,45.964f,12.22f,-18.121f,47.703f,12.062f,-18.587f,47.986f,12.282f,-18.714f,46.203f,12.29f,-18.121f,44.467f,12.298f,-18.121f,44.467f,12.137f,-18.121f,44.467f,11.975f,-18.07f,48.749f,12.287f,-18.143f,48.741f,12.048f,-18.217f,48.733f,11.809f,-18.714f,46.203f,12.29f,-18.587f,47.986f,12.282f,-18.762f,47.635f,11.834f,-18.712f,46.025f,11.921f,-18.121f,44.467f,11.975f,-18.121f,44.467f,11.887f,-18.121f,44.467f,11.798f,-18.217f,48.733f,11.809f,-18.085f,48.732f,11.768f,-17.953f,48.731f,11.728f,-18.651f,47.479f,11.74f,-18.622f,45.819f,11.779f,-18.712f,46.025f,11.921f,-18.762f,47.635f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_377_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,30,33,-1,30,31,32,-1,31,28,32,-1,29,32,28,-1,32,33,30,-1,33,27,26,-1,37,38,41,-1,38,39,40,-1,39,35,34,-1,34,40,39,-1,40,41,38,-1,41,36,37,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-17.864f,44.521f,11.798f,-17.574f,44.508f,11.798f,-17.033f,48.707f,11.728f,-16.289f,48.583f,11.497f,-18.148f,45.935f,11.779f,-17.917f,47.579f,11.74f,-17.441f,47.653f,11.578f,-17.824f,45.998f,11.725f,-17.574f,44.508f,11.798f,-17.574f,44.508f,12.298f,-16.289f,48.583f,11.497f,-16.142f,48.576f,11.974f,-17.824f,45.998f,11.725f,-17.441f,47.653f,11.578f,-17.358f,47.718f,12.062f,-17.806f,46.028f,12.22f,-17.574f,44.508f,12.298f,-17.719f,44.515f,12.298f,-17.864f,44.521f,12.298f,-16.142f,48.576f,11.974f,-16.643f,48.659f,12.13f,-17.145f,48.743f,12.287f,-17.806f,46.028f,12.22f,-17.358f,47.718f,12.062f,-17.9f,47.817f,12.282f,-18.178f,46.191f,12.291f,-17.864f,44.521f,12.298f,-17.864f,44.521f,11.975f,-17.145f,48.743f,12.287f,-17.293f,48.75f,11.809f,-18.178f,46.191f,12.291f,-17.9f,47.817f,12.282f,-18.003f,47.751f,11.834f,-18.204f,46.153f,11.921f,-17.864f,44.521f,11.975f,-17.864f,44.521f,11.798f,-17.293f,48.75f,11.809f,-17.033f,48.707f,11.728f,-17.917f,47.579f,11.74f,-18.148f,45.935f,11.779f,-18.204f,46.153f,11.921f,-18.003f,47.751f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_384_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,1,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,7,8,-1,7,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,30,33,-1,30,31,32,-1,31,28,29,-1,29,32,31,-1,32,33,30,-1,33,27,26,-1,37,38,41,-1,38,39,40,-1,39,35,34,-1,34,40,39,-1,40,41,38,-1,41,36,37,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-17.608f,44.541f,11.798f,-17.466f,44.513f,11.798f,-17.324f,44.485f,11.798f,-16.169f,48.558f,11.728f,-15.811f,48.442f,11.612f,-15.452f,48.326f,11.497f,-17.681f,45.981f,11.779f,-17.21f,47.573f,11.74f,-16.728f,47.576f,11.578f,-17.351f,45.996f,11.725f,-17.324f,44.485f,11.798f,-17.324f,44.485f,12.298f,-15.452f,48.326f,11.497f,-15.307f,48.298f,11.974f,-17.351f,45.996f,11.725f,-16.728f,47.576f,11.578f,-16.637f,47.628f,12.062f,-17.329f,46.023f,12.22f,-17.324f,44.485f,12.298f,-17.608f,44.541f,12.298f,-15.307f,48.298f,11.974f,-16.275f,48.611f,12.287f,-17.329f,46.023f,12.22f,-16.637f,47.628f,12.062f,-16.998f,48.039f,12.282f,-17.654f,46.375f,12.29f,-17.608f,44.541f,12.298f,-17.608f,44.541f,11.975f,-16.275f,48.611f,12.287f,-16.42f,48.64f,11.809f,-17.654f,46.375f,12.29f,-16.998f,48.039f,12.282f,-17.27f,47.756f,11.834f,-17.705f,46.205f,11.921f,-17.608f,44.541f,11.975f,-17.608f,44.541f,11.798f,-16.42f,48.64f,11.809f,-16.169f,48.558f,11.728f,-17.21f,47.573f,11.74f,-17.681f,45.981f,11.779f,-17.705f,46.205f,11.921f,-17.27f,47.756f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_391_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,28,31,-1,28,29,30,-1,29,26,30,-1,27,30,26,-1,30,31,28,-1,31,25,24,-1,35,36,39,-1,36,37,38,-1,37,33,32,-1,32,38,37,-1,38,39,36,-1,39,34,35,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-19.234f,43.466f,11.798f,-19.082f,43.713f,11.798f,-22.49f,46.224f,11.728f,-22.021f,46.814f,11.497f,-20.608f,43.904f,11.779f,-21.933f,44.903f,11.74f,-21.767f,45.356f,11.578f,-20.506f,44.218f,11.725f,-19.082f,43.713f,11.798f,-19.082f,43.713f,12.298f,-22.021f,46.814f,11.497f,-21.944f,46.94f,11.974f,-20.506f,44.218f,11.725f,-21.767f,45.356f,11.578f,-21.784f,45.459f,12.062f,-20.523f,44.248f,12.22f,-19.082f,43.713f,12.298f,-19.234f,43.466f,12.298f,-21.944f,46.94f,11.974f,-22.577f,46.143f,12.287f,-20.523f,44.248f,12.22f,-21.784f,45.459f,12.062f,-22.133f,45.034f,12.282f,-20.847f,44.001f,12.291f,-19.234f,43.466f,12.298f,-19.234f,43.466f,11.975f,-22.577f,46.143f,12.287f,-22.654f,46.018f,11.809f,-20.847f,44.001f,12.291f,-22.133f,45.034f,12.282f,-22.125f,44.912f,11.834f,-20.826f,43.96f,11.921f,-19.234f,43.466f,11.975f,-19.234f,43.466f,11.798f,-22.654f,46.018f,11.809f,-22.49f,46.224f,11.728f,-21.933f,44.903f,11.74f,-20.608f,43.904f,11.779f,-20.826f,43.96f,11.921f,-22.125f,44.912f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_398_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,32,27,-1,32,33,30,-1,33,29,30,-1,31,34,30,-1,34,28,27,-1,27,32,34,-1,32,30,34,-1,40,41,39,-1,41,42,39,-1,42,37,36,-1,35,43,36,-1,43,38,39,-1,39,42,43,-1,42,36,43,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-19.365f,42.879f,11.798f,-19.337f,43.022f,11.798f,-19.308f,43.164f,11.798f,-23.378f,44.331f,11.728f,-23.261f,44.689f,11.612f,-23.143f,45.047f,11.497f,-21.079f,42.852f,11.773f,-22.751f,43.517f,11.732f,-22.397f,43.769f,11.578f,-20.819f,43.141f,11.725f,-19.308f,43.164f,11.798f,-19.308f,43.164f,12.298f,-23.143f,45.047f,11.497f,-23.114f,45.192f,11.974f,-20.819f,43.141f,11.725f,-22.397f,43.769f,11.578f,-22.449f,43.86f,12.062f,-20.846f,43.163f,12.22f,-19.308f,43.164f,12.298f,-19.365f,42.879f,12.298f,-23.114f,45.192f,11.974f,-23.431f,44.225f,12.287f,-20.846f,43.163f,12.22f,-22.449f,43.86f,12.062f,-22.86f,43.501f,12.282f,-21.199f,42.84f,12.29f,-19.365f,42.879f,12.298f,-19.365f,42.879f,12.137f,-19.365f,42.879f,11.975f,-23.431f,44.225f,12.287f,-23.445f,44.153f,12.048f,-23.46f,44.081f,11.809f,-21.199f,42.84f,12.29f,-22.86f,43.501f,12.282f,-22.701f,43.299f,11.828f,-19.365f,42.879f,11.975f,-19.365f,42.879f,11.887f,-19.365f,42.879f,11.798f,-23.46f,44.081f,11.809f,-23.419f,44.206f,11.768f,-23.378f,44.331f,11.728f,-22.751f,43.517f,11.732f,-21.079f,42.852f,11.773f,-22.701f,43.299f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_405_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,35,-1,32,33,34,-1,33,30,34,-1,31,34,30,-1,34,35,32,-1,35,29,28,-1,39,40,38,-1,40,41,43,-1,41,37,42,-1,36,42,37,-1,42,43,41,-1,43,38,40,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-19.276f,42.257f,11.798f,-19.3f,42.399f,11.798f,-19.325f,42.542f,11.798f,-23.542f,42.169f,11.728f,-23.561f,42.545f,11.612f,-23.581f,42.922f,11.497f,-20.866f,41.615f,11.773f,-22.664f,41.635f,11.732f,-22.425f,41.997f,11.578f,-20.727f,41.978f,11.725f,-19.325f,42.542f,11.798f,-19.325f,42.542f,12.298f,-23.581f,42.922f,11.497f,-23.606f,43.067f,11.974f,-20.727f,41.978f,11.725f,-22.425f,41.997f,11.578f,-22.506f,42.063f,12.062f,-20.76f,41.989f,12.22f,-19.325f,42.542f,12.298f,-19.3f,42.399f,12.298f,-19.276f,42.257f,12.298f,-23.606f,43.067f,11.974f,-23.58f,42.559f,12.13f,-23.553f,42.051f,12.287f,-20.76f,41.989f,12.22f,-22.506f,42.063f,12.062f,-22.487f,41.513f,12.282f,-20.839f,41.591f,12.291f,-19.276f,42.257f,12.298f,-19.276f,42.257f,11.975f,-23.553f,42.051f,12.287f,-23.528f,41.906f,11.809f,-20.839f,41.591f,12.291f,-22.487f,41.513f,12.282f,-22.4f,41.427f,11.834f,-20.796f,41.573f,11.921f,-19.276f,42.257f,11.975f,-19.276f,42.257f,11.798f,-23.528f,41.906f,11.809f,-23.542f,42.169f,11.728f,-22.664f,41.635f,11.732f,-20.866f,41.615f,11.773f,-20.796f,41.573f,11.921f,-22.4f,41.427f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_412_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,1,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,7,8,-1,7,4,8,-1,10,16,11,-1,16,17,11,-1,17,13,14,-1,15,18,14,-1,18,19,11,-1,19,12,11,-1,11,17,18,-1,17,14,18,-1,20,24,21,-1,24,25,27,-1,25,22,26,-1,23,26,22,-1,26,27,25,-1,27,21,24,-1,28,32,35,-1,32,33,34,-1,33,30,34,-1,31,34,30,-1,34,35,32,-1,35,29,28,-1,41,42,40,-1,42,43,44,-1,43,38,37,-1,36,44,43,-1,44,45,42,-1,45,39,40,-1,37,36,43,-1,40,42,45,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-18.91f,41.797f,11.798f,-18.988f,41.92f,11.798f,-19.065f,42.042f,11.798f,-22.818f,40.083f,11.728f,-22.98f,40.424f,11.612f,-23.142f,40.764f,11.497f,-19.907f,40.755f,11.779f,-21.387f,40.003f,11.74f,-21.72f,40.352f,11.578f,-20.144f,40.985f,11.725f,-19.065f,42.042f,11.798f,-19.065f,42.042f,12.048f,-19.065f,42.042f,12.298f,-23.142f,40.764f,11.497f,-23.181f,40.827f,11.735f,-23.221f,40.889f,11.974f,-20.144f,40.985f,11.725f,-21.72f,40.352f,11.578f,-21.821f,40.382f,12.062f,-20.179f,40.982f,12.22f,-19.065f,42.042f,12.298f,-18.91f,41.797f,12.298f,-23.221f,40.889f,11.974f,-22.784f,39.97f,12.287f,-20.179f,40.982f,12.22f,-21.821f,40.382f,12.062f,-21.592f,39.882f,12.282f,-20.099f,40.584f,12.291f,-18.91f,41.797f,12.298f,-18.91f,41.797f,11.975f,-22.784f,39.97f,12.287f,-22.705f,39.845f,11.809f,-20.099f,40.584f,12.291f,-21.592f,39.882f,12.282f,-21.479f,39.835f,11.834f,-20.053f,40.584f,11.921f,-18.91f,41.797f,11.975f,-18.91f,41.797f,11.887f,-18.91f,41.797f,11.798f,-22.705f,39.845f,11.809f,-22.761f,39.964f,11.768f,-22.818f,40.083f,11.728f,-21.387f,40.003f,11.74f,-19.907f,40.755f,11.779f,-20.053f,40.584f,11.921f,-21.479f,39.835f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_419_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,30,25,-1,30,31,28,-1,31,27,28,-1,29,32,28,-1,32,33,28,-1,33,26,25,-1,25,30,33,-1,30,28,33,-1,39,40,38,-1,40,41,42,-1,41,36,35,-1,34,42,41,-1,42,43,40,-1,43,37,38,-1,35,34,41,-1,38,40,43,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-18.905f,41.791f,11.798f,-19.061f,42.035f,11.798f,-22.805f,40.058f,11.728f,-23.132f,40.737f,11.497f,-19.897f,40.744f,11.779f,-21.373f,39.985f,11.74f,-21.708f,40.332f,11.578f,-20.135f,40.972f,11.725f,-19.061f,42.035f,11.798f,-19.061f,42.035f,12.298f,-23.132f,40.737f,11.497f,-23.211f,40.862f,11.974f,-20.135f,40.972f,11.725f,-21.708f,40.332f,11.578f,-21.809f,40.362f,12.062f,-20.17f,40.97f,12.22f,-19.061f,42.035f,12.298f,-18.905f,41.791f,12.298f,-23.211f,40.862f,11.974f,-22.77f,39.945f,12.287f,-20.17f,40.97f,12.22f,-21.809f,40.362f,12.062f,-21.578f,39.862f,12.282f,-20.089f,40.572f,12.291f,-18.905f,41.791f,12.298f,-18.905f,41.791f,12.137f,-18.905f,41.791f,11.975f,-22.77f,39.945f,12.287f,-22.73f,39.883f,12.048f,-22.69f,39.821f,11.809f,-20.089f,40.572f,12.291f,-21.578f,39.862f,12.282f,-21.464f,39.816f,11.834f,-20.042f,40.572f,11.921f,-18.905f,41.791f,11.975f,-18.905f,41.791f,11.887f,-18.905f,41.791f,11.798f,-22.69f,39.821f,11.809f,-22.747f,39.94f,11.768f,-22.805f,40.058f,11.728f,-21.373f,39.985f,11.74f,-19.897f,40.744f,11.779f,-20.042f,40.572f,11.921f,-21.464f,39.816f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_426_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,30,25,-1,30,31,28,-1,31,27,28,-1,29,32,28,-1,32,33,28,-1,33,26,25,-1,25,30,33,-1,30,28,33,-1,37,38,41,-1,38,39,40,-1,39,35,34,-1,34,40,39,-1,40,41,38,-1,41,36,37,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-18.725f,41.603f,11.798f,-18.917f,41.82f,11.798f,-22.307f,39.284f,11.728f,-22.736f,39.904f,11.497f,-19.541f,40.415f,11.779f,-20.881f,39.435f,11.74f,-21.266f,39.725f,11.578f,-19.813f,40.603f,11.725f,-18.917f,41.82f,11.798f,-18.917f,41.82f,12.298f,-22.736f,39.904f,11.497f,-22.834f,40.014f,11.974f,-19.813f,40.603f,11.725f,-21.266f,39.725f,11.578f,-21.37f,39.739f,12.062f,-19.846f,40.595f,12.22f,-18.917f,41.82f,12.298f,-18.725f,41.603f,12.298f,-22.834f,40.014f,11.974f,-22.254f,39.178f,12.287f,-19.846f,40.595f,12.22f,-21.37f,39.739f,12.062f,-21.333f,39.194f,12.282f,-19.802f,40.118f,12.29f,-18.725f,41.603f,12.298f,-18.725f,41.603f,12.137f,-18.725f,41.603f,11.975f,-22.254f,39.178f,12.287f,-22.206f,39.122f,12.048f,-22.157f,39.067f,11.809f,-19.802f,40.118f,12.29f,-21.333f,39.194f,12.282f,-20.945f,39.254f,11.834f,-19.658f,40.222f,11.921f,-18.725f,41.603f,11.975f,-18.725f,41.603f,11.798f,-22.157f,39.067f,11.809f,-22.307f,39.284f,11.728f,-20.881f,39.435f,11.74f,-19.541f,40.415f,11.779f,-19.658f,40.222f,11.921f,-20.945f,39.254f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_433_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,30,27,-1,30,31,32,-1,31,28,29,-1,29,32,31,-1,32,27,30,-1,36,37,39,-1,37,38,39,-1,38,34,33,-1,33,39,38,-1,39,35,36,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-18.532f,41.455f,11.798f,-18.754f,41.642f,11.798f,-21.736f,38.637f,11.728f,-22.251f,39.188f,11.497f,-19.333f,39.94f,11.773f,-20.721f,38.795f,11.732f,-20.771f,39.226f,11.578f,-19.462f,40.307f,11.725f,-18.754f,41.642f,11.798f,-18.754f,41.642f,12.298f,-22.251f,39.188f,11.497f,-22.364f,39.283f,11.974f,-19.462f,40.307f,11.725f,-20.771f,39.226f,11.578f,-20.877f,39.225f,12.062f,-19.494f,40.294f,12.22f,-18.754f,41.642f,12.298f,-18.643f,41.548f,12.298f,-18.532f,41.455f,12.298f,-22.364f,39.283f,11.974f,-22.017f,38.912f,12.13f,-21.669f,38.54f,12.287f,-19.494f,40.294f,12.22f,-20.877f,39.225f,12.062f,-20.76f,38.691f,12.282f,-19.38f,39.829f,12.29f,-18.532f,41.455f,12.298f,-18.532f,41.455f,11.975f,-21.669f,38.54f,12.287f,-21.556f,38.445f,11.809f,-19.38f,39.829f,12.29f,-20.76f,38.691f,12.282f,-20.505f,38.734f,11.828f,-18.532f,41.455f,11.975f,-18.532f,41.455f,11.798f,-21.556f,38.445f,11.809f,-21.736f,38.637f,11.728f,-20.721f,38.795f,11.732f,-19.333f,39.94f,11.773f,-20.505f,38.734f,11.828f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {7.2652E-7f,8.6225E-7f,-1.0f,3.0508E-5f,3.6208E-5f,-1.0f,-0.081588f,-0.45012f,-0.88923f,-0.55225f,-0.70425f,-0.44615f,0.17f,-0.10643f,-0.97968f,0.1727f,-0.35145f,-0.92014f,0.20586f,-0.27195f,-0.94004f,0.16301f,-0.033725f,-0.98605f,-0.96904f,0.24689f,0.0f,-0.96905f,0.24688f,0.0f,0.60442f,0.79651f,-0.015767f,0.70704f,0.70668f,0.026382f,-0.77057f,0.63646f,-0.033792f,-0.3936f,0.91555f,-0.082735f,-0.35731f,0.93098f,-0.07481f,-0.7544f,0.65562f,-0.032261f,-3.0513E-5f,-3.6213E-5f,1.0f,-1.476E-5f,-1.7517E-5f,1.0f,-7.2677E-7f,-8.6255E-7f,1.0f,0.70552f,0.70174f,0.099021f,0.25712f,0.56893f,0.78116f,0.058364f,0.43276f,0.89962f,-0.18223f,0.051149f,0.98192f,-0.2075f,0.3051f,0.92944f,-0.15862f,0.3716f,0.91474f,-0.20359f,0.14819f,0.96778f,0.95733f,-0.28899f,0.0f,0.95733f,-0.28899f,0.0f,-0.096257f,-0.9803f,0.17249f,-0.021246f,-0.98147f,0.19046f,0.79152f,-0.60587f,0.080056f,0.38511f,-0.90934f,0.15746f,0.48496f,-0.85858f,0.16633f,0.95733f,-0.28899f,0.0f,0.95733f,-0.28899f,0.0f,-0.02231f,-0.40507f,-0.91401f,-0.081588f,-0.45012f,-0.88923f,0.23405f,-0.49281f,-0.83807f,0.73848f,-0.57884f,-0.34582f,0.27338f,-0.40698f,-0.87157f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,30,27,-1,30,31,32,-1,31,28,29,-1,29,32,31,-1,32,27,30,-1,36,37,39,-1,37,38,39,-1,38,34,33,-1,33,39,38,-1,39,35,36,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-18.317f,41.343f,11.798f,-18.441f,41.42f,11.798f,-18.564f,41.496f,11.798f,-21.085f,38.096f,11.728f,-21.379f,38.331f,11.612f,-21.674f,38.567f,11.497f,-18.893f,39.729f,11.773f,-20.103f,38.397f,11.732f,-20.215f,38.816f,11.578f,-19.073f,40.074f,11.725f,-18.564f,41.496f,11.798f,-18.564f,41.496f,12.298f,-21.674f,38.567f,11.497f,-21.799f,38.645f,11.974f,-19.073f,40.074f,11.725f,-20.215f,38.816f,11.578f,-20.318f,38.8f,12.062f,-19.103f,40.057f,12.22f,-18.564f,41.496f,12.298f,-18.317f,41.343f,12.298f,-21.799f,38.645f,11.974f,-21.005f,38.009f,12.287f,-19.103f,40.057f,12.22f,-20.318f,38.8f,12.062f,-20.126f,38.289f,12.282f,-18.924f,39.612f,12.29f,-18.317f,41.343f,12.298f,-18.317f,41.343f,11.975f,-21.005f,38.009f,12.287f,-20.879f,37.931f,11.809f,-18.924f,39.612f,12.29f,-20.126f,38.289f,12.282f,-19.881f,38.367f,11.828f,-18.317f,41.343f,11.975f,-18.317f,41.343f,11.798f,-20.879f,37.931f,11.809f,-21.085f,38.096f,11.728f,-20.103f,38.397f,11.732f,-18.893f,39.729f,11.773f,-19.881f,38.367f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_447_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,14,9,-1,14,15,9,-1,15,11,12,-1,13,16,12,-1,16,17,9,-1,17,10,9,-1,9,15,16,-1,15,12,16,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,29,-1,32,33,34,-1,33,30,31,-1,31,34,33,-1,34,29,32,-1,40,41,39,-1,41,42,39,-1,42,37,36,-1,35,43,36,-1,43,38,39,-1,39,42,43,-1,42,36,43,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-17.063f,41.297f,11.798f,-17.346f,41.23f,11.798f,-16.717f,37.044f,11.728f,-17.466f,36.959f,11.497f,-16.326f,39.749f,11.773f,-16.237f,37.952f,11.732f,-16.613f,38.169f,11.578f,-16.697f,39.865f,11.725f,-17.346f,41.23f,11.798f,-17.346f,41.23f,12.048f,-17.346f,41.23f,12.298f,-17.466f,36.959f,11.497f,-17.538f,36.942f,11.735f,-17.609f,36.926f,11.974f,-16.697f,39.865f,11.725f,-16.613f,38.169f,11.578f,-16.674f,38.084f,12.062f,-16.707f,39.832f,12.22f,-17.346f,41.23f,12.298f,-17.205f,41.263f,12.298f,-17.063f,41.297f,12.298f,-17.609f,36.926f,11.974f,-17.104f,36.983f,12.13f,-16.598f,37.04f,12.287f,-16.707f,39.832f,12.22f,-16.674f,38.084f,12.062f,-16.177f,37.859f,12.282f,-16.266f,39.645f,12.29f,-17.063f,41.297f,12.298f,-17.063f,41.297f,11.975f,-16.598f,37.04f,12.287f,-16.455f,37.073f,11.809f,-16.266f,39.645f,12.29f,-16.177f,37.859f,12.282f,-16.059f,38.089f,11.828f,-17.063f,41.297f,11.975f,-17.063f,41.297f,11.887f,-17.063f,41.297f,11.798f,-16.455f,37.073f,11.809f,-16.586f,37.059f,11.768f,-16.717f,37.044f,11.728f,-16.237f,37.952f,11.732f,-16.326f,39.749f,11.773f,-16.059f,38.089f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_454_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,14,9,-1,14,15,9,-1,15,11,12,-1,13,16,12,-1,16,17,9,-1,17,10,9,-1,9,15,16,-1,15,12,16,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,29,-1,32,33,34,-1,33,30,31,-1,31,34,33,-1,34,29,32,-1,38,39,41,-1,39,40,41,-1,40,36,35,-1,35,41,40,-1,41,37,38,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-18.078f,41.257f,11.798f,-18.345f,41.37f,11.798f,-20.306f,37.618f,11.728f,-20.96f,37.992f,11.497f,-18.395f,39.573f,11.773f,-19.382f,38.069f,11.732f,-19.558f,38.466f,11.578f,-18.626f,39.885f,11.725f,-18.345f,41.37f,11.798f,-18.345f,41.37f,12.048f,-18.345f,41.37f,12.298f,-20.96f,37.992f,11.497f,-21.028f,38.02f,11.735f,-21.096f,38.049f,11.974f,-18.626f,39.885f,11.725f,-19.558f,38.466f,11.578f,-19.658f,38.433f,12.062f,-18.653f,39.864f,12.22f,-18.345f,41.37f,12.298f,-18.211f,41.314f,12.298f,-18.078f,41.257f,12.298f,-21.096f,38.049f,11.974f,-20.654f,37.797f,12.13f,-20.213f,37.545f,12.287f,-18.653f,39.864f,12.22f,-19.658f,38.433f,12.062f,-19.389f,37.958f,12.282f,-18.407f,39.453f,12.29f,-18.078f,41.257f,12.298f,-18.078f,41.257f,11.975f,-20.213f,37.545f,12.287f,-20.077f,37.488f,11.809f,-18.407f,39.453f,12.29f,-19.389f,37.958f,12.282f,-19.158f,38.074f,11.828f,-18.078f,41.257f,11.975f,-18.078f,41.257f,11.798f,-20.077f,37.488f,11.809f,-20.306f,37.618f,11.728f,-19.382f,38.069f,11.732f,-18.395f,39.573f,11.773f,-19.158f,38.074f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_461_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,16,11,-1,16,17,11,-1,17,13,14,-1,15,18,14,-1,18,19,11,-1,19,12,11,-1,11,17,18,-1,17,14,18,-1,20,24,21,-1,24,25,27,-1,25,22,26,-1,23,26,22,-1,26,27,25,-1,27,21,24,-1,28,34,29,-1,34,35,32,-1,35,31,32,-1,33,36,32,-1,36,30,29,-1,29,34,36,-1,34,32,36,-1,40,41,43,-1,41,42,43,-1,42,38,37,-1,37,43,42,-1,43,39,40,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-17.838f,41.207f,11.798f,-17.978f,41.244f,11.798f,-18.119f,41.28f,11.798f,-19.508f,37.281f,11.728f,-19.86f,37.418f,11.612f,-20.211f,37.555f,11.497f,-17.905f,39.494f,11.773f,-18.661f,37.862f,11.732f,-18.893f,38.229f,11.578f,-18.18f,39.77f,11.725f,-18.119f,41.28f,11.798f,-18.119f,41.28f,12.048f,-18.119f,41.28f,12.298f,-20.211f,37.555f,11.497f,-20.282f,37.573f,11.735f,-20.354f,37.592f,11.974f,-18.18f,39.77f,11.725f,-18.893f,38.229f,11.578f,-18.987f,38.182f,12.062f,-18.203f,39.745f,12.22f,-18.119f,41.28f,12.298f,-17.838f,41.207f,12.298f,-20.354f,37.592f,11.974f,-19.406f,37.222f,12.287f,-18.203f,39.745f,12.22f,-18.987f,38.182f,12.062f,-18.651f,37.752f,12.282f,-17.9f,39.374f,12.29f,-17.838f,41.207f,12.298f,-17.838f,41.207f,12.137f,-17.838f,41.207f,11.975f,-19.406f,37.222f,12.287f,-19.334f,37.204f,12.048f,-19.263f,37.185f,11.809f,-17.9f,39.374f,12.29f,-18.651f,37.752f,12.282f,-18.44f,37.9f,11.828f,-17.838f,41.207f,11.975f,-17.838f,41.207f,11.798f,-19.263f,37.185f,11.809f,-19.508f,37.281f,11.728f,-18.661f,37.862f,11.732f,-17.905f,39.494f,11.773f,-18.44f,37.9f,11.828f}))) .setNormal(new NormalObject().setVector(getNormal_5_468_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,30,25,-1,30,31,28,-1,31,27,28,-1,29,32,28,-1,32,33,28,-1,33,26,25,-1,25,30,33,-1,30,28,33,-1,37,38,41,-1,38,39,40,-1,39,35,34,-1,34,40,39,-1,40,41,38,-1,41,36,37,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-17.607f,41.197f,11.798f,-17.895f,41.229f,11.798f,-18.705f,37.074f,11.728f,-19.439f,37.245f,11.497f,-17.414f,39.768f,11.779f,-17.75f,38.142f,11.74f,-18.23f,38.099f,11.578f,-17.741f,39.726f,11.725f,-17.895f,41.229f,11.798f,-17.895f,41.229f,12.298f,-19.439f,37.245f,11.497f,-19.586f,37.262f,11.974f,-17.741f,39.726f,11.725f,-18.23f,38.099f,11.578f,-18.316f,38.04f,12.062f,-17.761f,39.697f,12.22f,-17.895f,41.229f,12.298f,-17.607f,41.197f,12.298f,-19.586f,37.262f,11.974f,-18.595f,37.03f,12.287f,-17.761f,39.697f,12.22f,-18.316f,38.04f,12.062f,-17.783f,37.906f,12.282f,-17.4f,39.511f,12.291f,-17.607f,41.197f,12.298f,-17.607f,41.197f,12.137f,-17.607f,41.197f,11.975f,-18.595f,37.03f,12.287f,-18.522f,37.022f,12.048f,-18.448f,37.014f,11.809f,-17.4f,39.511f,12.291f,-17.783f,37.906f,12.282f,-17.676f,37.965f,11.834f,-17.372f,39.547f,11.921f,-17.607f,41.197f,11.975f,-17.607f,41.197f,11.798f,-18.448f,37.014f,11.809f,-18.705f,37.074f,11.728f,-17.75f,38.142f,11.74f,-17.414f,39.768f,11.779f,-17.372f,39.547f,11.921f,-17.676f,37.965f,11.834f}))) .setNormal(new NormalObject().setVector(getNormal_5_475_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,28,31,-1,28,29,30,-1,29,26,30,-1,27,30,26,-1,30,31,28,-1,31,25,24,-1,35,36,34,-1,36,37,39,-1,37,33,38,-1,32,38,33,-1,38,39,37,-1,39,34,36,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-17.327f,41.223f,11.798f,-17.616f,41.206f,11.798f,-17.708f,36.973f,11.728f,-18.461f,37.017f,11.497f,-16.864f,39.573f,11.773f,-17.081f,37.787f,11.732f,-17.415f,38.065f,11.578f,-17.21f,39.75f,11.725f,-17.616f,41.206f,11.798f,-17.616f,41.206f,12.298f,-18.461f,37.017f,11.497f,-18.608f,37.009f,11.974f,-17.21f,39.75f,11.725f,-17.415f,38.065f,11.578f,-17.49f,37.991f,12.062f,-17.224f,39.719f,12.22f,-17.616f,41.206f,12.298f,-17.327f,41.223f,12.298f,-18.608f,37.009f,11.974f,-17.593f,36.949f,12.287f,-17.224f,39.719f,12.22f,-17.49f,37.991f,12.062f,-16.941f,37.95f,12.282f,-16.837f,39.596f,12.291f,-17.327f,41.223f,12.298f,-17.327f,41.223f,11.975f,-17.593f,36.949f,12.287f,-17.445f,36.958f,11.809f,-16.837f,39.596f,12.291f,-16.941f,37.95f,12.282f,-16.845f,38.027f,11.834f,-16.815f,39.637f,11.921f,-17.327f,41.223f,11.975f,-17.327f,41.223f,11.798f,-17.445f,36.958f,11.809f,-17.708f,36.973f,11.728f,-17.081f,37.787f,11.732f,-16.864f,39.573f,11.773f,-16.815f,39.637f,11.921f,-16.845f,38.027f,11.834f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-6.7413E-8f,1.1255E-6f,-1.0f,-2.8308E-6f,4.7262E-5f,-1.0f,0.25096f,-0.38247f,-0.88923f,0.084879f,-0.89092f,-0.44615f,0.19654f,0.039968f,-0.97968f,0.36729f,-0.13577f,-0.92014f,0.33656f,-0.055297f,-0.94004f,0.14139f,0.087858f,-0.98605f,-0.87249f,-0.48863f,0.0f,-0.87248f,-0.48865f,0.0f,-0.11062f,0.99374f,-0.015767f,0.025645f,0.99932f,0.026382f,-0.99701f,-0.069524f,-0.033792f,-0.91604f,0.39246f,-0.082735f,-0.90037f,0.42865f,-0.07481f,-0.99849f,-0.044504f,-0.032261f,2.8313E-6f,-4.727E-5f,1.0f,6.7437E-8f,-1.1259E-6f,1.0f,0.027944f,0.99469f,0.099021f,-0.25583f,0.35389f,0.89962f,-0.16733f,-0.088468f,0.98192f,-0.36059f,0.078192f,0.92944f,-0.37049f,0.1103f,0.92227f,-0.23106f,-0.033269f,0.97237f,0.893f,0.45006f,0.0f,0.893f,0.45005f,0.0f,0.60557f,-0.77687f,0.17249f,0.66075f,-0.72604f,0.19046f,0.99061f,0.11648f,0.071533f,0.94534f,-0.28861f,0.15176f,0.95568f,-0.24633f,0.16122f,0.9867f,0.1445f,0.074392f,0.893f,0.45005f,0.0f,0.893f,0.45006f,0.0f,0.26289f,-0.30898f,-0.91401f,0.25096f,-0.38247f,-0.88923f,0.50916f,-0.19596f,-0.83807f,0.93405f,0.089183f,-0.34582f,0.91565f,0.15798f,-0.36964f,0.51143f,-0.089539f,-0.85465f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {3,1,2,-1,1,0,2,-1,5,3,4,-1,3,2,4,-1,7,5,6,-1,5,4,6,-1,9,7,8,-1,7,6,8,-1,11,9,10,-1,9,8,10,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {11.511f,42.852f,12.759f,11.511f,42.852f,11.259f,15.51f,48.509f,12.759f,15.51f,48.509f,11.259f,22.332f,46.424f,12.759f,22.332f,46.424f,11.259f,22.366f,39.327f,12.759f,22.366f,39.327f,11.259f,15.829f,37.093f,12.759f,15.829f,37.093f,11.259f,11.511f,42.852f,12.759f,11.511f,42.852f,11.259f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-1.0f,2.3551E-16f,0.0f,-1.0f,2.3551E-16f,0.0f,-0.33353f,0.94274f,0.0f,-0.33353f,0.94274f,0.0f,0.80352f,0.59527f,0.0f,0.80352f,0.59527f,0.0f,0.80914f,-0.58762f,0.0f,0.80914f,-0.58762f,0.0f,-0.28035f,-0.9599f,0.0f,-0.28035f,-0.9599f,0.0f,-1.0f,-9.4206E-16f,0.0f,-1.0f,-9.4206E-16f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.19333f,0.0f,0.19333f,1.0f,0.39734f,0.0f,0.39734f,1.0f,0.60122f,0.0f,0.60122f,1.0f,0.79774f,0.0f,0.79774f,1.0f,1.0f,0.0f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {4,1,0,-1,7,4,3,-1,10,7,6,-1,13,10,9,-1,16,13,12,-1,19,16,15,-1,20,17,16,-1,17,14,13,-1,14,11,10,-1,11,8,7,-1,8,5,4,-1,5,2,1,-1,19,20,16,-1,1,4,5,-1,4,7,8,-1,7,10,11,-1,10,13,14,-1,13,16,17,-1,21,24,22,-1,22,24,23,-1,24,26,25,-1,26,24,21,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {17.506f,42.85f,13.086f,17.506f,43.774f,12.831f,17.506f,44.523f,12.25f,17.506f,42.85f,13.086f,18.315f,43.296f,12.831f,18.971f,43.657f,12.25f,17.506f,42.85f,13.086f,18.298f,42.375f,12.831f,18.94f,41.989f,12.25f,17.506f,42.85f,13.086f,17.506f,41.926f,12.831f,17.506f,41.177f,12.25f,17.506f,42.85f,13.086f,16.696f,42.404f,12.831f,16.04f,42.043f,12.25f,17.506f,42.85f,13.086f,16.713f,43.325f,12.831f,16.071f,43.711f,12.25f,17.506f,42.85f,13.086f,17.506f,43.774f,12.831f,17.506f,44.523f,12.25f,17.506f,44.523f,12.25f,16.071f,43.711f,12.25f,16.04f,42.043f,12.25f,17.506f,41.177f,12.25f,18.94f,41.989f,12.25f,18.971f,43.657f,12.25f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {2.5452E-15f,-1.5292E-15f,1.0f,3.0536E-15f,0.48358f,0.8753f,-3.9239E-15f,0.70711f,0.70711f,9.5365E-16f,-2.7615E-15f,1.0f,0.42364f,0.23317f,0.8753f,0.61947f,0.34096f,0.70711f,-3.323E-16f,7.8179E-16f,1.0f,0.41466f,-0.2488f,0.8753f,0.60634f,-0.36381f,0.70711f,1.4798E-15f,1.5292E-15f,1.0f,-1.0492E-15f,-0.48358f,0.8753f,1.0464E-15f,-0.70711f,0.70711f,-2.3699E-15f,-1.0148E-15f,1.0f,-0.42364f,-0.23317f,0.8753f,-0.61947f,-0.34096f,0.70711f,6.5562E-16f,5.6828E-16f,1.0f,-0.41466f,0.2488f,0.8753f,-0.60634f,0.36381f,0.70711f,4.144E-16f,7.1519E-16f,1.0f,-1.8814E-15f,0.48358f,0.8753f,-3.9239E-15f,0.70711f,0.70711f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,7.1649E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,7.0121E-16f,-1.0f,0.0f,-7.1649E-16f,-1.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.81777f,0.0f,0.717f,0.0f,0.63537f,0.0f,0.81777f,0.16763f,0.717f,0.16763f,0.63537f,0.16763f,0.81777f,0.33736f,0.717f,0.33736f,0.63537f,0.33736f,0.81777f,0.49927f,0.717f,0.49927f,0.63537f,0.49927f,0.81777f,0.66689f,0.717f,0.66689f,0.63537f,0.66689f,0.81777f,0.83662f,0.717f,0.83662f,0.63537f,0.83662f,0.81777f,0.99854f,0.717f,0.99854f,0.63537f,0.99854f,0.31695f,0.6339f,0.045168f,0.48002f,0.039281f,0.16412f,0.31695f,0.0f,0.58873f,0.15388f,0.59462f,0.46978f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,1,2,-1,2,3,4,-1,4,5,0,-1,0,2,4,-1,6,8,7,-1,8,10,9,-1,10,6,11,-1,6,10,8,-1,18,17,24,-1,17,16,23,-1,16,15,23,-1,15,14,22,-1,14,13,21,-1,13,12,20,-1,19,20,12,-1,20,21,13,-1,21,22,14,-1,22,23,15,-1,23,24,17,-1,24,25,18,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {17.506f,44.523f,12.25f,16.04f,43.657f,12.25f,16.071f,41.989f,12.25f,17.506f,41.177f,12.25f,18.971f,42.043f,12.25f,18.94f,43.711f,12.25f,17.506f,44.523f,11.259f,16.04f,43.657f,11.259f,16.071f,41.989f,11.259f,17.506f,41.177f,11.259f,18.971f,42.043f,11.259f,18.94f,43.711f,11.259f,17.506f,44.523f,12.25f,16.04f,43.657f,12.25f,16.071f,41.989f,12.25f,17.506f,41.177f,12.25f,18.971f,42.043f,12.25f,18.94f,43.711f,12.25f,17.506f,44.523f,12.25f,17.506f,44.523f,11.259f,16.04f,43.657f,11.259f,16.071f,41.989f,11.259f,17.506f,41.177f,11.259f,18.971f,42.043f,11.259f,18.94f,43.711f,11.259f,17.506f,44.523f,11.259f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,7.0121E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,7.1649E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,7.1649E-16f,-1.0f,5.7173E-16f,0.0f,-1.0f,5.9191E-15f,1.0f,0.0f,-0.87607f,0.48219f,0.0f,-0.85749f,-0.5145f,0.0f,-1.4798E-15f,-1.0f,0.0f,0.87607f,-0.48219f,0.0f,0.85749f,0.5145f,0.0f,5.9191E-15f,1.0f,0.0f,-5.9191E-15f,1.0f,0.0f,-0.87607f,0.48219f,0.0f,-0.85749f,-0.5145f,0.0f,-1.4798E-15f,-1.0f,0.0f,0.87607f,-0.48219f,0.0f,0.85749f,0.5145f,0.0f,-5.9191E-15f,1.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.43406f,0.21703f,0.32168f,0.40717f,0.10537f,0.40313f,0.0f,0.21703f,0.11238f,0.026897f,0.32869f,0.030929f,0.99854f,0.21703f,0.88615f,0.40717f,0.66984f,0.40313f,0.56447f,0.21703f,0.67685f,0.026897f,0.89317f,0.030929f,0.43553f,0.0f,0.43553f,0.16763f,0.43553f,0.33736f,0.43553f,0.49927f,0.43553f,0.66689f,0.43553f,0.83662f,0.43553f,0.99854f,0.52963f,0.0f,0.52963f,0.16763f,0.52963f,0.33736f,0.52963f,0.49927f,0.52963f,0.66689f,0.52963f,0.83662f,0.52963f,0.99854f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,32,27,-1,32,33,30,-1,33,29,30,-1,31,34,30,-1,34,28,27,-1,27,32,34,-1,32,30,34,-1,40,41,39,-1,41,42,39,-1,42,37,36,-1,35,43,36,-1,43,38,39,-1,39,42,43,-1,42,36,43,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {19.175f,43.066f,11.773f,19.175f,42.776f,11.773f,23.395f,42.431f,11.703f,23.305f,41.683f,11.471f,20.85f,43.43f,11.748f,22.62f,43.106f,11.707f,22.323f,42.79f,11.553f,20.652f,43.095f,11.7f,19.175f,42.776f,11.773f,19.175f,42.776f,12.273f,23.305f,41.683f,11.471f,23.305f,41.535f,11.949f,20.652f,43.095f,11.7f,22.323f,42.79f,11.553f,22.391f,42.71f,12.037f,20.683f,43.079f,12.195f,19.175f,42.776f,12.273f,19.175f,42.921f,12.273f,19.175f,43.066f,12.273f,23.305f,41.535f,11.949f,23.366f,42.04f,12.105f,23.426f,42.545f,12.261f,20.683f,43.079f,12.195f,22.391f,42.71f,12.037f,22.724f,43.143f,12.257f,20.965f,43.465f,12.265f,19.175f,43.066f,12.273f,19.175f,43.066f,12.111f,19.175f,43.066f,11.95f,23.426f,42.545f,12.261f,23.426f,42.619f,12.023f,23.426f,42.693f,11.784f,20.965f,43.465f,12.265f,22.724f,43.143f,12.257f,22.528f,43.31f,11.803f,19.175f,43.066f,11.95f,19.175f,43.066f,11.861f,19.175f,43.066f,11.773f,23.426f,42.693f,11.784f,23.41f,42.562f,11.743f,23.395f,42.431f,11.703f,22.62f,43.106f,11.707f,20.85f,43.43f,11.748f,22.528f,43.31f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_510_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,32,27,-1,32,33,30,-1,33,29,30,-1,31,34,30,-1,34,28,27,-1,27,32,34,-1,32,30,34,-1,38,39,41,-1,39,40,41,-1,40,36,35,-1,35,41,40,-1,41,37,38,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {15.846f,42.645f,11.773f,15.846f,42.935f,11.773f,11.626f,43.28f,11.703f,11.715f,44.029f,11.471f,14.17f,42.281f,11.748f,12.401f,42.605f,11.707f,12.698f,42.921f,11.553f,14.368f,42.616f,11.7f,15.846f,42.935f,11.773f,15.846f,42.935f,12.273f,11.715f,44.029f,11.471f,11.715f,44.176f,11.949f,14.368f,42.616f,11.7f,12.698f,42.921f,11.553f,12.629f,43.001f,12.037f,14.338f,42.633f,12.195f,15.846f,42.935f,12.273f,15.846f,42.79f,12.273f,15.846f,42.645f,12.273f,11.715f,44.176f,11.949f,11.655f,43.671f,12.105f,11.595f,43.166f,12.261f,14.338f,42.633f,12.195f,12.629f,43.001f,12.037f,12.296f,42.568f,12.257f,14.055f,42.246f,12.265f,15.846f,42.645f,12.273f,15.846f,42.645f,12.111f,15.846f,42.645f,11.95f,11.595f,43.166f,12.261f,11.595f,43.092f,12.023f,11.595f,43.018f,11.784f,14.055f,42.246f,12.265f,12.296f,42.568f,12.257f,12.493f,42.401f,11.803f,15.846f,42.645f,11.95f,15.846f,42.645f,11.773f,11.595f,43.018f,11.784f,11.626f,43.28f,11.703f,12.401f,42.605f,11.707f,14.17f,42.281f,11.748f,12.493f,42.401f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_517_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,14,9,-1,14,15,9,-1,15,11,12,-1,13,16,12,-1,16,17,9,-1,17,10,9,-1,9,15,16,-1,15,12,16,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,30,27,-1,30,31,32,-1,31,28,29,-1,29,32,31,-1,32,27,30,-1,36,37,39,-1,37,38,39,-1,38,34,33,-1,33,39,38,-1,39,35,36,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {16.11f,43.802f,11.773f,16.304f,44.018f,11.773f,13.401f,47.098f,11.703f,13.968f,47.595f,11.471f,14.622f,44.653f,11.748f,13.524f,46.079f,11.707f,13.957f,46.115f,11.553f,14.993f,44.77f,11.7f,16.304f,44.018f,11.773f,16.304f,44.018f,12.023f,16.304f,44.018f,12.273f,13.968f,47.595f,11.471f,14.017f,47.65f,11.71f,14.067f,47.705f,11.949f,14.993f,44.77f,11.7f,13.957f,46.115f,11.553f,13.959f,46.22f,12.037f,14.982f,44.802f,12.195f,16.304f,44.018f,12.273f,16.11f,43.802f,12.273f,14.067f,47.705f,11.949f,13.301f,47.035f,12.261f,14.982f,44.802f,12.195f,13.959f,46.22f,12.037f,13.422f,46.121f,12.257f,14.513f,44.704f,12.265f,16.11f,43.802f,12.273f,16.11f,43.802f,11.95f,13.301f,47.035f,12.261f,13.202f,46.925f,11.784f,14.513f,44.704f,12.265f,13.422f,46.121f,12.257f,13.456f,45.865f,11.803f,16.11f,43.802f,11.95f,16.11f,43.802f,11.773f,13.202f,46.925f,11.784f,13.401f,47.098f,11.703f,13.524f,46.079f,11.707f,14.622f,44.653f,11.748f,13.456f,45.865f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_524_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,14,9,-1,14,15,9,-1,15,11,12,-1,13,16,12,-1,16,17,9,-1,17,10,9,-1,9,15,16,-1,15,12,16,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,34,29,-1,34,35,32,-1,35,31,32,-1,33,36,32,-1,36,37,32,-1,37,30,29,-1,29,34,37,-1,34,32,37,-1,43,44,42,-1,44,45,46,-1,45,40,39,-1,38,46,45,-1,46,47,44,-1,47,41,42,-1,39,38,45,-1,42,44,47,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {18.427f,44.239f,11.773f,18.656f,44.061f,11.773f,21.517f,47.181f,11.703f,22.054f,46.652f,11.471f,19.009f,45.558f,11.754f,20.145f,46.769f,11.714f,20.577f,46.555f,11.553f,19.311f,45.424f,11.7f,18.656f,44.061f,11.773f,18.656f,44.061f,12.023f,18.656f,44.061f,12.273f,22.054f,46.652f,11.471f,22.112f,46.607f,11.71f,22.17f,46.561f,11.949f,19.311f,45.424f,11.7f,20.577f,46.555f,11.553f,20.682f,46.561f,12.037f,19.342f,45.437f,12.195f,18.656f,44.061f,12.273f,18.542f,44.15f,12.273f,18.427f,44.239f,12.273f,22.17f,46.561f,11.949f,21.809f,46.919f,12.105f,21.447f,47.276f,12.261f,19.342f,45.437f,12.195f,20.682f,46.561f,12.037f,20.296f,46.954f,12.257f,19.132f,45.785f,12.266f,18.427f,44.239f,12.273f,18.427f,44.239f,12.111f,18.427f,44.239f,11.95f,21.447f,47.276f,12.261f,21.388f,47.321f,12.023f,21.33f,47.367f,11.784f,19.132f,45.785f,12.266f,20.296f,46.954f,12.257f,20.174f,46.959f,11.809f,19.089f,45.769f,11.896f,18.427f,44.239f,11.95f,18.427f,44.239f,11.861f,18.427f,44.239f,11.773f,21.33f,47.367f,11.784f,21.424f,47.274f,11.743f,21.517f,47.181f,11.703f,20.145f,46.769f,11.714f,19.009f,45.558f,11.754f,19.089f,45.769f,11.896f,20.174f,46.959f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_531_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,1,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,7,8,-1,7,4,8,-1,10,16,11,-1,16,17,11,-1,17,13,14,-1,15,18,14,-1,18,19,11,-1,19,12,11,-1,11,17,18,-1,17,14,18,-1,20,26,21,-1,26,27,21,-1,27,23,24,-1,25,28,24,-1,28,29,24,-1,29,22,21,-1,21,27,29,-1,27,24,29,-1,30,36,31,-1,36,37,34,-1,37,33,34,-1,35,38,34,-1,38,39,34,-1,39,32,31,-1,31,36,39,-1,36,34,39,-1,43,44,47,-1,44,45,46,-1,45,41,40,-1,40,46,45,-1,46,47,44,-1,47,42,43,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {18.814f,41.807f,11.773f,18.708f,41.708f,11.773f,18.602f,41.609f,11.773f,21.238f,38.296f,11.703f,20.935f,38.072f,11.587f,20.632f,37.849f,11.471f,20.026f,41.027f,11.754f,21.045f,39.716f,11.714f,20.766f,39.323f,11.553f,19.846f,40.75f,11.7f,18.602f,41.609f,11.773f,18.602f,41.609f,12.023f,18.602f,41.609f,12.273f,20.632f,37.849f,11.471f,20.578f,37.798f,11.71f,20.524f,37.748f,11.949f,19.846f,40.75f,11.7f,20.766f,39.323f,11.553f,20.756f,39.218f,12.037f,19.855f,40.716f,12.195f,18.602f,41.609f,12.273f,18.708f,41.708f,12.273f,18.814f,41.807f,12.273f,20.524f,37.748f,11.949f,20.933f,38.049f,12.105f,21.343f,38.351f,12.261f,19.855f,40.716f,12.195f,20.756f,39.218f,12.037f,21.299f,39.272f,12.257f,20.33f,40.775f,12.265f,18.814f,41.807f,12.273f,18.814f,41.807f,12.111f,18.814f,41.807f,11.95f,21.343f,38.351f,12.261f,21.397f,38.402f,12.023f,21.451f,38.452f,11.784f,20.33f,40.775f,12.265f,21.299f,39.272f,12.257f,21.228f,39.658f,11.809f,20.222f,40.915f,11.896f,18.814f,41.807f,11.95f,18.814f,41.807f,11.773f,21.451f,38.452f,11.784f,21.238f,38.296f,11.703f,21.045f,39.716f,11.714f,20.026f,41.027f,11.754f,20.222f,40.915f,11.896f,21.228f,39.658f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_538_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,32,27,-1,32,33,30,-1,33,29,30,-1,31,34,30,-1,34,28,27,-1,27,32,34,-1,32,30,34,-1,38,39,41,-1,39,40,41,-1,40,36,35,-1,35,41,40,-1,41,37,38,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {16.055f,42.034f,11.773f,15.943f,42.301f,11.773f,11.914f,41.003f,11.703f,11.709f,41.728f,11.471f,14.647f,41.056f,11.748f,12.888f,40.676f,11.707f,13.041f,41.082f,11.553f,14.701f,41.441f,11.7f,15.943f,42.301f,11.773f,15.943f,42.301f,12.273f,11.709f,41.728f,11.471f,11.653f,41.865f,11.949f,14.701f,41.441f,11.7f,13.041f,41.082f,11.553f,12.947f,41.129f,12.037f,14.667f,41.444f,12.195f,15.943f,42.301f,12.273f,15.999f,42.168f,12.273f,16.055f,42.034f,12.273f,11.653f,41.865f,11.949f,11.791f,41.375f,12.105f,11.929f,40.885f,12.261f,14.667f,41.444f,12.195f,12.947f,41.129f,12.037f,12.806f,40.602f,12.257f,14.554f,40.979f,12.265f,16.055f,42.034f,12.273f,16.055f,42.034f,12.111f,16.055f,42.034f,11.95f,11.929f,40.885f,12.261f,11.957f,40.817f,12.023f,11.986f,40.749f,11.784f,14.554f,40.979f,12.265f,12.806f,40.602f,12.257f,13.052f,40.523f,11.803f,16.055f,42.034f,11.95f,16.055f,42.034f,11.773f,11.986f,40.749f,11.784f,11.914f,41.003f,11.703f,12.888f,40.676f,11.707f,14.647f,41.056f,11.748f,13.052f,40.523f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_545_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,28,31,-1,28,29,30,-1,29,26,27,-1,27,30,29,-1,30,31,28,-1,31,25,24,-1,37,38,36,-1,38,39,40,-1,39,34,33,-1,32,40,39,-1,40,41,38,-1,41,35,36,-1,33,32,39,-1,36,38,41,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {19.142f,42.492f,11.773f,19.017f,42.231f,11.773f,22.671f,40.094f,11.703f,22.267f,39.458f,11.471f,20.554f,42.202f,11.754f,21.978f,41.348f,11.714f,21.86f,40.881f,11.553f,20.487f,41.879f,11.7f,19.017f,42.231f,11.773f,19.017f,42.231f,12.273f,22.267f,39.458f,11.471f,22.203f,39.325f,11.949f,20.487f,41.879f,11.7f,21.86f,40.881f,11.553f,21.888f,40.78f,12.037f,20.507f,41.851f,12.195f,19.017f,42.231f,12.273f,19.142f,42.492f,12.273f,22.203f,39.325f,11.949f,22.749f,40.183f,12.261f,20.507f,41.851f,12.195f,21.888f,40.78f,12.037f,22.375f,41.026f,12.257f,20.929f,42.077f,12.265f,19.142f,42.492f,12.273f,19.142f,42.492f,11.95f,22.749f,40.183f,12.261f,22.813f,40.316f,11.784f,20.929f,42.077f,12.265f,22.375f,41.026f,12.257f,22.17f,41.36f,11.809f,20.777f,42.169f,11.896f,19.142f,42.492f,11.95f,19.142f,42.492f,11.861f,19.142f,42.492f,11.773f,22.813f,40.316f,11.784f,22.742f,40.205f,11.743f,22.671f,40.094f,11.703f,21.978f,41.348f,11.714f,20.554f,42.202f,11.754f,20.777f,42.169f,11.896f,22.17f,41.36f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_552_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,1,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,7,8,-1,7,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,35,-1,32,33,34,-1,33,30,31,-1,31,34,33,-1,34,35,32,-1,35,29,28,-1,39,40,43,-1,40,41,42,-1,41,37,36,-1,36,42,41,-1,42,43,40,-1,43,38,39,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {18.428f,41.365f,11.773f,18.289f,41.322f,11.773f,18.151f,41.28f,11.773f,19.063f,37.146f,11.703f,18.692f,37.078f,11.587f,18.322f,37.01f,11.471f,19.173f,40.131f,11.754f,19.513f,38.506f,11.714f,19.09f,38.275f,11.553f,18.89f,39.962f,11.7f,18.151f,41.28f,11.773f,18.151f,41.28f,12.273f,18.322f,37.01f,11.471f,18.18f,36.967f,11.949f,18.89f,39.962f,11.7f,19.09f,38.275f,11.553f,19.035f,38.186f,12.037f,18.883f,39.928f,12.195f,18.151f,41.28f,12.273f,18.289f,41.322f,12.273f,18.428f,41.365f,12.273f,18.18f,36.967f,11.949f,18.681f,37.058f,12.105f,19.181f,37.149f,12.261f,18.883f,39.928f,12.195f,19.035f,38.186f,12.037f,19.546f,37.996f,12.257f,19.336f,39.772f,12.265f,18.428f,41.365f,12.273f,18.428f,41.365f,11.95f,19.181f,37.149f,12.261f,19.322f,37.193f,11.784f,19.336f,39.772f,12.265f,19.546f,37.996f,12.257f,19.652f,38.374f,11.809f,19.301f,39.945f,11.896f,18.428f,41.365f,11.95f,18.428f,41.365f,11.773f,19.322f,37.193f,11.784f,19.063f,37.146f,11.703f,19.513f,38.506f,11.714f,19.173f,40.131f,11.754f,19.301f,39.945f,11.896f,19.652f,38.374f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_559_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,28,31,-1,28,29,30,-1,29,26,30,-1,27,30,26,-1,30,31,28,-1,31,25,24,-1,37,38,36,-1,38,39,36,-1,39,34,33,-1,32,40,33,-1,40,41,36,-1,41,35,36,-1,36,39,40,-1,39,33,40,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {18.954f,43.85f,11.773f,19.062f,43.581f,11.773f,23.106f,44.833f,11.703f,23.302f,44.106f,11.471f,20.373f,44.812f,11.748f,22.136f,45.171f,11.707f,21.978f,44.766f,11.553f,20.314f,44.427f,11.7f,19.062f,43.581f,11.773f,19.062f,43.581f,12.273f,23.302f,44.106f,11.471f,23.357f,43.968f,11.949f,20.314f,44.427f,11.7f,21.978f,44.766f,11.553f,22.071f,44.718f,12.037f,20.348f,44.423f,12.195f,19.062f,43.581f,12.273f,18.954f,43.85f,12.273f,23.357f,43.968f,11.949f,23.092f,44.951f,12.261f,20.348f,44.423f,12.195f,22.071f,44.718f,12.037f,21.937f,45.252f,12.257f,20.342f,44.83f,12.266f,18.954f,43.85f,12.273f,18.954f,43.85f,11.95f,23.092f,44.951f,12.261f,23.037f,45.088f,11.784f,20.342f,44.83f,12.266f,21.937f,45.252f,12.257f,21.833f,45.318f,11.809f,20.296f,44.838f,11.896f,18.954f,43.85f,11.95f,18.954f,43.85f,11.861f,18.954f,43.85f,11.773f,23.037f,45.088f,11.784f,23.072f,44.96f,11.743f,23.106f,44.833f,11.703f,22.136f,45.171f,11.707f,20.373f,44.812f,11.748f,20.296f,44.838f,11.896f,21.833f,45.318f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_566_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,30,27,-1,30,31,32,-1,31,28,29,-1,29,32,31,-1,32,27,30,-1,36,37,39,-1,37,38,39,-1,38,34,33,-1,33,39,38,-1,39,35,36,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {15.868f,43.133f,11.773f,15.967f,43.406f,11.773f,12.119f,45.172f,11.703f,12.458f,45.845f,11.471f,14.169f,43.364f,11.748f,12.616f,44.273f,11.707f,13.004f,44.468f,11.553f,14.469f,43.611f,11.7f,15.967f,43.406f,11.773f,15.967f,43.406f,12.273f,12.458f,45.845f,11.471f,12.509f,45.983f,11.949f,14.469f,43.611f,11.7f,13.004f,44.468f,11.553f,12.966f,44.567f,12.037f,14.446f,43.637f,12.195f,15.967f,43.406f,12.273f,15.917f,43.27f,12.273f,15.868f,43.133f,12.273f,12.509f,45.983f,11.949f,12.28f,45.529f,12.105f,12.051f,45.075f,12.261f,14.446f,43.637f,12.195f,12.966f,44.567f,12.037f,12.506f,44.273f,12.257f,14.049f,43.37f,12.265f,15.868f,43.133f,12.273f,15.868f,43.133f,11.95f,12.051f,45.075f,12.261f,12.0f,44.936f,11.784f,14.049f,43.37f,12.265f,12.506f,44.273f,12.257f,12.633f,44.049f,11.803f,15.868f,43.133f,11.95f,15.868f,43.133f,11.773f,12.0f,44.936f,11.784f,12.119f,45.172f,11.703f,12.616f,44.273f,11.707f,14.169f,43.364f,11.748f,12.633f,44.049f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_573_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,34,29,-1,34,35,32,-1,35,31,32,-1,33,36,32,-1,36,30,29,-1,29,34,36,-1,34,32,36,-1,42,43,41,-1,43,44,41,-1,44,39,38,-1,37,45,38,-1,45,40,41,-1,41,44,45,-1,44,38,45,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {16.476f,44.192f,11.773f,16.606f,44.257f,11.773f,16.736f,44.321f,11.773f,15.165f,48.253f,11.703f,15.52f,48.379f,11.587f,15.875f,48.506f,11.471f,15.404f,45.53f,11.748f,14.906f,47.258f,11.707f,15.322f,47.133f,11.553f,15.792f,45.502f,11.7f,16.736f,44.321f,11.773f,16.736f,44.321f,12.273f,15.875f,48.506f,11.471f,16.007f,48.572f,11.949f,15.792f,45.502f,11.7f,15.322f,47.133f,11.553f,15.362f,47.23f,12.037f,15.793f,45.536f,12.195f,16.736f,44.321f,12.273f,16.606f,44.257f,12.273f,16.476f,44.192f,12.273f,16.007f,48.572f,11.949f,15.528f,48.401f,12.105f,15.049f,48.23f,12.261f,15.793f,45.536f,12.195f,15.362f,47.23f,12.037f,14.826f,47.335f,12.257f,15.321f,45.617f,12.265f,16.476f,44.192f,12.273f,16.476f,44.192f,12.111f,16.476f,44.192f,11.95f,15.049f,48.23f,12.261f,14.983f,48.197f,12.023f,14.917f,48.164f,11.784f,15.321f,45.617f,12.265f,14.826f,47.335f,12.257f,14.764f,47.085f,11.803f,16.476f,44.192f,11.95f,16.476f,44.192f,11.861f,16.476f,44.192f,11.773f,14.917f,48.164f,11.784f,15.041f,48.208f,11.743f,15.165f,48.253f,11.703f,14.906f,47.258f,11.707f,15.404f,45.53f,11.748f,14.764f,47.085f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_580_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,30,27,-1,30,31,32,-1,31,28,29,-1,29,32,31,-1,32,27,30,-1,38,39,37,-1,39,40,37,-1,40,35,34,-1,33,41,34,-1,41,36,37,-1,37,40,41,-1,40,34,41,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {17.809f,44.547f,11.773f,18.08f,44.444f,11.773f,19.907f,48.263f,11.703f,20.574f,47.913f,11.471f,18.067f,46.242f,11.748f,19.0f,47.78f,11.707f,19.19f,47.389f,11.553f,18.309f,45.938f,11.7f,18.08f,44.444f,11.773f,18.08f,44.444f,12.273f,20.574f,47.913f,11.471f,20.712f,47.86f,11.949f,18.309f,45.938f,11.7f,19.19f,47.389f,11.553f,19.288f,47.425f,12.037f,18.335f,45.96f,12.195f,18.08f,44.444f,12.273f,17.944f,44.495f,12.273f,17.809f,44.547f,12.273f,20.712f,47.86f,11.949f,20.262f,48.096f,12.105f,19.811f,48.333f,12.261f,18.335f,45.96f,12.195f,19.288f,47.425f,12.037f,19.003f,47.89f,12.257f,18.075f,46.362f,12.265f,17.809f,44.547f,12.273f,17.809f,44.547f,11.95f,19.811f,48.333f,12.261f,19.673f,48.385f,11.784f,18.075f,46.362f,12.265f,19.003f,47.89f,12.257f,18.776f,47.767f,11.803f,17.809f,44.547f,11.95f,17.809f,44.547f,11.861f,17.809f,44.547f,11.773f,19.673f,48.385f,11.784f,19.79f,48.324f,11.743f,19.907f,48.263f,11.703f,19.0f,47.78f,11.707f,18.067f,46.242f,11.748f,18.776f,47.767f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_587_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,34,29,-1,34,35,32,-1,35,31,32,-1,33,36,32,-1,36,30,29,-1,29,34,36,-1,34,32,36,-1,40,41,43,-1,41,42,43,-1,42,38,37,-1,37,43,42,-1,43,39,40,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {18.744f,44.137f,11.773f,18.828f,44.019f,11.773f,18.912f,43.901f,11.773f,22.551f,46.065f,11.703f,22.732f,45.734f,11.587f,22.912f,45.403f,11.471f,19.899f,45.404f,11.748f,21.529f,46.166f,11.707f,21.47f,45.736f,11.553f,19.931f,45.017f,11.7f,18.912f,43.901f,11.773f,18.912f,43.901f,12.273f,22.912f,45.403f,11.471f,22.998f,45.283f,11.949f,19.931f,45.017f,11.7f,21.47f,45.736f,11.553f,21.572f,45.711f,12.037f,19.966f,45.021f,12.195f,18.912f,43.901f,12.273f,18.828f,44.019f,12.273f,18.744f,44.137f,12.273f,22.998f,45.283f,11.949f,22.754f,45.73f,12.105f,22.51f,46.176f,12.261f,19.966f,45.021f,12.195f,21.572f,45.711f,12.037f,21.592f,46.257f,12.257f,19.972f,45.5f,12.265f,18.744f,44.137f,12.273f,18.744f,44.137f,12.111f,18.744f,44.137f,11.95f,22.51f,46.176f,12.261f,22.467f,46.236f,12.023f,22.425f,46.296f,11.784f,19.972f,45.5f,12.265f,21.592f,46.257f,12.257f,21.335f,46.279f,11.803f,18.744f,44.137f,11.95f,18.744f,44.137f,11.773f,22.425f,46.296f,11.784f,22.551f,46.065f,11.703f,21.529f,46.166f,11.707f,19.899f,45.404f,11.748f,21.335f,46.279f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_594_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,30,25,-1,30,31,28,-1,31,27,28,-1,29,32,28,-1,32,26,25,-1,25,30,32,-1,30,28,32,-1,38,39,37,-1,39,40,37,-1,40,35,34,-1,33,41,34,-1,41,36,37,-1,37,40,41,-1,40,34,41,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {18.117f,44.473f,11.773f,18.368f,44.327f,11.773f,20.793f,47.797f,11.703f,21.395f,47.342f,11.471f,18.648f,46.103f,11.748f,19.82f,47.468f,11.707f,19.943f,47.052f,11.553f,18.837f,45.763f,11.7f,18.368f,44.327f,11.773f,18.368f,44.327f,12.273f,21.395f,47.342f,11.471f,21.522f,47.268f,11.949f,18.837f,45.763f,11.7f,19.943f,47.052f,11.553f,20.046f,47.071f,12.037f,18.867f,45.781f,12.195f,18.368f,44.327f,12.273f,18.117f,44.473f,12.273f,21.522f,47.268f,11.949f,20.71f,47.881f,12.261f,18.867f,45.781f,12.195f,20.046f,47.071f,12.037f,19.84f,47.577f,12.257f,18.675f,46.22f,12.265f,18.117f,44.473f,12.273f,18.117f,44.473f,12.111f,18.117f,44.473f,11.95f,20.71f,47.881f,12.261f,20.647f,47.918f,12.023f,20.583f,47.955f,11.784f,18.675f,46.22f,12.265f,19.84f,47.577f,12.257f,19.597f,47.491f,11.803f,18.117f,44.473f,11.95f,18.117f,44.473f,11.861f,18.117f,44.473f,11.773f,20.583f,47.955f,11.784f,20.688f,47.876f,11.743f,20.793f,47.797f,11.703f,19.82f,47.468f,11.707f,18.648f,46.103f,11.748f,19.597f,47.491f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_601_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,1,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,7,8,-1,7,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,35,-1,32,33,34,-1,33,30,31,-1,31,34,33,-1,34,35,32,-1,35,29,28,-1,39,40,43,-1,40,41,42,-1,41,37,36,-1,36,42,41,-1,42,43,40,-1,43,38,39,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {19.114f,43.486f,11.773f,19.144f,43.344f,11.773f,19.175f,43.202f,11.773f,23.372f,43.753f,11.703f,23.407f,43.377f,11.587f,23.443f,43.002f,11.471f,20.407f,44.122f,11.754f,22.056f,44.319f,11.714f,22.249f,43.878f,11.553f,20.552f,43.825f,11.7f,19.175f,43.202f,11.773f,19.175f,43.202f,12.273f,23.443f,43.002f,11.471f,23.474f,42.858f,11.949f,20.552f,43.825f,11.7f,22.249f,43.878f,11.553f,22.333f,43.814f,12.037f,20.585f,43.815f,12.195f,19.175f,43.202f,12.273f,19.144f,43.344f,12.273f,19.114f,43.486f,12.273f,23.474f,42.858f,11.949f,23.426f,43.364f,12.105f,23.379f,43.871f,12.261f,20.585f,43.815f,12.195f,22.333f,43.814f,12.037f,22.567f,44.308f,12.257f,20.78f,44.252f,12.265f,19.114f,43.486f,12.273f,19.114f,43.486f,11.95f,23.379f,43.871f,12.261f,23.348f,44.015f,11.784f,20.78f,44.252f,12.265f,22.567f,44.308f,12.257f,22.2f,44.446f,11.809f,20.604f,44.232f,11.896f,19.114f,43.486f,11.95f,19.114f,43.486f,11.773f,23.348f,44.015f,11.784f,23.372f,43.753f,11.703f,22.056f,44.319f,11.714f,20.407f,44.122f,11.754f,20.604f,44.232f,11.896f,22.2f,44.446f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_608_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,14,9,-1,14,15,9,-1,15,11,12,-1,13,16,12,-1,16,17,9,-1,17,10,9,-1,9,15,16,-1,15,12,16,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,35,-1,32,33,34,-1,33,30,31,-1,31,34,33,-1,34,35,32,-1,35,29,28,-1,39,40,43,-1,40,41,42,-1,41,37,36,-1,36,42,41,-1,42,43,40,-1,43,38,39,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {19.27f,42.726f,11.773f,19.208f,42.443f,11.773f,23.255f,41.202f,11.703f,23.008f,40.49f,11.471f,20.711f,42.768f,11.754f,22.293f,42.263f,11.714f,22.285f,41.781f,11.553f,20.719f,42.438f,11.7f,19.208f,42.443f,11.773f,19.208f,42.443f,12.023f,19.208f,42.443f,12.273f,23.008f,40.49f,11.471f,22.992f,40.417f,11.71f,22.976f,40.345f,11.949f,20.719f,42.438f,11.7f,22.285f,41.781f,11.553f,22.336f,41.689f,12.037f,20.745f,42.415f,12.195f,19.208f,42.443f,12.273f,19.239f,42.584f,12.273f,19.27f,42.726f,12.273f,22.976f,40.345f,11.949f,23.143f,40.826f,12.105f,23.31f,41.306f,12.261f,20.745f,42.415f,12.195f,22.336f,41.689f,12.037f,22.753f,42.041f,12.257f,21.104f,42.732f,12.265f,19.27f,42.726f,12.273f,19.27f,42.726f,11.95f,23.31f,41.306f,12.261f,23.342f,41.45f,11.784f,21.104f,42.732f,12.265f,22.753f,42.041f,12.257f,22.477f,42.319f,11.809f,20.936f,42.787f,11.896f,19.27f,42.726f,11.95f,19.27f,42.726f,11.773f,23.342f,41.45f,11.784f,23.255f,41.202f,11.703f,22.293f,42.263f,11.714f,20.711f,42.768f,11.754f,20.936f,42.787f,11.896f,22.477f,42.319f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_615_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,35,-1,32,33,34,-1,33,30,34,-1,31,34,30,-1,34,35,32,-1,35,29,28,-1,39,40,38,-1,40,41,43,-1,41,37,42,-1,36,42,37,-1,42,43,41,-1,43,38,40,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {18.566f,41.572f,11.773f,18.441f,41.498f,11.773f,18.315f,41.425f,11.773f,20.149f,37.609f,11.703f,19.803f,37.459f,11.587f,19.458f,37.308f,11.471f,19.726f,40.31f,11.748f,20.34f,38.619f,11.707f,19.917f,38.715f,11.553f,19.337f,40.311f,11.7f,18.315f,41.425f,11.773f,18.315f,41.425f,12.273f,19.458f,37.308f,11.471f,19.33f,37.233f,11.949f,19.337f,40.311f,11.7f,19.917f,38.715f,11.553f,19.883f,38.616f,12.037f,19.338f,40.277f,12.195f,18.315f,41.425f,12.273f,18.441f,41.498f,12.273f,18.566f,41.572f,12.273f,19.33f,37.233f,11.949f,19.796f,37.437f,12.105f,20.263f,37.64f,12.261f,19.338f,40.277f,12.195f,19.883f,38.616f,12.037f,20.391f,38.827f,12.257f,19.739f,40.343f,12.266f,18.566f,41.572f,12.273f,18.566f,41.572f,11.95f,20.263f,37.64f,12.261f,20.39f,37.714f,11.784f,19.739f,40.343f,12.266f,20.391f,38.827f,12.257f,20.441f,38.939f,11.809f,19.74f,40.389f,11.896f,18.566f,41.572f,11.95f,18.566f,41.572f,11.773f,20.39f,37.714f,11.784f,20.149f,37.609f,11.703f,20.34f,38.619f,11.707f,19.726f,40.31f,11.748f,19.74f,40.389f,11.896f,20.441f,38.939f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_622_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,28,25,-1,28,29,30,-1,29,26,27,-1,27,30,29,-1,30,25,28,-1,36,37,35,-1,37,38,35,-1,38,33,32,-1,31,39,32,-1,39,34,35,-1,35,38,39,-1,38,32,39,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {19.002f,42.071f,11.773f,18.828f,41.839f,11.773f,21.998f,39.033f,11.703f,21.478f,38.488f,11.471f,20.561f,41.358f,11.748f,21.783f,40.038f,11.707f,21.356f,39.963f,11.553f,20.202f,41.209f,11.7f,18.828f,41.839f,11.773f,18.828f,41.839f,12.273f,21.478f,38.488f,11.471f,21.39f,38.369f,11.949f,20.202f,41.209f,11.7f,21.356f,39.963f,11.553f,21.363f,39.858f,12.037f,20.216f,41.177f,12.195f,18.828f,41.839f,12.273f,19.002f,42.071f,12.273f,21.39f,38.369f,11.949f,22.092f,39.106f,12.261f,20.216f,41.177f,12.195f,21.363f,39.858f,12.037f,21.889f,40.005f,12.257f,20.674f,41.317f,12.265f,19.002f,42.071f,12.273f,19.002f,42.071f,11.95f,22.092f,39.106f,12.261f,22.18f,39.224f,11.784f,20.674f,41.317f,12.265f,21.889f,40.005f,12.257f,21.832f,40.257f,11.803f,19.002f,42.071f,11.95f,19.002f,42.071f,11.861f,19.002f,42.071f,11.773f,22.18f,39.224f,11.784f,22.089f,39.129f,11.743f,21.998f,39.033f,11.703f,21.783f,40.038f,11.707f,20.561f,41.358f,11.748f,21.832f,40.257f,11.803f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-9.0246E-7f,6.7592E-7f,-1.0f,-3.7896E-5f,2.8383E-5f,-1.0f,0.45406f,-0.055663f,-0.88923f,0.73474f,-0.51099f,-0.44615f,0.096517f,0.17582f,-0.97968f,0.34097f,0.19255f,-0.92014f,0.2597f,0.2211f,-0.94004f,0.024329f,0.16468f,-0.98605f,-0.19096f,-0.9816f,0.0f,-0.19095f,-0.9816f,0.0f,-0.82983f,0.55779f,-0.015767f,-0.74603f,0.66539f,0.026382f,-0.59127f,-0.80577f,-0.033792f,-0.89149f,-0.44542f,-0.082735f,-0.90898f,-0.41007f,-0.07481f,-0.61132f,-0.79073f,-0.032261f,3.7902E-5f,-2.8388E-5f,1.0f,9.0278E-7f,-6.7616E-7f,1.0f,-0.74101f,0.66415f,0.099021f,-0.43539f,0.033471f,0.89962f,-0.040623f,-0.18486f,0.98192f,-0.29271f,-0.22465f,0.92944f,-0.3619f,-0.17966f,0.91474f,-0.13628f,-0.21175f,0.96778f,0.23366f,0.97232f,0.0f,0.23366f,0.97232f,0.0f,0.9842f,-0.03993f,0.17249f,0.98107f,0.035025f,0.19046f,0.55952f,0.82494f,0.080056f,0.88578f,0.43658f,0.15746f,0.82938f,0.53335f,0.16633f,0.23366f,0.97232f,0.0f,0.23366f,0.97232f,0.0f,0.23366f,0.97232f,0.0f,0.40569f,9.3689E-4f,-0.91401f,0.42761f,-0.024347f,-0.90364f,0.45406f,-0.055663f,-0.88923f,0.47859f,0.2619f,-0.83807f,0.53558f,0.77043f,-0.34582f,0.39065f,0.29625f,-0.87157f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,30,27,-1,30,31,32,-1,31,28,29,-1,29,32,31,-1,32,27,30,-1,36,37,39,-1,37,38,39,-1,38,34,33,-1,33,39,38,-1,39,35,36,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {16.313f,43.988f,11.773f,16.426f,44.079f,11.773f,16.54f,44.169f,11.773f,14.186f,47.687f,11.703f,14.507f,47.885f,11.587f,14.827f,48.083f,11.471f,14.986f,45.074f,11.748f,14.139f,46.661f,11.707f,14.572f,46.625f,11.553f,15.371f,45.127f,11.7f,16.54f,44.169f,11.773f,16.54f,44.169f,12.273f,14.827f,48.083f,11.471f,14.943f,48.175f,11.949f,15.371f,45.127f,11.7f,14.572f,46.625f,11.553f,14.591f,46.728f,12.037f,15.365f,45.161f,12.195f,16.54f,44.169f,12.273f,16.313f,43.988f,12.273f,14.943f,48.175f,11.949f,14.077f,47.641f,12.261f,15.365f,45.161f,12.195f,14.591f,46.728f,12.037f,14.045f,46.72f,12.257f,14.887f,45.142f,12.265f,16.313f,43.988f,12.273f,16.313f,43.988f,11.95f,14.077f,47.641f,12.261f,13.961f,47.549f,11.784f,14.887f,45.142f,12.265f,14.045f,46.72f,12.257f,14.036f,46.462f,11.803f,16.313f,43.988f,11.95f,16.313f,43.988f,11.773f,13.961f,47.549f,11.784f,14.186f,47.687f,11.703f,14.139f,46.661f,11.707f,14.986f,45.074f,11.748f,14.036f,46.462f,11.803f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {7.0128E-7f,-8.829E-7f,-1.0f,1.4245E-5f,-1.7934E-5f,-1.0f,2.9448E-5f,-3.7075E-5f,-1.0f,-0.42505f,0.16912f,-0.88923f,-0.49753f,0.3399f,-0.79808f,-0.58092f,0.68079f,-0.44615f,-0.13799f,-0.14555f,-0.97968f,-0.37869f,-0.09967f,-0.92014f,-0.30733f,-0.14792f,-0.94004f,-0.065343f,-0.1531f,-0.98605f,0.43393f,0.90095f,0.0f,0.43392f,0.90095f,0.0f,0.66102f,-0.75021f,-0.015767f,0.55265f,-0.833f,0.026382f,0.77647f,0.62924f,-0.033792f,0.97537f,0.20448f,-0.082735f,0.98331f,0.16584f,-0.07481f,0.79205f,0.60961f,-0.032261f,-2.9453E-5f,3.7081E-5f,1.0f,-7.0152E-7f,8.8321E-7f,1.0f,0.54811f,-0.83053f,0.099021f,0.41263f,-0.14292f,0.89962f,0.086228f,0.16849f,0.98192f,0.34015f,0.14297f,0.92944f,0.39565f,0.081885f,0.91474f,0.18557f,0.17021f,0.96778f,-0.47287f,-0.88113f,0.0f,-0.47287f,-0.88113f,0.0f,-0.94181f,0.28851f,0.17249f,-0.95781f,0.21521f,0.19046f,-0.75064f,-0.65585f,0.080056f,-0.9676f,-0.19738f,0.15746f,-0.93762f,-0.3053f,0.16633f,-0.47287f,-0.88113f,0.0f,-0.47287f,-0.88113f,0.0f,-0.39263f,0.1021f,-0.91401f,-0.42505f,0.16912f,-0.88923f,-0.5294f,-0.13181f,-0.83807f,-0.71364f,-0.6092f,-0.34582f,-0.45306f,-0.18736f,-0.87157f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,1,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,7,8,-1,7,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,32,35,-1,32,33,34,-1,33,30,31,-1,31,34,33,-1,34,35,32,-1,35,29,28,-1,39,40,43,-1,40,41,42,-1,41,37,36,-1,36,42,41,-1,42,43,40,-1,43,38,39,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {16.726f,44.347f,11.773f,16.865f,44.389f,11.773f,17.004f,44.43f,11.773f,16.125f,48.571f,11.703f,16.496f,48.636f,11.587f,16.867f,48.701f,11.471f,15.991f,45.586f,11.754f,15.664f,47.214f,11.714f,16.089f,47.442f,11.553f,16.275f,45.754f,11.7f,17.004f,44.43f,11.773f,17.004f,44.43f,12.273f,16.867f,48.701f,11.471f,17.009f,48.743f,11.949f,16.275f,45.754f,11.7f,16.089f,47.442f,11.553f,16.145f,47.53f,12.037f,16.282f,45.788f,12.195f,17.004f,44.43f,12.273f,16.865f,44.389f,12.273f,16.726f,44.347f,12.273f,17.009f,48.743f,11.949f,16.508f,48.656f,12.105f,16.007f,48.568f,12.261f,16.282f,45.788f,12.195f,16.145f,47.53f,12.037f,15.635f,47.725f,12.257f,15.831f,45.948f,12.265f,16.726f,44.347f,12.273f,16.726f,44.347f,11.95f,16.007f,48.568f,12.261f,15.865f,48.526f,11.784f,15.831f,45.948f,12.265f,15.635f,47.725f,12.257f,15.526f,47.348f,11.809f,15.865f,45.774f,11.896f,16.726f,44.347f,11.95f,16.726f,44.347f,11.773f,15.865f,48.526f,11.784f,16.125f,48.571f,11.703f,15.664f,47.214f,11.714f,15.991f,45.586f,11.754f,15.865f,45.774f,11.896f,15.526f,47.348f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_643_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,16,11,-1,16,17,11,-1,17,13,14,-1,15,18,14,-1,18,19,11,-1,19,12,11,-1,11,17,18,-1,17,14,18,-1,20,26,21,-1,26,27,21,-1,27,23,24,-1,25,28,24,-1,28,29,24,-1,29,22,21,-1,21,27,29,-1,27,24,29,-1,30,36,31,-1,36,37,34,-1,37,33,34,-1,35,38,34,-1,38,32,31,-1,31,36,38,-1,36,34,38,-1,42,43,45,-1,43,44,45,-1,44,40,39,-1,39,45,44,-1,45,41,42,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {17.008f,44.467f,11.773f,17.152f,44.483f,11.773f,17.297f,44.499f,11.773f,17.177f,48.731f,11.703f,17.553f,48.727f,11.587f,17.93f,48.724f,11.471f,16.463f,46.092f,11.748f,16.591f,47.887f,11.707f,16.938f,47.626f,11.553f,16.817f,45.932f,11.7f,17.297f,44.499f,11.773f,17.297f,44.499f,12.023f,17.297f,44.499f,12.273f,17.93f,48.724f,11.471f,18.004f,48.732f,11.71f,18.077f,48.74f,11.949f,16.817f,45.932f,11.7f,16.938f,47.626f,11.553f,17.009f,47.703f,12.037f,16.83f,45.964f,12.195f,17.297f,44.499f,12.273f,17.152f,44.483f,12.273f,17.008f,44.467f,12.273f,18.077f,48.74f,11.949f,17.568f,48.745f,12.105f,17.06f,48.749f,12.261f,16.83f,45.964f,12.195f,17.009f,47.703f,12.037f,16.542f,47.986f,12.257f,16.415f,46.203f,12.265f,17.008f,44.467f,12.273f,17.008f,44.467f,12.111f,17.008f,44.467f,11.95f,17.06f,48.749f,12.261f,16.986f,48.741f,12.023f,16.913f,48.733f,11.784f,16.415f,46.203f,12.265f,16.542f,47.986f,12.257f,16.398f,47.773f,11.803f,17.008f,44.467f,11.95f,17.008f,44.467f,11.773f,16.913f,48.733f,11.784f,17.177f,48.731f,11.703f,16.591f,47.887f,11.707f,16.463f,46.092f,11.748f,16.398f,47.773f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_650_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,32,27,-1,32,33,30,-1,33,29,30,-1,31,34,30,-1,34,35,30,-1,35,28,27,-1,27,32,35,-1,32,30,35,-1,41,42,40,-1,42,43,40,-1,43,38,37,-1,36,44,37,-1,44,45,40,-1,45,39,40,-1,40,43,44,-1,43,37,44,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {17.266f,44.521f,11.773f,17.556f,44.508f,11.773f,18.097f,48.707f,11.703f,18.84f,48.583f,11.471f,16.981f,46.212f,11.748f,17.387f,47.964f,11.707f,17.689f,47.653f,11.553f,17.306f,45.998f,11.7f,17.556f,44.508f,11.773f,17.556f,44.508f,12.273f,18.84f,48.583f,11.471f,18.988f,48.576f,11.949f,17.306f,45.998f,11.7f,17.689f,47.653f,11.553f,17.771f,47.718f,12.037f,17.324f,46.028f,12.195f,17.556f,44.508f,12.273f,17.411f,44.515f,12.273f,17.266f,44.521f,12.273f,18.988f,48.576f,11.949f,18.486f,48.659f,12.105f,17.985f,48.743f,12.261f,17.324f,46.028f,12.195f,17.771f,47.718f,12.037f,17.23f,47.817f,12.257f,16.951f,46.191f,12.266f,17.266f,44.521f,12.273f,17.266f,44.521f,12.111f,17.266f,44.521f,11.95f,17.985f,48.743f,12.261f,17.911f,48.747f,12.023f,17.837f,48.75f,11.784f,16.951f,46.191f,12.266f,17.23f,47.817f,12.257f,17.127f,47.751f,11.809f,16.925f,46.153f,11.896f,17.266f,44.521f,11.95f,17.266f,44.521f,11.861f,17.266f,44.521f,11.773f,17.837f,48.75f,11.784f,17.967f,48.728f,11.743f,18.097f,48.707f,11.703f,17.387f,47.964f,11.707f,16.981f,46.212f,11.748f,16.925f,46.153f,11.896f,17.127f,47.751f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_657_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,14,9,-1,14,15,9,-1,15,11,12,-1,13,16,12,-1,16,17,9,-1,17,10,9,-1,9,15,16,-1,15,12,16,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,30,33,-1,30,31,32,-1,31,28,32,-1,29,32,28,-1,32,33,30,-1,33,27,26,-1,37,38,41,-1,38,39,40,-1,39,35,34,-1,34,40,39,-1,40,41,38,-1,41,36,37,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {17.521f,44.541f,11.773f,17.806f,44.485f,11.773f,18.96f,48.558f,11.703f,19.677f,48.326f,11.471f,17.449f,45.981f,11.754f,17.919f,47.573f,11.714f,18.401f,47.576f,11.553f,17.779f,45.996f,11.7f,17.806f,44.485f,11.773f,17.806f,44.485f,12.023f,17.806f,44.485f,12.273f,19.677f,48.326f,11.471f,19.75f,48.312f,11.71f,19.822f,48.298f,11.949f,17.779f,45.996f,11.7f,18.401f,47.576f,11.553f,18.492f,47.628f,12.037f,17.8f,46.023f,12.195f,17.806f,44.485f,12.273f,17.521f,44.541f,12.273f,19.822f,48.298f,11.949f,18.854f,48.611f,12.261f,17.8f,46.023f,12.195f,18.492f,47.628f,12.037f,17.972f,47.806f,12.257f,17.456f,46.239f,12.266f,17.521f,44.541f,12.273f,17.521f,44.541f,11.95f,18.854f,48.611f,12.261f,18.71f,48.64f,11.784f,17.456f,46.239f,12.266f,17.972f,47.806f,12.257f,17.86f,47.756f,11.809f,17.425f,46.205f,11.896f,17.521f,44.541f,11.95f,17.521f,44.541f,11.773f,18.71f,48.64f,11.784f,18.96f,48.558f,11.703f,17.919f,47.573f,11.714f,17.449f,45.981f,11.754f,17.425f,46.205f,11.896f,17.86f,47.756f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_664_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,28,31,-1,28,29,30,-1,29,26,27,-1,27,30,29,-1,30,31,28,-1,31,25,24,-1,35,36,39,-1,36,37,38,-1,37,33,32,-1,32,38,37,-1,38,39,36,-1,39,34,35,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {15.895f,43.466f,11.773f,16.048f,43.713f,11.773f,12.639f,46.224f,11.703f,13.109f,46.814f,11.471f,14.522f,43.904f,11.754f,13.196f,44.903f,11.714f,13.363f,45.356f,11.553f,14.623f,44.218f,11.7f,16.048f,43.713f,11.773f,16.048f,43.713f,12.273f,13.109f,46.814f,11.471f,13.186f,46.94f,11.949f,14.623f,44.218f,11.7f,13.363f,45.356f,11.553f,13.346f,45.459f,12.037f,14.606f,44.248f,12.195f,16.048f,43.713f,12.273f,15.895f,43.466f,12.273f,13.186f,46.94f,11.949f,12.553f,46.143f,12.261f,14.606f,44.248f,12.195f,13.346f,45.459f,12.037f,12.835f,45.266f,12.257f,14.162f,44.068f,12.265f,15.895f,43.466f,12.273f,15.895f,43.466f,11.95f,12.553f,46.143f,12.261f,12.475f,46.018f,11.784f,14.162f,44.068f,12.265f,12.835f,45.266f,12.257f,13.004f,44.912f,11.809f,14.304f,43.96f,11.896f,15.895f,43.466f,11.95f,15.895f,43.466f,11.773f,12.475f,46.018f,11.784f,12.639f,46.224f,11.703f,13.196f,44.903f,11.714f,14.522f,43.904f,11.754f,14.304f,43.96f,11.896f,13.004f,44.912f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_671_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,30,27,-1,30,31,32,-1,31,28,29,-1,29,32,31,-1,32,27,30,-1,36,37,39,-1,37,38,39,-1,38,34,33,-1,33,39,38,-1,39,35,36,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {15.764f,42.879f,11.773f,15.793f,43.022f,11.773f,15.821f,43.164f,11.773f,11.752f,44.331f,11.703f,11.869f,44.689f,11.587f,11.986f,45.047f,11.471f,14.05f,42.852f,11.748f,12.379f,43.517f,11.707f,12.732f,43.769f,11.553f,14.31f,43.141f,11.7f,15.821f,43.164f,11.773f,15.821f,43.164f,12.273f,11.986f,45.047f,11.471f,12.015f,45.192f,11.949f,14.31f,43.141f,11.7f,12.732f,43.769f,11.553f,12.68f,43.86f,12.037f,14.284f,43.163f,12.195f,15.821f,43.164f,12.273f,15.764f,42.879f,12.273f,12.015f,45.192f,11.949f,11.699f,44.225f,12.261f,14.284f,43.163f,12.195f,12.68f,43.86f,12.037f,12.269f,43.501f,12.257f,13.931f,42.84f,12.265f,15.764f,42.879f,12.273f,15.764f,42.879f,11.95f,11.699f,44.225f,12.261f,11.67f,44.081f,11.784f,13.931f,42.84f,12.265f,12.269f,43.501f,12.257f,12.429f,43.299f,11.803f,15.764f,42.879f,11.95f,15.764f,42.879f,11.773f,11.67f,44.081f,11.784f,11.752f,44.331f,11.703f,12.379f,43.517f,11.707f,14.05f,42.852f,11.748f,12.429f,43.299f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_678_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,34,29,-1,34,35,32,-1,35,31,32,-1,33,36,32,-1,36,37,32,-1,37,30,29,-1,29,34,37,-1,34,32,37,-1,41,42,40,-1,42,43,45,-1,43,39,44,-1,38,44,39,-1,44,45,43,-1,45,40,42,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {15.854f,42.257f,11.773f,15.829f,42.399f,11.773f,15.805f,42.542f,11.773f,11.588f,42.169f,11.703f,11.568f,42.545f,11.587f,11.549f,42.922f,11.471f,14.264f,41.615f,11.748f,12.465f,41.635f,11.707f,12.705f,41.997f,11.553f,14.403f,41.978f,11.7f,15.805f,42.542f,11.773f,15.805f,42.542f,12.273f,11.549f,42.922f,11.471f,11.524f,43.067f,11.949f,14.403f,41.978f,11.7f,12.705f,41.997f,11.553f,12.623f,42.063f,12.037f,14.37f,41.989f,12.195f,15.805f,42.542f,12.273f,15.829f,42.399f,12.273f,15.854f,42.257f,12.273f,11.524f,43.067f,11.949f,11.55f,42.559f,12.105f,11.576f,42.051f,12.261f,14.37f,41.989f,12.195f,12.623f,42.063f,12.037f,12.643f,41.513f,12.257f,14.291f,41.591f,12.266f,15.854f,42.257f,12.273f,15.854f,42.257f,12.111f,15.854f,42.257f,11.95f,11.576f,42.051f,12.261f,11.589f,41.979f,12.023f,11.601f,41.906f,11.784f,14.291f,41.591f,12.266f,12.643f,41.513f,12.257f,12.73f,41.427f,11.809f,14.334f,41.573f,11.896f,15.854f,42.257f,11.95f,15.854f,42.257f,11.773f,11.601f,41.906f,11.784f,11.588f,42.169f,11.703f,12.465f,41.635f,11.707f,14.264f,41.615f,11.748f,14.334f,41.573f,11.896f,12.73f,41.427f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_685_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,32,27,-1,32,33,30,-1,33,29,30,-1,31,34,30,-1,34,35,30,-1,35,28,27,-1,27,32,35,-1,32,30,35,-1,41,42,40,-1,42,43,44,-1,43,38,37,-1,36,44,43,-1,44,45,42,-1,45,39,40,-1,37,36,43,-1,40,42,45,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {16.219f,41.797f,11.773f,16.065f,42.042f,11.773f,12.312f,40.083f,11.703f,11.988f,40.764f,11.471f,15.223f,40.755f,11.754f,13.743f,40.003f,11.714f,13.41f,40.352f,11.553f,14.985f,40.985f,11.7f,16.065f,42.042f,11.773f,16.065f,42.042f,12.273f,11.988f,40.764f,11.471f,11.909f,40.889f,11.949f,14.985f,40.985f,11.7f,13.41f,40.352f,11.553f,13.309f,40.382f,12.037f,14.951f,40.982f,12.195f,16.065f,42.042f,12.273f,16.142f,41.92f,12.273f,16.219f,41.797f,12.273f,11.909f,40.889f,11.949f,12.128f,40.43f,12.105f,12.346f,39.97f,12.261f,14.951f,40.982f,12.195f,13.309f,40.382f,12.037f,13.537f,39.882f,12.257f,15.03f,40.584f,12.266f,16.219f,41.797f,12.273f,16.219f,41.797f,12.111f,16.219f,41.797f,11.95f,12.346f,39.97f,12.261f,12.386f,39.908f,12.023f,12.425f,39.845f,11.784f,15.03f,40.584f,12.266f,13.537f,39.882f,12.257f,13.651f,39.835f,11.809f,15.076f,40.584f,11.896f,16.219f,41.797f,11.95f,16.219f,41.797f,11.861f,16.219f,41.797f,11.773f,12.425f,39.845f,11.784f,12.368f,39.964f,11.743f,12.312f,40.083f,11.703f,13.743f,40.003f,11.714f,15.223f,40.755f,11.754f,15.076f,40.584f,11.896f,13.651f,39.835f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_692_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,28,25,-1,28,29,30,-1,29,26,27,-1,27,30,29,-1,30,25,28,-1,34,35,37,-1,35,36,37,-1,36,32,31,-1,31,37,36,-1,37,33,34,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {16.225f,41.791f,11.773f,16.069f,42.035f,11.773f,12.325f,40.058f,11.703f,11.998f,40.737f,11.471f,15.007f,40.584f,11.748f,13.341f,39.906f,11.707f,13.422f,40.332f,11.553f,14.994f,40.972f,11.7f,16.069f,42.035f,11.773f,16.069f,42.035f,12.273f,11.998f,40.737f,11.471f,11.918f,40.862f,11.949f,14.994f,40.972f,11.7f,13.422f,40.332f,11.553f,13.321f,40.362f,12.037f,14.96f,40.97f,12.195f,16.069f,42.035f,12.273f,16.225f,41.791f,12.273f,11.918f,40.862f,11.949f,12.36f,39.945f,12.261f,14.96f,40.97f,12.195f,13.321f,40.362f,12.037f,13.273f,39.818f,12.257f,14.929f,40.492f,12.265f,16.225f,41.791f,12.273f,16.225f,41.791f,11.95f,12.36f,39.945f,12.261f,12.439f,39.821f,11.784f,14.929f,40.492f,12.265f,13.273f,39.818f,12.257f,13.529f,39.783f,11.803f,16.225f,41.791f,11.95f,16.225f,41.791f,11.773f,12.439f,39.821f,11.784f,12.325f,40.058f,11.703f,13.341f,39.906f,11.707f,15.007f,40.584f,11.748f,13.529f,39.783f,11.803f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {9.5081E-7f,6.0602E-7f,-1.0f,3.9927E-5f,2.5448E-5f,-1.0f,-0.21225f,-0.40523f,-0.88923f,-0.73732f,-0.50725f,-0.44615f,0.13047f,-0.15233f,-0.97968f,0.059894f,-0.38698f,-0.92014f,0.11528f,-0.321f,-0.94004f,0.14551f,-0.080856f,-0.98605f,-0.85113f,0.52495f,0.0f,-0.85114f,0.52494f,0.0f,0.81466f,0.57972f,-0.015767f,0.88578f,0.46336f,0.026382f,-0.5454f,0.83749f,-0.033792f,-0.10231f,0.99131f,-0.082735f,-0.063062f,0.9952f,-0.07481f,-0.52425f,0.85095f,-0.032261f,-3.9933E-5f,-2.5452E-5f,1.0f,-9.5115E-7f,-6.0623E-7f,1.0f,0.88285f,0.4591f,0.099021f,0.1849f,0.3956f,0.89962f,-0.15865f,0.10322f,0.98192f,-0.10695f,0.35313f,0.92944f,-0.040447f,0.40201f,0.91474f,-0.15006f,0.20221f,0.96778f,0.82739f,-0.56163f,0.0f,0.82739f,-0.56163f,0.0f,-0.38454f,-0.90685f,0.17249f,-0.3133f,-0.93036f,0.19046f,0.57454f,-0.81455f,0.080056f,0.096056f,-0.98284f,0.15746f,0.2065f,-0.96421f,0.16633f,0.82739f,-0.56163f,0.0f,0.82739f,-0.56162f,0.0f,-0.14223f,-0.37994f,-0.91401f,-0.21225f,-0.40523f,-0.88923f,0.076246f,-0.54021f,-0.83807f,0.53198f,-0.77292f,-0.34582f,0.1394f,-0.47004f,-0.87157f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,22,17,-1,22,23,17,-1,23,19,20,-1,21,24,20,-1,24,25,20,-1,25,18,17,-1,17,23,25,-1,23,20,25,-1,26,32,27,-1,32,33,30,-1,33,29,30,-1,31,34,30,-1,34,35,30,-1,35,28,27,-1,27,32,35,-1,32,30,35,-1,39,40,43,-1,40,41,42,-1,41,37,36,-1,36,42,41,-1,42,43,40,-1,43,38,39,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {16.405f,41.603f,11.773f,16.212f,41.82f,11.773f,12.823f,39.284f,11.703f,12.394f,39.904f,11.471f,15.589f,40.415f,11.754f,14.248f,39.435f,11.714f,13.863f,39.725f,11.553f,15.317f,40.603f,11.7f,16.212f,41.82f,11.773f,16.212f,41.82f,12.273f,12.394f,39.904f,11.471f,12.296f,40.014f,11.949f,15.317f,40.603f,11.7f,13.863f,39.725f,11.553f,13.759f,39.739f,12.037f,15.284f,40.595f,12.195f,16.212f,41.82f,12.273f,16.309f,41.712f,12.273f,16.405f,41.603f,12.273f,12.296f,40.014f,11.949f,12.586f,39.596f,12.105f,12.875f,39.178f,12.261f,15.284f,40.595f,12.195f,13.759f,39.739f,12.037f,13.797f,39.194f,12.257f,15.328f,40.118f,12.265f,16.405f,41.603f,12.273f,16.405f,41.603f,12.111f,16.405f,41.603f,11.95f,12.875f,39.178f,12.261f,12.924f,39.122f,12.023f,12.973f,39.067f,11.784f,15.328f,40.118f,12.265f,13.797f,39.194f,12.257f,14.185f,39.254f,11.809f,15.471f,40.222f,11.896f,16.405f,41.603f,11.95f,16.405f,41.603f,11.773f,12.973f,39.067f,11.784f,12.823f,39.284f,11.703f,14.248f,39.435f,11.714f,15.589f,40.415f,11.754f,15.471f,40.222f,11.896f,14.185f,39.254f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_706_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,32,27,-1,32,33,30,-1,33,29,30,-1,31,34,30,-1,34,28,27,-1,27,32,34,-1,32,30,34,-1,38,39,41,-1,39,40,41,-1,40,36,35,-1,35,41,40,-1,41,37,38,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {16.598f,41.455f,11.773f,16.487f,41.548f,11.773f,16.376f,41.642f,11.773f,13.393f,38.637f,11.703f,13.136f,38.913f,11.587f,12.878f,39.188f,11.471f,15.796f,39.94f,11.748f,14.409f,38.795f,11.707f,14.358f,39.226f,11.553f,15.668f,40.307f,11.7f,16.376f,41.642f,11.773f,16.376f,41.642f,12.273f,12.878f,39.188f,11.471f,12.765f,39.283f,11.949f,15.668f,40.307f,11.7f,14.358f,39.226f,11.553f,14.253f,39.225f,12.037f,15.636f,40.294f,12.195f,16.376f,41.642f,12.273f,16.598f,41.455f,12.273f,12.765f,39.283f,11.949f,13.46f,38.54f,12.261f,15.636f,40.294f,12.195f,14.253f,39.225f,12.037f,14.37f,38.691f,12.257f,15.749f,39.829f,12.265f,16.598f,41.455f,12.273f,16.598f,41.455f,12.111f,16.598f,41.455f,11.95f,13.46f,38.54f,12.261f,13.517f,38.493f,12.023f,13.573f,38.445f,11.784f,15.749f,39.829f,12.265f,14.37f,38.691f,12.257f,14.624f,38.734f,11.803f,16.598f,41.455f,11.95f,16.598f,41.455f,11.773f,13.573f,38.445f,11.784f,13.393f,38.637f,11.703f,14.409f,38.795f,11.707f,15.796f,39.94f,11.748f,14.624f,38.734f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_713_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,7,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,0,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,30,25,-1,30,31,28,-1,31,27,28,-1,29,32,28,-1,32,26,25,-1,25,30,32,-1,30,28,32,-1,36,37,39,-1,37,38,39,-1,38,34,33,-1,33,39,38,-1,39,35,36,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {16.812f,41.343f,11.773f,16.566f,41.496f,11.773f,14.045f,38.096f,11.703f,13.456f,38.567f,11.471f,16.236f,39.729f,11.748f,15.027f,38.397f,11.707f,14.915f,38.816f,11.553f,16.057f,40.074f,11.7f,16.566f,41.496f,11.773f,16.566f,41.496f,12.273f,13.456f,38.567f,11.471f,13.331f,38.645f,11.949f,16.057f,40.074f,11.7f,14.915f,38.816f,11.553f,14.811f,38.8f,12.037f,16.027f,40.057f,12.195f,16.566f,41.496f,12.273f,16.812f,41.343f,12.273f,13.331f,38.645f,11.949f,14.125f,38.009f,12.261f,16.027f,40.057f,12.195f,14.811f,38.8f,12.037f,15.003f,38.289f,12.257f,16.206f,39.612f,12.265f,16.812f,41.343f,12.273f,16.812f,41.343f,12.111f,16.812f,41.343f,11.95f,14.125f,38.009f,12.261f,14.188f,37.97f,12.023f,14.25f,37.931f,11.784f,16.206f,39.612f,12.265f,15.003f,38.289f,12.257f,15.249f,38.367f,11.803f,16.812f,41.343f,11.95f,16.812f,41.343f,11.773f,14.25f,37.931f,11.784f,14.045f,38.096f,11.703f,15.027f,38.397f,11.707f,16.236f,39.729f,11.748f,15.249f,38.367f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_720_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,12,15,-1,12,13,14,-1,13,10,11,-1,11,14,13,-1,14,15,12,-1,15,9,8,-1,16,20,17,-1,20,21,23,-1,21,18,22,-1,19,22,18,-1,22,23,21,-1,23,17,20,-1,24,28,31,-1,28,29,30,-1,29,26,30,-1,27,30,26,-1,30,31,28,-1,31,25,24,-1,35,36,39,-1,36,37,38,-1,37,33,32,-1,32,38,37,-1,38,39,36,-1,39,34,35,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {18.066f,41.297f,11.773f,17.784f,41.23f,11.773f,18.413f,37.044f,11.703f,17.664f,36.959f,11.471f,18.726f,40.015f,11.754f,18.955f,38.371f,11.714f,18.517f,38.169f,11.553f,18.432f,39.865f,11.7f,17.784f,41.23f,11.773f,17.784f,41.23f,12.273f,17.664f,36.959f,11.471f,17.52f,36.926f,11.949f,18.432f,39.865f,11.7f,18.517f,38.169f,11.553f,18.455f,38.084f,12.037f,18.423f,39.832f,12.195f,17.784f,41.23f,12.273f,18.066f,41.297f,12.273f,17.52f,36.926f,11.949f,18.531f,37.04f,12.261f,18.423f,39.832f,12.195f,18.455f,38.084f,12.037f,19.003f,38.137f,12.257f,18.826f,39.777f,12.266f,18.066f,41.297f,12.273f,18.066f,41.297f,11.95f,18.531f,37.04f,12.261f,18.675f,37.073f,11.784f,18.826f,39.777f,12.266f,19.003f,38.137f,12.257f,19.084f,38.229f,11.809f,18.841f,39.821f,11.896f,18.066f,41.297f,11.95f,18.066f,41.297f,11.773f,18.675f,37.073f,11.784f,18.413f,37.044f,11.703f,18.955f,38.371f,11.714f,18.726f,40.015f,11.754f,18.841f,39.821f,11.896f,19.084f,38.229f,11.809f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-2.579E-7f,1.0976E-6f,-1.0f,-1.083E-5f,4.6092E-5f,-1.0f,0.31237f,-0.33421f,-0.88923f,0.2352f,-0.8635f,-0.44615f,0.1454f,0.069763f,-0.98691f,0.355f,-0.015559f,-0.93474f,0.34106f,0.0027632f,-0.94004f,0.12438f,0.11063f,-0.98605f,-0.77665f,-0.62994f,0.0f,-0.77664f,-0.62995f,0.0f,-0.27806f,0.96044f,-0.015767f,-0.14473f,0.98912f,0.026382f,-0.97065f,-0.23812f,-0.033792f,-0.96945f,0.23091f,-0.082735f,-0.96016f,0.26924f,-0.07481f,-0.97636f,-0.21371f,-0.032261f,1.0831E-5f,-4.6099E-5f,1.0f,2.5799E-7f,-1.098E-6f,1.0f,-0.14168f,0.98495f,0.099021f,-0.3123f,0.30521f,0.89962f,-0.14984f,-0.11564f,0.98192f,-0.36864f,0.015709f,0.92944f,-0.38385f,0.045668f,0.92227f,-0.22204f,-0.072092f,0.97237f,0.80342f,0.59541f,0.0f,0.80343f,0.59541f,0.0f,0.7289f,-0.66253f,0.17249f,0.77463f,-0.60305f,0.19046f,0.95636f,0.2833f,0.071533f,0.98066f,-0.12359f,0.15176f,0.98366f,-0.080163f,0.16122f,0.94774f,0.31025f,0.074392f,0.80343f,0.59541f,0.0f,0.80342f,0.59541f,0.0f,0.31162f,-0.25976f,-0.91401f,0.31237f,-0.33421f,-0.88923f,0.63112f,-0.04642f,-0.7743f,0.91872f,0.30408f,-0.25197f,0.87542f,0.31144f,-0.36964f,0.51921f,-0.0012317f,-0.85465f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,14,9,-1,14,15,9,-1,15,11,12,-1,13,16,12,-1,16,17,9,-1,17,10,9,-1,9,15,16,-1,15,12,16,-1,18,22,19,-1,22,23,25,-1,23,20,24,-1,21,24,20,-1,24,25,23,-1,25,19,22,-1,26,32,27,-1,32,33,30,-1,33,29,30,-1,31,34,30,-1,34,35,30,-1,35,28,27,-1,27,32,35,-1,32,30,35,-1,41,42,40,-1,42,43,44,-1,43,38,37,-1,36,44,43,-1,44,45,42,-1,45,39,40,-1,37,36,43,-1,40,42,45,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {17.052f,41.257f,11.773f,16.785f,41.37f,11.773f,14.824f,37.618f,11.703f,14.169f,37.992f,11.471f,16.829f,39.833f,11.754f,16.044f,38.37f,11.714f,15.572f,38.466f,11.553f,16.503f,39.885f,11.7f,16.785f,41.37f,11.773f,16.785f,41.37f,12.023f,16.785f,41.37f,12.273f,14.169f,37.992f,11.471f,14.101f,38.02f,11.71f,14.033f,38.049f,11.949f,16.503f,39.885f,11.7f,15.572f,38.466f,11.553f,15.472f,38.433f,12.037f,16.477f,39.864f,12.195f,16.785f,41.37f,12.273f,17.052f,41.257f,12.273f,14.033f,38.049f,11.949f,14.917f,37.545f,12.261f,16.477f,39.864f,12.195f,15.472f,38.433f,12.037f,15.741f,37.958f,12.257f,16.722f,39.453f,12.265f,17.052f,41.257f,12.273f,17.052f,41.257f,12.111f,17.052f,41.257f,11.95f,14.917f,37.545f,12.261f,14.985f,37.516f,12.023f,15.053f,37.488f,11.784f,16.722f,39.453f,12.265f,15.741f,37.958f,12.257f,16.065f,38.179f,11.809f,16.807f,39.609f,11.896f,17.052f,41.257f,11.95f,17.052f,41.257f,11.861f,17.052f,41.257f,11.773f,15.053f,37.488f,11.784f,14.939f,37.553f,11.743f,14.824f,37.618f,11.703f,16.044f,38.37f,11.714f,16.829f,39.833f,11.754f,16.807f,39.609f,11.896f,16.065f,38.179f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_734_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,4,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,6,8,-1,6,4,8,-1,10,14,17,-1,14,15,16,-1,15,12,13,-1,13,16,15,-1,16,17,14,-1,17,11,10,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,34,29,-1,34,35,32,-1,35,31,32,-1,33,36,32,-1,36,30,29,-1,29,34,36,-1,34,32,36,-1,40,41,43,-1,41,42,43,-1,42,38,37,-1,37,43,42,-1,43,39,40,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {17.292f,41.207f,11.773f,17.151f,41.244f,11.773f,17.011f,41.28f,11.773f,15.621f,37.281f,11.703f,15.27f,37.418f,11.587f,14.919f,37.555f,11.471f,17.225f,39.494f,11.748f,16.468f,37.862f,11.707f,16.237f,38.229f,11.553f,16.95f,39.77f,11.7f,17.011f,41.28f,11.773f,17.011f,41.28f,12.273f,14.919f,37.555f,11.471f,14.776f,37.592f,11.949f,16.95f,39.77f,11.7f,16.237f,38.229f,11.553f,16.142f,38.182f,12.037f,16.927f,39.745f,12.195f,17.011f,41.28f,12.273f,17.151f,41.244f,12.273f,17.292f,41.207f,12.273f,14.776f,37.592f,11.949f,15.25f,37.407f,12.105f,15.724f,37.222f,12.261f,16.927f,39.745f,12.195f,16.142f,38.182f,12.037f,16.478f,37.752f,12.257f,17.23f,39.374f,12.265f,17.292f,41.207f,12.273f,17.292f,41.207f,12.111f,17.292f,41.207f,11.95f,15.724f,37.222f,12.261f,15.795f,37.204f,12.023f,15.867f,37.185f,11.784f,17.23f,39.374f,12.265f,16.478f,37.752f,12.257f,16.689f,37.9f,11.803f,17.292f,41.207f,11.95f,17.292f,41.207f,11.773f,15.867f,37.185f,11.784f,15.621f,37.281f,11.703f,16.468f,37.862f,11.707f,17.225f,39.494f,11.748f,16.689f,37.9f,11.803f}))) .setNormal(new NormalObject().setVector(getNormal_5_741_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.36778f,0.32336f,0.75596f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.75596f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.75596f,0.41187f,0.36778f,0.47243f,0.75596f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,6,1,-1,6,7,1,-1,7,3,4,-1,5,8,4,-1,8,9,1,-1,9,2,1,-1,1,7,8,-1,7,4,8,-1,10,16,11,-1,16,17,11,-1,17,13,14,-1,15,18,14,-1,18,19,11,-1,19,12,11,-1,11,17,18,-1,17,14,18,-1,20,24,21,-1,24,25,27,-1,25,22,26,-1,23,26,22,-1,26,27,25,-1,27,21,24,-1,28,34,29,-1,34,35,32,-1,35,31,32,-1,33,36,32,-1,36,37,32,-1,37,30,29,-1,29,34,37,-1,34,32,37,-1,41,42,45,-1,42,43,44,-1,43,39,38,-1,38,44,43,-1,44,45,42,-1,45,40,41,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {17.523f,41.197f,11.773f,17.379f,41.213f,11.773f,17.235f,41.229f,11.773f,16.425f,37.074f,11.703f,16.058f,37.16f,11.587f,15.691f,37.245f,11.471f,17.715f,39.768f,11.754f,17.38f,38.142f,11.714f,16.9f,38.099f,11.553f,17.388f,39.726f,11.7f,17.235f,41.229f,11.773f,17.235f,41.229f,12.023f,17.235f,41.229f,12.273f,15.691f,37.245f,11.471f,15.617f,37.253f,11.71f,15.544f,37.262f,11.949f,17.388f,39.726f,11.7f,16.9f,38.099f,11.553f,16.813f,38.04f,12.037f,17.368f,39.697f,12.195f,17.235f,41.229f,12.273f,17.523f,41.197f,12.273f,15.544f,37.262f,11.949f,16.534f,37.03f,12.261f,17.368f,39.697f,12.195f,16.813f,38.04f,12.037f,17.347f,37.906f,12.257f,17.729f,39.511f,12.266f,17.523f,41.197f,12.273f,17.523f,41.197f,12.111f,17.523f,41.197f,11.95f,16.534f,37.03f,12.261f,16.608f,37.022f,12.023f,16.681f,37.014f,11.784f,17.729f,39.511f,12.266f,17.347f,37.906f,12.257f,17.454f,37.965f,11.809f,17.758f,39.547f,11.896f,17.523f,41.197f,11.95f,17.523f,41.197f,11.773f,16.681f,37.014f,11.784f,16.425f,37.074f,11.703f,17.38f,38.142f,11.714f,17.715f,39.768f,11.754f,17.758f,39.547f,11.896f,17.454f,37.965f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_748_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.24159f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.24159f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.72501f,0.65983f,0.36778f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.36778f,0.60886f,0.72501f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,4,1,-1,4,5,6,-1,5,2,3,-1,3,6,5,-1,6,7,4,-1,7,1,4,-1,8,14,9,-1,14,15,9,-1,15,11,12,-1,13,16,12,-1,16,17,9,-1,17,10,9,-1,9,15,16,-1,15,12,16,-1,18,24,19,-1,24,25,19,-1,25,21,22,-1,23,26,22,-1,26,27,22,-1,27,20,19,-1,19,25,27,-1,25,22,27,-1,28,34,29,-1,34,35,32,-1,35,31,32,-1,33,36,32,-1,36,37,32,-1,37,30,29,-1,29,34,37,-1,34,32,37,-1,43,44,42,-1,44,45,46,-1,45,40,39,-1,38,46,45,-1,46,47,44,-1,47,41,42,-1,39,38,45,-1,42,44,47,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {17.803f,41.223f,11.773f,17.513f,41.206f,11.773f,17.421f,36.973f,11.703f,16.669f,37.017f,11.471f,18.235f,39.848f,11.754f,18.181f,38.189f,11.714f,17.715f,38.065f,11.553f,17.92f,39.75f,11.7f,17.513f,41.206f,11.773f,17.513f,41.206f,12.023f,17.513f,41.206f,12.273f,16.669f,37.017f,11.471f,16.595f,37.013f,11.71f,16.521f,37.009f,11.949f,17.92f,39.75f,11.7f,17.715f,38.065f,11.553f,17.64f,37.991f,12.037f,17.905f,39.719f,12.195f,17.513f,41.206f,12.273f,17.658f,41.215f,12.273f,17.803f,41.223f,12.273f,16.521f,37.009f,11.949f,17.029f,36.979f,12.105f,17.537f,36.949f,12.261f,17.905f,39.719f,12.195f,17.64f,37.991f,12.037f,18.092f,37.685f,12.257f,18.308f,39.46f,12.265f,17.803f,41.223f,12.273f,17.803f,41.223f,12.111f,17.803f,41.223f,11.95f,17.537f,36.949f,12.261f,17.611f,36.953f,12.023f,17.684f,36.958f,11.784f,18.308f,39.46f,12.265f,18.092f,37.685f,12.257f,18.284f,38.027f,11.809f,18.315f,39.637f,11.896f,17.803f,41.223f,11.95f,17.803f,41.223f,11.861f,17.803f,41.223f,11.773f,17.684f,36.958f,11.784f,17.553f,36.966f,11.743f,17.421f,36.973f,11.703f,18.181f,38.189f,11.714f,18.235f,39.848f,11.754f,18.315f,39.637f,11.896f,18.284f,38.027f,11.809f}))) .setNormal(new NormalObject().setVector(getNormal_5_755_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.32336f,0.0f,0.15983f,0.0f,0.32336f,0.99854f,0.15983f,0.99854f,0.32336f,0.3094f,0.32336f,0.6644f,0.15983f,0.63431f,0.15983f,0.3094f,0.10143f,0.0f,0.050714f,0.0f,0.0f,0.0f,0.10143f,0.99854f,0.050714f,0.99854f,0.0f,0.99854f,0.10143f,0.3094f,0.10143f,0.63431f,0.0f,0.63431f,0.0f,0.3094f,0.8757f,0.0f,0.76777f,0.0f,0.65983f,0.0f,0.8757f,0.99854f,0.76777f,0.99854f,0.65983f,0.99854f,0.8757f,0.3094f,0.8757f,0.63431f,0.65983f,0.78691f,0.65983f,0.39693f,0.60886f,0.0f,0.55443f,0.0f,0.5f,0.0f,0.60886f,0.99854f,0.55443f,0.99854f,0.5f,0.99854f,0.60886f,0.39693f,0.60886f,0.78691f,0.5f,0.72501f,0.5f,0.36778f,0.47243f,0.0f,0.44215f,0.0f,0.41187f,0.0f,0.47243f,0.99854f,0.44215f,0.99854f,0.41187f,0.99854f,0.41187f,0.6644f,0.41187f,0.3094f,0.47243f,0.36778f,0.47243f,0.72501f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {7,1,6,-1,1,0,6,-1,8,2,1,-1,8,1,7,-1,9,3,2,-1,9,2,8,-1,10,4,3,-1,10,3,9,-1,11,5,4,-1,11,4,10,-1,13,7,6,-1,13,6,12,-1,14,8,13,-1,8,7,13,-1,15,9,14,-1,9,8,14,-1,16,10,15,-1,10,9,15,-1,17,11,16,-1,11,10,16,-1,19,13,18,-1,13,12,18,-1,20,14,19,-1,14,13,19,-1,21,15,20,-1,15,14,20,-1,22,16,21,-1,16,15,21,-1,23,17,22,-1,17,16,22,-1,25,19,24,-1,19,18,24,-1,26,20,25,-1,20,19,25,-1,27,21,26,-1,21,20,26,-1,28,22,27,-1,22,21,27,-1,29,23,28,-1,23,22,28,-1,31,25,24,-1,31,24,30,-1,32,26,25,-1,32,25,31,-1,33,27,26,-1,33,26,32,-1,34,28,27,-1,34,27,33,-1,35,29,28,-1,35,28,34,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-0.47796f,45.399f,9.7713f,-0.48534f,45.585f,9.7219f,-0.47849f,45.413f,9.5905f,-0.47077f,45.218f,9.5296f,-0.4624f,45.007f,9.5739f,-0.46063f,44.963f,9.7713f,-0.91923f,45.382f,9.4356f,-0.87914f,45.57f,9.4224f,-0.74595f,45.403f,9.3872f,-0.67973f,45.213f,9.3709f,-0.71418f,45.006f,9.3828f,-0.90257f,44.963f,9.4357f,-0.73264f,45.389f,8.932f,-0.71264f,45.576f,8.973f,-0.63289f,45.407f,9.0822f,-0.5914f,45.215f,9.1328f,-0.60766f,45.007f,9.096f,-0.7155f,44.963f,8.9319f,-0.22338f,45.41f,8.9319f,-0.25812f,45.594f,8.973f,-0.32414f,45.418f,9.0822f,-0.35018f,45.221f,9.1328f,-0.31718f,45.008f,9.0959f,-0.20583f,44.963f,8.9318f,-0.035865f,45.417f,9.4326f,-0.090793f,45.601f,9.4197f,-0.21052f,45.422f,9.3853f,-0.26142f,45.223f,9.3694f,-0.21013f,45.008f,9.381f,-0.017815f,44.963f,9.4325f,-0.47796f,45.399f,9.7713f,-0.48534f,45.585f,9.7219f,-0.47849f,45.413f,9.5905f,-0.47077f,45.218f,9.5296f,-0.4624f,45.007f,9.5739f,-0.46063f,44.963f,9.7713f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-9.8272E-4f,-3.8993E-5f,-1.0f,0.039166f,-0.98205f,0.1845f,0.015712f,-0.41259f,0.91078f,0.0047818f,-0.1598f,0.98714f,-0.0021108f,0.74541f,0.6666f,-6.8454E-18f,1.0f,-1.1328E-14f,0.96282f,0.038203f,-0.26742f,-0.13732f,-0.98932f,0.048975f,-0.85952f,-0.44972f,0.24285f,-0.94387f,-0.19974f,0.2631f,-0.64763f,0.74066f,0.17885f,6.3427E-15f,1.0f,-1.2861E-14f,0.55567f,0.022048f,0.83111f,-0.063068f,-0.98627f,-0.15265f,-0.49032f,-0.4341f,-0.75574f,-0.54353f,-0.1829f,-0.81922f,-0.37378f,0.74264f,-0.55567f,1.4169E-13f,1.0f,-9.4618E-14f,-0.55602f,-0.022062f,0.83088f,0.14208f,-0.97779f,-0.15407f,0.52201f,-0.39089f,-0.7581f,0.55323f,-0.13661f,-0.82175f,0.36642f,0.74827f,-0.55302f,7.2136E-14f,1.0f,4.8147E-14f,-0.96491f,-0.038286f,-0.25977f,0.21858f,-0.97462f,0.048352f,0.89621f,-0.37478f,0.23736f,0.9589f,-0.11948f,0.25737f,0.638f,0.75038f,0.17286f,-5.3797E-15f,1.0f,-2.3505E-14f,-9.8272E-4f,-3.8993E-5f,-1.0f,0.039166f,-0.98205f,0.1845f,0.015712f,-0.41259f,0.91078f,0.0047818f,-0.1598f,0.98714f,-0.0021108f,0.74541f,0.6666f,-6.8454E-18f,1.0f,-1.1328E-14f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.25333f,0.0f,0.47326f,0.0f,0.61285f,0.0f,0.81218f,0.0f,1.0f,0.20687f,0.0f,0.20687f,0.25333f,0.20687f,0.47326f,0.20687f,0.61285f,0.20687f,0.81218f,0.20687f,1.0f,0.40625f,0.0f,0.40625f,0.25333f,0.40625f,0.47326f,0.40625f,0.61285f,0.40625f,0.81218f,0.40625f,1.0f,0.59375f,0.0f,0.59375f,0.25333f,0.59375f,0.47326f,0.59375f,0.61285f,0.59375f,0.81218f,0.59375f,1.0f,0.79197f,0.0f,0.79197f,0.25333f,0.79197f,0.47326f,0.79197f,0.61285f,0.79197f,0.81218f,0.79197f,1.0f,1.0f,0.0f,1.0f,0.25333f,1.0f,0.47326f,1.0f,0.61285f,1.0f,0.81218f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.7451f).setDiffuseColor(0.7451f,0.7451f,0.7451f).setSpecularColor(0.7451f,0.7451f,0.7451f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {7,1,6,-1,1,0,6,-1,8,2,1,-1,8,1,7,-1,9,3,2,-1,9,2,8,-1,10,4,3,-1,10,3,9,-1,11,5,4,-1,11,4,10,-1,13,7,6,-1,13,6,12,-1,14,8,13,-1,8,7,13,-1,15,9,14,-1,9,8,14,-1,16,10,15,-1,10,9,15,-1,17,11,16,-1,11,10,16,-1,19,13,18,-1,13,12,18,-1,20,14,19,-1,14,13,19,-1,21,15,20,-1,15,14,20,-1,22,16,21,-1,16,15,21,-1,23,17,22,-1,17,16,22,-1,25,19,24,-1,19,18,24,-1,26,20,25,-1,20,19,25,-1,27,21,26,-1,21,20,26,-1,28,22,27,-1,22,21,27,-1,29,23,28,-1,23,22,28,-1,31,25,24,-1,31,24,30,-1,32,26,25,-1,32,25,31,-1,33,27,26,-1,33,26,32,-1,34,28,27,-1,34,27,33,-1,35,29,28,-1,35,28,34,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {0.67359f,45.43f,9.7724f,0.66621f,45.616f,9.7231f,0.67306f,45.443f,9.5917f,0.68078f,45.249f,9.5308f,0.68915f,45.038f,9.575f,0.69092f,44.993f,9.7724f,0.23232f,45.412f,9.4367f,0.27241f,45.6f,9.4235f,0.4056f,45.433f,9.3883f,0.47182f,45.243f,9.372f,0.43737f,45.037f,9.3839f,0.24898f,44.993f,9.4368f,0.41891f,45.42f,8.9331f,0.43891f,45.607f,8.9742f,0.51866f,45.438f,9.0834f,0.56015f,45.246f,9.134f,0.54389f,45.037f,9.0971f,0.43605f,44.993f,8.933f,0.92817f,45.44f,8.9331f,0.89342f,45.625f,8.9741f,0.82741f,45.449f,9.0833f,0.80137f,45.252f,9.1339f,0.83437f,45.038f,9.0971f,0.94572f,44.993f,8.9329f,1.1157f,45.447f,9.4337f,1.0608f,45.631f,9.4208f,0.94103f,45.453f,9.3865f,0.89013f,45.254f,9.3706f,0.94142f,45.038f,9.3821f,1.1337f,44.993f,9.4336f,0.67359f,45.43f,9.7724f,0.66621f,45.616f,9.7231f,0.67306f,45.443f,9.5917f,0.68078f,45.249f,9.5308f,0.68915f,45.038f,9.575f,0.69092f,44.993f,9.7724f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-9.8272E-4f,-3.8993E-5f,-1.0f,0.039166f,-0.98205f,0.1845f,0.015712f,-0.41259f,0.91078f,0.0047818f,-0.1598f,0.98714f,-0.0021108f,0.74541f,0.6666f,6.8454E-18f,1.0f,1.1328E-14f,0.96282f,0.038203f,-0.26742f,-0.13732f,-0.98932f,0.048975f,-0.85952f,-0.44972f,0.24285f,-0.94387f,-0.19974f,0.2631f,-0.64763f,0.74066f,0.17885f,4.1E-15f,1.0f,2.6621E-14f,0.55567f,0.022048f,0.83111f,-0.063068f,-0.98627f,-0.15265f,-0.49032f,-0.4341f,-0.75574f,-0.54353f,-0.1829f,-0.81922f,-0.37378f,0.74264f,-0.55567f,7.7139E-14f,1.0f,-3.7889E-14f,-0.55602f,-0.022062f,0.83088f,0.14208f,-0.97779f,-0.15407f,0.52201f,-0.39089f,-0.7581f,0.55323f,-0.13661f,-0.82175f,0.36642f,0.74827f,-0.55302f,2.2269E-13f,1.0f,1.3502E-13f,-0.96491f,-0.038286f,-0.25977f,0.21858f,-0.97462f,0.048352f,0.89621f,-0.37478f,0.23736f,0.9589f,-0.11948f,0.25737f,0.638f,0.75038f,0.17286f,5.4684E-15f,1.0f,1.4762E-15f,-9.8272E-4f,-3.8993E-5f,-1.0f,0.039166f,-0.98205f,0.1845f,0.015712f,-0.41259f,0.91078f,0.0047818f,-0.1598f,0.98714f,-0.0021108f,0.74541f,0.6666f,6.8454E-18f,1.0f,1.1328E-14f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.25333f,0.0f,0.47326f,0.0f,0.61285f,0.0f,0.81218f,0.0f,1.0f,0.20687f,0.0f,0.20687f,0.25333f,0.20687f,0.47326f,0.20687f,0.61285f,0.20687f,0.81218f,0.20687f,1.0f,0.40625f,0.0f,0.40625f,0.25333f,0.40625f,0.47326f,0.40625f,0.61285f,0.40625f,0.81218f,0.40625f,1.0f,0.59375f,0.0f,0.59375f,0.25333f,0.59375f,0.47326f,0.59375f,0.61285f,0.59375f,0.81218f,0.59375f,1.0f,0.79197f,0.0f,0.79197f,0.25333f,0.79197f,0.47326f,0.79197f,0.61285f,0.79197f,0.81218f,0.79197f,1.0f,1.0f,0.0f,1.0f,0.25333f,1.0f,0.47326f,1.0f,0.61285f,1.0f,0.81218f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {5,6,2,-1,6,1,2,-1,1,0,2,-1,2,3,5,-1,7,9,10,-1,9,13,10,-1,12,10,13,-1,10,8,7,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {30.807f,102.8f,26.749f,30.807f,93.719f,25.487f,31.778f,102.87f,26.738f,32.827f,102.95f,26.727f,32.827f,102.95f,26.727f,32.731f,100.46f,26.39f,32.628f,97.96f,26.052f,30.807f,93.719f,25.487f,30.807f,91.719f,25.98f,32.628f,97.96f,26.052f,32.809f,96.877f,26.323f,32.827f,102.95f,26.727f,32.827f,102.95f,26.727f,32.731f,100.46f,26.39f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.021757f,0.13762f,-0.99025f,-0.0015156f,0.13765f,-0.99048f,-0.02152f,0.13455f,-0.99067f,-0.021518f,0.13452f,-0.99068f,-0.021518f,0.13452f,-0.99068f,-0.021454f,0.13454f,-0.99068f,-0.021333f,0.13458f,-0.99067f,0.0030197f,0.066289f,-0.9978f,0.061953f,-0.97519f,-0.21254f,0.31162f,0.11399f,-0.94335f,0.99913f,-0.0030984f,-0.041627f,0.31616f,0.11513f,-0.94169f,0.99916f,0.0016796f,-0.041048f,0.31419f,0.11474f,-0.9424f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.99854f,0.0f,0.19057f,0.0f,0.99854f,0.43756f,0.99854f,0.91073f,0.19057f,0.91073f,0.19057f,0.68305f,0.19057f,0.45536f,0.17337f,0.0f,0.0f,0.0f,0.17337f,0.49927f,0.0f,0.49927f,0.17337f,0.99854f,0.0f,0.99854f,0.17337f,0.7489f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {9,1,0,-1,9,0,8,-1,10,2,1,-1,10,1,9,-1,11,3,2,-1,11,2,10,-1,12,4,3,-1,12,3,11,-1,13,5,12,-1,5,4,12,-1,14,6,13,-1,6,5,13,-1,15,7,14,-1,7,6,14,-1,17,9,8,-1,17,8,16,-1,18,10,9,-1,18,9,17,-1,19,11,18,-1,11,10,18,-1,20,12,19,-1,12,11,19,-1,21,13,20,-1,13,12,20,-1,22,14,21,-1,14,13,21,-1,23,15,22,-1,15,14,22,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-30.807f,91.715f,26.033f,-30.807f,91.715f,26.024f,-30.807f,91.714f,26.015f,-30.807f,91.715f,26.01f,-30.807f,91.715f,26.006f,-30.807f,91.715f,26.001f,-30.807f,91.716f,25.995f,-30.807f,91.719f,25.98f,-32.809f,96.875f,26.376f,-32.81f,96.874f,26.367f,-32.81f,96.874f,26.358f,-32.81f,96.874f,26.353f,-32.81f,96.874f,26.348f,-32.81f,96.875f,26.343f,-32.81f,96.876f,26.338f,-32.809f,96.878f,26.323f,-32.827f,102.95f,26.779f,-32.827f,102.94f,26.777f,-32.827f,102.94f,26.768f,-32.827f,102.94f,26.76f,-32.827f,102.95f,26.751f,-32.827f,102.95f,26.743f,-32.827f,102.95f,26.735f,-32.827f,102.95f,26.727f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.061406f,-0.99477f,0.08167f,-0.061762f,-0.99748f,0.034987f,-0.061986f,-0.99801f,-0.011897f,-0.062059f,-0.99718f,-0.042232f,-0.062076f,-0.99552f,-0.071356f,-0.062042f,-0.99306f,-0.099956f,-0.061943f,-0.98933f,-0.13185f,-0.061406f,-0.97522f,-0.21255f,-0.99912f,-0.0085948f,0.041007f,-0.99958f,-0.0077383f,0.027893f,-0.99987f,-0.0068416f,0.014451f,-0.99996f,-0.0062782f,0.0060579f,-0.99998f,-0.0057486f,-0.0018754f,-0.99994f,-0.0052311f,-0.0096866f,-0.99982f,-0.0046445f,-0.018583f,-0.99913f,-0.003107f,-0.041598f,-2.703E-7f,0.06629f,-0.9978f,-1.0f,-8.3926E-4f,-2.3952E-4f,-1.0f,-8.2834E-4f,-5.6522E-5f,-1.0f,-8.3386E-4f,-2.1279E-5f,-1.0f,-8.3658E-4f,-3.3412E-6f,-1.0f,-8.3516E-4f,8.7816E-6f,-1.0f,-8.3481E-4f,1.7822E-5f,0.99916f,-0.0016764f,0.040953f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.17681f,0.0f,0.33098f,0.0f,0.42597f,0.0f,0.51606f,0.0f,0.60495f,0.0f,0.70643f,0.0f,1.0f,0.5f,0.0f,0.5f,0.17681f,0.5f,0.33098f,0.5f,0.42597f,0.5f,0.51606f,0.5f,0.60495f,0.5f,0.70643f,0.5f,1.0f,1.0f,0.0f,1.0f,0.17681f,1.0f,0.33098f,1.0f,0.42597f,1.0f,0.51606f,1.0f,0.60495f,1.0f,0.70643f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {5,2,6,-1,6,2,1,-1,1,2,0,-1,2,5,3,-1,12,11,8,-1,12,8,9,-1,15,11,12,-1,7,11,10,-1,10,11,16,-1,8,11,7,-1,14,16,11,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-30.807f,102.8f,26.749f,-30.807f,93.719f,25.487f,-31.778f,102.87f,26.738f,-32.827f,102.95f,26.727f,-32.827f,102.95f,26.727f,-32.731f,100.46f,26.39f,-32.628f,97.96f,26.052f,-30.807f,93.719f,25.487f,-30.807f,92.65f,25.521f,-30.807f,91.719f,25.98f,-32.628f,97.96f,26.052f,-32.724f,97.381f,26.072f,-32.809f,96.877f,26.323f,-32.827f,102.95f,26.727f,-32.827f,102.95f,26.727f,-32.827f,102.95f,26.727f,-32.731f,100.46f,26.39f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.021757f,0.13762f,-0.99025f,0.0015156f,0.13765f,-0.99048f,0.02152f,0.13455f,-0.99067f,0.021518f,0.13452f,-0.99068f,0.021518f,0.13452f,-0.99068f,0.021454f,0.13454f,-0.99068f,0.021333f,0.13458f,-0.99067f,-0.0030197f,0.066289f,-0.9978f,-0.015628f,-0.14525f,-0.98927f,-0.061953f,-0.97519f,-0.21254f,-0.31162f,0.11399f,-0.94335f,-0.81633f,0.050188f,-0.5754f,-0.99913f,-0.0030984f,-0.041627f,-0.31616f,0.11513f,-0.94169f,-0.8209f,0.053263f,-0.56859f,-0.99916f,0.0016796f,-0.041048f,-0.31419f,0.11474f,-0.9424f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.99854f,0.0f,0.19057f,0.0f,0.99854f,0.43756f,0.99854f,0.91073f,0.19057f,0.91073f,0.19057f,0.68305f,0.19057f,0.45536f,0.17337f,0.0f,0.10674f,0.0f,0.0f,0.0f,0.17337f,0.49927f,0.10674f,0.49927f,0.0f,0.49927f,0.17337f,0.99854f,0.10674f,0.99854f,0.0f,0.99854f,0.17337f,0.7489f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {5,1,2,-1,1,0,2,-1,2,3,5,-1,6,10,7,-1,9,7,10,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-30.807f,102.8f,26.736f,-30.807f,93.632f,26.786f,-31.778f,102.87f,26.757f,-32.827f,102.95f,26.779f,-32.827f,102.95f,26.779f,-32.628f,97.911f,26.787f,-30.807f,93.632f,26.786f,-30.807f,91.715f,26.033f,-32.827f,102.95f,26.779f,-32.827f,102.95f,26.779f,-32.628f,97.911f,26.787f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.021757f,0.0054139f,0.99975f,0.0015156f,0.0054151f,0.99998f,0.02152f,0.0023136f,0.99977f,0.021518f,0.0022855f,0.99977f,0.021518f,0.0022855f,0.99977f,0.021333f,0.0023426f,0.99977f,-0.0030197f,-0.066289f,0.9978f,-0.061953f,-0.99473f,0.081667f,-0.31616f,-0.010459f,0.94865f,-0.99916f,-0.0037653f,0.04091f,-0.31162f,-0.011806f,0.95013f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.99854f,0.0f,0.19057f,0.0f,0.99854f,0.43756f,0.99854f,0.91073f,0.19057f,0.91073f,0.19057f,0.45536f,0.17337f,0.0f,0.0f,0.0f,0.17337f,0.99854f,0.0f,0.99854f,0.17337f,0.49927f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {5,4,6,-1,6,2,7,-1,7,2,8,-1,8,1,9,-1,1,8,0,-1,0,8,2,-1,2,6,3,-1,3,6,4,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-6.3126E-16f,91.755f,27.365f,5.4394E-16f,101.82f,26.704f,15.309f,92.688f,27.077f,30.807f,93.632f,26.786f,30.807f,102.8f,26.736f,25.761f,102.64f,26.731f,26.106f,97.998f,26.803f,16.618f,97.499f,26.889f,7.1298f,97.0f,26.978f,6.7559f,102.03f,26.711f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.014772f,-0.065511f,-0.99774f,0.0031084f,-0.065518f,-0.99785f,-0.016529f,-0.037105f,-0.99917f,-0.018473f,-0.0054142f,-0.99981f,0.0012083f,-0.0054151f,-0.99998f,0.0015457f,-0.01608f,-0.99987f,-0.0081692f,-0.015362f,-0.99985f,-0.0073943f,-0.034551f,-0.99938f,-0.0066552f,-0.052623f,-0.99859f,0.0027229f,-0.053314f,-0.99857f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.49692f,0.0f,1.0f,0.0f,1.0f,1.0f,0.83621f,1.0f,0.84739f,0.50015f,0.53941f,0.4939f,0.23143f,0.488f,0.2193f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {5,0,6,-1,6,2,7,-1,7,2,8,-1,8,3,9,-1,3,8,4,-1,4,8,2,-1,2,6,1,-1,1,6,0,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {5.4394E-16f,101.82f,26.704f,-7.9873E-16f,91.931f,24.718f,15.309f,92.82f,25.094f,30.807f,102.8f,26.736f,30.807f,93.719f,25.475f,6.7559f,102.03f,26.711f,7.1298f,97.0f,25.766f,16.618f,97.499f,25.903f,26.106f,97.998f,26.038f,25.761f,102.64f,26.731f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.005217f,-0.19694f,0.9804f,-0.012664f,-0.19693f,0.98034f,-0.014414f,-0.16896f,0.98552f,0.0033299f,-0.13765f,0.99047f,-0.016352f,-0.13763f,0.99035f,0.0048348f,-0.18494f,0.98274f,-0.004693f,-0.18426f,0.98287f,-0.0054071f,-0.16645f,0.98603f,-0.0061553f,-0.1475f,0.98904f,0.0036656f,-0.14821f,0.98895f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.49692f,1.0f,1.0f,0.0f,1.0f,1.0f,0.2193f,0.0f,0.23143f,0.52019f,0.53941f,0.51295f,0.84739f,0.50532f,0.83621f,0.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {5,4,0,-1,5,0,1,-1,6,5,2,-1,5,1,2,-1,7,6,3,-1,6,2,3,-1,9,8,4,-1,9,4,5,-1,10,9,6,-1,9,5,6,-1,11,10,7,-1,10,6,7,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-7.9873E-16f,91.931f,24.718f,-9.8235E-16f,90.172f,25.139f,-8.7695E-16f,90.097f,26.743f,-6.3126E-16f,91.755f,27.365f,15.309f,92.82f,25.094f,15.309f,91.143f,25.386f,15.309f,91.094f,26.588f,15.309f,92.688f,27.077f,30.807f,93.719f,25.475f,30.807f,92.126f,25.635f,30.807f,92.103f,26.431f,30.807f,93.632f,26.786f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.020672f,-0.066275f,0.99759f,-0.050261f,0.58689f,0.80811f,-0.051137f,0.67019f,-0.74043f,-0.022798f,0.066272f,-0.99754f,-0.020672f,-0.066275f,0.99759f,-0.045056f,0.48881f,0.87123f,-0.046062f,0.58098f,-0.81261f,-0.022798f,0.066272f,-0.99754f,-0.020672f,-0.066275f,0.99759f,-0.037277f,0.34971f,0.93611f,-0.038562f,0.45367f,-0.89034f,-0.022798f,0.066272f,-0.99754f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.29468f,0.0f,0.71283f,0.0f,1.0f,0.49692f,0.0f,0.49692f,0.29468f,0.49692f,0.71283f,0.49692f,1.0f,1.0f,0.0f,1.0f,0.29468f,1.0f,0.71283f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setSpecularColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.41176f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setShininess(0.70196f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {1,2,4,-1,2,3,4,-1,4,0,1,-1,6,5,7,-1,7,8,10,-1,8,9,10,-1,10,6,7,-1,12,11,13,-1,13,14,15,-1,15,12,13,-1,16,17,23,-1,17,18,19,-1,19,20,21,-1,21,22,23,-1,23,17,19,-1,19,21,23,-1,25,26,28,-1,26,24,31,-1,27,28,30,-1,29,30,31,-1,28,26,31,-1,30,28,31,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {7.1298f,97.0f,25.766f,7.1298f,97.0f,26.978f,6.9428f,99.518f,26.845f,6.7559f,102.03f,26.711f,6.9428f,99.518f,26.238f,7.1298f,97.0f,25.766f,7.1298f,97.0f,26.978f,16.618f,97.499f,25.903f,26.106f,97.998f,26.038f,26.106f,97.998f,26.803f,16.618f,97.499f,26.889f,26.106f,97.998f,26.038f,26.106f,97.998f,26.803f,25.933f,100.32f,26.384f,25.761f,102.64f,26.731f,25.933f,100.32f,26.768f,6.7559f,102.03f,26.711f,6.9428f,99.518f,26.845f,7.1298f,97.0f,26.978f,16.618f,97.499f,26.889f,26.106f,97.998f,26.803f,25.933f,100.32f,26.768f,25.761f,102.64f,26.731f,16.258f,102.34f,26.721f,6.7559f,102.03f,26.711f,7.1298f,97.0f,25.766f,6.9428f,99.518f,26.238f,26.106f,97.998f,26.038f,16.618f,97.499f,25.903f,25.761f,102.64f,26.731f,25.933f,100.32f,26.384f,16.258f,102.34f,26.721f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.99725f,-0.074065f,0.0f,-0.99725f,-0.074065f,0.0f,-0.99725f,-0.074065f,5.7521E-16f,-0.99725f,-0.074065f,6.2067E-16f,-0.99725f,-0.074065f,0.0f,0.052524f,-0.99862f,0.0f,0.052524f,-0.99862f,0.0f,0.052524f,-0.99862f,0.0f,0.052524f,-0.99862f,8.3989E-15f,0.052524f,-0.99862f,7.9402E-15f,0.052524f,-0.99862f,0.0f,0.99725f,0.074065f,0.0f,0.99725f,0.074065f,0.0f,0.99725f,0.074065f,3.9307E-15f,0.99725f,0.074065f,0.0f,0.99725f,0.074065f,-3.1056E-15f,-0.0027229f,0.053314f,0.99857f,0.0019608f,0.05297f,0.99859f,0.0066552f,0.052623f,0.99859f,0.0073943f,0.034551f,0.99938f,0.0081692f,0.015362f,0.99985f,0.0033065f,0.015721f,0.99987f,-0.0015457f,0.01608f,0.99987f,-0.0021521f,0.035256f,0.99938f,-0.0048348f,0.18494f,-0.98274f,0.004693f,0.18426f,-0.98287f,-7.6343E-5f,0.18461f,-0.98281f,0.0061553f,0.1475f,-0.98904f,0.0054071f,0.16645f,-0.98603f,-0.0036656f,0.14821f,-0.98895f,0.0012395f,0.14785f,-0.98901f,-0.0042683f,0.16715f,-0.98592f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.6146f,0.37098f,0.52553f,0.37098f,0.53526f,0.18549f,0.5451f,0.0f,0.57992f,0.18548f,0.063695f,0.0f,0.0f,0.0f,0.056466f,0.49927f,0.049377f,0.99854f,0.0091878f,0.99854f,0.0046509f,0.49927f,0.52407f,0.0f,0.46841f,0.0f,0.49892f,0.16925f,0.47364f,0.33848f,0.47097f,0.16924f,0.090528f,0.0f,0.22086f,0.0096484f,0.35133f,0.019297f,0.34833f,0.50892f,0.34515f,0.99854f,0.21777f,0.98965f,0.090528f,0.98076f,0.090528f,0.49038f,0.88105f,0.0f,0.61606f,0.019297f,0.74863f,0.009648f,0.62364f,0.99854f,0.61975f,0.50891f,0.88105f,0.98076f,0.75241f,0.98965f,0.88105f,0.49038f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setSpecularColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.41176f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setShininess(0.70196f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {1,4,2,-1,2,4,3,-1,4,1,0,-1,6,7,5,-1,7,10,8,-1,8,10,9,-1,10,7,6,-1,12,13,11,-1,13,15,14,-1,15,13,12,-1,16,23,17,-1,17,19,18,-1,19,21,20,-1,21,23,22,-1,23,19,17,-1,19,23,21,-1,25,28,26,-1,26,31,24,-1,27,30,28,-1,29,31,30,-1,28,31,26,-1,30,31,28,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-7.1298f,97.0f,25.766f,-7.1298f,97.0f,26.978f,-6.9428f,99.518f,26.845f,-6.7559f,102.03f,26.711f,-6.9428f,99.518f,26.238f,-7.1298f,97.0f,25.766f,-7.1298f,97.0f,26.978f,-16.618f,97.499f,25.903f,-26.106f,97.998f,26.038f,-26.106f,97.998f,26.803f,-16.618f,97.499f,26.889f,-26.106f,97.998f,26.038f,-26.106f,97.998f,26.803f,-25.933f,100.32f,26.384f,-25.761f,102.64f,26.731f,-25.933f,100.32f,26.768f,-6.7559f,102.03f,26.711f,-6.9428f,99.518f,26.845f,-7.1298f,97.0f,26.978f,-16.618f,97.499f,26.889f,-26.106f,97.998f,26.803f,-25.933f,100.32f,26.768f,-25.761f,102.64f,26.731f,-16.258f,102.34f,26.721f,-6.7559f,102.03f,26.711f,-7.1298f,97.0f,25.766f,-6.9428f,99.518f,26.238f,-26.106f,97.998f,26.038f,-16.618f,97.499f,25.903f,-25.761f,102.64f,26.731f,-25.933f,100.32f,26.384f,-16.258f,102.34f,26.721f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.99725f,-0.074065f,0.0f,0.99725f,-0.074065f,0.0f,0.99725f,-0.074065f,5.7521E-16f,0.99725f,-0.074065f,6.2067E-16f,0.99725f,-0.074065f,0.0f,-0.052524f,-0.99862f,0.0f,-0.052524f,-0.99862f,0.0f,-0.052524f,-0.99862f,0.0f,-0.052524f,-0.99862f,8.3989E-15f,-0.052524f,-0.99862f,7.9402E-15f,-0.052524f,-0.99862f,0.0f,-0.99725f,0.074065f,0.0f,-0.99725f,0.074065f,0.0f,-0.99725f,0.074065f,3.9307E-15f,-0.99725f,0.074065f,0.0f,-0.99725f,0.074065f,-3.1056E-15f,0.0027229f,0.053314f,0.99857f,-0.0019608f,0.05297f,0.99859f,-0.0066552f,0.052623f,0.99859f,-0.0073943f,0.034551f,0.99938f,-0.0081692f,0.015362f,0.99985f,-0.0033065f,0.015721f,0.99987f,0.0015457f,0.01608f,0.99987f,0.0021521f,0.035256f,0.99938f,0.0048348f,0.18494f,-0.98274f,-0.004693f,0.18426f,-0.98287f,7.6343E-5f,0.18461f,-0.98281f,-0.0061553f,0.1475f,-0.98904f,-0.0054071f,0.16645f,-0.98603f,0.0036656f,0.14821f,-0.98895f,-0.0012395f,0.14785f,-0.98901f,0.0042683f,0.16715f,-0.98592f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.6146f,0.37098f,0.52553f,0.37098f,0.53526f,0.18549f,0.5451f,0.0f,0.57992f,0.18548f,0.063695f,0.0f,0.0f,0.0f,0.056466f,0.49927f,0.049377f,0.99854f,0.0091878f,0.99854f,0.0046509f,0.49927f,0.52407f,0.0f,0.46841f,0.0f,0.49892f,0.16925f,0.47364f,0.33848f,0.47097f,0.16924f,0.090528f,0.0f,0.22086f,0.0096484f,0.35133f,0.019297f,0.34833f,0.50892f,0.34515f,0.99854f,0.21777f,0.98965f,0.090528f,0.98076f,0.090528f,0.49038f,0.88105f,0.0f,0.61606f,0.019297f,0.74863f,0.009648f,0.62364f,0.99854f,0.61975f,0.50891f,0.88105f,0.98076f,0.75241f,0.98965f,0.88105f,0.49038f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {5,1,0,-1,5,0,4,-1,6,2,5,-1,2,1,5,-1,7,3,6,-1,3,2,6,-1,9,5,4,-1,9,4,8,-1,10,6,9,-1,6,5,9,-1,11,7,10,-1,7,6,10,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {5.9388E-16f,91.931f,24.718f,7.7751E-16f,90.172f,25.139f,6.7211E-16f,90.097f,26.743f,4.2641E-16f,91.755f,27.365f,-15.309f,92.82f,25.094f,-15.309f,91.143f,25.386f,-15.309f,91.094f,26.588f,-15.309f,92.688f,27.077f,-30.807f,93.719f,25.475f,-30.807f,92.126f,25.635f,-30.807f,92.103f,26.431f,-30.807f,93.632f,26.786f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.020672f,-0.066275f,0.99759f,0.050261f,0.58689f,0.80811f,0.051137f,0.67019f,-0.74043f,0.022798f,0.066272f,-0.99754f,0.020672f,-0.066275f,0.99759f,0.045056f,0.48881f,0.87123f,0.046062f,0.58098f,-0.81261f,0.022798f,0.066272f,-0.99754f,0.020672f,-0.066275f,0.99759f,0.037277f,0.34971f,0.93611f,0.038562f,0.45367f,-0.89034f,0.022798f,0.066272f,-0.99754f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.29468f,0.0f,0.71283f,0.0f,1.0f,0.49692f,0.0f,0.49692f,0.29468f,0.49692f,0.71283f,0.49692f,1.0f,1.0f,0.0f,1.0f,0.29468f,1.0f,0.71283f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {5,6,0,-1,6,7,2,-1,7,8,2,-1,8,9,3,-1,3,4,8,-1,4,2,8,-1,2,1,6,-1,1,0,6,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-7.4879E-16f,101.82f,26.704f,5.9388E-16f,91.931f,24.718f,-15.309f,92.82f,25.094f,-30.807f,102.8f,26.736f,-30.807f,93.719f,25.475f,-6.7559f,102.03f,26.711f,-7.1298f,97.0f,25.766f,-16.618f,97.499f,25.903f,-26.106f,97.998f,26.038f,-25.761f,102.64f,26.731f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.005217f,-0.19694f,0.9804f,0.012664f,-0.19693f,0.98034f,0.014414f,-0.16896f,0.98552f,-0.0033299f,-0.13765f,0.99047f,0.016352f,-0.13763f,0.99035f,-0.0048348f,-0.18494f,0.98274f,0.004693f,-0.18426f,0.98287f,0.0054071f,-0.16645f,0.98603f,0.0061553f,-0.1475f,0.98904f,-0.0036656f,-0.14821f,0.98895f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.49692f,1.0f,1.0f,0.0f,1.0f,1.0f,0.2193f,0.0f,0.23143f,0.52019f,0.53941f,0.51295f,0.84739f,0.50532f,0.83621f,0.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {5,6,4,-1,6,7,2,-1,7,8,2,-1,8,9,1,-1,1,0,8,-1,0,2,8,-1,2,3,6,-1,3,4,6,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {4.2641E-16f,91.755f,27.365f,-7.4879E-16f,101.82f,26.704f,-15.309f,92.688f,27.077f,-30.807f,93.632f,26.786f,-30.807f,102.8f,26.736f,-25.761f,102.64f,26.731f,-26.106f,97.998f,26.803f,-16.618f,97.499f,26.889f,-7.1298f,97.0f,26.978f,-6.7559f,102.03f,26.711f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.014772f,-0.065511f,-0.99774f,-0.0031084f,-0.065518f,-0.99785f,0.016529f,-0.037105f,-0.99917f,0.018473f,-0.0054142f,-0.99981f,-0.0012083f,-0.0054151f,-0.99998f,-0.0015457f,-0.01608f,-0.99987f,0.0081692f,-0.015362f,-0.99985f,0.0073943f,-0.034551f,-0.99938f,0.0066552f,-0.052623f,-0.99859f,-0.0027229f,-0.053314f,-0.99857f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.49692f,0.0f,1.0f,0.0f,1.0f,1.0f,0.83621f,1.0f,0.84739f,0.50015f,0.53941f,0.4939f,0.23143f,0.488f,0.2193f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {5,2,1,-1,1,2,0,-1,2,5,3,-1,6,7,10,-1,9,10,7,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {30.807f,102.8f,26.736f,30.807f,93.632f,26.786f,31.778f,102.87f,26.757f,32.827f,102.95f,26.779f,32.827f,102.95f,26.779f,32.628f,97.911f,26.787f,30.807f,93.632f,26.786f,30.807f,91.715f,26.033f,32.827f,102.95f,26.779f,32.827f,102.95f,26.779f,32.628f,97.911f,26.787f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.021757f,0.0054139f,0.99975f,-0.0015156f,0.0054151f,0.99998f,-0.02152f,0.0023136f,0.99977f,-0.021518f,0.0022855f,0.99977f,-0.021518f,0.0022855f,0.99977f,-0.021333f,0.0023426f,0.99977f,0.0030197f,-0.066289f,0.9978f,0.061953f,-0.99473f,0.081667f,0.31616f,-0.010459f,0.94865f,0.99916f,-0.0037653f,0.04091f,0.31162f,-0.011806f,0.95013f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.99854f,0.0f,0.19057f,0.0f,0.99854f,0.43756f,0.99854f,0.91073f,0.19057f,0.91073f,0.19057f,0.45536f,0.17337f,0.0f,0.0f,0.0f,0.17337f,0.99854f,0.0f,0.99854f,0.17337f,0.49927f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {6,1,0,-1,7,2,1,-1,7,1,6,-1,8,3,2,-1,8,2,7,-1,9,4,3,-1,9,3,8,-1,11,6,5,-1,12,7,6,-1,12,6,11,-1,13,8,7,-1,13,7,12,-1,16,11,10,-1,17,12,11,-1,17,11,16,-1,18,13,12,-1,18,12,17,-1,20,16,15,-1,21,17,16,-1,21,16,20,-1,22,18,17,-1,22,17,21,-1,24,25,23,-1,25,26,18,-1,26,14,18,-1,14,9,13,-1,22,23,25,-1,9,8,13,-1,13,18,14,-1,18,22,25,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {6.5136f,0.0040595f,4.4465f,6.2232f,-4.8002f,4.4476f,5.8233f,-9.8438f,4.4477f,4.6989f,-14.609f,4.4478f,2.0569E-15f,-16.029f,4.4465f,6.5136f,0.0040595f,4.4465f,6.2549f,-3.6571f,3.7224f,5.7001f,-7.7f,2.6602f,4.0457f,-11.782f,1.8672f,2.1991E-15f,-13.237f,1.4536f,6.5136f,0.0040595f,4.4465f,6.282f,-2.4249f,3.3258f,5.5949f,-5.151f,1.7595f,3.4875f,-7.9584f,0.89264f,1.8013E-15f,-9.0059f,0.50938f,6.5136f,0.0040595f,4.4465f,6.3097f,-1.114f,3.0099f,5.4876f,-2.398f,1.0888f,2.9189f,-3.7561f,0.38453f,6.5136f,0.0040595f,4.4465f,6.3317f,0.0040595f,2.771f,5.4024f,0.0040595f,0.5902f,2.4671f,0.0040595f,0.048392f,2.2803E-15f,0.0040595f,0.01176f,-2.154E-15f,-2.0106f,0.069763f,0.70582f,-2.7186f,0.13291f,-2.157E-15f,-3.4265f,0.13565f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.99778f,0.054399f,0.038367f,-0.99726f,0.067697f,0.029839f,-0.99606f,0.088581f,-0.0038062f,-0.72764f,0.68579f,-0.015294f,-0.027765f,0.99913f,-0.03124f,-0.99778f,0.050813f,0.043003f,-0.99255f,0.063668f,0.10385f,-0.93646f,0.11316f,0.33203f,-0.42201f,0.27549f,0.86372f,-0.095524f,0.35826f,0.92872f,-0.99738f,0.048202f,0.054008f,-0.98884f,0.058599f,0.13698f,-0.84369f,0.11238f,0.52494f,-0.24577f,0.117f,0.96224f,-0.085377f,0.10833f,0.99044f,-0.99719f,0.044542f,0.060174f,-0.98613f,0.054829f,0.15663f,-0.73248f,0.12224f,0.66972f,-0.12524f,0.088385f,0.98818f,-0.9972f,0.043308f,0.060898f,-0.98448f,0.053181f,0.16726f,-0.63503f,0.12349f,0.76255f,-0.027099f,0.064825f,0.99753f,-0.0070018f,0.014936f,0.99986f,-0.034589f,0.040425f,0.99858f,-0.049567f,0.054019f,0.99731f,-0.048391f,0.051677f,0.99749f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.13837f,0.0f,0.38855f,0.0f,0.76289f,0.0f,1.0f,0.29266f,0.0f,0.29266f,0.13837f,0.29266f,0.38855f,0.29266f,0.76289f,0.29266f,1.0f,0.54278f,0.0f,0.54278f,0.13837f,0.54278f,0.38855f,0.54278f,0.76289f,0.54278f,1.0f,0.79754f,0.0f,0.79754f,0.13837f,0.79754f,0.38855f,0.79754f,0.76289f,1.0f,0.0f,1.0f,0.13837f,1.0f,0.38855f,1.0f,0.76289f,1.0f,1.0f,0.90534f,1.0f,0.86984f,0.94732f,0.83892f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {6,0,1,-1,7,6,1,-1,7,1,2,-1,8,7,2,-1,8,2,3,-1,9,8,3,-1,9,3,4,-1,11,5,6,-1,12,11,6,-1,12,6,7,-1,13,12,7,-1,13,7,8,-1,16,10,11,-1,17,16,11,-1,17,11,12,-1,18,17,12,-1,18,12,13,-1,20,15,16,-1,21,20,16,-1,21,16,17,-1,22,21,17,-1,22,17,18,-1,24,23,25,-1,25,23,26,-1,26,18,27,-1,27,18,28,-1,28,18,14,-1,14,13,9,-1,22,26,23,-1,9,13,8,-1,13,14,18,-1,18,26,22,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-6.5136f,0.0040595f,4.4465f,-6.2232f,-4.8002f,4.4476f,-5.8233f,-9.8438f,4.4477f,-4.6989f,-14.609f,4.4478f,-2.0569E-15f,-16.029f,4.4465f,-6.5136f,0.0040595f,4.4465f,-6.2549f,-3.6571f,3.7224f,-5.7001f,-7.7f,2.6602f,-4.0457f,-11.782f,1.8672f,-2.1991E-15f,-13.237f,1.4536f,-6.5136f,0.0040595f,4.4465f,-6.282f,-2.4249f,3.3258f,-5.5949f,-5.151f,1.7595f,-3.4875f,-7.9584f,0.89264f,-1.8013E-15f,-9.0059f,0.50938f,-6.5136f,0.0040595f,4.4465f,-6.3097f,-1.114f,3.0099f,-5.4876f,-2.398f,1.0888f,-2.9189f,-3.7561f,0.38453f,-6.5136f,0.0040595f,4.4465f,-6.3317f,0.0040595f,2.771f,-5.4024f,0.0040595f,0.5902f,-2.4671f,0.0040595f,0.048392f,-2.2803E-15f,0.0040595f,0.01176f,-2.154E-15f,-2.0106f,0.069763f,-0.0021575f,-2.0106f,0.069838f,-0.71013f,-2.7186f,0.13312f,-0.50282f,-3.2192f,0.14951f,-2.157E-15f,-3.4265f,0.13565f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.99778f,0.054399f,0.038367f,0.99726f,0.067697f,0.029839f,0.99606f,0.088581f,-0.0038062f,0.72764f,0.68579f,-0.015294f,0.027765f,0.99913f,-0.03124f,0.99778f,0.050813f,0.043003f,0.99255f,0.063668f,0.10385f,0.93646f,0.11316f,0.33203f,0.42201f,0.27549f,0.86372f,0.095524f,0.35826f,0.92872f,0.99738f,0.048202f,0.054008f,0.98884f,0.058599f,0.13698f,0.84369f,0.11238f,0.52494f,0.24577f,0.117f,0.96224f,0.085377f,0.10833f,0.99044f,0.99719f,0.044542f,0.060174f,0.98613f,0.054829f,0.15663f,0.73248f,0.12224f,0.66972f,0.12524f,0.088385f,0.98818f,0.9972f,0.043308f,0.060898f,0.98448f,0.053181f,0.16726f,0.63503f,0.12349f,0.76255f,0.027099f,0.064825f,0.99753f,0.0070018f,0.014936f,0.99986f,0.034589f,0.040425f,0.99858f,0.034605f,0.040448f,0.99858f,0.049623f,0.054068f,0.9973f,0.05227f,0.055042f,0.99711f,0.048391f,0.051677f,0.99749f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.13837f,0.0f,0.38855f,0.0f,0.76289f,0.0f,1.0f,0.29266f,0.0f,0.29266f,0.13837f,0.29266f,0.38855f,0.29266f,0.76289f,0.29266f,1.0f,0.54278f,0.0f,0.54278f,0.13837f,0.54278f,0.38855f,0.54278f,0.76289f,0.54278f,1.0f,0.79754f,0.0f,0.79754f,0.13837f,0.79754f,0.38855f,0.79754f,0.76289f,1.0f,0.0f,1.0f,0.13837f,1.0f,0.38855f,1.0f,0.76289f,1.0f,1.0f,0.90534f,1.0f,0.90533f,0.99984f,0.86982f,0.94699f,0.84688f,0.96413f,0.83892f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,1.0f).setTransparency(0.79f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_880_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_880_point())) .setNormal(new NormalObject().setVector(getNormal_5_881_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_882_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,1.0f).setTransparency(0.79f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_887_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_887_point())) .setNormal(new NormalObject().setVector(getNormal_5_888_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_889_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_894_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_894_point())) .setNormal(new NormalObject().setVector(getNormal_5_895_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_896_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_901_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_901_point())) .setNormal(new NormalObject().setVector(getNormal_5_902_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_903_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {6,4,5,-1,4,3,5,-1,8,6,7,-1,6,5,7,-1,10,8,9,-1,8,7,9,-1,15,10,14,-1,10,9,14,-1,16,17,1,-1,17,18,2,-1,18,19,20,-1,20,21,5,-1,21,22,7,-1,22,23,7,-1,23,24,9,-1,24,25,9,-1,25,26,14,-1,26,27,28,-1,28,29,13,-1,29,30,12,-1,30,11,12,-1,12,13,29,-1,13,14,26,-1,3,2,20,-1,2,1,17,-1,1,0,16,-1,5,3,20,-1,7,5,21,-1,9,7,23,-1,14,9,25,-1,2,18,20,-1,26,28,13,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {6.1737E-16f,102.42f,26.608f,0.1751f,100.02f,26.608f,0.36118f,97.474f,26.608f,0.536f,95.08f,26.608f,0.72179f,92.536f,26.608f,0.64845f,92.692f,23.053f,0.8732f,90.114f,23.053f,0.75282f,90.033f,19.318f,1.0138f,87.487f,19.318f,0.86507f,87.648f,15.931f,1.1649f,85.088f,15.931f,-5.9437E-16f,92.526f,12.321f,0.32186f,90.1f,12.321f,0.6639f,87.522f,12.321f,0.98524f,85.1f,12.321f,1.3267f,82.526f,12.321f,5.5511E-16f,100.72f,23.895f,0.21043f,98.216f,23.895f,0.42086f,95.707f,23.895f,0.51656f,94.566f,23.895f,0.5336f,94.405f,24.003f,0.5862f,92.595f,21.289f,0.61347f,91.647f,19.866f,0.64385f,90.727f,18.485f,0.67629f,89.806f,17.105f,0.70976f,88.858f,15.682f,0.69171f,88.974f,15.605f,0.69289f,88.974f,15.626f,0.58983f,89.844f,15.626f,0.29491f,92.334f,15.626f,-6.1062E-16f,94.824f,15.626f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.99697f,-0.072799f,0.027451f,-0.9972f,-0.072816f,0.017133f,-0.99733f,-0.072825f,0.0061611f,-0.99734f,-0.072826f,-0.0041484f,-0.99723f,-0.072818f,-0.015103f,-0.99566f,-0.086808f,0.033567f,-0.99595f,-0.086833f,0.023466f,-0.99397f,-0.10185f,0.04069f,-0.99435f,-0.10189f,0.029877f,-0.99204f,-0.11619f,0.048534f,-0.99251f,-0.11624f,0.03756f,-0.98715f,-0.13097f,0.091575f,-0.98803f,-0.13108f,0.081368f,-0.98885f,-0.13119f,0.070493f,-0.98951f,-0.13128f,0.060253f,-0.99011f,-0.13136f,0.04935f,-0.99485f,-0.083446f,0.057607f,-0.99536f,-0.083489f,0.047829f,-0.99578f,-0.083524f,0.038037f,-0.99594f,-0.083537f,0.033579f,-0.99603f,-0.083124f,0.032002f,-0.99457f,-0.093724f,0.045175f,-0.99398f,-0.099536f,0.045741f,-0.99332f,-0.10534f,0.047082f,-0.99251f,-0.11119f,0.050635f,-0.99157f,-0.1172f,0.055257f,-0.99148f,-0.11752f,0.056232f,-0.99149f,-0.11743f,0.056102f,-0.99128f,-0.11741f,0.05982f,-0.99059f,-0.11733f,0.070445f,-0.98979f,-0.11723f,0.081046f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.24259f,0.0f,0.5004f,0.0f,0.74261f,0.0f,1.0f,0.23383f,0.74261f,0.23383f,1.0f,0.56687f,0.74261f,0.56687f,1.0f,0.83317f,0.74261f,0.83317f,1.0f,1.0f,0.0f,1.0f,0.24259f,1.0f,0.5004f,1.0f,0.74261f,1.0f,1.0f,0.17884f,0.0f,0.17884f,0.2502f,0.17884f,0.5004f,0.17884f,0.61419f,0.17223f,0.63766f,0.37228f,0.62585f,0.51119f,0.61875f,0.64655f,0.6133f,0.75766f,0.60846f,0.84741f,0.60345f,0.85172f,0.58637f,0.85056f,0.58784f,0.85056f,0.5004f,0.85056f,0.2502f,0.85056f,0.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setSpecularColor(0.094118f,0.094118f,0.094118f).setAmbientIntensity(0.41176f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setShininess(0.70196f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_915_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_915_point())) .setNormal(new NormalObject().setVector(getNormal_5_916_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_917_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,1.0f).setTransparency(0.79f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {3,1,2,-1,1,0,2,-1,5,3,4,-1,3,2,4,-1,7,5,4,-1,7,4,6,-1,10,8,7,-1,10,7,9,-1,13,11,10,-1,13,10,12,-1,16,14,13,-1,16,13,15,-1,14,16,17,-1,18,19,1,-1,19,20,1,-1,20,21,1,-1,21,22,23,-1,23,24,0,-1,24,25,2,-1,25,26,2,-1,26,27,4,-1,27,28,4,-1,28,29,6,-1,29,30,9,-1,30,31,9,-1,31,32,12,-1,32,33,13,-1,33,34,15,-1,34,35,16,-1,35,36,17,-1,36,37,17,-1,37,38,39,-1,39,40,37,-1,40,41,17,-1,41,42,43,-1,43,44,17,-1,44,45,17,-1,45,46,14,-1,46,47,14,-1,47,48,13,-1,48,49,11,-1,49,50,10,-1,50,51,8,-1,51,52,8,-1,52,53,5,-1,53,54,5,-1,54,55,3,-1,55,56,3,-1,56,57,1,-1,57,18,1,-1,1,3,56,-1,0,1,23,-1,2,0,24,-1,3,5,54,-1,4,2,26,-1,5,7,52,-1,6,4,28,-1,7,6,29,-1,8,10,50,-1,7,8,52,-1,9,7,29,-1,10,9,31,-1,11,13,48,-1,10,11,49,-1,12,10,31,-1,13,12,32,-1,13,14,47,-1,15,13,33,-1,16,15,34,-1,17,16,35,-1,14,17,45,-1,1,21,23,-1,17,37,40,-1,17,41,43,-1}) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_922_point())) .setNormal(new NormalObject().setVector(getNormal_5_923_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.1213f,0.10033f,0.1213f,0.20265f,0.26229f,0.10033f,0.26229f,0.20265f,0.40502f,0.10033f,0.40502f,0.20265f,0.5422f,0.10033f,0.5422f,0.20265f,0.5422f,0.32268f,0.66861f,0.20265f,0.66861f,0.32268f,0.66861f,0.45057f,0.80288f,0.32268f,0.80288f,0.45057f,0.80288f,0.58046f,0.90858f,0.45057f,0.90858f,0.58046f,0.90858f,0.72115f,0.11745f,0.37008f,0.077908f,0.31568f,0.045963f,0.2648f,0.020653f,0.21662f,0.0f,0.1688f,0.07503f,0.10127f,0.15988f,0.047534f,0.25112f,0.012526f,0.34497f,5.3866E-6f,0.43751f,0.015352f,0.52633f,0.054725f,0.61094f,0.10785f,0.69218f,0.16934f,0.76852f,0.2411f,0.84035f,0.32039f,0.90458f,0.41059f,0.95394f,0.51521f,0.98462f,0.6331f,0.9988f,0.7573f,0.99739f,0.88153f,0.9821f,1.0f,0.94098f,0.99518f,0.89701f,0.98491f,0.84881f,0.96796f,0.79479f,0.94314f,0.79334f,0.86832f,0.78509f,0.78698f,0.76964f,0.70675f,0.74428f,0.63586f,0.71058f,0.57509f,0.66695f,0.51411f,0.6196f,0.45832f,0.57464f,0.41218f,0.52101f,0.37561f,0.46587f,0.34401f,0.40884f,0.31829f,0.34989f,0.30216f,0.29014f,0.30146f,0.22894f,0.31639f,0.17014f,0.34038f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {3,1,0,-1,3,0,2,-1,5,3,2,-1,5,2,4,-1,7,5,4,-1,7,4,6,-1,9,7,8,-1,7,6,8,-1,11,9,10,-1,9,8,10,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {0.0f,1.1962f,13.25f,0.0011216f,0.0040595f,13.262f,6.3017f,1.1962f,7.8704f,6.3003f,0.0040595f,7.8785f,4.175f,1.1962f,0.12997f,4.1762f,0.0040595f,0.13692f,-4.1713f,1.1962f,0.12982f,-4.1716f,0.0040595f,0.1362f,-6.3127f,1.1962f,7.824f,-6.3119f,0.0040595f,7.8302f,0.0f,1.1962f,13.25f,0.0011216f,0.0040595f,13.262f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {2.8104E-4f,6.4912E-4f,-1.0f,4.0311E-5f,0.036737f,-0.99932f,-0.9719f,1.647E-4f,-0.2354f,-0.96751f,0.093919f,-0.23475f,-0.11331f,-6.4356E-4f,0.99356f,-0.11202f,0.11811f,0.98666f,0.11302f,-6.4635E-4f,0.99359f,0.11007f,0.11811f,0.98688f,0.97325f,1.3724E-4f,-0.22976f,0.9691f,0.093557f,-0.22826f,2.8104E-4f,6.4912E-4f,-1.0f,4.0311E-5f,0.036737f,-0.99932f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.20687f,0.0f,0.20687f,1.0f,0.40625f,0.0f,0.40625f,1.0f,0.59375f,0.0f,0.59375f,1.0f,0.79197f,0.0f,0.79197f,1.0f,1.0f,0.0f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {4,1,0,-1,6,2,1,-1,1,4,6,-1,12,9,8,-1,7,13,8,-1,11,8,13,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-8.0921E-16f,90.413f,26.608f,0.59745f,91.346f,26.608f,0.72179f,92.538f,26.608f,6.7416E-16f,102.89f,27.723f,6.7416E-16f,102.89f,27.723f,6.7416E-16f,102.89f,27.723f,0.37238f,97.576f,27.624f,0.72179f,92.538f,26.608f,0.36118f,97.477f,26.608f,6.1737E-16f,102.42f,26.608f,6.7416E-16f,102.89f,27.723f,6.7416E-16f,102.89f,27.723f,6.7416E-16f,102.89f,27.723f,0.37238f,97.576f,27.624f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-7.9672E-15f,0.84805f,-0.52991f,-0.96071f,0.22116f,-0.16773f,-0.99913f,1.7432E-16f,-0.041601f,4.2755E-14f,1.1248E-4f,-1.0f,-0.32674f,-0.0099686f,-0.94506f,-0.84048f,-0.048816f,-0.53963f,-0.84111f,-0.048622f,-0.53868f,-0.99734f,-0.072826f,0.0036545f,-0.99732f,-0.072825f,0.006517f,-0.99689f,-0.072793f,0.030266f,-0.99708f,-0.070455f,0.029294f,-0.99708f,-0.070455f,0.029294f,-0.99708f,-0.070455f,0.029294f,-0.99709f,-0.070468f,0.029202f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.1852f,0.0f,0.071334f,0.0f,0.0f,0.0f,0.1852f,0.99854f,0.071334f,0.99854f,0.0f,0.99854f,0.0f,0.49927f,0.99854f,0.0f,0.59623f,0.0f,0.19327f,0.0f,0.99854f,0.86612f,0.59623f,0.86612f,0.19327f,0.86612f,0.99854f,0.43306f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {4,1,0,-1,0,2,4,-1,10,7,6,-1,5,11,6,-1,9,6,11,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {6.1737E-16f,102.42f,26.608f,-0.72179f,92.538f,26.608f,6.7416E-16f,102.89f,27.723f,6.7416E-16f,102.89f,27.723f,-0.37238f,97.576f,27.624f,-0.72179f,92.538f,26.608f,-0.60406f,91.375f,26.608f,-8.0921E-16f,90.413f,26.608f,6.7416E-16f,102.89f,27.723f,6.7416E-16f,102.89f,27.723f,6.7416E-16f,102.89f,27.723f,-0.37238f,97.576f,27.624f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.99689f,-0.072793f,0.030266f,0.99734f,-0.072826f,0.0036545f,0.99708f,-0.070455f,0.029294f,0.99708f,-0.070455f,0.029294f,0.99709f,-0.070468f,0.029202f,0.99913f,-1.0796E-16f,-0.041601f,0.96304f,0.2139f,-0.16368f,2.6391E-14f,0.84805f,-0.52991f,0.84048f,-0.048816f,-0.53963f,0.33531f,-0.01044f,-0.94205f,-1.8652E-13f,1.1248E-4f,-1.0f,0.84111f,-0.048622f,-0.53868f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.99854f,0.0f,0.19332f,0.0f,0.99854f,0.86607f,0.19332f,0.86607f,0.19332f,0.43304f,0.18525f,0.0f,0.11576f,0.0f,0.0f,0.0f,0.18525f,0.99854f,0.11576f,0.99854f,0.0f,0.99854f,0.18525f,0.49927f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {6,1,0,-1,6,0,5,-1,8,6,5,-1,8,5,7,-1,10,8,7,-1,10,7,9,-1,12,10,9,-1,12,9,11,-1,16,17,15,-1,17,18,14,-1,18,19,20,-1,20,21,12,-1,21,22,10,-1,22,23,10,-1,23,24,8,-1,24,25,8,-1,25,26,6,-1,26,27,28,-1,28,29,3,-1,29,30,4,-1,4,3,29,-1,3,2,28,-1,2,1,26,-1,12,13,20,-1,13,14,18,-1,14,15,17,-1,1,6,26,-1,6,8,25,-1,8,10,23,-1,10,12,21,-1,18,20,13,-1,26,28,2,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-0.72179f,92.536f,26.608f,-0.54697f,94.93f,26.608f,-0.36118f,97.474f,26.608f,-0.18608f,99.872f,26.608f,6.1737E-16f,102.42f,26.608f,-0.8732f,90.114f,23.053f,-0.66171f,92.54f,23.053f,-1.0138f,87.487f,19.318f,-0.76822f,89.883f,19.318f,-1.1649f,85.088f,15.931f,-0.88276f,87.497f,15.931f,-1.3267f,82.526f,12.321f,-1.0054f,84.948f,12.321f,-0.6639f,87.522f,12.321f,-0.34204f,89.948f,12.321f,-5.9437E-16f,92.526f,12.321f,-6.1062E-16f,94.824f,15.626f,-0.29491f,92.334f,15.626f,-0.58983f,89.844f,15.626f,-0.69289f,88.974f,15.626f,-0.69171f,88.974f,15.605f,-0.70976f,88.858f,15.682f,-0.67629f,89.806f,17.105f,-0.64385f,90.727f,18.485f,-0.61347f,91.647f,19.866f,-0.5862f,92.595f,21.289f,-0.5336f,94.405f,24.003f,-0.51656f,94.566f,23.895f,-0.42086f,95.707f,23.895f,-0.21043f,98.216f,23.895f,5.5511E-16f,100.72f,23.895f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.99723f,-0.072818f,-0.015103f,0.99733f,-0.072826f,-0.0047949f,0.99733f,-0.072825f,0.0061611f,0.99721f,-0.072817f,0.016485f,0.99697f,-0.072799f,0.027451f,0.99595f,-0.086833f,0.023466f,0.99568f,-0.08681f,0.032972f,0.99435f,-0.10189f,0.029877f,0.99399f,-0.10185f,0.040052f,0.99251f,-0.11624f,0.03756f,0.99207f,-0.11619f,0.047887f,0.99011f,-0.13136f,0.04935f,0.98955f,-0.13129f,0.05961f,0.98885f,-0.13119f,0.070493f,0.98808f,-0.13109f,0.080727f,0.98715f,-0.13097f,0.091575f,0.98979f,-0.11723f,0.081046f,0.99059f,-0.11733f,0.070445f,0.99128f,-0.11741f,0.05982f,0.99149f,-0.11743f,0.056102f,0.99148f,-0.11752f,0.056232f,0.99157f,-0.1172f,0.055257f,0.99251f,-0.11119f,0.050635f,0.99332f,-0.10534f,0.047082f,0.99398f,-0.099536f,0.045741f,0.99457f,-0.093724f,0.045175f,0.99603f,-0.083124f,0.032002f,0.99594f,-0.083537f,0.033579f,0.99578f,-0.083524f,0.038037f,0.99536f,-0.083489f,0.047829f,0.99485f,-0.083446f,0.057607f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.2422f,0.0f,0.4996f,0.0f,0.74219f,0.0f,1.0f,0.23383f,0.0f,0.23383f,0.2422f,0.56687f,0.0f,0.56687f,0.2422f,0.83317f,0.0f,0.83317f,0.2422f,1.0f,0.0f,1.0f,0.2422f,1.0f,0.4996f,1.0f,0.74219f,1.0f,1.0f,0.85056f,1.0f,0.85056f,0.7498f,0.85056f,0.4996f,0.85056f,0.41216f,0.85172f,0.41363f,0.84741f,0.39655f,0.75766f,0.39154f,0.64655f,0.3867f,0.51119f,0.38125f,0.37228f,0.37415f,0.17223f,0.36234f,0.17884f,0.38581f,0.17884f,0.4996f,0.17884f,0.7498f,0.17884f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {6,1,5,-1,1,0,5,-1,7,2,6,-1,2,1,6,-1,8,3,7,-1,3,2,7,-1,9,4,8,-1,4,3,8,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {0.72179f,92.536f,26.608f,0.68562f,91.872f,26.608f,0.55888f,91.191f,26.608f,0.35163f,90.68f,26.608f,-8.0921E-16f,90.411f,26.608f,1.3267f,82.526f,12.321f,1.26f,81.853f,12.321f,1.0263f,81.163f,12.321f,0.64432f,80.646f,12.321f,-0.0030089f,80.376f,12.321f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.99813f,4.8129E-16f,-0.06106f,-0.98555f,0.11013f,-0.1287f,-0.94024f,0.26096f,-0.21877f,-0.79863f,0.48618f,-0.35471f,-2.2683E-12f,0.82517f,-0.56488f,-0.99902f,1.5148E-16f,-0.044331f,-0.96393f,0.19607f,-0.17996f,-0.84197f,0.4256f,-0.3316f,-0.58793f,0.65297f,-0.47746f,0.0029935f,0.81442f,-0.58027f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.21259f,0.0f,0.43947f,0.0f,0.66799f,0.0f,1.0f,1.0f,0.0f,1.0f,0.21259f,1.0f,0.43947f,1.0f,0.66799f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.41176f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setShininess(0.70196f).setSpecularColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_964_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_964_point())) .setNormal(new NormalObject().setVector(getNormal_5_965_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_966_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {10,2,9,-1,2,1,9,-1,11,3,2,-1,11,2,10,-1,12,4,3,-1,12,3,11,-1,13,5,4,-1,13,4,12,-1,14,6,5,-1,14,5,13,-1,0,16,1,-1,16,8,9,-1,15,17,14,-1,17,7,6,-1,9,1,16,-1,6,14,17,-1,28,20,27,-1,20,19,27,-1,29,21,28,-1,21,20,28,-1,30,22,29,-1,22,21,29,-1,31,23,30,-1,23,22,30,-1,32,24,23,-1,32,23,31,-1,33,34,32,-1,34,25,24,-1,18,35,19,-1,35,26,27,-1,27,19,35,-1,24,32,34,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {0.056438f,50.301f,13.372f,-2.9565f,50.301f,12.979f,-5.1826f,50.301f,10.68f,-6.3216f,50.301f,7.6492f,-6.4546f,50.301f,4.5259f,-5.9026f,50.301f,1.5051f,-3.2047f,50.301f,0.18903f,0.056438f,50.301f,0.12172f,-0.011992f,94.599f,13.333f,-4.5504f,94.599f,13.333f,-7.1828f,94.599f,12.7f,-8.4399f,94.599f,10.732f,-8.0451f,94.599f,8.4154f,-6.2099f,94.599f,6.9745f,-2.7715f,94.599f,6.8292f,0.011992f,94.599f,6.8278f,-0.011992f,82.599f,13.333f,0.011992f,82.599f,6.8278f,0.056438f,50.301f,0.12172f,3.4984f,50.301f,0.19716f,5.8411f,50.301f,1.1593f,6.5895f,50.301f,4.9338f,6.1827f,50.301f,8.6137f,4.2022f,50.301f,12.218f,2.0053f,50.301f,13.248f,0.056438f,50.301f,13.372f,0.011992f,94.599f,6.8278f,2.9723f,94.599f,6.8293f,5.8837f,94.599f,6.8923f,8.2f,94.599f,8.7075f,8.1895f,94.599f,11.481f,5.861f,94.599f,13.276f,2.9484f,94.599f,13.333f,-0.011992f,94.599f,13.333f,-0.011992f,82.599f,13.333f,0.011992f,82.599f,6.8278f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.0079504f,0.0012851f,0.99997f,-0.3764f,-0.03131f,0.92593f,-0.8731f,-0.091577f,0.47886f,-0.97627f,-0.090274f,0.19685f,-0.997f,-0.045281f,-0.062737f,-0.91879f,0.062418f,-0.38977f,-0.041763f,0.21906f,-0.97482f,-0.0078559f,0.22072f,-0.97531f,5.9212E-15f,7.2669E-16f,1.0f,-3.5527E-15f,9.6891E-16f,1.0f,-0.59307f,3.3266E-15f,0.80515f,-0.97986f,-6.6615E-16f,0.19966f,-0.85848f,3.6415E-16f,-0.51285f,-0.29443f,3.1366E-16f,-0.95567f,-5.0931E-4f,-2.3414E-16f,-1.0f,5.0931E-4f,0.0f,-1.0f,2.7003E-15f,-2.5861E-6f,1.0f,5.0931E-4f,-4.4902E-4f,-1.0f,0.0078559f,0.22074f,-0.9753f,0.045861f,0.21896f,-0.97465f,0.85139f,0.09846f,-0.51522f,0.99779f,-0.048453f,-0.045381f,0.94867f,-0.093483f,0.30213f,0.70757f,-0.064734f,0.70367f,0.15561f,-0.0077912f,0.98779f,0.0079504f,0.0013218f,0.99997f,5.0931E-4f,0.0f,-1.0f,5.0931E-4f,-2.0825E-16f,-1.0f,0.19413f,2.4537E-16f,-0.98098f,0.9061f,-1.6712E-15f,-0.42306f,0.90282f,2.058E-15f,0.43002f,0.18637f,5.0129E-16f,0.98248f,-4.4409E-16f,-7.8724E-16f,1.0f,1.3642E-12f,0.0f,1.0f,8.8878E-13f,-2.5861E-6f,1.0f,5.0931E-4f,-4.4902E-4f,-1.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.97475f,0.0f,0.86683f,0.0f,0.80042f,0.0f,0.74528f,0.0f,0.68612f,0.0f,0.63152f,0.0f,0.54818f,0.0f,0.48199f,0.0f,0.97475f,0.99854f,0.86683f,0.99854f,0.80042f,0.99854f,0.74528f,0.99854f,0.68612f,0.99854f,0.63152f,0.99854f,0.54818f,0.99854f,0.48199f,0.99854f,0.97475f,0.73244f,0.48199f,0.73244f,0.4585f,0.0f,0.393f,0.0f,0.3275f,0.0f,0.262f,0.0f,0.1965f,0.0f,0.131f,0.0f,0.0655f,0.0f,0.0f,0.0f,0.4585f,0.99854f,0.393f,0.99854f,0.3275f,0.99854f,0.262f,0.99854f,0.1965f,0.99854f,0.131f,0.99854f,0.0655f,0.99854f,0.0f,0.99854f,0.0f,0.73244f,0.4585f,0.73244f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {8,1,7,-1,1,0,7,-1,9,2,8,-1,2,1,8,-1,10,3,2,-1,10,2,9,-1,11,4,10,-1,4,3,10,-1,12,5,4,-1,12,4,11,-1,13,6,5,-1,13,5,12,-1,15,8,14,-1,8,7,14,-1,16,9,15,-1,9,8,15,-1,17,10,9,-1,17,9,16,-1,18,11,17,-1,11,10,17,-1,19,12,11,-1,19,11,18,-1,20,13,12,-1,20,12,19,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {0.0f,98.123f,8.0f,4.9114f,98.123f,8.2197f,4.9644f,98.123f,11.752f,0.0f,98.123f,12.0f,-4.9114f,98.123f,11.78f,-4.9644f,98.123f,8.2479f,0.0f,98.123f,8.0f,-0.0041743f,96.372f,7.4175f,5.8183f,96.372f,7.7074f,5.8877f,96.372f,12.338f,0.0f,96.372f,12.662f,-5.8183f,96.372f,12.374f,-5.8877f,96.372f,7.7443f,-0.0041743f,96.372f,7.4175f,-0.0084003f,94.599f,6.8277f,6.7364f,94.599f,7.1887f,6.8225f,94.599f,12.93f,0.0f,94.599f,13.333f,-6.7364f,94.599f,12.976f,-6.8225f,94.599f,7.2345f,-0.0084003f,94.599f,6.8277f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-0.3157f,0.94886f,-0.40816f,-0.44472f,0.79727f,-0.42299f,-0.48007f,-0.76851f,0.0f,-0.35388f,-0.93529f,0.40128f,-0.47388f,-0.78384f,0.4302f,-0.45168f,0.78161f,0.0f,-0.3157f,0.94886f,2.7313E-4f,-0.3157f,0.94886f,-0.40845f,-0.44482f,0.79706f,-0.42299f,-0.48007f,-0.76851f,-4.7208E-16f,-0.35388f,-0.93529f,0.40128f,-0.47388f,-0.78384f,0.43048f,-0.45177f,0.7814f,2.7275E-4f,-0.3157f,0.94886f,4.8326E-4f,-0.3157f,0.94886f,-0.40864f,-0.44487f,0.79693f,-0.42299f,-0.48007f,-0.76851f,0.0f,-0.35388f,-0.93529f,0.40128f,-0.47388f,-0.78384f,0.43066f,-0.45183f,0.78127f,4.8326E-4f,-0.3157f,0.94886f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.1652f,0.0f,0.33293f,0.0f,0.5002f,0.0f,0.6652f,0.0f,0.83293f,0.0f,1.0f,0.49692f,0.0f,0.49692f,0.1652f,0.49692f,0.33293f,0.49692f,0.5002f,0.49692f,0.6652f,0.49692f,0.83293f,0.49692f,1.0f,1.0f,0.0f,1.0f,0.1652f,1.0f,0.33293f,1.0f,0.5002f,1.0f,0.6652f,1.0f,0.83293f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setSpecularColor(0.094118f,0.094118f,0.094118f).setAmbientIntensity(0.41176f).setDiffuseColor(0.41176f,0.41176f,0.41176f).setShininess(0.70196f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_985_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_985_point())) .setNormal(new NormalObject().setVector(getNormal_5_986_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_987_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {9,8,0,-1,9,0,1,-1,10,9,1,-1,10,1,2,-1,11,10,3,-1,10,2,3,-1,12,11,4,-1,11,3,4,-1,13,12,5,-1,12,4,5,-1,14,13,6,-1,13,5,6,-1,15,14,7,-1,14,6,7,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {25.925f,91.715f,26.033f,25.925f,91.715f,26.024f,25.925f,91.714f,26.015f,25.925f,91.715f,26.01f,25.925f,91.715f,26.006f,25.925f,91.715f,26.001f,25.925f,91.716f,25.995f,25.925f,91.719f,25.98f,27.625f,102.95f,26.779f,27.625f,102.94f,26.777f,27.625f,102.94f,26.768f,27.625f,102.94f,26.76f,27.625f,102.95f,26.751f,27.625f,102.95f,26.743f,27.625f,102.95f,26.735f,27.625f,102.95f,26.727f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.072912f,-0.99399f,0.081606f,0.073334f,-0.99669f,0.034959f,0.0736f,-0.99722f,-0.011887f,0.073687f,-0.99639f,-0.042198f,0.073707f,-0.99473f,-0.0713f,0.073666f,-0.99227f,-0.099877f,0.073548f,-0.98855f,-0.13175f,0.072912f,-0.97446f,-0.21238f,3.212E-7f,0.06629f,-0.9978f,1.0f,-7.0627E-4f,-2.0157E-4f,1.0f,-6.9708E-4f,-4.7566E-5f,1.0f,-7.0173E-4f,-1.7907E-5f,1.0f,-7.0402E-4f,-2.8118E-6f,1.0f,-7.0282E-4f,7.39E-6f,1.0f,-7.0252E-4f,1.4998E-5f,-0.9994f,-0.0014111f,0.034472f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.17681f,0.0f,0.33098f,0.0f,0.42597f,0.0f,0.51606f,0.0f,0.60495f,0.0f,0.70643f,0.0f,1.0f,1.0f,0.0f,1.0f,0.17681f,1.0f,0.33098f,1.0f,0.42597f,1.0f,0.51606f,1.0f,0.60495f,1.0f,0.70643f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,1,3,-1,1,2,3,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-2.0212f,-2.7186f,-0.5858f,-2.0212f,-4.046f,-1.9133f,-2.0212f,-2.7186f,-3.2407f,-2.0212f,-1.3911f,-1.9133f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {1.0f,0.5f,0.5f,1.0f,0.0f,0.5f,0.5f,0.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,1,8,-1,1,2,6,-1,2,3,6,-1,3,0,4,-1,4,5,3,-1,5,6,3,-1,6,7,1,-1,7,8,1,-1,8,4,0,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0249f,-2.7186f,-0.5858f,-1.0249f,-1.3911f,-1.9133f,-1.0249f,-2.7186f,-3.2407f,-1.0249f,-4.046f,-1.9133f,-1.0249f,-2.7186f,-1.5593f,-1.0249f,-3.0725f,-1.9133f,-1.0249f,-2.7186f,-2.2672f,-1.0249f,-2.3646f,-1.9133f,-1.0249f,-2.4683f,-1.6629f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-1.0f,-1.6727E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.6727E-16f,0.0f,-1.0f,0.0f,1.6727E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,1.6727E-16f,-1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.5f,1.0f,0.0f,0.5f,0.5f,0.0f,1.0f,0.5f,0.5f,0.63333f,0.63333f,0.5f,0.5f,0.36667f,0.36667f,0.5f,0.40572f,0.59428f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {3,2,1,-1,2,0,1,-1,5,4,3,-1,4,2,3,-1,7,6,5,-1,6,4,5,-1,9,8,7,-1,8,6,7,-1,11,10,9,-1,10,8,9,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0249f,-2.7186f,-0.5858f,-2.0212f,-2.7186f,-0.5858f,-1.0249f,-1.4671f,-1.4705f,-2.0212f,-1.4671f,-1.4705f,-1.0249f,-1.9284f,-2.9799f,-2.0212f,-1.9284f,-2.9799f,-1.0249f,-3.4986f,-2.9873f,-2.0212f,-3.4986f,-2.9873f,-1.0249f,-3.9928f,-1.5411f,-2.0212f,-3.9928f,-1.5411f,-1.0249f,-2.7186f,-0.5858f,-2.0212f,-2.7186f,-0.5858f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-6.7895E-17f,-1.0f,0.0f,-6.7895E-17f,-1.0f,0.0f,-0.94274f,-0.33353f,0.0f,-0.94274f,-0.33353f,0.0f,-0.59527f,0.80352f,0.0f,-0.59527f,0.80352f,0.0f,0.58762f,0.80914f,0.0f,0.58762f,0.80914f,0.0f,0.9599f,-0.28035f,0.0f,0.9599f,-0.28035f,0.0f,3.3947E-17f,-1.0f,0.0f,3.3947E-17f,-1.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.19333f,0.0f,0.19333f,1.0f,0.39734f,0.0f,0.39734f,1.0f,0.60122f,0.0f,0.60122f,1.0f,0.79774f,0.0f,0.79774f,1.0f,1.0f,0.0f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,1,5,-1,1,2,9,-1,2,3,8,-1,3,4,8,-1,4,0,6,-1,5,6,0,-1,6,7,4,-1,7,8,4,-1,8,9,2,-1,9,5,1,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {1.0206f,-2.7186f,-0.5858f,1.0206f,-3.6572f,-0.97461f,1.0206f,-4.046f,-1.9133f,1.0206f,-2.7186f,-3.2407f,1.0206f,-1.3911f,-1.9133f,1.0206f,-2.7186f,-1.5593f,1.0206f,-2.4683f,-1.6629f,1.0206f,-2.3646f,-1.9133f,1.0206f,-2.7186f,-2.2672f,1.0206f,-3.0725f,-1.9133f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {1.0f,-1.6727E-16f,0.0f,1.0f,-9.7985E-17f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,1.6727E-16f,1.0f,-1.6727E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,1.6727E-16f,1.0f,0.0f,0.0f,1.0f,-2.2089E-32f,1.6727E-16f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {1.0f,0.5f,0.85355f,0.85355f,0.5f,1.0f,0.0f,0.5f,0.5f,0.0f,0.63333f,0.5f,0.59428f,0.40572f,0.5f,0.36667f,0.36667f,0.5f,0.5f,0.63333f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,1,2,-1,2,3,0,-1,3,4,0,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {2.0169f,-2.7186f,-0.5858f,2.0169f,-1.7799f,-0.97461f,2.0169f,-1.3911f,-1.9133f,2.0169f,-2.7186f,-3.2407f,2.0169f,-4.046f,-1.9133f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-3.3454E-16f,-3.3454E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.5f,1.0f,0.14645f,0.85355f,0.0f,0.5f,0.5f,0.0f,1.0f,0.5f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {3,2,1,-1,2,0,1,-1,5,4,3,-1,4,2,3,-1,7,6,5,-1,6,4,5,-1,9,8,7,-1,8,6,7,-1,11,10,9,-1,10,8,9,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {2.0169f,-2.7186f,-0.5858f,1.0206f,-2.7186f,-0.5858f,2.0169f,-1.4671f,-1.4705f,1.0206f,-1.4671f,-1.4705f,2.0169f,-1.9284f,-2.9799f,1.0206f,-1.9284f,-2.9799f,2.0169f,-3.4986f,-2.9873f,1.0206f,-3.4986f,-2.9873f,2.0169f,-3.9928f,-1.5411f,1.0206f,-3.9928f,-1.5411f,2.0169f,-2.7186f,-0.5858f,1.0206f,-2.7186f,-0.5858f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-6.7895E-17f,-1.0f,0.0f,-6.7895E-17f,-1.0f,0.0f,-0.94274f,-0.33353f,0.0f,-0.94274f,-0.33353f,0.0f,-0.59527f,0.80352f,0.0f,-0.59527f,0.80352f,0.0f,0.58762f,0.80914f,0.0f,0.58762f,0.80914f,0.0f,0.9599f,-0.28035f,0.0f,0.9599f,-0.28035f,0.0f,3.3947E-17f,-1.0f,0.0f,3.3947E-17f,-1.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.19333f,0.0f,0.19333f,1.0f,0.39734f,0.0f,0.39734f,1.0f,0.60122f,0.0f,0.60122f,1.0f,0.79774f,0.0f,0.79774f,1.0f,1.0f,0.0f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,1,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-0.70521f,-2.8019f,-2.2573f,0.70089f,-2.8019f,-2.2573f,-0.0021575f,-3.4265f,-2.2573f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,0.0f,1.0f,3.1473E-16f,0.0f,1.0f,0.0f,0.0f,1.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {1.0f,1.0f,0.0f,1.0f,0.5f,0.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,1,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {0.70089f,-2.6352f,-2.2573f,-0.70521f,-2.6352f,-2.2573f,-0.0021575f,-2.0106f,-2.2573f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {3.1473E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,1.0f,0.0f,0.5f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1055_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1055_point())) .setNormal(new NormalObject().setVector(getNormal_5_1056_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1057_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {12,1,13,-1,13,3,14,-1,14,3,15,-1,15,5,16,-1,16,33,17,-1,17,32,18,-1,18,31,19,-1,19,30,20,-1,20,4,21,-1,21,2,22,-1,22,2,23,-1,23,0,24,-1,25,10,26,-1,26,8,27,-1,27,8,28,-1,28,6,29,-1,29,20,30,-1,30,19,31,-1,31,18,32,-1,32,17,33,-1,33,7,34,-1,34,9,35,-1,35,9,36,-1,36,11,37,-1,0,23,2,-1,2,21,4,-1,4,20,6,-1,6,28,8,-1,8,26,10,-1,11,36,9,-1,9,34,7,-1,7,16,5,-1,5,15,3,-1,3,13,1,-1,16,7,33,-1,6,20,29,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {1.0206f,-2.7186f,-1.5593f,-1.0249f,-2.7186f,-1.5593f,1.0206f,-2.3848f,-1.7952f,-1.0249f,-2.3848f,-1.7952f,1.0206f,-2.5078f,-2.1977f,-1.0249f,-2.5078f,-2.1977f,1.0206f,-2.9266f,-2.1997f,-1.0249f,-2.9266f,-2.1997f,1.0206f,-3.0584f,-1.814f,-1.0249f,-3.0584f,-1.814f,1.0206f,-2.7186f,-1.5593f,-1.0249f,-2.7186f,-1.5593f,-0.71013f,-2.7186f,-1.5593f,-0.66271f,-2.4683f,-1.6629f,-0.61528f,-2.3646f,-1.9133f,-0.65328f,-2.4411f,-2.1331f,-0.70521f,-2.6352f,-2.2573f,-0.35368f,-2.6352f,-2.2573f,-0.0021575f,-2.6352f,-2.2573f,0.34937f,-2.6352f,-2.2573f,0.70089f,-2.6352f,-2.2573f,0.64896f,-2.4411f,-2.1331f,0.61097f,-2.3646f,-1.9133f,0.65839f,-2.4683f,-1.6629f,0.70582f,-2.7186f,-1.5593f,0.70582f,-2.7186f,-1.5593f,0.65839f,-2.9689f,-1.6629f,0.61097f,-3.0725f,-1.9133f,0.64896f,-2.996f,-2.1331f,0.70089f,-2.8019f,-2.2573f,0.34937f,-2.8019f,-2.2573f,-0.0021575f,-2.8019f,-2.2573f,-0.35368f,-2.8019f,-2.2573f,-0.70521f,-2.8019f,-2.2573f,-0.65328f,-2.996f,-2.1331f,-0.61528f,-3.0725f,-1.9133f,-0.66271f,-2.9689f,-1.6629f,-0.71013f,-2.7186f,-1.5593f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,2.7158E-16f,-1.0f,0.0f,2.7158E-16f,-1.0f,0.0f,-0.94274f,-0.33353f,0.0f,-0.94274f,-0.33353f,0.0f,-0.59527f,0.80352f,0.0f,-0.59527f,0.80352f,0.0f,0.58762f,0.80914f,0.0f,0.58762f,0.80914f,0.0f,0.9599f,-0.28035f,0.0f,0.9599f,-0.28035f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,5.4316E-16f,-1.0f,-1.1645E-16f,-0.70711f,-0.70711f,0.0f,-1.0f,-5.4316E-16f,0.0f,-0.78387f,0.62093f,1.099E-16f,-0.23551f,0.97187f,0.0f,-0.23551f,0.97187f,0.0f,-0.23551f,0.97187f,0.0f,-0.23551f,0.97187f,0.0f,-0.23551f,0.97187f,9.6163E-17f,-0.78387f,0.62093f,0.0f,-1.0f,-5.4316E-16f,0.0f,-0.70711f,-0.70711f,0.0f,5.4316E-16f,-1.0f,0.0f,2.7158E-16f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,0.0f,0.0f,0.78387f,0.62093f,0.0f,0.23551f,0.97187f,0.0f,0.23551f,0.97187f,3.3638E-16f,0.23551f,0.97187f,0.0f,0.23551f,0.97187f,1.9935E-16f,0.23551f,0.97187f,0.0f,0.78387f,0.62093f,0.0f,1.0f,0.0f,-1.0928E-16f,0.70711f,-0.70711f,0.0f,2.7158E-16f,-1.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.19333f,0.0f,0.19333f,1.0f,0.39734f,0.0f,0.39734f,1.0f,0.60122f,0.0f,0.60122f,1.0f,0.79774f,0.0f,0.79774f,1.0f,1.0f,0.0f,1.0f,1.0f,0.0f,0.84611f,0.125f,0.82292f,0.25f,0.79974f,0.35756f,0.81844f,0.45976f,0.8437f,0.45976f,0.67185f,0.45976f,0.5f,0.45976f,0.32815f,0.45976f,0.1563f,0.35756f,0.18156f,0.25f,0.20026f,0.125f,0.17708f,0.0f,0.15389f,1.0f,0.15389f,0.875f,0.17708f,0.75f,0.20026f,0.64244f,0.18156f,0.54024f,0.1563f,0.54024f,0.32815f,0.54024f,0.5f,0.54024f,0.67185f,0.54024f,0.8437f,0.64244f,0.81844f,0.75f,0.79974f,0.875f,0.82292f,1.0f,0.84611f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,19,1,-1,1,17,2,-1,2,17,3,-1,3,17,4,-1,4,17,5,-1,5,17,6,-1,6,17,7,-1,7,15,8,-1,8,15,9,-1,9,12,10,-1,10,12,11,-1,12,9,13,-1,13,9,14,-1,14,9,15,-1,15,7,16,-1,16,7,17,-1,17,1,18,-1,18,1,19,-1,20,21,30,-1,21,22,38,-1,22,23,36,-1,23,24,36,-1,24,25,36,-1,25,26,34,-1,26,27,34,-1,27,28,31,-1,28,29,31,-1,31,32,27,-1,32,33,27,-1,33,34,27,-1,34,35,25,-1,35,36,25,-1,36,37,22,-1,37,38,22,-1,38,30,21,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-0.25169f,-6.6433f,10.449f,-1.2965E-6f,-6.65f,10.446f,2.5851E-5f,-6.65f,10.446f,1.0884E-5f,-6.5159f,10.589f,3.2025E-6f,-6.3884f,10.735f,3.7769E-7f,-6.2627f,10.887f,-1.8344E-8f,-6.1342f,11.049f,-7.5658E-9f,-5.9771f,11.252f,3.2152E-9f,-5.8189f,11.453f,1.4207E-8f,-5.6533f,11.656f,2.5199E-8f,-5.4811f,11.852f,-1.4029E-5f,-5.3019f,12.043f,-0.25178f,-5.2841f,12.051f,-0.25171f,-5.523f,11.796f,-0.25171f,-5.5973f,11.711f,-0.25171f,-5.7643f,11.509f,-0.25171f,-5.9262f,11.303f,-0.25171f,-6.0869f,11.096f,-0.25171f,-6.2498f,10.891f,-0.25171f,-6.4457f,10.661f,2.5851E-5f,-6.65f,10.446f,1.0884E-5f,-6.5159f,10.589f,3.2025E-6f,-6.3884f,10.735f,3.7769E-7f,-6.2627f,10.887f,-1.8344E-8f,-6.1342f,11.049f,-7.5658E-9f,-5.9771f,11.252f,3.2152E-9f,-5.8189f,11.453f,1.4207E-8f,-5.6533f,11.656f,2.5199E-8f,-5.4811f,11.852f,-1.4029E-5f,-5.3019f,12.043f,0.25169f,-6.6433f,10.449f,0.25178f,-5.2841f,12.051f,0.25171f,-5.523f,11.796f,0.25171f,-5.5973f,11.711f,0.25171f,-5.7643f,11.509f,0.25171f,-5.9262f,11.303f,0.25171f,-6.0869f,11.096f,0.25171f,-6.2498f,10.891f,0.25171f,-6.4457f,10.661f}))) .setNormal(new NormalObject().setVector(getNormal_5_1070_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.99854f,0.68508f,0.91059f,0.74857f,0.91059f,0.74857f,0.8724f,0.68532f,0.8348f,0.62333f,0.79668f,0.5606f,0.75693f,0.4951f,0.70787f,0.4139f,0.65853f,0.33186f,0.60736f,0.24653f,0.55467f,0.15876f,0.5f,0.068104f,0.58528f,0.0f,0.65853f,0.12073f,0.68153f,0.15876f,0.73353f,0.245f,0.78416f,0.32916f,0.83413f,0.41222f,0.88406f,0.4951f,0.94233f,0.59165f,0.41059f,0.74857f,0.3724f,0.68532f,0.3348f,0.62333f,0.29668f,0.5606f,0.25693f,0.4951f,0.20787f,0.4139f,0.15853f,0.33186f,0.10736f,0.24653f,0.054674f,0.15876f,0.0f,0.068104f,0.49854f,0.68508f,0.085278f,0.0f,0.15853f,0.12073f,0.18153f,0.15876f,0.23353f,0.245f,0.28416f,0.32916f,0.33413f,0.41222f,0.38406f,0.4951f,0.44233f,0.59165f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {3,2,0,-1,3,0,1,-1,5,4,2,-1,5,2,3,-1,6,21,7,-1,7,21,8,-1,8,0,9,-1,9,2,10,-1,10,2,11,-1,11,4,12,-1,12,4,13,-1,13,4,14,-1,14,16,15,-1,16,5,17,-1,17,5,18,-1,18,3,19,-1,19,3,20,-1,20,1,21,-1,1,20,3,-1,0,21,1,-1,2,9,0,-1,3,18,5,-1,4,11,2,-1,5,14,4,-1,21,0,8,-1,14,5,16,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-2.9457f,-4.5462f,11.721f,-2.8809f,-4.6451f,11.699f,-3.3582f,-4.6855f,11.322f,-3.2926f,-4.7839f,11.3f,-3.7427f,-4.7901f,10.889f,-3.6774f,-4.8893f,10.869f,-2.4685f,-4.4709f,12.048f,-2.6296f,-4.313f,12.048f,-2.9066f,-4.4145f,11.828f,-3.1697f,-4.5103f,11.591f,-3.3902f,-4.5905f,11.367f,-3.5913f,-4.6637f,11.139f,-3.7802f,-4.7325f,10.9f,-3.9643f,-4.7995f,10.642f,-4.0947f,-4.847f,10.446f,-3.8614f,-5.1532f,10.446f,-3.7682f,-5.1076f,10.583f,-3.589f,-5.0201f,10.839f,-3.4111f,-4.9332f,11.078f,-3.2241f,-4.8418f,11.309f,-3.0177f,-4.741f,11.539f,-2.752f,-4.611f,11.803f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.48573f,0.47499f,-0.73379f,0.48124f,0.48565f,-0.72976f,0.54199f,0.50781f,-0.66961f,0.53613f,0.51795f,-0.66655f,0.61073f,0.51335f,-0.60289f,0.59694f,0.52704f,-0.60489f,0.42262f,0.45143f,-0.78587f,0.44463f,0.4166f,-0.79294f,0.47705f,0.45228f,-0.75357f,0.50966f,0.47983f,-0.71415f,0.544f,0.49684f,-0.67618f,0.58172f,0.50578f,-0.63701f,0.6189f,0.50525f,-0.60141f,0.65486f,0.49346f,-0.57241f,0.67669f,0.4756f,-0.56204f,0.61791f,0.51472f,-0.59435f,0.60485f,0.53031f,-0.59407f,0.57908f,0.54443f,-0.60684f,0.55448f,0.54053f,-0.63276f,0.52859f,0.52419f,-0.6677f,0.5004f,0.50233f,-0.70517f,0.46358f,0.47836f,-0.74583f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.27195f,0.24397f,0.27195f,0.5004f,0.54615f,0.24397f,0.54615f,0.5004f,0.79529f,0.24397f,0.79529f,0.5004f,0.0f,0.4803f,0.028662f,0.021624f,0.20588f,0.002397f,0.37946f,0.002536f,0.52904f,0.019543f,0.66676f,0.051342f,0.79513f,0.096735f,0.91718f,0.15532f,1.0f,0.20423f,0.97744f,1.0f,0.91718f,0.94552f,0.79428f,0.84456f,0.66652f,0.75406f,0.5296f,0.67267f,0.37946f,0.6003f,0.1921f,0.53083f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {3,1,0,-1,3,0,2,-1,5,3,2,-1,5,2,4,-1,6,7,21,-1,7,8,21,-1,8,9,0,-1,9,10,2,-1,10,11,2,-1,11,12,4,-1,12,13,4,-1,13,14,4,-1,14,15,16,-1,16,17,5,-1,17,18,5,-1,18,19,3,-1,19,20,3,-1,20,21,1,-1,1,3,20,-1,0,1,21,-1,2,0,9,-1,3,5,18,-1,4,2,11,-1,5,4,14,-1,21,8,0,-1,14,16,5,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {2.9457f,-4.5462f,11.721f,2.8809f,-4.6451f,11.699f,3.3582f,-4.6855f,11.322f,3.2926f,-4.7839f,11.3f,3.7427f,-4.7901f,10.889f,3.6774f,-4.8893f,10.869f,2.4685f,-4.4709f,12.048f,2.6296f,-4.313f,12.048f,2.9066f,-4.4145f,11.828f,3.1697f,-4.5103f,11.591f,3.3902f,-4.5905f,11.367f,3.5913f,-4.6637f,11.139f,3.7802f,-4.7325f,10.9f,3.9643f,-4.7995f,10.642f,4.0947f,-4.847f,10.446f,3.8614f,-5.1532f,10.446f,3.7682f,-5.1076f,10.583f,3.589f,-5.0201f,10.839f,3.4111f,-4.9332f,11.078f,3.2241f,-4.8418f,11.309f,3.0177f,-4.741f,11.539f,2.752f,-4.611f,11.803f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.48573f,0.47499f,-0.73379f,-0.48124f,0.48565f,-0.72976f,-0.54199f,0.50781f,-0.66961f,-0.53613f,0.51795f,-0.66655f,-0.61073f,0.51335f,-0.60289f,-0.59694f,0.52704f,-0.60489f,-0.42262f,0.45143f,-0.78587f,-0.44463f,0.4166f,-0.79294f,-0.47705f,0.45228f,-0.75357f,-0.50966f,0.47983f,-0.71415f,-0.544f,0.49684f,-0.67618f,-0.58172f,0.50578f,-0.63701f,-0.6189f,0.50525f,-0.60141f,-0.65486f,0.49346f,-0.57241f,-0.67669f,0.4756f,-0.56204f,-0.61791f,0.51472f,-0.59435f,-0.60485f,0.53031f,-0.59407f,-0.57908f,0.54443f,-0.60684f,-0.55448f,0.54053f,-0.63276f,-0.52859f,0.52419f,-0.6677f,-0.5004f,0.50233f,-0.70517f,-0.46358f,0.47836f,-0.74583f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.27195f,0.24397f,0.27195f,0.5004f,0.54615f,0.24397f,0.54615f,0.5004f,0.79529f,0.24397f,0.79529f,0.5004f,0.0f,0.4803f,0.028662f,0.021624f,0.20588f,0.002397f,0.37946f,0.002536f,0.52904f,0.019543f,0.66676f,0.051342f,0.79513f,0.096735f,0.91718f,0.15532f,1.0f,0.20423f,0.97744f,1.0f,0.91718f,0.94552f,0.79428f,0.84456f,0.66652f,0.75406f,0.5296f,0.67267f,0.37946f,0.6003f,0.1921f,0.53083f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(0.83137f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {4,1,0,-1,4,0,3,-1,5,2,1,-1,5,1,4,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-8.0921E-16f,90.411f,26.608f,-0.56067f,91.198f,26.608f,-0.72179f,92.536f,26.608f,-0.0030089f,80.376f,12.321f,-1.0316f,81.174f,12.321f,-1.3267f,82.526f,12.321f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-1.4554E-12f,0.82517f,-0.56488f,0.94133f,0.25916f,-0.21619f,0.99813f,-5.2071E-17f,-0.06106f,0.0029935f,0.81442f,-0.58027f,0.84484f,0.42162f,-0.32935f,0.99902f,1.7937E-17f,-0.044331f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.56292f,0.0f,1.0f,1.0f,0.0f,1.0f,0.56292f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setShininess(1.0f).setDiffuseColor(1.0f,0.74902f,0.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1097_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1097_point())) .setNormal(new NormalObject().setVector(getNormal_5_1098_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.12706f,0.27308f,0.12706f,0.42217f,0.12706f,0.57072f,0.12706f,0.72123f,0.27308f,0.12706f,0.27308f,0.27308f,0.27308f,0.42217f,0.27308f,0.57072f,0.27308f,0.72123f,0.27308f,0.86719f,0.42217f,0.12706f,0.42217f,0.27308f,0.42217f,0.42217f,0.42217f,0.57072f,0.42217f,0.72123f,0.42217f,0.86719f,0.57072f,0.12706f,0.57072f,0.27308f,0.57072f,0.42217f,0.57072f,0.57072f,0.57072f,0.72123f,0.57072f,0.86719f,0.72123f,0.12706f,0.72123f,0.27308f,0.72123f,0.42217f,0.72123f,0.57072f,0.72123f,0.72123f,0.72123f,0.86719f,0.86719f,0.27308f,0.86719f,0.42217f,0.86719f,0.57072f,0.86719f,0.72123f,0.14648f,0.85352f,0.082441f,0.77507f,0.036738f,0.6881f,0.0092124f,0.59549f,0.0f,0.5f,0.0092124f,0.40451f,0.036738f,0.3119f,0.082441f,0.22493f,0.14648f,0.14648f,0.22493f,0.082441f,0.3119f,0.036738f,0.40451f,0.0092124f,0.5f,0.0f,0.59549f,0.0092124f,0.6881f,0.036738f,0.77507f,0.082441f,0.85352f,0.14648f,0.91756f,0.22493f,0.96326f,0.3119f,0.99079f,0.40451f,1.0f,0.5f,0.99079f,0.59549f,0.96326f,0.6881f,0.91756f,0.77507f,0.85352f,0.85352f,0.77507f,0.91756f,0.6881f,0.96326f,0.59549f,0.99079f,0.5f,1.0f,0.40451f,0.99079f,0.3119f,0.96326f,0.22493f,0.91756f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1104_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1104_point())) .setNormal(new NormalObject().setVector(getNormal_5_1105_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1106_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setShininess(1.0f).setDiffuseColor(1.0f,0.49804f,0.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1111_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1111_point())) .setNormal(new NormalObject().setVector(getNormal_5_1112_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.12705f,0.27308f,0.12705f,0.42217f,0.12705f,0.57073f,0.12705f,0.72123f,0.27307f,0.12706f,0.27307f,0.27308f,0.27307f,0.42217f,0.27307f,0.57073f,0.27307f,0.72123f,0.27307f,0.86719f,0.42217f,0.12706f,0.42217f,0.27308f,0.42217f,0.42217f,0.42217f,0.57073f,0.42217f,0.72123f,0.42217f,0.86719f,0.57072f,0.12706f,0.57072f,0.27308f,0.57072f,0.42217f,0.57072f,0.57073f,0.57072f,0.72123f,0.57072f,0.86719f,0.72123f,0.12706f,0.72123f,0.27308f,0.72123f,0.42217f,0.72123f,0.57073f,0.72123f,0.72123f,0.72123f,0.86719f,0.8672f,0.27308f,0.8672f,0.42217f,0.8672f,0.57073f,0.8672f,0.72123f,0.0f,0.5f,0.010264f,0.39924f,0.039422f,0.30543f,0.0854f,0.22046f,0.14649f,0.14649f,0.22047f,0.085397f,0.30543f,0.039419f,0.39925f,0.010259f,0.5f,0.0f,0.60075f,0.010259f,0.69457f,0.039419f,0.77953f,0.085397f,0.85351f,0.14649f,0.9146f,0.22046f,0.96058f,0.30543f,0.98974f,0.39924f,1.0f,0.5f,0.98974f,0.60075f,0.96058f,0.69457f,0.91459f,0.77953f,0.85351f,0.85351f,0.77953f,0.91458f,0.69457f,0.96058f,0.60075f,0.98973f,0.5f,1.0f,0.39925f,0.98973f,0.30543f,0.96058f,0.22047f,0.91458f,0.14649f,0.85351f,0.085414f,0.77953f,0.03942f,0.69457f,0.010263f,0.60075f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setShininess(1.0f).setDiffuseColor(1.0f,0.49804f,0.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1118_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1118_point())) .setNormal(new NormalObject().setVector(getNormal_5_1119_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.12705f,0.27307f,0.12705f,0.42217f,0.12705f,0.57072f,0.12705f,0.72122f,0.27307f,0.12706f,0.27307f,0.27307f,0.27307f,0.42217f,0.27307f,0.57072f,0.27307f,0.72122f,0.27307f,0.86719f,0.42217f,0.12706f,0.42217f,0.27307f,0.42217f,0.42217f,0.42217f,0.57072f,0.42217f,0.72122f,0.42217f,0.86719f,0.57072f,0.12706f,0.57072f,0.27307f,0.57072f,0.42217f,0.57072f,0.57072f,0.57072f,0.72122f,0.57072f,0.86719f,0.72123f,0.12706f,0.72123f,0.27307f,0.72123f,0.42217f,0.72123f,0.57072f,0.72123f,0.72122f,0.72123f,0.86719f,0.8672f,0.27307f,0.8672f,0.42217f,0.8672f,0.57072f,0.8672f,0.72122f,1.0f,0.5f,0.98974f,0.60076f,0.96058f,0.69457f,0.9146f,0.77954f,0.85351f,0.85351f,0.77953f,0.9146f,0.69457f,0.96058f,0.60075f,0.98974f,0.5f,1.0f,0.39925f,0.98974f,0.30543f,0.96058f,0.22047f,0.9146f,0.14649f,0.85351f,0.0854f,0.77954f,0.039422f,0.69457f,0.010264f,0.60076f,0.0f,0.5f,0.010263f,0.39925f,0.03942f,0.30543f,0.085414f,0.22047f,0.14649f,0.14649f,0.22047f,0.085416f,0.30543f,0.039422f,0.39925f,0.010266f,0.5f,0.0f,0.60075f,0.010266f,0.69457f,0.039422f,0.77953f,0.085416f,0.85351f,0.14649f,0.91459f,0.22047f,0.96058f,0.30543f,0.98974f,0.39925f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.90196f).setSpecularColor(0.90196f,0.90196f,0.90196f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {2,4,0,-1,4,5,0,-1,5,6,1,-1,6,3,1,-1,1,0,5,-1,8,13,10,-1,13,14,10,-1,14,15,9,-1,15,7,9,-1,11,16,9,-1,16,17,9,-1,17,18,10,-1,18,12,10,-1,10,14,17,-1,14,9,17,-1,20,23,28,-1,23,24,27,-1,24,25,26,-1,25,19,21,-1,21,26,25,-1,26,27,24,-1,27,28,23,-1,28,22,20,-1,35,32,31,-1,35,31,34,-1,36,33,32,-1,36,32,35,-1,30,37,33,-1,37,38,32,-1,38,39,32,-1,39,29,31,-1,31,32,39,-1,32,33,37,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-4.8978f,50.259f,0.24552f,-4.8978f,62.092f,3.3335f,-1.3416f,50.259f,-0.038005f,-1.9746f,66.574f,3.3335f,-1.4998f,54.435f,0.80304f,-1.6581f,58.424f,1.6182f,-1.8163f,62.409f,2.4481f,-1.3416f,50.259f,-0.038005f,-1.9746f,66.574f,3.3335f,-0.67956f,50.305f,-0.038005f,-1.1486f,67.14f,3.3335f,5.8909E-4f,50.338f,-0.038005f,-0.17086f,67.442f,3.3335f,-1.8163f,62.409f,2.4481f,-1.6581f,58.424f,1.6182f,-1.4998f,54.435f,0.80304f,-0.042273f,54.706f,0.80175f,-0.085135f,58.898f,1.6179f,-0.128f,63.085f,2.449f,5.8909E-4f,50.338f,-0.038005f,-0.17086f,67.442f,3.3335f,1.34f,50.259f,-0.038005f,1.7126f,66.812f,3.3335f,-0.128f,63.085f,2.449f,-0.085135f,58.898f,1.6179f,-0.042273f,54.706f,0.80175f,1.4332f,54.486f,0.80047f,1.5263f,58.544f,1.6177f,1.6195f,62.598f,2.4499f,1.34f,50.259f,-0.038005f,1.7126f,66.812f,3.3335f,3.0497f,50.259f,0.0075035f,3.2667f,57.565f,1.6301f,3.4863f,64.943f,3.3335f,4.7033f,50.259f,0.18089f,4.7033f,56.473f,1.717f,4.7033f,62.745f,3.3335f,1.6195f,62.598f,2.4499f,1.5263f,58.544f,1.6177f,1.4332f,54.486f,0.80047f}))) .setNormal(new NormalObject().setVector(getNormal_5_1126_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.6287f,0.0f,0.6287f,0.99854f,0.95304f,0.0f,0.95304f,0.99854f,0.95304f,0.24963f,0.95304f,0.49927f,0.95304f,0.7489f,0.13921f,0.0f,0.13921f,0.99854f,0.19669f,0.0f,0.19669f,0.99854f,0.25567f,0.0f,0.25567f,0.99854f,0.13921f,0.7489f,0.13921f,0.49927f,0.13921f,0.24963f,0.25567f,0.24963f,0.25567f,0.49927f,0.25567f,0.7489f,0.0f,0.0f,0.0f,0.99854f,0.11628f,0.0f,0.11628f,0.99854f,0.0f,0.7489f,0.0f,0.49927f,0.0f,0.24963f,0.11628f,0.24963f,0.11628f,0.49927f,0.11628f,0.7489f,0.27864f,0.0f,0.27864f,0.99854f,0.43153f,0.0f,0.43153f,0.49619f,0.43153f,0.99854f,0.58034f,0.0f,0.58034f,0.49619f,0.58034f,0.99854f,0.27864f,0.7489f,0.27864f,0.49927f,0.27864f,0.24963f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {4,1,3,-1,1,0,3,-1,5,2,1,-1,5,1,4,-1,7,4,6,-1,4,3,6,-1,8,5,4,-1,8,4,7,-1,10,7,6,-1,10,6,9,-1,11,8,7,-1,11,7,10,-1,13,10,9,-1,13,9,12,-1,14,11,13,-1,11,10,13,-1,16,13,12,-1,16,12,15,-1,17,14,13,-1,17,13,16,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {0.056438f,49.432f,13.372f,0.056749f,49.864f,13.372f,0.056438f,50.301f,13.372f,6.2449f,49.432f,8.4109f,6.2356f,49.865f,8.3985f,6.2445f,50.301f,8.4123f,4.2314f,49.432f,0.25169f,4.2332f,49.867f,0.22245f,4.2305f,50.301f,0.25139f,-4.3299f,49.432f,0.282f,-4.3302f,49.867f,0.25279f,-4.3271f,50.301f,0.28151f,-6.1939f,49.432f,8.1914f,-6.185f,49.865f,8.1756f,-6.1954f,50.301f,8.1863f,0.056438f,49.432f,13.372f,0.056749f,49.864f,13.372f,0.056438f,50.301f,13.372f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-5.8754E-4f,-6.4912E-4f,1.0f,-7.0196E-4f,-3.0045E-4f,1.0f,-8.1356E-4f,0.0013016f,1.0f,0.95909f,-1.955E-4f,0.28309f,0.95837f,0.040702f,0.2826f,0.95492f,-0.092598f,0.28204f,0.11331f,6.4356E-4f,-0.99356f,0.11338f,-0.095204f,-0.98898f,0.1108f,0.2172f,-0.96982f,-0.16763f,6.4199E-4f,-0.98585f,-0.16746f,-0.093816f,-0.98141f,-0.16333f,0.21493f,-0.96288f,-0.96575f,-1.5662E-4f,0.25948f,-0.96503f,0.041497f,0.25883f,-0.9615f,-0.094922f,0.25789f,-5.8754E-4f,-6.4912E-4f,1.0f,-7.0196E-4f,-3.0045E-4f,1.0f,-8.1356E-4f,0.0013016f,1.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.49692f,0.0f,1.0f,0.19719f,0.0f,0.19719f,0.49692f,0.19719f,1.0f,0.40625f,0.0f,0.40625f,0.49692f,0.40625f,1.0f,0.59859f,0.0f,0.59859f,0.49692f,0.59859f,1.0f,0.79762f,0.0f,0.79762f,0.49692f,0.79762f,1.0f,1.0f,0.0f,1.0f,0.49692f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1139_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1139_point())) .setNormal(new NormalObject().setVector(getNormal_5_1140_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1141_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1146_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1146_point())) .setNormal(new NormalObject().setVector(getNormal_5_1147_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1148_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,10,12,11,-1,12,10,13,-1,14,17,15,-1,15,17,16,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-2.4907f,49.081f,-0.85695f,-3.4327f,49.081f,-0.85695f,-2.4907f,50.336f,-2.112f,-3.4327f,50.336f,-2.112f,-2.4907f,49.081f,-3.367f,-3.4327f,49.081f,-3.367f,-2.4907f,47.826f,-2.112f,-3.4327f,47.826f,-2.112f,-2.4907f,49.081f,-0.85695f,-3.4327f,49.081f,-0.85695f,-2.4907f,49.081f,-0.85695f,-2.4907f,50.336f,-2.112f,-2.4907f,49.081f,-3.367f,-2.4907f,47.826f,-2.112f,-3.4327f,49.081f,-0.85695f,-3.4327f,47.826f,-2.112f,-3.4327f,49.081f,-3.367f,-3.4327f,50.336f,-2.112f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,0.0f,1.0f,4.596E-15f,0.0f,1.0f,4.596E-15f,0.0f,2.8725E-16f,-1.0f,0.0f,2.8725E-16f,-1.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,1.7692E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.24963f,0.0f,0.24963f,0.11927f,0.49927f,0.0f,0.49927f,0.11927f,0.7489f,0.0f,0.7489f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.27286f,0.74927f,0.52213f,0.5f,0.7714f,0.74927f,0.52213f,0.49854f,0.27286f,0.24927f,0.52213f,0.0f,0.7714f,0.24927f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,10,12,11,-1,12,10,13,-1,14,17,15,-1,15,17,16,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-2.4907f,45.735f,-0.85695f,-3.4327f,45.735f,-0.85695f,-2.4907f,46.99f,-2.112f,-3.4327f,46.99f,-2.112f,-2.4907f,45.735f,-3.367f,-3.4327f,45.735f,-3.367f,-2.4907f,44.48f,-2.112f,-3.4327f,44.48f,-2.112f,-2.4907f,45.735f,-0.85695f,-3.4327f,45.735f,-0.85695f,-2.4907f,45.735f,-0.85695f,-2.4907f,46.99f,-2.112f,-2.4907f,45.735f,-3.367f,-2.4907f,44.48f,-2.112f,-3.4327f,45.735f,-0.85695f,-3.4327f,44.48f,-2.112f,-3.4327f,45.735f,-3.367f,-3.4327f,46.99f,-2.112f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,2.8725E-16f,-1.0f,0.0f,2.8725E-16f,-1.0f,0.0f,-1.0f,2.298E-15f,0.0f,-1.0f,2.298E-15f,0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,1.7692E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.24963f,0.0f,0.24963f,0.11927f,0.49927f,0.0f,0.49927f,0.11927f,0.7489f,0.0f,0.7489f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.27286f,0.74927f,0.52213f,0.5f,0.7714f,0.74927f,0.52213f,0.49854f,0.27286f,0.24927f,0.52213f,0.0f,0.7714f,0.24927f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,12,14,13,-1,14,16,15,-1,16,14,12,-1,17,20,18,-1,18,20,19,-1,20,17,21,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-5.0332f,49.081f,-0.85695f,-5.9751f,49.081f,-0.85695f,-5.0332f,50.265f,-1.6934f,-5.9751f,50.265f,-1.6934f,-5.0332f,49.829f,-3.1205f,-5.9751f,49.829f,-3.1205f,-5.0332f,48.344f,-3.1275f,-5.9751f,48.344f,-3.1275f,-5.0332f,47.877f,-1.7602f,-5.9751f,47.877f,-1.7602f,-5.0332f,49.081f,-0.85695f,-5.9751f,49.081f,-0.85695f,-5.0332f,49.081f,-0.85695f,-5.0332f,50.265f,-1.6934f,-5.0332f,49.829f,-3.1205f,-5.0332f,48.344f,-3.1275f,-5.0332f,47.877f,-1.7602f,-5.9751f,49.081f,-0.85695f,-5.9751f,47.877f,-1.7602f,-5.9751f,48.344f,-3.1275f,-5.9751f,49.829f,-3.1205f,-5.9751f,50.265f,-1.6934f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,-3.6427E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-7.2217E-16f,5.5273E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.19305f,0.0f,0.19305f,0.11927f,0.39676f,0.0f,0.39676f,0.11927f,0.60034f,0.0f,0.60034f,0.11927f,0.79658f,0.0f,0.79658f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.28713f,0.83241f,0.37375f,0.54898f,0.6686f,0.54758f,0.7614f,0.81915f,0.52213f,0.49854f,0.28286f,0.31915f,0.37565f,0.047576f,0.67051f,0.048975f,0.75712f,0.33241f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,12,16,13,-1,13,15,14,-1,15,13,16,-1,17,21,18,-1,18,21,19,-1,19,21,20,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-5.0332f,45.735f,-0.85695f,-5.9751f,45.735f,-0.85695f,-5.0332f,46.918f,-1.6934f,-5.9751f,46.918f,-1.6934f,-5.0332f,46.482f,-3.1205f,-5.9751f,46.482f,-3.1205f,-5.0332f,44.997f,-3.1275f,-5.9751f,44.997f,-3.1275f,-5.0332f,44.53f,-1.7602f,-5.9751f,44.53f,-1.7602f,-5.0332f,45.735f,-0.85695f,-5.9751f,45.735f,-0.85695f,-5.0332f,45.735f,-0.85695f,-5.0332f,46.918f,-1.6934f,-5.0332f,46.482f,-3.1205f,-5.0332f,44.997f,-3.1275f,-5.0332f,44.53f,-1.7602f,-5.9751f,45.735f,-0.85695f,-5.9751f,44.53f,-1.7602f,-5.9751f,44.997f,-3.1275f,-5.9751f,46.482f,-3.1205f,-5.9751f,46.918f,-1.6934f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,-3.6427E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,3.6427E-16f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.19305f,0.0f,0.19305f,0.11927f,0.39676f,0.0f,0.39676f,0.11927f,0.60034f,0.0f,0.60034f,0.11927f,0.79658f,0.0f,0.79658f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.28713f,0.83241f,0.37375f,0.54898f,0.6686f,0.54758f,0.7614f,0.81915f,0.52213f,0.49854f,0.28286f,0.31915f,0.37565f,0.047576f,0.67051f,0.048975f,0.75712f,0.33241f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1181_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1181_point())) .setNormal(new NormalObject().setVector(getNormal_5_1182_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1183_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.50196f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {8,1,7,-1,1,0,7,-1,9,2,8,-1,2,1,8,-1,10,3,9,-1,3,2,9,-1,11,4,10,-1,4,3,10,-1,12,5,11,-1,5,4,11,-1,13,6,12,-1,6,5,12,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-4.2296f,48.102f,0.24336f,-4.8082f,47.769f,0.24336f,-4.8154f,47.11f,0.24336f,-4.2297f,46.764f,0.24336f,-3.6589f,47.084f,0.24336f,-3.6413f,47.754f,0.24336f,-4.2296f,48.102f,0.24336f,-4.2296f,48.102f,-2.4373f,-4.8082f,47.769f,-2.4373f,-4.8154f,47.11f,-2.4373f,-4.2297f,46.764f,-2.4373f,-3.6589f,47.084f,-2.4373f,-3.6413f,47.754f,-2.4373f,-4.2296f,48.102f,-2.4373f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,-0.86853f,0.49564f,0.0f,-0.87547f,-0.48327f,0.0f,0.0010772f,-1.0f,0.0f,0.85723f,-0.51494f,0.0f,0.87809f,0.47849f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-0.86853f,0.49564f,0.0f,-0.87547f,-0.48327f,0.0f,0.0010772f,-1.0f,0.0f,0.85723f,-0.51494f,0.0f,0.87809f,0.47849f,0.0f,0.0f,1.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.16642f,0.0f,0.33017f,0.0f,0.5f,0.0f,0.66275f,0.0f,0.82931f,0.0f,1.0f,1.0f,0.0f,1.0f,0.16642f,1.0f,0.33017f,1.0f,0.5f,1.0f,0.66275f,1.0f,0.82931f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1195_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1195_point())) .setNormal(new NormalObject().setVector(getNormal_5_1196_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1197_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,12,16,13,-1,13,16,14,-1,14,16,15,-1,17,20,18,-1,18,20,19,-1,20,17,21,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-6.2409f,49.081f,-0.85695f,-7.1828f,49.081f,-0.85695f,-6.2409f,50.265f,-1.6934f,-7.1828f,50.265f,-1.6934f,-6.2409f,49.829f,-3.1205f,-7.1828f,49.829f,-3.1205f,-6.2409f,48.344f,-3.1275f,-7.1828f,48.344f,-3.1275f,-6.2409f,47.877f,-1.7602f,-7.1828f,47.877f,-1.7602f,-6.2409f,49.081f,-0.85695f,-7.1828f,49.081f,-0.85695f,-6.2409f,49.081f,-0.85695f,-6.2409f,50.265f,-1.6934f,-6.2409f,49.829f,-3.1205f,-6.2409f,48.344f,-3.1275f,-6.2409f,47.877f,-1.7602f,-7.1828f,49.081f,-0.85695f,-7.1828f,47.877f,-1.7602f,-7.1828f,48.344f,-3.1275f,-7.1828f,49.829f,-3.1205f,-7.1828f,50.265f,-1.6934f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,7.0769E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,8.8723E-16f,0.0f,1.0f,-4.4575E-16f,3.9117E-16f,1.0f,0.0f,0.0f,-1.0f,-7.0769E-16f,0.0f,-1.0f,0.0f,5.5273E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,5.3069E-16f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.19305f,0.0f,0.19305f,0.11927f,0.39676f,0.0f,0.39676f,0.11927f,0.60034f,0.0f,0.60034f,0.11927f,0.79658f,0.0f,0.79658f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.28713f,0.83241f,0.37375f,0.54898f,0.6686f,0.54758f,0.7614f,0.81915f,0.52213f,0.49854f,0.28286f,0.31915f,0.37565f,0.047576f,0.67051f,0.048975f,0.75712f,0.33241f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,12,16,13,-1,13,15,14,-1,15,13,16,-1,17,21,18,-1,18,21,19,-1,19,21,20,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-6.2409f,45.735f,-0.85695f,-7.1828f,45.735f,-0.85695f,-6.2409f,46.918f,-1.6934f,-7.1828f,46.918f,-1.6934f,-6.2409f,46.482f,-3.1205f,-7.1828f,46.482f,-3.1205f,-6.2409f,44.997f,-3.1275f,-7.1828f,44.997f,-3.1275f,-6.2409f,44.53f,-1.7602f,-7.1828f,44.53f,-1.7602f,-6.2409f,45.735f,-0.85695f,-7.1828f,45.735f,-0.85695f,-6.2409f,45.735f,-0.85695f,-6.2409f,46.918f,-1.6934f,-6.2409f,46.482f,-3.1205f,-6.2409f,44.997f,-3.1275f,-6.2409f,44.53f,-1.7602f,-7.1828f,45.735f,-0.85695f,-7.1828f,44.53f,-1.7602f,-7.1828f,44.997f,-3.1275f,-7.1828f,46.482f,-3.1205f,-7.1828f,46.918f,-1.6934f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,7.0769E-16f,0.0f,1.0f,0.0f,5.3069E-16f,1.0f,-8.7035E-32f,3.9239E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,5.5273E-16f,-1.0f,-7.0769E-16f,0.0f,-1.0f,0.0f,5.5273E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,5.3069E-16f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.19305f,0.0f,0.19305f,0.11927f,0.39676f,0.0f,0.39676f,0.11927f,0.60034f,0.0f,0.60034f,0.11927f,0.79658f,0.0f,0.79658f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.28713f,0.83241f,0.37375f,0.54898f,0.6686f,0.54758f,0.7614f,0.81915f,0.52213f,0.49854f,0.28286f,0.31915f,0.37565f,0.047576f,0.67051f,0.048975f,0.75712f,0.33241f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,12,16,13,-1,13,16,14,-1,14,16,15,-1,17,20,18,-1,18,20,19,-1,20,17,21,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-8.7833f,49.081f,-0.85695f,-9.7252f,49.081f,-0.85695f,-8.7833f,50.265f,-1.6934f,-9.7252f,50.265f,-1.6934f,-8.7833f,49.829f,-3.1205f,-9.7252f,49.829f,-3.1205f,-8.7833f,48.344f,-3.1275f,-9.7252f,48.344f,-3.1275f,-8.7833f,47.877f,-1.7602f,-9.7252f,47.877f,-1.7602f,-8.7833f,49.081f,-0.85695f,-9.7252f,49.081f,-0.85695f,-8.7833f,49.081f,-0.85695f,-8.7833f,50.265f,-1.6934f,-8.7833f,49.829f,-3.1205f,-8.7833f,48.344f,-3.1275f,-8.7833f,47.877f,-1.7602f,-9.7252f,49.081f,-0.85695f,-9.7252f,47.877f,-1.7602f,-9.7252f,48.344f,-3.1275f,-9.7252f,49.829f,-3.1205f,-9.7252f,50.265f,-1.6934f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,7.2854E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.19305f,0.0f,0.19305f,0.11927f,0.39676f,0.0f,0.39676f,0.11927f,0.60034f,0.0f,0.60034f,0.11927f,0.79658f,0.0f,0.79658f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.28713f,0.83241f,0.37375f,0.54898f,0.6686f,0.54758f,0.7614f,0.81915f,0.52213f,0.49854f,0.28286f,0.31915f,0.37565f,0.047576f,0.67051f,0.048975f,0.75712f,0.33241f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,12,16,13,-1,13,15,14,-1,15,13,16,-1,17,21,18,-1,18,21,19,-1,19,21,20,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-8.7833f,45.735f,-0.85695f,-9.7252f,45.735f,-0.85695f,-8.7833f,46.918f,-1.6934f,-9.7252f,46.918f,-1.6934f,-8.7833f,46.482f,-3.1205f,-9.7252f,46.482f,-3.1205f,-8.7833f,44.997f,-3.1275f,-9.7252f,44.997f,-3.1275f,-8.7833f,44.53f,-1.7602f,-9.7252f,44.53f,-1.7602f,-8.7833f,45.735f,-0.85695f,-9.7252f,45.735f,-0.85695f,-8.7833f,45.735f,-0.85695f,-8.7833f,46.918f,-1.6934f,-8.7833f,46.482f,-3.1205f,-8.7833f,44.997f,-3.1275f,-8.7833f,44.53f,-1.7602f,-9.7252f,45.735f,-0.85695f,-9.7252f,44.53f,-1.7602f,-9.7252f,44.997f,-3.1275f,-9.7252f,46.482f,-3.1205f,-9.7252f,46.918f,-1.6934f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.19305f,0.0f,0.19305f,0.11927f,0.39676f,0.0f,0.39676f,0.11927f,0.60034f,0.0f,0.60034f,0.11927f,0.79658f,0.0f,0.79658f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.28713f,0.83241f,0.37375f,0.54898f,0.6686f,0.54758f,0.7614f,0.81915f,0.52213f,0.49854f,0.28286f,0.31915f,0.37565f,0.047576f,0.67051f,0.048975f,0.75712f,0.33241f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1230_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1230_point())) .setNormal(new NormalObject().setVector(getNormal_5_1231_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1232_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.50196f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {8,1,7,-1,1,0,7,-1,9,2,8,-1,2,1,8,-1,10,3,9,-1,3,2,9,-1,11,4,10,-1,4,3,10,-1,12,5,11,-1,5,4,11,-1,13,6,12,-1,6,5,12,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-7.9797f,48.102f,0.24336f,-8.5583f,47.769f,0.24336f,-8.5655f,47.11f,0.24336f,-7.9798f,46.764f,0.24336f,-7.409f,47.084f,0.24336f,-7.3915f,47.754f,0.24336f,-7.9797f,48.102f,0.24336f,-7.9797f,48.102f,-2.4373f,-8.5583f,47.769f,-2.4373f,-8.5655f,47.11f,-2.4373f,-7.9798f,46.764f,-2.4373f,-7.409f,47.084f,-2.4373f,-7.3915f,47.754f,-2.4373f,-7.9797f,48.102f,-2.4373f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,-0.86853f,0.49564f,0.0f,-0.87547f,-0.48327f,0.0f,0.0010772f,-1.0f,0.0f,0.85723f,-0.51494f,0.0f,0.87809f,0.47849f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-0.86853f,0.49564f,0.0f,-0.87547f,-0.48327f,0.0f,0.0010772f,-1.0f,0.0f,0.85723f,-0.51494f,0.0f,0.87809f,0.47849f,0.0f,0.0f,1.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.16642f,0.0f,0.33017f,0.0f,0.5f,0.0f,0.66275f,0.0f,0.82931f,0.0f,1.0f,1.0f,0.0f,1.0f,0.16642f,1.0f,0.33017f,1.0f,0.5f,1.0f,0.66275f,1.0f,0.82931f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1244_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1244_point())) .setNormal(new NormalObject().setVector(getNormal_5_1245_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1246_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,12,16,13,-1,13,16,14,-1,14,16,15,-1,17,20,18,-1,18,20,19,-1,20,17,21,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {9.652f,49.081f,-0.79803f,8.7101f,49.081f,-0.79803f,9.652f,50.265f,-1.6345f,8.7101f,50.265f,-1.6345f,9.652f,49.829f,-3.0615f,8.7101f,49.829f,-3.0615f,9.652f,48.344f,-3.0686f,8.7101f,48.344f,-3.0686f,9.652f,47.877f,-1.7012f,8.7101f,47.877f,-1.7012f,9.652f,49.081f,-0.79803f,8.7101f,49.081f,-0.79803f,9.652f,49.081f,-0.79803f,9.652f,50.265f,-1.6345f,9.652f,49.829f,-3.0615f,9.652f,48.344f,-3.0686f,9.652f,47.877f,-1.7012f,8.7101f,49.081f,-0.79803f,8.7101f,47.877f,-1.7012f,8.7101f,48.344f,-3.0686f,8.7101f,49.829f,-3.0615f,8.7101f,50.265f,-1.6345f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,-7.2854E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,7.2854E-16f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.19305f,0.0f,0.19305f,0.11927f,0.39676f,0.0f,0.39676f,0.11927f,0.60034f,0.0f,0.60034f,0.11927f,0.79658f,0.0f,0.79658f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.28713f,0.83241f,0.37375f,0.54898f,0.6686f,0.54758f,0.7614f,0.81915f,0.52213f,0.49854f,0.28286f,0.31915f,0.37565f,0.047576f,0.67051f,0.048975f,0.75712f,0.33241f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,12,16,13,-1,13,15,14,-1,15,13,16,-1,17,21,18,-1,18,21,19,-1,19,21,20,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {9.652f,45.735f,-0.79803f,8.7101f,45.735f,-0.79803f,9.652f,46.918f,-1.6345f,8.7101f,46.918f,-1.6345f,9.652f,46.482f,-3.0615f,8.7101f,46.482f,-3.0615f,9.652f,44.997f,-3.0686f,8.7101f,44.997f,-3.0686f,9.652f,44.53f,-1.7012f,8.7101f,44.53f,-1.7012f,9.652f,45.735f,-0.79803f,8.7101f,45.735f,-0.79803f,9.652f,45.735f,-0.79803f,9.652f,46.918f,-1.6345f,9.652f,46.482f,-3.0615f,9.652f,44.997f,-3.0686f,9.652f,44.53f,-1.7012f,8.7101f,45.735f,-0.79803f,8.7101f,44.53f,-1.7012f,8.7101f,44.997f,-3.0686f,8.7101f,46.482f,-3.0615f,8.7101f,46.918f,-1.6345f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-7.2854E-16f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.19305f,0.0f,0.19305f,0.11927f,0.39676f,0.0f,0.39676f,0.11927f,0.60034f,0.0f,0.60034f,0.11927f,0.79658f,0.0f,0.79658f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.28713f,0.83241f,0.37375f,0.54898f,0.6686f,0.54758f,0.7614f,0.81915f,0.52213f,0.49854f,0.28286f,0.31915f,0.37565f,0.047576f,0.67051f,0.048975f,0.75712f,0.33241f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,10,12,13,-1,13,11,10,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,14,16,15,-1,16,14,17,-1,17,14,18,-1,18,14,19,-1,20,22,21,-1,22,24,23,-1,24,20,25,-1,20,24,22,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {7.1095f,49.081f,-0.79803f,6.1676f,49.081f,-0.79803f,7.1095f,50.181f,-1.4479f,6.1676f,50.181f,-1.4479f,7.1095f,50.158f,-2.6988f,6.1676f,50.158f,-2.6988f,7.1095f,49.081f,-3.3081f,6.1676f,49.081f,-3.3081f,7.1095f,47.982f,-2.6582f,6.1676f,47.982f,-2.6582f,7.1095f,48.005f,-1.4074f,6.1676f,48.005f,-1.4074f,7.1095f,49.081f,-0.79803f,6.1676f,49.081f,-0.79803f,7.1095f,49.081f,-0.79803f,7.1095f,50.181f,-1.4479f,7.1095f,50.158f,-2.6988f,7.1095f,49.081f,-3.3081f,7.1095f,47.982f,-2.6582f,7.1095f,48.005f,-1.4074f,6.1676f,49.081f,-0.79803f,6.1676f,48.005f,-1.4074f,6.1676f,47.982f,-2.6582f,6.1676f,49.081f,-3.3081f,6.1676f,50.158f,-2.6988f,6.1676f,50.181f,-1.4479f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.87607f,0.48219f,0.0f,0.87607f,0.48219f,0.0f,0.85749f,-0.5145f,0.0f,0.85749f,-0.5145f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,-0.87607f,-0.48219f,0.0f,-0.87607f,-0.48219f,0.0f,-0.85749f,0.5145f,0.0f,-0.85749f,0.5145f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-4.7746E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-4.7746E-16f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.16763f,0.0f,0.16763f,0.11927f,0.33736f,0.0f,0.33736f,0.11927f,0.49927f,0.0f,0.49927f,0.11927f,0.66689f,0.0f,0.66689f,0.11927f,0.83662f,0.0f,0.83662f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.30375f,0.86946f,0.30838f,0.62102f,0.52213f,0.5f,0.7405f,0.62907f,0.73587f,0.87752f,0.52213f,0.49854f,0.30838f,0.37752f,0.30375f,0.12907f,0.52213f,0.0f,0.73587f,0.12102f,0.7405f,0.36946f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,10,12,13,-1,13,11,10,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,14,16,15,-1,16,14,17,-1,17,14,18,-1,18,14,19,-1,20,22,21,-1,22,24,23,-1,24,20,25,-1,20,24,22,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {7.1095f,45.735f,-0.79803f,6.1676f,45.735f,-0.79803f,7.1095f,46.834f,-1.4479f,6.1676f,46.834f,-1.4479f,7.1095f,46.811f,-2.6988f,6.1676f,46.811f,-2.6988f,7.1095f,45.735f,-3.3081f,6.1676f,45.735f,-3.3081f,7.1095f,44.635f,-2.6582f,6.1676f,44.635f,-2.6582f,7.1095f,44.658f,-1.4074f,6.1676f,44.658f,-1.4074f,7.1095f,45.735f,-0.79803f,6.1676f,45.735f,-0.79803f,7.1095f,45.735f,-0.79803f,7.1095f,46.834f,-1.4479f,7.1095f,46.811f,-2.6988f,7.1095f,45.735f,-3.3081f,7.1095f,44.635f,-2.6582f,7.1095f,44.658f,-1.4074f,6.1676f,45.735f,-0.79803f,6.1676f,44.658f,-1.4074f,6.1676f,44.635f,-2.6582f,6.1676f,45.735f,-3.3081f,6.1676f,46.811f,-2.6988f,6.1676f,46.834f,-1.4479f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.87607f,0.48219f,0.0f,0.87607f,0.48219f,0.0f,0.85749f,-0.5145f,0.0f,0.85749f,-0.5145f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,-0.87607f,-0.48219f,0.0f,-0.87607f,-0.48219f,0.0f,-0.85749f,0.5145f,0.0f,-0.85749f,0.5145f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-4.7746E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-4.7746E-16f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.16763f,0.0f,0.16763f,0.11927f,0.33736f,0.0f,0.33736f,0.11927f,0.49927f,0.0f,0.49927f,0.11927f,0.66689f,0.0f,0.66689f,0.11927f,0.83662f,0.0f,0.83662f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.30375f,0.86946f,0.30838f,0.62102f,0.52213f,0.5f,0.7405f,0.62907f,0.73587f,0.87752f,0.52213f,0.49854f,0.30838f,0.37752f,0.30375f,0.12907f,0.52213f,0.0f,0.73587f,0.12102f,0.7405f,0.36946f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1279_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1279_point())) .setNormal(new NormalObject().setVector(getNormal_5_1280_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1281_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.50196f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {8,1,7,-1,1,0,7,-1,9,2,8,-1,2,1,8,-1,10,3,9,-1,3,2,9,-1,11,4,10,-1,4,3,10,-1,12,5,11,-1,5,4,11,-1,13,6,12,-1,6,5,12,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {7.9132f,48.102f,0.30229f,7.3345f,47.769f,0.30229f,7.3273f,47.11f,0.30229f,7.913f,46.764f,0.30229f,8.4838f,47.084f,0.30229f,8.5014f,47.754f,0.30229f,7.9132f,48.102f,0.30229f,7.9132f,48.102f,-2.3783f,7.3345f,47.769f,-2.3783f,7.3273f,47.11f,-2.3783f,7.913f,46.764f,-2.3783f,8.4838f,47.084f,-2.3783f,8.5014f,47.754f,-2.3783f,7.9132f,48.102f,-2.3783f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,-0.86853f,0.49564f,0.0f,-0.87547f,-0.48327f,0.0f,0.0010772f,-1.0f,0.0f,0.85723f,-0.51494f,0.0f,0.87809f,0.47849f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-0.86853f,0.49564f,0.0f,-0.87547f,-0.48327f,0.0f,0.0010772f,-1.0f,0.0f,0.85723f,-0.51494f,0.0f,0.87809f,0.47849f,0.0f,0.0f,1.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.16642f,0.0f,0.33017f,0.0f,0.5f,0.0f,0.66275f,0.0f,0.82931f,0.0f,1.0f,1.0f,0.0f,1.0f,0.16642f,1.0f,0.33017f,1.0f,0.5f,1.0f,0.66275f,1.0f,0.82931f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1293_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1293_point())) .setNormal(new NormalObject().setVector(getNormal_5_1294_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1295_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,12,16,13,-1,13,16,14,-1,14,16,15,-1,17,20,18,-1,18,20,19,-1,20,17,21,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {5.9139f,49.081f,-0.79803f,4.972f,49.081f,-0.79803f,5.9139f,50.265f,-1.6345f,4.972f,50.265f,-1.6345f,5.9139f,49.829f,-3.0615f,4.972f,49.829f,-3.0615f,5.9139f,48.344f,-3.0686f,4.972f,48.344f,-3.0686f,5.9139f,47.877f,-1.7012f,4.972f,47.877f,-1.7012f,5.9139f,49.081f,-0.79803f,4.972f,49.081f,-0.79803f,5.9139f,49.081f,-0.79803f,5.9139f,50.265f,-1.6345f,5.9139f,49.829f,-3.0615f,5.9139f,48.344f,-3.0686f,5.9139f,47.877f,-1.7012f,4.972f,49.081f,-0.79803f,4.972f,47.877f,-1.7012f,4.972f,48.344f,-3.0686f,4.972f,49.829f,-3.0615f,4.972f,50.265f,-1.6345f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-3.9117E-16f,1.0f,0.0f,0.0f,-1.0f,7.0769E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,4.4361E-16f,0.0f,-1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.19305f,0.0f,0.19305f,0.11927f,0.39676f,0.0f,0.39676f,0.11927f,0.60034f,0.0f,0.60034f,0.11927f,0.79658f,0.0f,0.79658f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.28713f,0.83241f,0.37375f,0.54898f,0.6686f,0.54758f,0.7614f,0.81915f,0.52213f,0.49854f,0.28286f,0.31915f,0.37565f,0.047576f,0.67051f,0.048975f,0.75712f,0.33241f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,12,16,13,-1,13,15,14,-1,15,13,16,-1,17,21,18,-1,18,21,19,-1,19,21,20,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {5.9139f,45.735f,-0.79803f,4.972f,45.735f,-0.79803f,5.9139f,46.918f,-1.6345f,4.972f,46.918f,-1.6345f,5.9139f,46.482f,-3.0615f,4.972f,46.482f,-3.0615f,5.9139f,44.997f,-3.0686f,4.972f,44.997f,-3.0686f,5.9139f,44.53f,-1.7012f,4.972f,44.53f,-1.7012f,5.9139f,45.735f,-0.79803f,4.972f,45.735f,-0.79803f,5.9139f,45.735f,-0.79803f,5.9139f,46.918f,-1.6345f,5.9139f,46.482f,-3.0615f,5.9139f,44.997f,-3.0686f,5.9139f,44.53f,-1.7012f,4.972f,45.735f,-0.79803f,4.972f,44.53f,-1.7012f,4.972f,44.997f,-3.0686f,4.972f,46.482f,-3.0615f,4.972f,46.918f,-1.6345f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,8.8723E-16f,-3.9239E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,7.0769E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-3.6427E-16f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.19305f,0.0f,0.19305f,0.11927f,0.39676f,0.0f,0.39676f,0.11927f,0.60034f,0.0f,0.60034f,0.11927f,0.79658f,0.0f,0.79658f,0.11927f,0.99854f,0.0f,0.99854f,0.52213f,0.99854f,0.28713f,0.83241f,0.37375f,0.54898f,0.6686f,0.54758f,0.7614f,0.81915f,0.52213f,0.49854f,0.28286f,0.31915f,0.37565f,0.047576f,0.67051f,0.048975f,0.75712f,0.33241f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,10,12,13,-1,13,11,10,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,14,16,15,-1,16,14,17,-1,17,14,18,-1,18,14,19,-1,20,22,21,-1,22,24,23,-1,24,20,25,-1,20,24,22,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {3.3715f,49.081f,-0.79803f,2.4295f,49.081f,-0.79803f,3.3715f,50.181f,-1.4479f,2.4295f,50.181f,-1.4479f,3.3715f,50.158f,-2.6988f,2.4295f,50.158f,-2.6988f,3.3715f,49.081f,-3.3081f,2.4295f,49.081f,-3.3081f,3.3715f,47.982f,-2.6582f,2.4295f,47.982f,-2.6582f,3.3715f,48.005f,-1.4074f,2.4295f,48.005f,-1.4074f,3.3715f,49.081f,-0.79803f,2.4295f,49.081f,-0.79803f,3.3715f,49.081f,-0.79803f,3.3715f,50.181f,-1.4479f,3.3715f,50.158f,-2.6988f,3.3715f,49.081f,-3.3081f,3.3715f,47.982f,-2.6582f,3.3715f,48.005f,-1.4074f,2.4295f,49.081f,-0.79803f,2.4295f,48.005f,-1.4074f,2.4295f,47.982f,-2.6582f,2.4295f,49.081f,-3.3081f,2.4295f,50.158f,-2.6988f,2.4295f,50.181f,-1.4479f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.87607f,0.48219f,0.0f,0.87607f,0.48219f,0.0f,0.85749f,-0.5145f,0.0f,0.85749f,-0.5145f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,-0.87607f,-0.48219f,0.0f,-0.87607f,-0.48219f,0.0f,-0.85749f,0.5145f,0.0f,-0.85749f,0.5145f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-2.3873E-16f,1.0f,-1.9049E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.8861E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.16763f,0.0f,0.16763f,0.11927f,0.33736f,0.0f,0.33736f,0.11927f,0.49927f,0.0f,0.49927f,0.11927f,0.66689f,0.0f,0.66689f,0.11927f,0.83662f,0.0f,0.83662f,0.11927f,0.99854f,0.0f,0.99854f,0.63643f,1.0f,0.31792f,0.87055f,0.32467f,0.62138f,0.63643f,0.5f,0.95494f,0.62945f,0.94819f,0.87862f,0.63643f,0.5f,0.32467f,0.37862f,0.31792f,0.12945f,0.63643f,0.0f,0.94819f,0.12138f,0.95494f,0.37055f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,2,3,-1,2,4,5,-1,4,6,7,-1,6,8,9,-1,8,10,11,-1,10,12,13,-1,13,11,10,-1,11,9,8,-1,9,7,6,-1,7,5,4,-1,5,3,2,-1,3,1,0,-1,14,16,15,-1,16,14,17,-1,17,14,18,-1,18,14,19,-1,20,22,21,-1,22,24,23,-1,24,20,25,-1,20,24,22,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {3.3715f,45.735f,-0.79803f,2.4295f,45.735f,-0.79803f,3.3715f,46.834f,-1.4479f,2.4295f,46.834f,-1.4479f,3.3715f,46.811f,-2.6988f,2.4295f,46.811f,-2.6988f,3.3715f,45.735f,-3.3081f,2.4295f,45.735f,-3.3081f,3.3715f,44.635f,-2.6582f,2.4295f,44.635f,-2.6582f,3.3715f,44.658f,-1.4074f,2.4295f,44.658f,-1.4074f,3.3715f,45.735f,-0.79803f,2.4295f,45.735f,-0.79803f,3.3715f,45.735f,-0.79803f,3.3715f,46.834f,-1.4479f,3.3715f,46.811f,-2.6988f,3.3715f,45.735f,-3.3081f,3.3715f,44.635f,-2.6582f,3.3715f,44.658f,-1.4074f,2.4295f,45.735f,-0.79803f,2.4295f,44.658f,-1.4074f,2.4295f,44.635f,-2.6582f,2.4295f,45.735f,-3.3081f,2.4295f,46.811f,-2.6988f,2.4295f,46.834f,-1.4479f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.87607f,0.48219f,0.0f,0.87607f,0.48219f,0.0f,0.85749f,-0.5145f,0.0f,0.85749f,-0.5145f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,-0.87607f,-0.48219f,0.0f,-0.87607f,-0.48219f,0.0f,-0.85749f,0.5145f,0.0f,-0.85749f,0.5145f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-2.3873E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,1.9049E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.9049E-16f,-7.1211E-31f,-1.0f,0.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.11927f,0.0f,0.0f,0.0f,0.11927f,0.16763f,0.0f,0.16763f,0.11927f,0.33736f,0.0f,0.33736f,0.11927f,0.49927f,0.0f,0.49927f,0.11927f,0.66689f,0.0f,0.66689f,0.11927f,0.83662f,0.0f,0.83662f,0.11927f,0.99854f,0.0f,0.99854f,0.63643f,1.0f,0.31792f,0.87055f,0.32467f,0.62138f,0.63643f,0.5f,0.95494f,0.62945f,0.94819f,0.87862f,0.63643f,0.5f,0.32467f,0.37862f,0.31792f,0.12945f,0.63643f,0.0f,0.94819f,0.12138f,0.95494f,0.37055f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1328_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1328_point())) .setNormal(new NormalObject().setVector(getNormal_5_1329_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1330_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.50196f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {8,1,7,-1,1,0,7,-1,9,2,8,-1,2,1,8,-1,10,3,9,-1,3,2,9,-1,11,4,10,-1,4,3,10,-1,12,5,11,-1,5,4,11,-1,13,6,12,-1,6,5,12,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {4.1751f,48.102f,0.30229f,3.5964f,47.769f,0.30229f,3.5892f,47.11f,0.30229f,4.1749f,46.764f,0.30229f,4.7457f,47.084f,0.30229f,4.7633f,47.754f,0.30229f,4.1751f,48.102f,0.30229f,4.1751f,48.102f,-2.3783f,3.5964f,47.769f,-2.3783f,3.5892f,47.11f,-2.3783f,4.1749f,46.764f,-2.3783f,4.7457f,47.084f,-2.3783f,4.7633f,47.754f,-2.3783f,4.1751f,48.102f,-2.3783f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,-0.86853f,0.49564f,0.0f,-0.87547f,-0.48327f,0.0f,0.0010772f,-1.0f,0.0f,0.85723f,-0.51494f,0.0f,0.87809f,0.47849f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-0.86853f,0.49564f,0.0f,-0.87547f,-0.48327f,0.0f,0.0010772f,-1.0f,0.0f,0.85723f,-0.51494f,0.0f,0.87809f,0.47849f,0.0f,0.0f,1.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.16642f,0.0f,0.33017f,0.0f,0.5f,0.0f,0.66275f,0.0f,0.82931f,0.0f,1.0f,1.0f,0.0f,1.0f,0.16642f,1.0f,0.33017f,1.0f,0.5f,1.0f,0.66275f,1.0f,0.82931f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.50196f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {8,1,7,-1,1,0,7,-1,9,2,8,-1,2,1,8,-1,10,3,9,-1,3,2,9,-1,11,4,10,-1,4,3,10,-1,12,5,11,-1,5,4,11,-1,13,6,12,-1,6,5,12,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {7.9132f,48.102f,0.30229f,8.4899f,47.774f,0.30229f,8.4896f,47.094f,0.30229f,7.913f,46.764f,0.30229f,7.3462f,47.078f,0.30229f,7.3291f,47.759f,0.30229f,7.9132f,48.102f,0.30229f,7.9132f,48.102f,1.1687f,8.4899f,47.774f,1.1687f,8.4896f,47.094f,1.1687f,7.913f,46.764f,1.1687f,7.3462f,47.078f,1.1687f,7.3291f,47.759f,1.1687f,7.9132f,48.102f,1.1687f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.86064f,0.50922f,0.0f,0.86562f,-0.5007f,0.0f,0.0010772f,-1.0f,0.0f,-0.84823f,-0.52962f,0.0f,-0.87647f,0.48146f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.86064f,0.50922f,0.0f,0.86562f,-0.5007f,0.0f,0.0010772f,-1.0f,0.0f,-0.84823f,-0.52962f,0.0f,-0.87647f,0.48146f,0.0f,0.0f,1.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.16519f,0.0f,0.33456f,0.0f,0.5f,0.0f,0.66102f,0.0f,0.83092f,0.0f,1.0f,1.0f,0.0f,1.0f,0.16519f,1.0f,0.33456f,1.0f,0.5f,1.0f,0.66102f,1.0f,0.83092f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(0.50196f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {8,1,7,-1,1,0,7,-1,9,2,8,-1,2,1,8,-1,10,3,9,-1,3,2,9,-1,11,4,10,-1,4,3,10,-1,12,5,11,-1,5,4,11,-1,13,6,12,-1,6,5,12,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-7.9797f,48.102f,0.24336f,-7.4029f,47.774f,0.24336f,-7.4033f,47.094f,0.24336f,-7.9798f,46.764f,0.24336f,-8.5467f,47.078f,0.24336f,-8.5638f,47.759f,0.24336f,-7.9797f,48.102f,0.24336f,-7.9797f,48.102f,1.1098f,-7.4029f,47.774f,1.1098f,-7.4033f,47.094f,1.1098f,-7.9798f,46.764f,1.1098f,-8.5467f,47.078f,1.1098f,-8.5638f,47.759f,1.1098f,-7.9797f,48.102f,1.1098f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.86064f,0.50922f,0.0f,0.86562f,-0.5007f,0.0f,0.0010772f,-1.0f,0.0f,-0.84823f,-0.52962f,0.0f,-0.87647f,0.48146f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.86064f,0.50922f,0.0f,0.86562f,-0.5007f,0.0f,0.0010772f,-1.0f,0.0f,-0.84823f,-0.52962f,0.0f,-0.87647f,0.48146f,0.0f,0.0f,1.0f,0.0f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.16519f,0.0f,0.33456f,0.0f,0.5f,0.0f,0.66102f,0.0f,0.83092f,0.0f,1.0f,1.0f,0.0f,1.0f,0.16519f,1.0f,0.33456f,1.0f,0.5f,1.0f,0.66102f,1.0f,0.83092f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1356_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1356_point())) .setNormal(new NormalObject().setVector(getNormal_5_1357_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1358_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(getIndexedFaceSet_4_1363_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_5_1363_point())) .setNormal(new NormalObject().setVector(getNormal_5_1364_vector())) .setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_5_1365_point())))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {4,2,6,-1,6,2,7,-1,7,3,5,-1,1,3,8,-1,8,3,9,-1,9,2,10,-1,10,2,0,-1,2,3,7,-1,3,2,9,-1,12,18,15,-1,15,17,16,-1,16,13,11,-1,13,16,17,-1,17,15,18,-1,18,12,14,-1,20,25,22,-1,25,26,22,-1,26,27,21,-1,27,19,21,-1,23,28,21,-1,28,29,21,-1,29,24,22,-1,22,26,21,-1,21,29,22,-1,32,34,37,-1,34,35,36,-1,35,33,31,-1,31,36,35,-1,36,37,34,-1,37,30,32,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {0.0f,54.109f,18.97f,0.0f,68.61f,13.333f,8.1664f,54.128f,18.539f,6.3931f,68.61f,13.128f,7.0526f,54.099f,10.885f,7.6101f,68.61f,7.8424f,7.2789f,59.479f,9.7354f,7.2873f,63.991f,8.9259f,0.0f,64.145f,14.435f,0.0f,60.665f,16.52f,0.0f,58.602f,17.91f,7.0526f,54.099f,10.885f,7.6101f,68.61f,7.8424f,0.0f,54.109f,6.857f,0.0f,68.61f,6.8277f,7.2873f,63.991f,8.9259f,7.2789f,59.479f,9.7354f,0.0f,58.943f,6.8473f,0.0f,63.777f,6.8375f,0.0f,54.109f,18.97f,0.0f,68.61f,13.333f,-8.1664f,54.128f,18.539f,-6.3931f,68.61f,13.128f,-7.0526f,54.099f,10.885f,-7.6101f,68.61f,7.8424f,0.0f,64.145f,14.435f,0.0f,60.665f,16.52f,0.0f,58.602f,17.91f,-7.2789f,59.479f,9.7354f,-7.2873f,63.991f,8.9259f,-7.0526f,54.099f,10.885f,-7.6101f,68.61f,7.8424f,0.0f,54.109f,6.857f,0.0f,68.61f,6.8277f,0.0f,58.943f,6.8473f,0.0f,63.777f,6.8375f,-7.2873f,63.991f,8.9259f,-7.2789f,59.479f,9.7354f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {6.9914E-4f,-0.10353f,-0.99463f,-5.9837E-5f,-0.13282f,-0.99114f,-0.63219f,-0.1093f,-0.76707f,-0.34439f,-0.19627f,-0.91808f,-0.76815f,0.29764f,0.56687f,-0.70188f,0.24662f,0.66824f,-0.76876f,0.074104f,0.63523f,-0.76891f,0.1555f,0.62016f,-1.7075E-4f,-0.37577f,-0.92671f,-5.0946E-4f,-0.62802f,-0.7782f,-3.8736E-5f,-0.42096f,-0.90708f,-0.98642f,0.16294f,0.020564f,-0.70372f,0.24633f,0.66641f,5.4763E-5f,0.002018f,1.0f,-5.0957E-4f,0.002018f,1.0f,-0.89135f,0.12193f,0.43662f,-0.96747f,0.0093575f,0.25282f,-1.051E-4f,0.002018f,1.0f,-2.9094E-4f,0.002018f,1.0f,-6.9914E-4f,-0.10353f,-0.99463f,5.9837E-5f,-0.13282f,-0.99114f,0.63219f,-0.1093f,-0.76707f,0.34439f,-0.19627f,-0.91808f,0.76815f,0.29764f,0.56687f,0.70188f,0.24662f,0.66824f,1.7075E-4f,-0.37577f,-0.92671f,5.0946E-4f,-0.62802f,-0.7782f,3.8736E-5f,-0.42096f,-0.90708f,0.76876f,0.074104f,0.63523f,0.76891f,0.1555f,0.62016f,0.98642f,0.16294f,0.020564f,0.70372f,0.24633f,0.66641f,-5.4763E-5f,0.002018f,1.0f,5.0957E-4f,0.002018f,1.0f,1.051E-4f,0.002018f,1.0f,2.9094E-4f,0.002018f,1.0f,0.89135f,0.12193f,0.43662f,0.96747f,0.0093575f,0.25282f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.47323f,0.5f,0.47323f,0.99854f,0.73567f,0.5f,0.73567f,0.99854f,0.99811f,0.5f,0.99811f,0.99854f,0.99811f,0.66618f,0.99811f,0.83236f,0.47323f,0.83236f,0.47323f,0.66618f,0.47323f,0.58309f,0.47177f,0.5f,0.0f,0.5f,0.47177f,0.82266f,0.0f,0.82266f,0.15726f,0.5f,0.31451f,0.5f,0.31451f,0.82266f,0.15726f,0.82266f,0.47323f,0.0f,0.47323f,0.49854f,0.73567f,0.0f,0.73567f,0.49854f,0.99811f,0.0f,0.99811f,0.49854f,0.47323f,0.33236f,0.47323f,0.16618f,0.47323f,0.083089f,0.99811f,0.16618f,0.99811f,0.33236f,0.47177f,0.0f,0.0f,0.0f,0.47177f,0.32266f,0.0f,0.32266f,0.31451f,0.32266f,0.15726f,0.32266f,0.15726f,0.0f,0.31451f,0.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {4,1,0,-1,4,0,3,-1,5,2,1,-1,5,1,4,-1,7,4,3,-1,7,3,6,-1,8,5,4,-1,8,4,7,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.3267f,82.526f,12.321f,-1.0401f,87.055f,18.707f,-0.72179f,92.536f,26.608f,-0.66745f,75.611f,12.824f,-0.58311f,83.286f,18.192f,-0.51298f,91.041f,26.608f,0.0f,68.61f,13.333f,-1.8113E-19f,80.655f,18.598f,-8.0921E-16f,90.411f,26.608f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {-0.99062f,-0.08677f,0.10558f,-0.98531f,-0.1161f,0.12525f,-0.99813f,1.7624E-16f,0.06106f,-0.98327f,-0.081916f,0.16269f,-0.97568f,-0.16078f,0.14901f,-0.48752f,-0.16388f,0.85759f,-0.97225f,-0.076622f,0.22105f,-0.95138f,-0.20829f,0.22691f,4.346E-15f,0.071345f,0.99745f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.37381f,0.0f,1.0f,0.49692f,0.0f,0.49692f,0.37381f,0.49692f,1.0f,1.0f,0.0f,1.0f,0.37381f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.2f,0.2f,0.2f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {4,3,0,-1,4,0,1,-1,5,4,1,-1,5,1,2,-1,7,6,3,-1,7,3,4,-1,8,7,4,-1,8,4,5,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {1.3267f,82.526f,12.321f,1.0401f,87.055f,18.707f,0.72179f,92.536f,26.608f,0.66745f,75.611f,12.824f,0.58311f,83.286f,18.192f,0.51298f,91.041f,26.608f,-1.2282E-15f,68.61f,13.333f,-1.4436E-15f,80.655f,18.598f,-8.0921E-16f,90.411f,26.608f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.99062f,-0.08677f,0.10558f,0.98531f,-0.1161f,0.12525f,0.99813f,2.0854E-16f,0.06106f,0.98327f,-0.081916f,0.16269f,0.97568f,-0.16078f,0.14901f,0.48752f,-0.16388f,0.85759f,0.97225f,-0.076622f,0.22105f,0.95138f,-0.20829f,0.22691f,-4.346E-15f,0.071345f,0.99745f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.37381f,0.0f,1.0f,0.49692f,0.0f,0.49692f,0.37381f,0.49692f,1.0f,1.0f,0.0f,1.0f,0.37381f,1.0f,1.0f}))))) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.7451f,0.7451f,0.7451f).setAmbientIntensity(1.0f).setShininess(1.0f))) .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {4,1,0,-1,4,0,3,-1,5,2,4,-1,2,1,4,-1,7,4,6,-1,4,3,6,-1,8,5,4,-1,8,4,7,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {0.0f,54.109f,18.97f,-7.7452f,54.116f,18.791f,-7.0526f,54.099f,10.885f,7.7452f,54.116f,18.791f,-2.047E-16f,54.124f,14.099f,-5.3718f,54.111f,6.8612f,7.0526f,54.099f,10.885f,5.3718f,54.111f,6.8612f,0.0f,54.109f,6.857f}))) .setNormal(new NormalObject().setVector(new MFVec3fObject(new float[] {0.0f,-0.35769f,-0.93384f,0.01452f,0.9996f,0.024087f,-0.035023f,-0.99929f,-0.013919f,-0.01452f,0.9996f,0.024087f,4.4872E-15f,0.9998f,0.020166f,3.9771E-4f,0.99997f,-0.0071831f,0.035023f,-0.99929f,-0.013919f,-3.9771E-4f,0.99997f,-0.0071831f,0.0f,-0.99977f,0.021389f}))) .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.47024f,0.0f,1.0f,0.47024f,0.0f,0.47024f,0.47024f,0.47024f,1.0f,1.0f,0.0f,1.0f,0.47024f,1.0f,1.0f})))))); } // end of initialize() method /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_33_coordIndex_1() { int[] value = {6,1,5,-1,1,0,5,-1,9,3,8,-1,3,2,8,-1,3,9,10,-1,15,6,14,-1,6,5,14,-1,16,7,15,-1,7,6,15,-1,17,8,16,-1,8,7,16,-1,18,9,17,-1,9,8,17,-1,19,10,18,-1,10,9,18,-1,20,11,19,-1,11,10,19,-1,21,12,20,-1,12,11,20,-1,22,13,21,-1,13,12,21,-1,24,15,23,-1,15,14,23,-1,25,16,24,-1,16,15,24,-1,26,17,25,-1,17,16,25,-1,27,18,26,-1,18,17,26,-1,28,19,27,-1,19,18,27,-1,29,20,28,-1,20,19,28,-1,30,21,29,-1,21,20,29,-1,31,22,30,-1,22,21,30,-1,33,24,32,-1,24,23,32,-1,34,25,33,-1,25,24,33,-1,35,26,34,-1,26,25,34,-1,36,27,35,-1,27,26,35,-1,37,28,36,-1,28,27,36,-1,38,29,37,-1,29,28,37,-1,39,30,38,-1,30,29,38,-1,40,31,39,-1,31,30,39,-1,42,33,41,-1,33,32,41,-1,43,34,42,-1,34,33,42,-1,44,35,43,-1,35,34,43,-1,45,36,44,-1,36,35,44,-1,46,37,45,-1,37,36,45,-1,47,38,46,-1,38,37,46,-1,48,39,47,-1,39,38,47,-1,49,40,48,-1,40,39,48,-1,42,41,50,-1,51,45,44,-1,52,46,51,-1,46,45,51,-1,53,47,52,-1,47,46,52,-1,54,48,53,-1,48,47,53,-1,55,49,54,-1,49,48,54,-1,56,57,6,-1,57,58,1,-1,58,59,1,-1,59,60,1,-1,60,61,0,-1,61,62,0,-1,62,63,0,-1,63,64,0,-1,64,65,0,-1,65,66,0,-1,66,67,0,-1,68,69,50,-1,69,70,50,-1,70,71,50,-1,71,72,50,-1,72,73,50,-1,73,74,50,-1,74,75,50,-1,75,76,42,-1,76,77,42,-1,77,78,42,-1,78,79,42,-1,79,80,42,-1,80,81,42,-1,81,82,43,-1,82,83,43,-1,83,84,44,-1,84,85,51,-1,85,86,51,-1,86,87,51,-1,87,88,51,-1,88,89,51,-1,89,90,52,-1,90,91,52,-1,91,92,52,-1,92,93,53,-1,93,94,53,-1,94,95,54,-1,95,96,54,-1,96,97,54,-1,97,98,54,-1,98,99,54,-1,99,100,54,-1,100,101,55,-1,101,102,55,-1,102,103,55,-1,103,104,55,-1,104,105,55,-1,105,106,55,-1,106,107,55,-1,107,108,55,-1,109,110,4,-1,110,111,4,-1,111,112,4,-1,112,113,4,-1,113,114,13,-1,114,115,13,-1,115,116,12,-1,116,117,12,-1,117,118,12,-1,118,119,12,-1,119,120,11,-1,120,121,11,-1,121,122,10,-1,122,123,10,-1,123,124,3,-1,124,125,3,-1,125,126,3,-1,126,127,3,-1,127,128,3,-1,128,129,2,-1,129,130,2,-1,130,131,7,-1,131,56,7,-1,13,4,113,-1,1,6,57,-1,0,1,60,-1,2,3,128,-1,8,2,130,-1,3,10,123,-1,6,7,56,-1,7,8,130,-1,10,11,121,-1,11,12,119,-1,12,13,115,-1,43,42,81,-1,44,43,83,-1,42,50,75,-1,51,44,84,-1,52,51,89,-1,53,52,92,-1,54,53,94,-1,55,54,100,-1,132,141,136,-1,136,140,137,-1,137,139,138,-1,138,135,134,-1,135,138,139,-1,139,137,140,-1,140,136,141,-1,141,132,133,-1,142,143,147,-1,147,150,148,-1,148,150,149,-1,149,146,145,-1,146,149,150,-1,150,147,144,-1,144,147,143,-1,151,158,155,-1,155,156,153,-1,153,156,154,-1,156,155,157,-1,157,155,158,-1,158,151,152,-1,159,168,163,-1,163,167,164,-1,164,166,165,-1,165,162,161,-1,162,165,166,-1,166,164,167,-1,167,163,168,-1,168,159,160,-1,169,170,174,-1,174,178,175,-1,175,177,176,-1,176,173,172,-1,173,176,177,-1,177,175,178,-1,178,174,179,-1,179,170,171,-1,170,179,174,-1,180,189,184,-1,184,188,185,-1,185,187,186,-1,186,183,182,-1,183,186,187,-1,187,185,188,-1,188,184,189,-1,189,180,181,-1,190,199,194,-1,194,198,195,-1,195,197,196,-1,196,193,192,-1,193,196,197,-1,197,195,198,-1,198,194,199,-1,199,190,191,-1,205,214,206,-1,206,209,207,-1,200,201,208,-1,208,201,209,-1,209,206,210,-1,210,213,203,-1,207,209,211,-1,211,201,202,-1,203,212,204,-1,212,203,213,-1,213,210,214,-1,214,210,206,-1,201,211,209,-1,218,220,219,-1,215,216,220,-1,219,220,221,-1,221,220,222,-1,222,216,223,-1,223,216,217,-1,216,222,220,-1,227,229,228,-1,228,229,224,-1,229,227,230,-1,230,232,231,-1}; return value; } private int[] getIndexedFaceSet_4_33_coordIndex_2() { int[] value = {231,226,225,-1,226,231,232,-1,232,230,227,-1,235,239,236,-1,233,242,237,-1,237,241,238,-1,238,240,239,-1,236,239,240,-1,240,238,241,-1,241,237,242,-1,242,233,234,-1,246,247,243,-1,247,248,244,-1,244,248,245,-1,248,247,246,-1,252,256,253,-1,249,250,254,-1,254,250,255,-1,255,250,256,-1,253,256,257,-1,257,250,258,-1,258,250,259,-1,259,250,251,-1,250,257,256,-1,264,267,265,-1,265,266,260,-1,266,262,261,-1,262,267,263,-1,267,262,265,-1,265,262,266,-1,270,274,271,-1,268,277,272,-1,272,276,273,-1,273,275,274,-1,271,274,275,-1,275,273,276,-1,276,272,277,-1,277,268,269,-1,281,280,282,-1,282,287,283,-1,283,286,284,-1,284,285,278,-1,285,286,279,-1,286,283,287,-1,287,282,280,-1,286,285,284,-1,291,295,292,-1,288,289,293,-1,293,289,294,-1,294,296,295,-1,292,295,296,-1,296,294,297,-1,297,289,298,-1,298,289,290,-1,289,297,294,-1,302,301,303,-1,303,304,299,-1,299,304,300,-1,304,303,301,-1,305,314,308,-1,308,313,309,-1,309,312,310,-1,310,306,311,-1,306,310,312,-1,312,309,313,-1,313,314,307,-1,314,313,308,-1,319,323,318,-1,315,316,320,-1,320,316,321,-1,321,316,322,-1,322,323,319,-1,323,322,324,-1,324,316,325,-1,325,316,317,-1,316,324,322,-1,326,338,329,-1,329,338,330,-1,330,338,331,-1,331,333,332,-1,333,334,327,-1,334,337,335,-1,335,336,328,-1,336,335,337,-1,337,331,338,-1,331,334,333,-1,334,331,337,-1,342,346,341,-1,339,340,343,-1,343,348,344,-1,344,347,345,-1,345,346,342,-1,346,345,347,-1,347,344,348,-1,348,343,340,-1,349,356,352,-1,352,356,353,-1,353,356,354,-1,354,351,355,-1,355,351,350,-1,351,354,356,-1,360,364,359,-1,357,358,361,-1,361,366,362,-1,362,365,363,-1,363,364,360,-1,364,363,365,-1,365,362,366,-1,366,361,358,-1,367,372,370,-1,370,372,371,-1,371,369,368,-1,369,371,372,-1,376,380,375,-1,373,374,377,-1,377,380,378,-1,378,380,379,-1,379,380,376,-1,380,377,374,-1,385,390,386,-1,386,384,387,-1,387,384,388,-1,388,384,383,-1,381,382,389,-1,389,390,385,-1,384,386,390,-1,390,389,382,-1,391,396,395,-1,395,394,393,-1,394,395,396,-1,396,391,392,-1,397,398,402,-1,402,404,400,-1,400,403,401,-1,403,400,404,-1,404,402,405,-1,405,402,406,-1,406,402,407,-1,407,402,408,-1,408,398,409,-1,409,398,399,-1,398,408,402,-1,418,417,416,-1,417,415,416,-1,420,419,418,-1,419,417,418,-1,410,411,423,-1,423,415,424,-1,424,415,425,-1,425,417,426,-1,426,417,427,-1,427,419,428,-1,428,419,429,-1,429,442,421,-1,430,443,431,-1,431,420,432,-1,432,420,433,-1,433,418,434,-1,434,416,435,-1,435,416,436,-1,436,413,437,-1,437,439,438,-1,439,437,440,-1,440,413,441,-1,441,413,414,-1,413,436,412,-1,412,436,411,-1,442,431,443,-1,443,444,422,-1,444,443,430,-1,416,434,418,-1,415,436,416,-1,417,425,415,-1,418,433,420,-1,419,427,417,-1,420,431,419,-1,411,415,423,-1,419,431,429,-1,429,431,442,-1,413,440,437,-1,436,415,411,-1,445,446,449,-1,449,446,450,-1,450,453,451,-1,451,453,452,-1,453,456,454,-1,454,455,448,-1,455,454,456,-1,456,446,457,-1,457,446,447,-1,446,456,450,-1,450,456,453,-1,458,465,461,-1,461,463,459,-1,462,465,458,-1,459,463,460,-1,463,461,464,-1,464,461,465,-1,466,467,469,-1,469,474,470,-1,470,473,471,-1,471,473,472,-1,473,474,468,-1,474,469,467,-1,474,473,470,-1,475,483,479,-1,479,483,480,-1,480,477,481,-1,481,477,476,-1,482,486,483,-1,477,484,478,-1,484,477,485,-1,485,483,486,-1,483,485,480,-1,480,485,477,-1,487,488,491,-1,491,497,492,-1,493,500,494,-1,494,490,495,-1,495,490,496,-1,496,490,489,-1,497,503,498,-1,498,502,499,-1,499,501,500,-1,490,500,501,-1,501,499,502,-1,502,498,503,-1,503,497,488,-1,488,497,491,-1,500,490,494,-1,504,513,508,-1,508,512,509,-1,509,511,510,-1,510,507,506,-1,507,510,511,-1,511,509,512,-1,512,508,513,-1,513,504,505,-1,514,527,518,-1,518,525,519,-1,519,523,520,-1,520,521,516,-1,516,521,517,-1,521,520,522,-1,522,520,523,-1,523,519,524,-1,524,519,525,-1,525,518,526,-1,526,518,527,-1,527,514,515,-1}; return value; } private int[] getIndexedFaceSet_4_33_coordIndex_3() { int[] value = {537,536,533,-1,537,533,534,-1,538,537,534,-1,538,534,535,-1,540,539,536,-1,540,536,537,-1,544,561,545,-1,545,540,546,-1,546,537,547,-1,547,538,548,-1,528,529,549,-1,549,533,550,-1,550,533,551,-1,551,536,552,-1,552,536,553,-1,553,539,554,-1,554,539,555,-1,555,542,541,-1,548,538,556,-1,556,535,557,-1,557,535,558,-1,558,531,532,-1,531,558,530,-1,530,534,529,-1,542,559,543,-1,559,545,560,-1,560,545,561,-1,533,529,534,-1,536,551,533,-1,535,556,538,-1,534,558,535,-1,538,547,537,-1,537,546,540,-1,539,553,536,-1,540,542,539,-1,545,542,540,-1,529,533,549,-1,539,542,555,-1,558,534,530,-1,542,545,559,-1,565,567,566,-1,566,567,562,-1,567,565,568,-1,568,573,569,-1,569,570,563,-1,570,571,564,-1,571,570,572,-1,572,569,573,-1,573,568,565,-1,569,572,570,-1,577,581,578,-1,574,575,579,-1,579,575,580,-1,580,582,581,-1,578,581,582,-1,582,580,583,-1,583,575,584,-1,584,575,576,-1,575,583,580,-1,588,597,589,-1,589,592,590,-1,590,592,591,-1,591,592,585,-1,592,589,593,-1,593,595,594,-1,594,595,586,-1,595,593,596,-1,596,597,587,-1,597,596,589,-1,589,596,593,-1,600,604,601,-1,598,607,602,-1,602,606,603,-1,603,605,604,-1,601,604,605,-1,605,603,606,-1,606,602,607,-1,607,598,599,-1,611,610,612,-1,612,617,613,-1,613,616,614,-1,614,615,608,-1,615,616,609,-1,616,613,617,-1,617,612,610,-1,616,615,614,-1,620,624,621,-1,618,627,622,-1,622,626,623,-1,623,625,624,-1,621,624,625,-1,625,623,626,-1,626,622,627,-1,627,618,619,-1,630,634,631,-1,628,637,632,-1,632,636,633,-1,633,635,634,-1,631,634,635,-1,635,633,636,-1,636,632,637,-1,637,628,629,-1,641,645,642,-1,642,639,638,-1,643,640,644,-1,644,646,641,-1,639,642,645,-1,645,641,646,-1,646,644,640,-1,650,654,649,-1,647,648,651,-1,651,656,652,-1,652,655,653,-1,653,654,650,-1,654,653,655,-1,655,652,656,-1,656,651,648,-1,657,666,660,-1,660,665,661,-1,661,664,662,-1,662,658,663,-1,658,662,664,-1,664,661,665,-1,665,666,659,-1,666,665,660,-1,670,674,669,-1,667,668,671,-1,671,676,672,-1,672,675,673,-1,673,674,670,-1,674,673,675,-1,675,672,676,-1,676,671,668,-1,677,689,680,-1,680,689,681,-1,681,689,682,-1,682,684,683,-1,684,685,678,-1,685,688,686,-1,686,687,679,-1,687,686,688,-1,688,682,689,-1,682,685,684,-1,685,682,688,-1,693,697,692,-1,690,691,694,-1,694,699,695,-1,695,698,696,-1,696,697,693,-1,697,696,698,-1,698,695,699,-1,699,694,691,-1,700,711,703,-1,703,711,704,-1,704,710,705,-1,705,709,706,-1,706,708,707,-1,707,708,701,-1,708,709,702,-1,709,705,710,-1,710,704,711,-1,709,708,706,-1,716,720,715,-1,712,713,717,-1,717,713,718,-1,718,721,719,-1,719,720,716,-1,720,719,721,-1,721,718,722,-1,722,713,714,-1,713,722,718,-1,723,733,726,-1,726,733,727,-1,727,732,728,-1,728,731,729,-1,729,731,730,-1,730,725,724,-1,725,730,731,-1,731,728,732,-1,732,727,733,-1,739,749,740,-1,740,748,741,-1,734,735,742,-1,742,735,743,-1,743,750,744,-1,744,749,739,-1,741,748,745,-1,745,738,746,-1,746,738,747,-1,747,738,737,-1,738,745,748,-1,748,740,749,-1,749,744,750,-1,750,735,736,-1,735,750,743,-1,751,752,755,-1,755,760,756,-1,756,759,757,-1,757,758,753,-1,753,758,754,-1,758,757,759,-1,759,756,760,-1,760,755,752,-1,761,762,766,-1,766,770,767,-1,767,769,768,-1,768,765,764,-1,765,768,769,-1,769,767,770,-1,770,766,771,-1,771,762,763,-1,762,771,766,-1,772,773,777,-1,777,781,778,-1,778,780,779,-1,779,776,775,-1,776,779,780,-1,780,778,781,-1,781,777,782,-1,782,773,774,-1,773,782,777,-1,783,792,787,-1,787,791,788,-1,788,790,789,-1,789,786,785,-1,786,789,790,-1,790,788,791,-1,791,787,792,-1,792,783,784,-1,793,802,797,-1,797,801,798,-1,798,800,799,-1,799,796,795,-1,796,799,800,-1,800,798,801,-1,801,797,802,-1,802,793,794,-1,803,812,807,-1,807,811,808,-1,808,810,809,-1,809,806,805,-1,806,809,810,-1,810,808,811,-1,811,807,812,-1,812,803,804,-1,817,823,818,-1,818,822,819,-1,819,821,820,-1,820,814,815,-1,813,814,821,-1}; return value; } private int[] getIndexedFaceSet_4_33_coordIndex_4() { int[] value = {821,819,822,-1,822,818,823,-1,823,817,816,-1,821,814,820,-1,825,828,824,-1,828,832,829,-1,829,831,830,-1,830,827,826,-1,827,830,831,-1,831,829,832,-1,832,828,833,-1,833,828,825,-1,835,838,834,-1,838,843,839,-1,839,842,840,-1,840,841,836,-1,836,841,837,-1,841,840,842,-1,842,839,843,-1,843,838,835,-1,845,848,844,-1,848,852,849,-1,849,851,850,-1,850,847,846,-1,847,850,851,-1,851,849,852,-1,852,848,853,-1,853,848,845,-1,855,858,854,-1,858,862,859,-1,859,861,860,-1,860,857,856,-1,857,860,861,-1,861,859,862,-1,862,858,863,-1,863,858,855,-1,865,868,864,-1,868,871,869,-1,869,871,870,-1,870,867,866,-1,867,870,871,-1,871,868,865,-1,873,879,872,-1,872,879,876,-1,876,877,874,-1,874,877,875,-1,877,876,878,-1,878,876,879,-1,881,884,880,-1,884,888,885,-1,885,887,886,-1,886,883,882,-1,883,886,887,-1,887,885,888,-1,888,884,889,-1,889,884,881,-1,891,894,890,-1,894,898,895,-1,895,897,896,-1,896,893,892,-1,893,896,897,-1,897,895,898,-1,898,894,899,-1,899,894,891,-1,901,904,900,-1,904,908,905,-1,905,907,906,-1,906,903,902,-1,903,906,907,-1,907,905,908,-1,908,904,909,-1,909,904,901,-1,911,914,910,-1,914,919,915,-1,915,918,916,-1,916,917,912,-1,912,917,913,-1,917,916,918,-1,918,915,919,-1,919,914,911,-1,922,928,921,-1,921,925,920,-1,925,921,926,-1,926,928,927,-1,927,924,923,-1,924,927,928,-1,928,926,921,-1,930,936,933,-1,933,936,934,-1,934,935,929,-1,935,936,931,-1,931,936,932,-1,936,935,934,-1,939,943,938,-1,938,942,937,-1,942,943,940,-1,940,943,941,-1,943,942,938,-1,945,951,948,-1,948,951,949,-1,949,950,944,-1,950,951,946,-1,946,951,947,-1,951,950,949,-1,953,959,956,-1,956,959,957,-1,957,958,952,-1,958,959,954,-1,954,959,955,-1,959,958,957,-1,961,967,960,-1,960,967,964,-1,964,965,962,-1,962,965,963,-1,965,964,966,-1,966,964,967,-1,969,972,968,-1,972,976,973,-1,973,975,974,-1,974,971,970,-1,971,974,975,-1,975,973,976,-1,976,972,977,-1,977,972,969,-1,979,982,978,-1,982,985,983,-1,983,985,984,-1,984,981,980,-1,981,984,985,-1,985,982,979,-1,987,993,986,-1,986,993,990,-1,990,991,988,-1,988,991,989,-1,991,990,992,-1,992,990,993,-1,995,998,994,-1,998,1002,999,-1,999,1001,1000,-1,1000,997,996,-1,997,1000,1001,-1,1001,999,1002,-1,1002,998,1003,-1,1003,998,995,-1,1005,1016,1008,-1,1008,1016,1009,-1,1009,1010,1004,-1,1010,1015,1011,-1,1011,1014,1012,-1,1012,1013,1006,-1,1013,1014,1007,-1,1014,1011,1015,-1,1015,1010,1016,-1,1016,1010,1009,-1,1014,1013,1012,-1,1018,1021,1017,-1,1021,1025,1022,-1,1022,1024,1023,-1,1023,1020,1019,-1,1020,1023,1024,-1,1024,1022,1025,-1,1025,1021,1026,-1,1026,1021,1018,-1,1029,1035,1028,-1,1028,1032,1027,-1,1032,1028,1033,-1,1033,1035,1034,-1,1034,1031,1030,-1,1031,1034,1035,-1,1035,1033,1028,-1,1037,1040,1036,-1,1040,1041,1038,-1,1038,1041,1039,-1,1041,1040,1037,-1,1043,1046,1042,-1,1046,1045,1044,-1,1045,1046,1047,-1,1047,1046,1043,-1,1049,1052,1048,-1,1052,1051,1050,-1,1051,1052,1053,-1,1053,1052,1049,-1,1056,1062,1055,-1,1055,1059,1054,-1,1059,1060,1057,-1,1057,1060,1058,-1,1060,1059,1061,-1,1061,1059,1062,-1,1062,1059,1055,-1,1065,1073,1064,-1,1064,1068,1063,-1,1068,1064,1069,-1,1069,1071,1070,-1,1070,1067,1066,-1,1067,1070,1071,-1,1071,1069,1072,-1,1072,1069,1073,-1,1073,1069,1064,-1,1075,1085,1078,-1,1078,1080,1079,-1,1079,1080,1074,-1,1080,1084,1081,-1,1081,1083,1082,-1,1082,1077,1076,-1,1077,1082,1083,-1,1083,1081,1084,-1,1084,1080,1085,-1,1085,1080,1078,-1,1087,1097,1090,-1,1090,1092,1091,-1,1091,1092,1086,-1,1092,1096,1093,-1,1093,1095,1094,-1,1094,1089,1088,-1,1089,1094,1095,-1,1095,1093,1096,-1,1096,1092,1097,-1,1097,1092,1090,-1,1099,1109,1102,-1,1102,1104,1103,-1,1103,1104,1098,-1,1104,1108,1105,-1,1105,1107,1106,-1,1106,1101,1100,-1,1101,1106,1107,-1,1107,1105,1108,-1,1108,1104,1109,-1,1109,1104,1102,-1,1111,1119,1114,-1,1114,1116,1115,-1,1115,1116,1110,-1,1116,1119,1117,-1,1117,1119,1118,-1,1118,1113,1112,-1,1113,1118,1119,-1,1119,1116,1114,-1,1121,1129,1124,-1,1124,1129,1125,-1,1125,1126,1120,-1,1126,1127,1122,-1,1122,1127,1123,-1,1127,1126,1128,-1,1128,1126,1129,-1,1129,1126,1125,-1,1131,1140,1134,-1,1134,1135,1130,-1,1135,1139,1136,-1,1136,1138,1137,-1,1137,1133,1132,-1,1133,1137,1138,-1}; return value; } private int[] getIndexedFaceSet_4_33_coordIndex_5() { int[] value = {1138,1136,1139,-1,1139,1135,1140,-1,1140,1135,1134,-1,1142,1145,1141,-1,1145,1149,1146,-1,1146,1148,1147,-1,1147,1144,1143,-1,1144,1147,1148,-1,1148,1146,1149,-1,1149,1145,1150,-1,1150,1145,1142,-1,1152,1155,1151,-1,1155,1159,1156,-1,1156,1158,1157,-1,1157,1154,1153,-1,1154,1157,1158,-1,1158,1156,1159,-1,1159,1155,1160,-1,1160,1155,1152,-1,1162,1165,1161,-1,1165,1169,1166,-1,1166,1168,1167,-1,1167,1164,1163,-1,1164,1167,1168,-1,1168,1166,1169,-1,1169,1165,1170,-1,1170,1165,1162,-1,1172,1175,1171,-1,1175,1179,1176,-1,1176,1178,1177,-1,1177,1174,1173,-1,1174,1177,1178,-1,1178,1176,1179,-1,1179,1175,1180,-1,1180,1175,1172,-1,1182,1185,1181,-1,1185,1189,1186,-1,1186,1188,1187,-1,1187,1184,1183,-1,1184,1187,1188,-1,1188,1186,1189,-1,1189,1185,1190,-1,1190,1185,1182,-1,1192,1195,1191,-1,1195,1198,1196,-1,1196,1198,1197,-1,1197,1194,1193,-1,1194,1197,1198,-1,1198,1195,1192,-1,1200,1203,1199,-1,1203,1204,1201,-1,1201,1204,1202,-1,1204,1203,1200,-1,1206,1212,1205,-1,1205,1212,1209,-1,1209,1210,1207,-1,1207,1210,1208,-1,1210,1209,1211,-1,1211,1209,1212,-1,1214,1220,1213,-1,1216,1222,1217,-1,1217,1221,1218,-1,1218,1220,1219,-1,1219,1220,1214,-1,1220,1218,1221,-1,1221,1217,1222,-1,1222,1216,1215,-1,1224,1227,1223,-1,1227,1230,1228,-1,1228,1230,1229,-1,1229,1226,1225,-1,1226,1229,1230,-1,1230,1227,1224,-1,1232,1235,1231,-1,1235,1236,1233,-1,1233,1236,1234,-1,1236,1235,1232,-1,1238,1242,1237,-1,1242,1240,1239,-1,1240,1243,1241,-1,1243,1242,1238,-1,1242,1243,1240,-1,1245,1251,1244,-1,1244,1251,1248,-1,1248,1249,1246,-1,1246,1249,1247,-1,1249,1248,1250,-1,1250,1248,1251,-1,1253,1262,1252,-1,1252,1262,1257,-1,1257,1261,1258,-1,1258,1260,1259,-1,1259,1255,1254,-1,1255,1260,1256,-1,1260,1258,1261,-1,1261,1257,1262,-1,1260,1255,1259,-1,1264,1267,1263,-1,1267,1271,1268,-1,1268,1270,1269,-1,1269,1266,1265,-1,1266,1269,1270,-1,1270,1268,1271,-1,1271,1267,1272,-1,1272,1267,1264,-1,1274,1278,1273,-1,1278,1281,1279,-1,1279,1281,1280,-1,1280,1276,1275,-1,1276,1280,1277,-1,1277,1280,1281,-1,1281,1278,1274,-1,1283,1290,1282,-1,1282,1290,1287,-1,1287,1285,1284,-1,1285,1288,1286,-1,1288,1285,1289,-1,1289,1287,1290,-1,1287,1289,1285,-1,1292,1295,1291,-1,1295,1299,1296,-1,1296,1299,1297,-1,1297,1298,1293,-1,1293,1298,1294,-1,1298,1297,1299,-1,1299,1295,1300,-1,1300,1295,1292,-1,1302,1305,1301,-1,1305,1309,1306,-1,1306,1309,1307,-1,1307,1308,1303,-1,1303,1308,1304,-1,1308,1307,1309,-1,1309,1305,1310,-1,1310,1305,1302,-1,1312,1315,1311,-1,1315,1318,1316,-1,1316,1318,1317,-1,1317,1314,1313,-1,1314,1317,1318,-1,1318,1315,1312,-1,1320,1325,1319,-1,1319,1325,1324,-1,1324,1322,1321,-1,1322,1325,1323,-1,1325,1322,1324,-1,1327,1332,1326,-1,1326,1332,1331,-1,1331,1329,1328,-1,1329,1332,1330,-1,1332,1329,1331,-1,1334,1341,1333,-1,1333,1341,1338,-1,1338,1336,1335,-1,1336,1339,1337,-1,1339,1336,1340,-1,1340,1338,1341,-1,1338,1340,1336,-1,1343,1352,1342,-1,1342,1352,1347,-1,1347,1352,1348,-1,1348,1345,1349,-1,1349,1345,1344,-1,1345,1350,1346,-1,1350,1345,1351,-1,1351,1348,1352,-1,1348,1351,1345,-1,1354,1362,1353,-1,1353,1362,1357,-1,1357,1361,1358,-1,1358,1360,1359,-1,1359,1356,1355,-1,1356,1359,1360,-1,1360,1358,1361,-1,1361,1357,1362,-1,1364,1367,1363,-1,1367,1370,1368,-1,1368,1370,1369,-1,1369,1366,1365,-1,1366,1369,1370,-1,1370,1367,1364,-1,1372,1376,1371,-1,1371,1376,1375,-1,1375,1374,1373,-1,1374,1375,1376,-1,1378,1387,1377,-1,1377,1387,1381,-1,1381,1383,1379,-1,1382,1390,1383,-1,1383,1385,1384,-1,1385,1381,1386,-1,1386,1381,1387,-1,1379,1388,1380,-1,1388,1379,1389,-1,1389,1379,1390,-1,1381,1385,1383,-1,1383,1390,1379,-1,1392,1402,1391,-1,1391,1402,1394,-1,1394,1399,1395,-1,1395,1398,1396,-1,1396,1397,1393,-1,1397,1396,1398,-1,1398,1395,1399,-1,1399,1394,1400,-1,1400,1402,1401,-1,1402,1400,1394,-1,1406,1411,1407,-1,1407,1404,1408,-1,1408,1404,1409,-1,1409,1404,1403,-1,1410,1415,1411,-1,1411,1406,1412,-1,1404,1413,1405,-1,1413,1404,1414,-1,1414,1404,1415,-1,1411,1415,1407,-1,1407,1415,1404,-1,1419,1424,1420,-1,1420,1423,1421,-1,1421,1423,1422,-1,1422,1423,1417,-1,1416,1425,1423,-1,1423,1420,1424,-1,1417,1423,1418,-1,1418,1423,1425,-1,1427,1432,1429,-1,1429,1430,1426,-1,1430,1431,1428,-1,1431,1429,1432,-1,1432,1435,1433,-1,1433,1435,1434,-1,1435,1432,1427,-1,1429,1431,1430,-1,1436,1444,1440,-1,1440,1438,1437,-1,1441,1444,1436,-1,1438,1442,1439,-1,1442,1438,1443,-1,1443,1440,1444,-1,1440,1443,1438,-1,1446,1451,1445,-1,1445,1451,1448,-1,1448,1449,1447,-1,1449,1451,1450,-1,1451,1449,1448,-1,1452,1459,1455,-1,1455,1462,1456,-1,1456,1461,1457,-1,1457,1460,1453,-1}; return value; } private int[] getIndexedFaceSet_4_33_coordIndex_6() { int[] value = {1458,1462,1459,-1,1453,1460,1454,-1,1460,1457,1461,-1,1461,1456,1462,-1,1459,1462,1455,-1,1464,1466,1463,-1,1466,1468,1467,-1,1468,1469,1465,-1,1469,1466,1464,-1,1466,1469,1468,-1,1471,1477,1470,-1,1470,1477,1473,-1,1473,1475,1474,-1,1474,1475,1472,-1,1475,1473,1476,-1,1476,1473,1477,-1,1478,1486,1482,-1,1482,1480,1483,-1,1483,1480,1484,-1,1484,1480,1479,-1,1485,1489,1486,-1,1480,1487,1481,-1,1487,1480,1488,-1,1488,1480,1489,-1,1486,1489,1482,-1,1482,1489,1480,-1,1491,1493,1490,-1,1493,1499,1494,-1,1494,1498,1495,-1,1495,1497,1496,-1,1496,1497,1492,-1,1497,1495,1498,-1,1498,1494,1499,-1,1499,1493,1491,-1,1500,1508,1504,-1,1504,1502,1505,-1,1505,1502,1506,-1,1506,1502,1501,-1,1507,1509,1508,-1,1502,1509,1503,-1,1508,1509,1504,-1,1504,1509,1502,-1,1511,1513,1510,-1,1513,1519,1514,-1,1514,1518,1515,-1,1515,1517,1516,-1,1516,1517,1512,-1,1517,1515,1518,-1,1518,1514,1519,-1,1519,1513,1511,-1,1520,1526,1523,-1,1523,1527,1521,-1,1524,1527,1525,-1,1525,1527,1526,-1,1521,1527,1522,-1,1526,1527,1523,-1,1534,1533,1530,-1,1534,1530,1531,-1,1535,1534,1531,-1,1535,1531,1532,-1,1537,1536,1533,-1,1537,1533,1534,-1,1538,1537,1534,-1,1538,1534,1535,-1,1529,1544,1528,-1,1544,1530,1545,-1,1545,1530,1546,-1,1546,1550,1547,-1,1548,1557,1549,-1,1549,1540,1539,-1,1550,1530,1551,-1,1551,1533,1552,-1,1552,1533,1553,-1,1553,1536,1554,-1,1554,1537,1555,-1,1555,1557,1556,-1,1540,1555,1541,-1,1541,1558,1542,-1,1542,1558,1543,-1,1558,1538,1559,-1,1559,1538,1560,-1,1560,1535,1561,-1,1561,1535,1562,-1,1562,1532,1563,-1,1563,1532,1564,-1,1564,1544,1529,-1,1530,1544,1531,-1,1533,1551,1530,-1,1532,1562,1535,-1,1531,1564,1532,-1,1536,1553,1533,-1,1537,1554,1536,-1,1535,1560,1538,-1,1538,1558,1537,-1,1530,1550,1546,-1,1557,1540,1549,-1,1537,1541,1555,-1,1555,1540,1557,-1,1541,1537,1558,-1,1564,1531,1544,-1,1566,1570,1565,-1,1570,1579,1571,-1,1571,1579,1572,-1,1572,1578,1573,-1,1573,1578,1574,-1,1574,1577,1575,-1,1575,1577,1576,-1,1576,1568,1567,-1,1568,1577,1569,-1,1577,1574,1578,-1,1578,1572,1579,-1,1579,1570,1566,-1,1577,1568,1576,-1,1581,1584,1580,-1,1584,1587,1585,-1,1585,1587,1586,-1,1586,1583,1582,-1,1583,1586,1587,-1,1587,1584,1581,-1,1589,1593,1588,-1,1593,1591,1590,-1,1591,1594,1592,-1,1594,1593,1589,-1,1593,1594,1591,-1,1596,1599,1595,-1,1599,1600,1597,-1,1597,1600,1598,-1,1600,1599,1596,-1,1602,1605,1601,-1,1605,1606,1603,-1,1603,1606,1604,-1,1606,1605,1602,-1,1608,1611,1607,-1,1611,1612,1609,-1,1609,1612,1610,-1,1612,1611,1608,-1,1614,1618,1613,-1,1618,1616,1615,-1,1616,1619,1617,-1,1619,1618,1614,-1,1618,1619,1616,-1,1621,1627,1620,-1,1620,1627,1624,-1,1624,1625,1622,-1,1622,1625,1623,-1,1625,1624,1626,-1,1626,1624,1627,-1,1629,1637,1628,-1,1628,1637,1632,-1,1632,1636,1633,-1,1633,1635,1634,-1,1634,1631,1630,-1,1631,1634,1635,-1,1635,1633,1636,-1,1636,1632,1637,-1,1639,1643,1638,-1,1643,1647,1644,-1,1644,1647,1645,-1,1645,1641,1640,-1,1641,1646,1642,-1,1646,1645,1647,-1,1647,1643,1648,-1,1648,1643,1639,-1,1645,1646,1641,-1,1650,1653,1649,-1,1653,1656,1654,-1,1654,1656,1655,-1,1655,1652,1651,-1,1652,1655,1656,-1,1656,1653,1650,-1,1658,1662,1657,-1,1662,1660,1659,-1,1660,1663,1661,-1,1663,1662,1658,-1,1662,1663,1660,-1,1665,1669,1664,-1,1669,1667,1666,-1,1667,1670,1668,-1,1670,1669,1665,-1,1669,1670,1667,-1,1672,1676,1671,-1,1676,1674,1673,-1,1674,1677,1675,-1,1677,1676,1672,-1,1676,1677,1674,-1,1679,1686,1678,-1,1678,1686,1683,-1,1683,1681,1680,-1,1681,1684,1682,-1,1684,1683,1685,-1,1685,1683,1686,-1,1683,1684,1681,-1,1688,1694,1687,-1,1690,1696,1691,-1,1691,1695,1692,-1,1692,1694,1693,-1,1693,1694,1688,-1,1694,1692,1695,-1,1695,1691,1696,-1,1696,1690,1689,-1,1697,1760,1698,-1,1698,1760,1699,-1,1699,1760,1700,-1,1700,1760,1701,-1,1701,1757,1702,-1,1702,1756,1703,-1,1703,1755,1704,-1,1704,1753,1705,-1,1705,1752,1706,-1,1706,1751,1707,-1,1707,1750,1708,-1,1708,1749,1709,-1,1709,1748,1710,-1,1710,1747,1711,-1,1711,1746,1712,-1,1712,1745,1713,-1,1713,1745,1714,-1,1714,1744,1715,-1,1715,1743,1716,-1,1716,1743,1717,-1,1717,1742,1718,-1,1718,1741,1719,-1,1719,1740,1720,-1,1720,1738,1721,-1,1721,1737,1722,-1,1722,1736,1723,-1,1723,1736,1724,-1,1724,1735,1725,-1,1725,1734,1726,-1,1726,1733,1727,-1,1727,1732,1728,-1,1728,1730,1729,-1,1730,1728,1731,-1,1731,1728,1732,-1,1732,1727,1733,-1,1733,1726,1734,-1,1734,1725,1735,-1,1735,1724,1736,-1,1736,1722,1737,-1,1737,1721,1738,-1,1738,1720,1739,-1,1739,1720,1740,-1,1740,1719,1741,-1,1741,1718,1742,-1,1742,1717,1743,-1,1743,1715,1744,-1,1744,1714,1745,-1,1745,1712,1746,-1,1746,1711,1747,-1,1747,1710,1748,-1}; return value; } private int[] getIndexedFaceSet_4_33_coordIndex_7() { int[] value = {1748,1709,1749,-1,1749,1708,1750,-1,1750,1707,1751,-1,1751,1706,1752,-1,1752,1705,1753,-1,1753,1704,1754,-1,1754,1704,1755,-1,1755,1703,1756,-1,1756,1702,1757,-1,1757,1701,1758,-1,1758,1760,1759,-1,1760,1758,1701,-1,1761,1762,1826,-1,1762,1763,1826,-1,1763,1764,1826,-1,1764,1765,1823,-1,1765,1766,1821,-1,1766,1767,1820,-1,1767,1768,1819,-1,1768,1769,1818,-1,1769,1770,1817,-1,1770,1771,1816,-1,1771,1772,1815,-1,1772,1773,1814,-1,1773,1774,1814,-1,1774,1775,1812,-1,1775,1776,1811,-1,1776,1777,1810,-1,1777,1778,1809,-1,1778,1779,1809,-1,1779,1780,1808,-1,1780,1781,1808,-1,1781,1782,1806,-1,1782,1783,1806,-1,1783,1784,1805,-1,1784,1785,1804,-1,1785,1786,1802,-1,1786,1787,1801,-1,1787,1788,1800,-1,1788,1789,1800,-1,1789,1790,1799,-1,1790,1791,1792,-1,1792,1793,1790,-1,1793,1794,1790,-1,1794,1795,1790,-1,1795,1796,1790,-1,1796,1797,1790,-1,1797,1798,1790,-1,1798,1799,1790,-1,1799,1800,1789,-1,1800,1801,1787,-1,1801,1802,1786,-1,1802,1803,1785,-1,1803,1804,1785,-1,1804,1805,1784,-1,1805,1806,1783,-1,1806,1807,1781,-1,1807,1808,1781,-1,1808,1809,1779,-1,1809,1810,1777,-1,1810,1811,1776,-1,1811,1812,1775,-1,1812,1813,1774,-1,1813,1814,1774,-1,1814,1815,1772,-1,1815,1816,1771,-1,1816,1817,1770,-1,1817,1818,1769,-1,1818,1819,1768,-1,1819,1820,1767,-1,1820,1821,1766,-1,1821,1822,1765,-1,1822,1823,1765,-1,1823,1824,1825,-1,1825,1826,1764,-1,1764,1823,1825,-1,1828,1829,1831,-1,1829,1827,1830,-1,1830,1831,1829,-1,1831,1832,1828,-1,1834,1840,1835,-1,1835,1839,1836,-1,1836,1838,1837,-1,1833,1837,1838,-1,1838,1836,1839,-1,1839,1835,1840,-1,1840,1834,1841,-1,1843,1845,1844,-1,1842,1844,1845,-1,1848,1846,1847,-1,1849,1851,1850,-1,1850,1854,1848,-1,1851,1849,1852,-1,1853,1850,1851,-1,1854,1850,1853,-1,1855,1848,1854,-1,1846,1848,1855,-1,1857,1856,1858,-1,1858,1860,1859,-1,1860,1858,1856,-1,1861,1859,1860,-1,1864,1862,1863,-1,1865,1866,1864,-1,1862,1864,1866,-1,1868,1867,1869,-1,1869,1867,1870,-1,1871,1870,1867,-1,1873,1881,1874,-1,1874,1876,1875,-1,1877,1874,1878,-1,1876,1874,1877,-1,1879,1874,1880,-1,1878,1874,1879,-1,1881,1873,1882,-1,1880,1874,1881,-1,1882,1873,1872,-1,1885,1892,1886,-1,1886,1891,1887,-1,1887,1890,1888,-1,1888,1890,1889,-1,1889,1883,1884,-1,1883,1889,1890,-1,1890,1887,1891,-1,1891,1886,1892,-1,1894,1898,1895,-1,1895,1900,1893,-1,1896,1895,1897,-1,1897,1895,1898,-1,1899,1893,1900,-1,1900,1895,1896,-1,1901,1893,1899,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_33_point_1() { float[] value = {23.687f,42.868f,12.594f,21.967f,47.175f,12.594f,13.131f,47.398f,12.594f,11.187f,42.868f,12.594f,23.687f,42.868f,12.594f,23.687f,42.868f,12.014f,21.967f,47.175f,12.014f,17.437f,49.118f,12.014f,13.131f,47.398f,12.014f,11.187f,42.868f,12.014f,12.908f,38.562f,12.014f,17.437f,36.618f,12.014f,21.744f,38.339f,12.014f,23.687f,42.868f,12.014f,23.687f,42.868f,11.435f,21.967f,47.175f,11.435f,17.437f,49.118f,11.435f,13.131f,47.398f,11.435f,11.187f,42.868f,11.435f,12.908f,38.562f,11.435f,17.437f,36.618f,11.435f,21.744f,38.339f,11.435f,23.687f,42.868f,11.435f,23.687f,42.868f,10.855f,21.967f,47.175f,10.855f,17.437f,49.118f,10.855f,13.131f,47.398f,10.855f,11.187f,42.868f,10.855f,12.908f,38.562f,10.855f,17.437f,36.618f,10.855f,21.744f,38.339f,10.855f,23.687f,42.868f,10.855f,23.687f,42.868f,10.275f,21.967f,47.175f,10.275f,17.437f,49.118f,10.275f,13.131f,47.398f,10.275f,11.187f,42.868f,10.275f,12.908f,38.562f,10.275f,17.437f,36.618f,10.275f,21.744f,38.339f,10.275f,23.687f,42.868f,10.275f,23.687f,42.868f,9.6952f,21.967f,47.175f,9.6952f,17.437f,49.118f,9.6952f,13.131f,47.398f,9.6952f,11.187f,42.868f,9.6952f,12.908f,38.562f,9.6952f,17.437f,36.618f,9.6952f,21.744f,38.339f,9.6952f,23.687f,42.868f,9.6952f,23.687f,42.868f,9.1154f,11.187f,42.868f,9.1154f,12.908f,38.562f,9.1154f,17.437f,36.618f,9.1154f,21.744f,38.339f,9.1154f,23.687f,42.868f,9.1154f,19.628f,48.722f,12.585f,21.718f,47.422f,12.806f,22.776f,46.119f,12.984f,22.954f,45.805f,13.014f,23.114f,45.483f,13.045f,23.255f,45.151f,13.077f,23.377f,44.812f,13.11f,23.473f,44.491f,13.126f,23.551f,44.166f,13.142f,23.612f,43.836f,13.158f,23.655f,43.504f,13.174f,23.687f,42.868f,13.162f,23.687f,42.868f,8.5518f,23.677f,43.231f,8.5628f,23.645f,43.593f,8.5737f,23.599f,43.914f,8.5993f,23.537f,44.231f,8.6246f,23.458f,44.545f,8.6497f,23.363f,44.855f,8.6744f,23.243f,45.183f,8.7104f,23.105f,45.503f,8.7456f,22.949f,45.815f,8.7799f,22.776f,46.119f,8.8132f,22.308f,46.785f,8.9004f,21.757f,47.385f,8.979f,19.798f,48.655f,9.163f,17.437f,49.118f,9.2334f,15.077f,48.655f,9.163f,13.117f,47.385f,8.979f,12.099f,46.118f,8.8132f,11.511f,44.855f,8.6744f,11.229f,43.593f,8.5737f,11.21f,42.331f,8.5357f,11.452f,41.07f,8.5405f,11.989f,39.806f,8.5845f,12.928f,38.54f,8.6662f,14.657f,37.271f,8.7891f,17.437f,36.618f,8.8782f,20.217f,37.271f,8.7891f,21.137f,37.831f,8.7348f,21.946f,38.54f,8.6662f,22.456f,39.144f,8.6272f,22.886f,39.806f,8.5845f,23.046f,40.111f,8.5739f}; return value; } private float[] getCoordinate_5_33_point_2() { float[] value = {23.189f,40.423f,8.563f,23.315f,40.743f,8.5519f,23.423f,41.07f,8.5405f,23.507f,41.38f,8.5393f,23.576f,41.694f,8.5381f,23.628f,42.012f,8.5369f,23.664f,42.332f,8.5356f,23.681f,42.6f,8.5437f,23.687f,42.868f,8.5518f,23.687f,42.868f,13.162f,23.651f,42.195f,13.149f,23.606f,41.863f,13.125f,23.543f,41.534f,13.101f,23.463f,41.208f,13.078f,23.365f,40.887f,13.055f,23.097f,40.216f,12.971f,22.752f,39.58f,12.892f,21.677f,38.276f,12.657f,20.668f,37.518f,12.475f,19.522f,36.976f,12.345f,17.437f,36.618f,12.23f,15.353f,36.976f,12.345f,13.197f,38.276f,12.657f,12.122f,39.58f,12.892f,11.51f,40.887f,13.055f,11.224f,42.195f,13.149f,11.22f,43.504f,13.174f,11.497f,44.812f,13.11f,12.099f,46.118f,12.984f,13.156f,47.422f,12.806f,15.246f,48.722f,12.585f,17.437f,49.118f,12.506f,4.0672f,33.268f,10.048f,4.0672f,33.307f,10.442f,24.067f,33.268f,10.048f,24.067f,33.307f,10.442f,9.0656f,33.268f,10.048f,14.065f,33.268f,10.048f,19.066f,33.268f,10.048f,19.066f,33.307f,10.442f,14.065f,33.307f,10.442f,9.0656f,33.307f,10.442f,4.0672f,33.307f,10.442f,4.0672f,33.334f,10.487f,4.0672f,33.361f,10.533f,24.067f,33.307f,10.442f,24.067f,33.361f,10.533f,9.0656f,33.307f,10.442f,14.065f,33.307f,10.442f,19.066f,33.307f,10.442f,14.065f,33.361f,10.533f,4.0672f,33.361f,10.533f,4.0672f,33.475f,10.678f,24.067f,33.361f,10.533f,24.067f,33.475f,10.678f,14.065f,33.361f,10.533f,19.066f,33.475f,10.678f,14.065f,33.475f,10.678f,9.0656f,33.475f,10.678f,4.0672f,33.475f,10.678f,4.0672f,33.778f,10.952f,24.067f,33.475f,10.678f,24.067f,33.778f,10.952f,9.0656f,33.475f,10.678f,14.065f,33.475f,10.678f,19.066f,33.475f,10.678f,19.066f,33.778f,10.952f,14.065f,33.778f,10.952f,9.0656f,33.778f,10.952f,4.0672f,33.778f,10.952f,4.0672f,34.091f,11.155f,4.0672f,34.403f,11.357f,24.067f,33.778f,10.952f,24.067f,34.403f,11.357f,9.0656f,33.778f,10.952f,14.065f,33.778f,10.952f,19.066f,33.778f,10.952f,19.066f,34.403f,11.357f,14.065f,34.403f,11.357f,9.0656f,34.403f,11.357f,4.0672f,34.403f,11.357f,4.0672f,35.04f,11.67f,24.067f,34.403f,11.357f,24.067f,35.04f,11.67f,9.0656f,34.403f,11.357f,14.065f,34.403f,11.357f,19.066f,34.403f,11.357f,19.066f,35.04f,11.67f,14.065f,35.04f,11.67f,9.0656f,35.04f,11.67f,4.0672f,35.04f,11.67f,4.0672f,35.683f,11.93f,24.067f,35.04f,11.67f,24.067f,35.683f,11.93f,9.0656f,35.04f,11.67f,14.065f,35.04f,11.67f,19.066f,35.04f,11.67f,19.066f,35.683f,11.93f,14.065f,35.683f,11.93f,9.0656f,35.683f,11.93f}; return value; } private float[] getCoordinate_5_33_point_3() { float[] value = {4.0672f,35.683f,11.93f,4.0672f,36.329f,12.137f,4.0672f,36.976f,12.345f,24.067f,35.683f,11.93f,24.067f,36.976f,12.345f,19.522f,36.976f,12.345f,17.437f,36.618f,12.23f,15.353f,36.976f,12.345f,9.0656f,35.683f,11.93f,14.065f,35.683f,11.93f,19.066f,35.683f,11.93f,9.7093f,36.976f,12.345f,22.931f,36.976f,12.345f,21.794f,36.976f,12.345f,20.658f,36.976f,12.345f,4.0672f,36.976f,12.345f,4.0672f,37.626f,12.501f,4.0672f,38.276f,12.657f,15.353f,36.976f,12.345f,13.197f,38.276f,12.657f,9.7093f,36.976f,12.345f,10.915f,38.276f,12.657f,8.6318f,38.276f,12.657f,6.3494f,38.276f,12.657f,19.522f,36.976f,12.345f,24.067f,36.976f,12.345f,24.067f,38.276f,12.657f,21.677f,38.276f,12.657f,20.668f,37.518f,12.475f,20.658f,36.976f,12.345f,21.794f,36.976f,12.345f,22.931f,36.976f,12.345f,22.872f,38.276f,12.657f,4.0672f,38.276f,12.657f,4.0672f,39.58f,12.892f,13.197f,38.276f,12.657f,12.122f,39.58f,12.892f,6.3494f,38.276f,12.657f,8.6318f,38.276f,12.657f,10.915f,38.276f,12.657f,10.108f,39.58f,12.892f,8.0942f,39.58f,12.892f,6.0806f,39.58f,12.892f,21.677f,38.276f,12.657f,24.067f,38.276f,12.657f,24.067f,39.58f,12.892f,22.752f,39.58f,12.892f,22.872f,38.276f,12.657f,23.41f,39.58f,12.892f,4.0672f,39.58f,12.892f,4.0672f,40.234f,12.973f,4.0672f,40.887f,13.054f,12.122f,39.58f,12.892f,11.51f,40.887f,13.055f,6.0806f,39.58f,12.892f,8.0942f,39.58f,12.892f,10.108f,39.58f,12.892f,9.6487f,40.887f,13.055f,7.788f,40.887f,13.055f,5.9275f,40.887f,13.055f,22.752f,39.58f,12.892f,24.067f,39.58f,12.892f,24.067f,40.234f,12.973f,24.067f,40.887f,13.055f,23.365f,40.887f,13.055f,23.097f,40.216f,12.971f,23.41f,39.58f,12.892f,23.716f,40.887f,13.055f,4.0672f,40.887f,13.054f,4.0672f,42.195f,13.149f,11.51f,40.887f,13.055f,11.224f,42.195f,13.149f,5.9275f,40.887f,13.055f,7.788f,40.887f,13.055f,9.6487f,40.887f,13.055f,9.4342f,42.195f,13.149f,7.6451f,42.195f,13.149f,5.8561f,42.195f,13.149f,23.365f,40.887f,13.055f,24.067f,40.887f,13.055f,24.067f,42.195f,13.149f,23.651f,42.195f,13.149f,23.606f,41.863f,13.125f,23.543f,41.534f,13.101f,23.463f,41.208f,13.078f,23.716f,40.887f,13.055f,24.067f,41.323f,13.086f,24.067f,41.759f,13.117f,4.0672f,42.195f,13.149f,4.0672f,42.85f,13.161f,4.0672f,43.504f,13.174f,11.224f,42.195f,13.149f,11.22f,43.504f,13.174f,5.8561f,42.195f,13.149f,7.6451f,42.195f,13.149f,9.4342f,42.195f,13.149f,9.4313f,43.504f,13.174f,7.6431f,43.504f,13.174f,5.8551f,43.504f,13.174f,23.651f,42.195f,13.149f}; return value; } private float[] getCoordinate_5_33_point_4() { float[] value = {24.067f,42.195f,13.149f,24.067f,43.504f,13.174f,23.655f,43.504f,13.174f,23.687f,42.868f,13.162f,24.067f,42.85f,13.161f,23.377f,44.812f,13.11f,24.067f,43.504f,13.174f,24.067f,44.812f,13.11f,23.473f,44.491f,13.126f,23.551f,44.166f,13.142f,23.612f,43.836f,13.158f,23.655f,43.504f,13.174f,24.067f,43.94f,13.153f,24.067f,44.376f,13.132f,23.722f,44.812f,13.11f,4.0672f,43.504f,13.174f,4.0672f,44.158f,13.142f,4.0672f,44.812f,13.11f,11.497f,44.812f,13.11f,11.22f,43.504f,13.174f,5.8551f,43.504f,13.174f,7.6431f,43.504f,13.174f,9.4313f,43.504f,13.174f,9.6394f,44.812f,13.11f,7.7818f,44.812f,13.11f,5.9244f,44.812f,13.11f,22.776f,46.119f,12.984f,24.067f,44.812f,13.11f,24.067f,46.119f,12.984f,22.954f,45.805f,13.014f,23.114f,45.483f,13.045f,23.255f,45.151f,13.077f,23.377f,44.812f,13.11f,23.722f,44.812f,13.11f,24.067f,45.248f,13.068f,24.067f,45.683f,13.026f,23.744f,46.119f,12.984f,23.421f,46.119f,12.984f,23.099f,46.119f,12.984f,4.0672f,44.812f,13.11f,4.0672f,46.118f,12.984f,12.099f,46.118f,12.984f,11.497f,44.812f,13.11f,5.9244f,44.812f,13.11f,7.7818f,44.812f,13.11f,9.6394f,44.812f,13.11f,10.091f,46.118f,12.984f,8.0826f,46.118f,12.984f,6.0748f,46.118f,12.984f,21.718f,47.422f,12.806f,24.067f,46.119f,12.984f,24.067f,47.422f,12.806f,22.776f,46.119f,12.984f,23.099f,46.119f,12.984f,23.421f,46.119f,12.984f,23.744f,46.119f,12.984f,22.893f,47.422f,12.806f,4.0672f,46.118f,12.984f,4.0672f,47.422f,12.806f,13.156f,47.422f,12.806f,12.099f,46.118f,12.984f,6.0748f,46.118f,12.984f,8.0826f,46.118f,12.984f,10.091f,46.118f,12.984f,10.883f,47.422f,12.806f,8.6111f,47.422f,12.806f,6.339f,47.422f,12.806f,19.628f,48.722f,12.585f,24.067f,47.422f,12.806f,24.067f,48.722f,12.585f,21.718f,47.422f,12.806f,22.893f,47.422f,12.806f,21.848f,48.722f,12.585f,4.0672f,47.422f,12.806f,4.0672f,48.721f,12.585f,15.246f,48.722f,12.585f,13.156f,47.422f,12.806f,6.339f,47.422f,12.806f,8.6111f,47.422f,12.806f,10.883f,47.422f,12.806f,9.6559f,48.722f,12.585f,4.0672f,48.721f,12.585f,4.0672f,50.017f,12.328f,24.067f,48.722f,12.585f,24.067f,50.018f,12.328f,15.246f,48.722f,12.585f,17.437f,49.118f,12.506f,19.628f,48.722f,12.585f,21.848f,48.722f,12.585f,9.6559f,48.722f,12.585f,14.065f,50.017f,12.328f,4.0672f,50.017f,12.328f,4.0672f,51.309f,12.041f,24.067f,50.018f,12.328f,24.067f,51.309f,12.041f,14.065f,50.017f,12.328f,14.065f,51.309f,12.041f,4.0672f,51.309f,12.041f,4.0672f,51.952f,11.885f,4.0672f,52.595f,11.73f}; return value; } private float[] getCoordinate_5_33_point_5() { float[] value = {24.067f,51.309f,12.041f,24.067f,52.596f,11.73f,14.065f,51.309f,12.041f,21.567f,52.596f,11.73f,19.066f,52.596f,11.73f,16.566f,52.596f,11.73f,14.065f,52.596f,11.73f,11.565f,52.596f,11.73f,9.0657f,52.596f,11.73f,6.5663f,52.596f,11.73f,4.0672f,52.595f,11.73f,4.0672f,54.168f,11.326f,4.0672f,55.822f,10.889f,4.0672f,57.41f,10.469f,4.0672f,58.968f,10.048f,9.1323f,54.169f,11.326f,9.1323f,55.822f,10.889f,14.004f,54.169f,11.326f,14.004f,55.822f,10.889f,18.993f,54.169f,11.326f,18.993f,55.822f,10.889f,24.067f,52.596f,11.73f,24.067f,58.969f,10.048f,6.5663f,52.596f,11.73f,9.0657f,52.596f,11.73f,11.565f,52.596f,11.73f,14.065f,52.596f,11.73f,16.566f,52.596f,11.73f,19.066f,52.596f,11.73f,21.567f,52.596f,11.73f,22.059f,58.969f,10.048f,22.059f,56.219f,10.784f,18.76f,56.219f,10.784f,15.461f,56.219f,10.784f,12.162f,56.219f,10.784f,8.8622f,56.219f,10.784f,5.5629f,56.219f,10.784f,5.5629f,57.698f,10.394f,5.5629f,58.968f,10.048f,5.189f,58.968f,10.048f,4.8151f,58.968f,10.048f,4.4411f,58.968f,10.048f,24.067f,55.155f,11.067f,24.067f,57.698f,10.394f,23.063f,58.969f,10.048f,4.0672f,58.968f,10.048f,4.0672f,58.319f,10.119f,4.0672f,57.669f,10.19f,5.5629f,57.669f,10.19f,4.4411f,58.968f,10.048f,4.8151f,58.968f,10.048f,5.189f,58.968f,10.048f,5.5629f,58.968f,10.048f,5.5629f,58.535f,10.095f,5.5629f,58.102f,10.143f,5.189f,57.669f,10.19f,4.8151f,57.669f,10.19f,4.4411f,57.669f,10.19f,22.059f,58.969f,10.048f,24.067f,58.969f,10.048f,24.067f,57.669f,10.19f,23.063f,58.969f,10.048f,22.059f,57.669f,10.19f,23.565f,57.669f,10.19f,23.063f,57.669f,10.19f,22.561f,57.669f,10.19f,4.0672f,57.669f,10.19f,4.0672f,56.369f,10.165f,5.5629f,56.369f,10.165f,4.4411f,57.669f,10.19f,4.8151f,57.669f,10.19f,5.189f,57.669f,10.19f,5.5629f,57.669f,10.19f,5.5629f,57.019f,10.178f,4.8151f,56.369f,10.165f,22.059f,57.669f,10.19f,24.067f,57.669f,10.19f,24.067f,57.019f,10.178f,24.067f,56.369f,10.165f,22.561f,57.669f,10.19f,23.063f,57.669f,10.19f,23.565f,57.669f,10.19f,22.059f,56.369f,10.165f,22.059f,57.019f,10.178f,23.565f,56.369f,10.165f,23.063f,56.369f,10.165f,22.561f,56.369f,10.165f,4.0672f,56.369f,10.165f,4.0672f,55.072f,10.067f,24.067f,56.369f,10.165f,24.067f,55.072f,10.067f,4.8151f,56.369f,10.165f,5.5629f,56.369f,10.165f,22.059f,56.369f,10.165f,22.561f,56.369f,10.165f,23.063f,56.369f,10.165f,23.565f,56.369f,10.165f,5.5629f,56.219f,10.154f,11.062f,56.219f,10.154f,16.561f,56.219f,10.154f}; return value; } private float[] getCoordinate_5_33_point_6() { float[] value = {22.059f,56.219f,10.154f,19.066f,55.072f,10.067f,14.065f,55.072f,10.067f,9.0657f,55.072f,10.067f,4.0672f,55.072f,10.067f,4.0672f,53.779f,9.9212f,24.067f,55.072f,10.067f,24.067f,53.78f,9.9211f,9.0657f,55.072f,10.067f,14.065f,55.072f,10.067f,19.066f,55.072f,10.067f,19.066f,53.779f,9.9211f,14.065f,53.779f,9.9212f,9.0657f,53.779f,9.9212f,4.0672f,53.779f,9.9212f,4.0672f,52.491f,9.7464f,24.067f,53.78f,9.9211f,24.067f,52.491f,9.7464f,9.0657f,53.779f,9.9212f,14.065f,53.779f,9.9212f,19.066f,53.779f,9.9211f,21.567f,52.491f,9.7464f,19.066f,52.491f,9.7464f,16.566f,52.491f,9.7464f,14.065f,52.491f,9.7464f,11.565f,52.491f,9.7464f,9.0657f,52.491f,9.7464f,6.5663f,52.491f,9.7464f,4.0672f,52.491f,9.7464f,4.0672f,51.208f,9.5542f,4.0672f,49.929f,9.3568f,4.0672f,48.655f,9.163f,4.0672f,47.385f,8.979f,9.1323f,51.208f,9.5542f,9.1323f,49.929f,9.3568f,9.1323f,48.655f,9.163f,14.004f,51.208f,9.5542f,14.004f,49.93f,9.3568f,14.004f,48.655f,9.163f,18.993f,51.208f,9.5542f,18.993f,49.93f,9.3568f,24.067f,52.491f,9.7464f,24.067f,49.93f,9.3568f,24.067f,47.385f,8.979f,21.757f,47.385f,8.979f,19.798f,48.655f,9.163f,17.437f,49.118f,9.2334f,15.077f,48.655f,9.163f,13.117f,47.385f,8.979f,6.5663f,52.491f,9.7464f,9.0657f,52.491f,9.7464f,11.565f,52.491f,9.7464f,14.065f,52.491f,9.7464f,16.566f,52.491f,9.7464f,19.066f,52.491f,9.7464f,21.567f,52.491f,9.7464f,10.855f,47.385f,8.979f,8.5918f,47.385f,8.979f,6.3294f,47.385f,8.979f,23.49f,47.385f,8.979f,22.912f,47.385f,8.979f,22.334f,47.385f,8.979f,21.757f,47.385f,8.979f,24.067f,47.385f,8.979f,24.067f,46.119f,8.8132f,22.776f,46.119f,8.8132f,22.308f,46.785f,8.9004f,22.334f,47.385f,8.979f,22.912f,47.385f,8.979f,23.49f,47.385f,8.979f,24.067f,46.752f,8.8961f,23.744f,46.119f,8.8132f,23.421f,46.119f,8.8132f,23.099f,46.119f,8.8132f,4.0672f,47.385f,8.979f,4.0672f,46.752f,8.8961f,4.0672f,46.118f,8.8132f,13.117f,47.385f,8.979f,12.099f,46.118f,8.8132f,6.3294f,47.385f,8.979f,8.5918f,47.385f,8.979f,10.855f,47.385f,8.979f,10.091f,46.118f,8.8132f,8.0826f,46.118f,8.8132f,6.0748f,46.118f,8.8132f,22.776f,46.119f,8.8132f,24.067f,46.119f,8.8132f,24.067f,44.855f,8.6744f,23.363f,44.855f,8.6744f,23.243f,45.183f,8.7104f,23.105f,45.503f,8.7456f,22.949f,45.815f,8.7799f,23.099f,46.119f,8.8132f,23.421f,46.119f,8.8132f,23.744f,46.119f,8.8132f,24.067f,45.697f,8.7669f,24.067f,45.276f,8.7207f,23.715f,44.855f,8.6744f,4.0672f,46.118f,8.8132f,4.0672f,44.855f,8.6744f}; return value; } private float[] getCoordinate_5_33_point_7() { float[] value = {12.099f,46.118f,8.8132f,11.511f,44.855f,8.6744f,6.0748f,46.118f,8.8132f,8.0826f,46.118f,8.8132f,10.091f,46.118f,8.8132f,9.65f,44.855f,8.6744f,7.7889f,44.855f,8.6744f,5.928f,44.855f,8.6744f,23.363f,44.855f,8.6744f,24.067f,44.855f,8.6744f,24.067f,43.593f,8.5737f,23.645f,43.593f,8.5737f,23.599f,43.914f,8.5993f,23.537f,44.231f,8.6246f,23.458f,44.545f,8.6497f,23.715f,44.855f,8.6744f,24.067f,44.434f,8.6408f,24.067f,44.014f,8.6073f,4.0672f,44.855f,8.6744f,4.0672f,43.593f,8.5737f,11.511f,44.855f,8.6744f,11.229f,43.593f,8.5737f,5.928f,44.855f,8.6744f,7.7889f,44.855f,8.6744f,9.65f,44.855f,8.6744f,9.4386f,43.593f,8.5737f,7.648f,43.593f,8.5737f,5.8575f,43.593f,8.5737f,4.0672f,43.593f,8.5737f,4.0672f,42.331f,8.5357f,11.229f,43.593f,8.5737f,11.21f,42.331f,8.5357f,5.8575f,43.593f,8.5737f,7.648f,43.593f,8.5737f,9.4386f,43.593f,8.5737f,9.4243f,42.331f,8.5357f,7.6384f,42.331f,8.5357f,5.8527f,42.331f,8.5357f,23.645f,43.593f,8.5737f,24.067f,43.593f,8.5737f,24.067f,42.332f,8.5356f,23.687f,42.868f,8.5518f,23.677f,43.231f,8.5628f,23.664f,42.332f,8.5356f,23.681f,42.6f,8.5437f,24.067f,43.172f,8.561f,24.067f,42.752f,8.5483f,4.0672f,42.331f,8.5357f,4.0672f,41.07f,8.5406f,11.452f,41.07f,8.5405f,11.21f,42.331f,8.5357f,5.8527f,42.331f,8.5357f,7.6384f,42.331f,8.5357f,9.4243f,42.331f,8.5357f,9.6053f,41.07f,8.5405f,7.7591f,41.07f,8.5405f,5.9131f,41.07f,8.5405f,23.423f,41.07f,8.5405f,24.067f,42.332f,8.5356f,24.067f,41.07f,8.5405f,23.507f,41.38f,8.5393f,23.576f,41.694f,8.5381f,23.628f,42.012f,8.5369f,23.664f,42.332f,8.5356f,24.067f,41.911f,8.5373f,24.067f,41.49f,8.5389f,23.745f,41.07f,8.5405f,4.0672f,41.07f,8.5406f,4.0672f,39.806f,8.5845f,11.989f,39.806f,8.5845f,11.452f,41.07f,8.5405f,5.9131f,41.07f,8.5405f,7.7591f,41.07f,8.5405f,9.6053f,41.07f,8.5405f,10.008f,39.806f,8.5845f,8.0275f,39.806f,8.5845f,6.0473f,39.806f,8.5845f,22.886f,39.806f,8.5845f,24.067f,41.07f,8.5405f,24.067f,39.807f,8.5845f,23.046f,40.111f,8.5739f,23.189f,40.423f,8.563f,23.315f,40.743f,8.5519f,23.423f,41.07f,8.5405f,23.745f,41.07f,8.5405f,24.067f,40.649f,8.5552f,24.067f,40.228f,8.5698f,23.772f,39.807f,8.5845f,23.477f,39.807f,8.5845f,23.181f,39.806f,8.5845f,4.0672f,39.806f,8.5845f,4.0672f,38.54f,8.6662f,12.928f,38.54f,8.6662f,11.989f,39.806f,8.5845f,6.0473f,39.806f,8.5845f,8.0275f,39.806f,8.5845f,10.008f,39.806f,8.5845f,10.713f,38.54f,8.6662f,8.4972f,38.54f,8.6662f,6.2821f,38.54f,8.6662f}; return value; } private float[] getCoordinate_5_33_point_8() { float[] value = {21.946f,38.54f,8.6662f,24.067f,39.807f,8.5845f,24.067f,38.541f,8.6662f,22.456f,39.144f,8.6272f,22.886f,39.806f,8.5845f,23.181f,39.806f,8.5845f,23.477f,39.807f,8.5845f,23.772f,39.807f,8.5845f,24.067f,39.174f,8.6253f,23.537f,38.54f,8.6662f,23.007f,38.54f,8.6662f,22.477f,38.54f,8.6662f,4.0672f,38.54f,8.6662f,4.0672f,37.905f,8.7276f,4.0672f,37.271f,8.7891f,14.657f,37.271f,8.7891f,12.928f,38.54f,8.6662f,6.2821f,38.54f,8.6662f,8.4972f,38.54f,8.6662f,10.713f,38.54f,8.6662f,12.009f,37.271f,8.7891f,9.3616f,37.271f,8.7891f,6.7142f,37.271f,8.7891f,20.217f,37.271f,8.7891f,24.067f,38.541f,8.6662f,24.067f,37.271f,8.789f,21.137f,37.831f,8.7348f,21.946f,38.54f,8.6662f,22.477f,38.54f,8.6662f,23.007f,38.54f,8.6662f,23.537f,38.54f,8.6662f,23.105f,37.271f,8.789f,22.142f,37.271f,8.7891f,21.18f,37.271f,8.7891f,4.0672f,37.271f,8.7891f,4.0672f,36.632f,8.8763f,4.0672f,35.994f,8.9636f,24.067f,37.271f,8.789f,24.067f,35.994f,8.9636f,14.657f,37.271f,8.7891f,17.437f,36.618f,8.8782f,20.217f,37.271f,8.7891f,6.7142f,37.271f,8.7891f,9.3616f,37.271f,8.7891f,12.009f,37.271f,8.7891f,21.18f,37.271f,8.7891f,22.142f,37.271f,8.7891f,23.105f,37.271f,8.789f,19.066f,35.994f,8.9636f,14.065f,35.994f,8.9636f,9.0656f,35.994f,8.9636f,4.0672f,35.994f,8.9636f,4.0672f,35.351f,9.0795f,24.067f,35.994f,8.9636f,24.067f,35.351f,9.0795f,9.0656f,35.994f,8.9636f,14.065f,35.994f,8.9636f,19.066f,35.994f,8.9636f,19.066f,35.351f,9.0795f,14.065f,35.351f,9.0795f,9.0656f,35.351f,9.0795f,4.0672f,35.351f,9.0795f,4.0672f,35.027f,9.153f,4.0672f,34.703f,9.2265f,24.067f,35.351f,9.0795f,24.067f,34.703f,9.2265f,9.0656f,35.351f,9.0795f,14.065f,35.351f,9.0795f,19.066f,35.351f,9.0795f,19.066f,34.703f,9.2265f,14.065f,34.703f,9.2265f,9.0656f,34.703f,9.2265f,4.0672f,34.703f,9.2265f,4.0672f,34.374f,9.3286f,4.0672f,34.044f,9.4308f,24.067f,34.703f,9.2265f,24.067f,34.044f,9.4308f,9.0656f,34.703f,9.2265f,14.065f,34.703f,9.2265f,19.066f,34.703f,9.2265f,19.066f,34.044f,9.4308f,14.065f,34.044f,9.4308f,9.0656f,34.044f,9.4308f,4.0672f,34.044f,9.4308f,4.0672f,33.704f,9.5829f,24.067f,34.044f,9.4308f,24.067f,33.704f,9.5829f,9.0656f,34.044f,9.4308f,14.065f,34.044f,9.4308f,19.066f,34.044f,9.4308f,19.066f,33.704f,9.5829f,14.065f,33.704f,9.5829f,9.0656f,33.704f,9.5829f,4.0672f,33.704f,9.5829f,4.0672f,33.562f,9.6716f,24.067f,33.704f,9.5829f,24.067f,33.562f,9.6716f,9.0656f,33.704f,9.5829f,14.065f,33.704f,9.5829f,19.066f,33.704f,9.5829f}; return value; } private float[] getCoordinate_5_33_point_9() { float[] value = {19.066f,33.562f,9.6716f,14.065f,33.562f,9.6716f,9.0656f,33.562f,9.6716f,4.0672f,33.562f,9.6716f,4.0672f,33.487f,9.731f,24.067f,33.562f,9.6716f,24.067f,33.487f,9.731f,9.0656f,33.562f,9.6716f,14.065f,33.562f,9.6716f,19.066f,33.562f,9.6716f,19.066f,33.487f,9.731f,14.065f,33.487f,9.731f,9.0656f,33.487f,9.731f,4.0672f,33.487f,9.731f,4.0672f,33.378f,9.8895f,4.0672f,33.268f,10.048f,24.067f,33.487f,9.731f,24.067f,33.268f,10.048f,19.066f,33.268f,10.048f,14.065f,33.268f,10.048f,9.0656f,33.268f,10.048f,9.0656f,33.487f,9.731f,14.065f,33.487f,9.731f,19.066f,33.487f,9.731f,24.067f,33.268f,10.048f,24.067f,33.307f,10.442f,34.241f,34.594f,10.048f,34.241f,34.613f,10.248f,26.61f,33.6f,10.048f,29.153f,33.931f,10.048f,31.697f,34.262f,10.048f,31.697f,34.286f,10.296f,29.153f,33.96f,10.345f,26.61f,33.633f,10.394f,24.067f,33.307f,10.442f,24.067f,33.361f,10.533f,34.241f,34.613f,10.248f,34.241f,34.64f,10.293f,26.61f,33.633f,10.394f,29.153f,33.96f,10.345f,31.697f,34.286f,10.296f,31.697f,34.32f,10.353f,29.153f,34.0f,10.413f,26.61f,33.68f,10.473f,24.067f,33.361f,10.533f,24.067f,33.475f,10.678f,34.241f,34.64f,10.293f,34.241f,34.698f,10.367f,26.61f,33.68f,10.473f,29.153f,34.0f,10.413f,31.697f,34.32f,10.353f,31.697f,34.392f,10.445f,29.153f,34.087f,10.523f,26.61f,33.781f,10.6f,24.067f,33.475f,10.678f,24.067f,33.778f,10.952f,34.241f,34.698f,10.367f,34.241f,34.851f,10.505f,26.61f,33.781f,10.6f,29.153f,34.087f,10.523f,31.697f,34.392f,10.445f,31.697f,34.583f,10.617f,29.153f,34.314f,10.729f,26.61f,34.046f,10.841f,24.067f,33.778f,10.952f,24.067f,34.403f,11.357f,34.241f,34.851f,10.505f,34.241f,35.168f,10.71f,26.61f,34.046f,10.841f,29.153f,34.314f,10.729f,31.697f,34.583f,10.617f,29.153f,34.786f,11.034f,24.067f,34.403f,11.357f,24.067f,35.04f,11.67f,34.241f,35.168f,10.71f,34.241f,35.49f,10.869f,29.153f,34.786f,11.034f,31.697f,35.377f,11.069f,29.153f,35.265f,11.27f,26.61f,35.153f,11.47f,24.067f,35.04f,11.67f,24.067f,35.683f,11.93f,34.241f,35.49f,10.869f,34.241f,35.815f,11.0f,26.61f,35.153f,11.47f,29.153f,35.265f,11.27f,31.697f,35.377f,11.069f,31.697f,35.782f,11.233f,29.153f,35.749f,11.465f,26.61f,35.716f,11.697f,24.067f,35.683f,11.93f,24.067f,36.976f,12.345f,34.241f,35.815f,11.0f,34.241f,36.469f,11.21f,26.61f,35.716f,11.697f,29.153f,35.749f,11.465f,31.697f,35.782f,11.233f,31.697f,36.596f,11.494f,29.153f,36.723f,11.778f,26.61f,36.849f,12.061f}; return value; } private float[] getCoordinate_5_33_point_10() { float[] value = {24.067f,36.976f,12.345f,24.067f,38.276f,12.657f,34.241f,36.469f,11.21f,34.241f,37.127f,11.368f,26.61f,36.849f,12.061f,29.153f,36.723f,11.778f,31.697f,36.596f,11.494f,31.697f,37.414f,11.69f,29.153f,37.702f,12.013f,26.61f,37.989f,12.335f,24.067f,38.276f,12.657f,24.067f,39.58f,12.892f,34.241f,37.127f,11.368f,34.241f,37.786f,11.487f,26.61f,37.989f,12.335f,29.153f,37.702f,12.013f,31.697f,37.414f,11.69f,31.697f,38.235f,11.838f,29.153f,38.684f,12.189f,26.61f,39.132f,12.541f,24.067f,39.58f,12.892f,24.067f,40.234f,12.973f,24.067f,40.887f,13.055f,34.241f,37.786f,11.487f,34.241f,38.447f,11.569f,26.61f,39.132f,12.541f,29.153f,38.684f,12.189f,31.697f,38.235f,11.838f,29.153f,39.668f,12.312f,24.067f,40.887f,13.055f,24.067f,42.195f,13.149f,34.241f,38.447f,11.569f,34.241f,39.109f,11.617f,24.067f,41.759f,13.117f,24.067f,41.323f,13.086f,29.153f,39.668f,12.312f,29.153f,40.653f,12.383f,24.067f,42.195f,13.149f,24.067f,42.85f,13.161f,24.067f,43.504f,13.174f,34.241f,39.109f,11.617f,34.241f,39.771f,11.629f,29.153f,40.653f,12.383f,29.153f,41.638f,12.402f,24.067f,43.504f,13.174f,24.067f,44.812f,13.11f,34.241f,39.771f,11.629f,34.241f,40.433f,11.597f,24.067f,44.376f,13.132f,24.067f,43.94f,13.153f,29.153f,41.638f,12.402f,29.153f,42.623f,12.354f,24.067f,44.812f,13.11f,24.067f,46.119f,12.984f,34.241f,40.433f,11.597f,34.241f,41.094f,11.533f,24.067f,45.683f,13.026f,24.067f,45.248f,13.068f,29.153f,42.623f,12.354f,29.153f,43.607f,12.259f,24.067f,46.119f,12.984f,24.067f,47.422f,12.806f,34.241f,41.094f,11.533f,34.241f,41.753f,11.443f,29.153f,43.607f,12.259f,31.697f,43.17f,11.784f,29.153f,44.588f,12.125f,26.61f,46.005f,12.465f,24.067f,47.422f,12.806f,24.067f,48.722f,12.585f,34.241f,41.753f,11.443f,34.241f,42.41f,11.331f,26.61f,46.005f,12.465f,29.153f,44.588f,12.125f,31.697f,43.17f,11.784f,31.697f,43.989f,11.645f,29.153f,45.567f,11.958f,26.61f,47.144f,12.271f,24.067f,48.722f,12.585f,24.067f,50.018f,12.328f,34.241f,42.41f,11.331f,34.241f,43.066f,11.201f,26.61f,47.144f,12.271f,29.153f,45.567f,11.958f,31.697f,43.989f,11.645f,29.153f,46.542f,11.765f,24.067f,50.018f,12.328f,24.067f,51.309f,12.041f,34.241f,43.066f,11.201f,34.241f,43.719f,11.056f,29.153f,46.542f,11.765f,31.697f,45.617f,11.302f,29.153f,47.515f,11.549f,26.61f,49.412f,11.795f,24.067f,51.309f,12.041f,24.067f,52.596f,11.73f,34.241f,43.719f,11.056f,34.241f,44.37f,10.899f,26.61f,49.412f,11.795f,29.153f,47.515f,11.549f}; return value; } private float[] getCoordinate_5_33_point_11() { float[] value = {31.697f,45.617f,11.302f,31.697f,46.427f,11.107f,29.153f,48.484f,11.314f,26.61f,50.54f,11.522f,24.067f,52.596f,11.73f,24.067f,58.969f,10.048f,34.241f,44.37f,10.899f,34.241f,47.594f,10.048f,24.067f,57.698f,10.394f,24.067f,55.155f,11.067f,26.61f,50.54f,11.522f,29.153f,48.484f,11.314f,31.697f,46.427f,11.107f,34.241f,45.664f,10.563f,31.697f,50.438f,10.048f,29.153f,53.282f,10.048f,26.61f,56.126f,10.048f,24.067f,58.969f,10.048f,24.067f,57.669f,10.19f,34.241f,47.594f,10.048f,34.241f,46.936f,10.12f,26.61f,56.126f,10.048f,29.153f,53.282f,10.048f,31.697f,50.438f,10.048f,31.697f,49.62f,10.137f,29.153f,52.304f,10.155f,26.61f,54.987f,10.172f,24.067f,57.669f,10.19f,24.067f,57.019f,10.178f,24.067f,56.369f,10.165f,34.241f,46.936f,10.12f,34.241f,46.279f,10.107f,26.61f,54.987f,10.172f,29.153f,52.304f,10.155f,31.697f,49.62f,10.137f,29.153f,51.325f,10.136f,24.067f,56.369f,10.165f,24.067f,55.072f,10.067f,34.241f,46.279f,10.107f,34.241f,45.623f,10.058f,29.153f,51.325f,10.136f,29.153f,50.348f,10.063f,24.067f,55.072f,10.067f,24.067f,53.78f,9.9211f,34.241f,45.623f,10.058f,34.241f,44.969f,9.9839f,29.153f,50.348f,10.063f,29.153f,49.375f,9.9525f,24.067f,53.78f,9.9211f,24.067f,52.491f,9.7464f,34.241f,44.969f,9.9839f,34.241f,44.317f,9.8955f,29.153f,49.375f,9.9525f,29.153f,48.405f,9.8209f,24.067f,52.491f,9.7464f,24.067f,49.93f,9.3568f,24.067f,47.385f,8.979f,34.241f,44.317f,9.8955f,34.241f,41.734f,9.5073f,29.153f,48.405f,9.8209f,31.697f,43.147f,9.3752f,29.153f,44.56f,9.2431f,26.61f,45.973f,9.111f,24.067f,47.385f,8.979f,24.067f,46.752f,8.8961f,24.067f,46.119f,8.8132f,34.241f,41.734f,9.5073f,34.241f,41.094f,9.4235f,26.61f,45.973f,9.111f,29.153f,44.56f,9.2431f,31.697f,43.147f,9.3752f,31.697f,42.35f,9.2709f,29.153f,43.607f,9.1183f,26.61f,44.863f,8.9657f,24.067f,46.119f,8.8132f,24.067f,44.855f,8.6744f,34.241f,41.094f,9.4235f,34.241f,40.454f,9.3533f,24.067f,45.276f,8.7207f,24.067f,45.697f,8.7669f,26.61f,44.863f,8.9657f,29.153f,43.607f,9.1183f,31.697f,42.35f,9.2709f,31.697f,41.555f,9.1835f,29.153f,42.655f,9.0138f,26.61f,43.755f,8.8441f,24.067f,44.855f,8.6744f,24.067f,43.593f,8.5737f,34.241f,40.454f,9.3533f,34.241f,39.816f,9.3023f,24.067f,44.014f,8.6073f,24.067f,44.434f,8.6408f,26.61f,43.755f,8.8441f,29.153f,42.655f,9.0138f,31.697f,41.555f,9.1835f,31.697f,40.76f,9.1201f,29.153f,41.705f,8.9379f,26.61f,42.649f,8.7558f,24.067f,43.593f,8.5737f,24.067f,42.332f,8.5356f}; return value; } private float[] getCoordinate_5_33_point_12() { float[] value = {34.241f,39.816f,9.3023f,34.241f,39.178f,9.2831f,24.067f,42.752f,8.5483f,24.067f,43.172f,8.561f,26.61f,42.649f,8.7558f,29.153f,41.705f,8.9379f,31.697f,40.76f,9.1201f,31.697f,39.967f,9.0962f,29.153f,40.755f,8.9093f,26.61f,41.543f,8.7224f,24.067f,42.332f,8.5356f,24.067f,41.07f,8.5405f,34.241f,39.178f,9.2831f,34.241f,38.54f,9.2855f,24.067f,41.49f,8.5389f,24.067f,41.911f,8.5373f,26.61f,41.543f,8.7224f,29.153f,40.755f,8.9093f,31.697f,39.967f,9.0962f,29.153f,39.805f,8.913f,24.067f,41.07f,8.5405f,24.067f,39.807f,8.5845f,34.241f,38.54f,9.2855f,34.241f,37.901f,9.3078f,24.067f,40.228f,8.5698f,24.067f,40.649f,8.5552f,29.153f,39.805f,8.913f,31.697f,38.377f,9.1269f,29.153f,38.854f,8.946f,26.61f,39.33f,8.7652f,24.067f,39.807f,8.5845f,24.067f,38.541f,8.6662f,34.241f,37.901f,9.3078f,34.241f,37.26f,9.3491f,24.067f,39.174f,8.6253f,26.61f,39.33f,8.7652f,29.153f,38.854f,8.946f,31.697f,38.377f,9.1269f,31.697f,37.58f,9.1783f,29.153f,37.901f,9.0076f,26.61f,38.221f,8.8369f,24.067f,38.541f,8.6662f,24.067f,37.271f,8.789f,34.241f,37.26f,9.3491f,34.241f,36.618f,9.4112f,26.61f,38.221f,8.8369f,29.153f,37.901f,9.0076f,31.697f,37.58f,9.1783f,31.697f,36.781f,9.2557f,29.153f,36.944f,9.1001f,26.61f,37.108f,8.9445f,24.067f,37.271f,8.789f,24.067f,35.994f,8.9636f,34.241f,36.618f,9.4112f,34.241f,35.972f,9.4995f,26.61f,37.108f,8.9445f,29.153f,36.944f,9.1001f,31.697f,36.781f,9.2557f,31.697f,35.978f,9.3655f,29.153f,35.983f,9.2315f,26.61f,35.988f,9.0975f,24.067f,35.994f,8.9636f,24.067f,35.351f,9.0795f,34.241f,35.972f,9.4995f,34.241f,35.647f,9.5581f,26.61f,35.988f,9.0975f,29.153f,35.983f,9.2315f,31.697f,35.978f,9.3655f,31.697f,35.573f,9.4384f,29.153f,35.499f,9.3188f,26.61f,35.425f,9.1991f,24.067f,35.351f,9.0795f,24.067f,34.703f,9.2265f,34.241f,35.647f,9.5581f,34.241f,35.319f,9.6325f,26.61f,35.425f,9.1991f,29.153f,35.499f,9.3188f,31.697f,35.573f,9.4384f,31.697f,35.165f,9.531f,29.153f,35.011f,9.4294f,26.61f,34.857f,9.3279f,24.067f,34.703f,9.2265f,24.067f,34.044f,9.4308f,34.241f,35.319f,9.6325f,34.241f,34.986f,9.7359f,26.61f,34.857f,9.3279f,29.153f,35.011f,9.4294f,31.697f,35.165f,9.531f,31.697f,34.75f,9.6596f,29.153f,34.515f,9.5833f,26.61f,34.279f,9.507f,24.067f,34.044f,9.4308f,24.067f,33.704f,9.5829f,34.241f,34.986f,9.7359f,34.241f,34.814f,9.8128f,26.61f,34.279f,9.507f,29.153f,34.515f,9.5833f,31.697f,34.75f,9.6596f,29.153f,34.259f,9.6979f,24.067f,33.704f,9.5829f}; return value; } private float[] getCoordinate_5_33_point_13() { float[] value = {24.067f,33.562f,9.6716f,34.241f,34.814f,9.8128f,34.241f,34.742f,9.8577f,29.153f,34.259f,9.6979f,29.153f,34.152f,9.7646f,24.067f,33.562f,9.6716f,24.067f,33.487f,9.731f,34.241f,34.742f,9.8577f,34.241f,34.704f,9.8877f,29.153f,34.152f,9.7646f,31.697f,34.4f,9.8485f,29.153f,34.095f,9.8093f,26.61f,33.791f,9.7701f,24.067f,33.487f,9.731f,24.067f,33.268f,10.048f,34.241f,34.704f,9.8877f,34.241f,34.594f,10.048f,31.697f,34.262f,10.048f,29.153f,33.931f,10.048f,26.61f,33.6f,10.048f,26.61f,33.791f,9.7701f,29.153f,34.095f,9.8093f,31.697f,34.4f,9.8485f,34.241f,34.594f,10.048f,34.241f,34.613f,10.248f,51.382f,41.953f,10.048f,51.382f,41.967f,10.188f,38.525f,36.433f,10.048f,42.81f,38.273f,10.048f,47.096f,40.113f,10.048f,42.81f,38.289f,10.218f,34.241f,34.613f,10.248f,34.241f,34.64f,10.293f,51.382f,41.967f,10.188f,51.382f,41.986f,10.22f,42.81f,38.289f,10.218f,42.81f,38.312f,10.256f,34.241f,34.64f,10.293f,34.241f,34.698f,10.367f,51.382f,41.986f,10.22f,51.382f,42.006f,10.245f,51.382f,42.026f,10.271f,42.81f,38.312f,10.256f,42.81f,38.362f,10.319f,34.241f,34.698f,10.367f,34.241f,34.851f,10.505f,51.382f,42.026f,10.271f,51.382f,42.134f,10.368f,42.81f,38.362f,10.319f,47.096f,40.312f,10.403f,42.81f,38.492f,10.437f,38.525f,36.671f,10.471f,34.241f,34.851f,10.505f,34.241f,35.168f,10.71f,51.382f,42.134f,10.368f,51.382f,42.244f,10.44f,51.382f,42.355f,10.511f,38.525f,36.671f,10.471f,42.81f,38.492f,10.437f,47.096f,40.312f,10.403f,47.096f,40.558f,10.561f,42.81f,38.761f,10.611f,38.525f,36.964f,10.661f,34.241f,35.168f,10.71f,34.241f,35.49f,10.869f,51.382f,42.355f,10.511f,51.382f,42.58f,10.622f,38.525f,36.964f,10.661f,42.81f,38.761f,10.611f,47.096f,40.558f,10.561f,47.096f,40.807f,10.684f,42.81f,39.035f,10.746f,38.525f,37.262f,10.807f,34.241f,35.49f,10.869f,34.241f,35.815f,11.0f,51.382f,42.58f,10.622f,51.382f,42.694f,10.668f,51.382f,42.808f,10.714f,38.525f,37.262f,10.807f,42.81f,39.035f,10.746f,47.096f,40.807f,10.684f,42.81f,39.311f,10.857f,34.241f,35.815f,11.0f,34.241f,36.469f,11.21f,51.382f,42.808f,10.714f,51.382f,43.037f,10.788f,51.382f,43.266f,10.861f,42.81f,39.311f,10.857f,47.096f,41.566f,10.948f,42.81f,39.867f,11.036f,38.525f,38.168f,11.123f,34.241f,36.469f,11.21f,34.241f,37.127f,11.368f,51.382f,43.266f,10.861f,51.382f,43.726f,10.972f,38.525f,38.168f,11.123f,42.81f,39.867f,11.036f,47.096f,41.566f,10.948f,47.096f,42.076f,11.071f,42.81f,40.426f,11.17f}; return value; } private float[] getCoordinate_5_33_point_14() { float[] value = {38.525f,38.776f,11.269f,34.241f,37.127f,11.368f,34.241f,37.786f,11.487f,51.382f,43.726f,10.972f,51.382f,44.188f,11.055f,38.525f,38.776f,11.269f,42.81f,40.426f,11.17f,47.096f,42.076f,11.071f,47.096f,42.587f,11.163f,42.81f,40.986f,11.271f,38.525f,39.386f,11.379f,34.241f,37.786f,11.487f,34.241f,38.447f,11.569f,51.382f,44.188f,11.055f,51.382f,44.65f,11.112f,38.525f,39.386f,11.379f,42.81f,40.986f,11.271f,47.096f,42.587f,11.163f,42.81f,41.548f,11.341f,34.241f,38.447f,11.569f,34.241f,39.109f,11.617f,51.382f,44.65f,11.112f,51.382f,44.882f,11.129f,51.382f,45.113f,11.146f,42.81f,41.548f,11.341f,42.81f,42.111f,11.381f,34.241f,39.109f,11.617f,34.241f,39.771f,11.629f,51.382f,45.113f,11.146f,51.382f,45.345f,11.15f,51.382f,45.577f,11.155f,42.81f,42.111f,11.381f,42.81f,42.673f,11.392f,34.241f,39.771f,11.629f,34.241f,40.433f,11.597f,51.382f,45.577f,11.155f,51.382f,45.808f,11.143f,51.382f,46.04f,11.132f,42.81f,42.673f,11.392f,47.096f,44.638f,11.248f,42.81f,43.236f,11.365f,38.525f,41.834f,11.481f,34.241f,40.433f,11.597f,34.241f,41.094f,11.533f,51.382f,46.04f,11.132f,51.382f,46.271f,11.11f,51.382f,46.502f,11.087f,38.525f,41.834f,11.481f,42.81f,43.236f,11.365f,47.096f,44.638f,11.248f,47.096f,45.15f,11.199f,42.81f,43.797f,11.31f,38.525f,42.445f,11.422f,34.241f,41.094f,11.533f,34.241f,41.753f,11.443f,51.382f,46.502f,11.087f,51.382f,46.963f,11.024f,38.525f,42.445f,11.422f,42.81f,43.797f,11.31f,47.096f,45.15f,11.199f,47.096f,45.66f,11.129f,42.81f,44.358f,11.234f,38.525f,43.055f,11.338f,34.241f,41.753f,11.443f,34.241f,42.41f,11.331f,51.382f,46.963f,11.024f,51.382f,47.424f,10.946f,38.525f,43.055f,11.338f,42.81f,44.358f,11.234f,47.096f,45.66f,11.129f,42.81f,44.916f,11.139f,34.241f,42.41f,11.331f,34.241f,43.066f,11.201f,51.382f,47.424f,10.946f,51.382f,47.882f,10.855f,42.81f,44.916f,11.139f,42.81f,45.474f,11.028f,34.241f,43.066f,11.201f,34.241f,43.719f,11.056f,51.382f,47.882f,10.855f,51.382f,48.34f,10.754f,42.81f,45.474f,11.028f,48.431f,47.544f,10.806f,48.431f,47.496f,10.816f,48.254f,47.496f,10.809f,44.75f,46.552f,10.871f,41.247f,45.607f,10.932f,37.744f,44.663f,10.994f,50.644f,48.141f,10.767f,49.907f,47.942f,10.78f,49.169f,47.743f,10.793f,34.241f,43.719f,11.056f,34.241f,44.37f,10.899f,48.254f,47.496f,10.809f,37.744f,44.663f,10.994f,41.247f,45.607f,10.932f,44.75f,46.552f,10.871f,48.123f,47.496f,10.803f,44.359f,46.66f,10.826f,40.595f,45.823f,10.849f}; return value; } private float[] getCoordinate_5_33_point_15() { float[] value = {36.83f,44.987f,10.873f,36.819f,45.035f,10.86f,35.53f,44.703f,10.88f,51.382f,48.34f,10.754f,51.382f,48.567f,10.699f,51.382f,48.795f,10.643f,48.431f,47.544f,10.806f,49.169f,47.743f,10.793f,49.907f,47.942f,10.78f,50.644f,48.141f,10.767f,48.445f,48.037f,10.687f,48.544f,47.59f,10.8f,48.431f,47.565f,10.801f,50.648f,48.605f,10.654f,49.914f,48.416f,10.665f,49.179f,48.226f,10.676f,48.431f,50.456f,10.048f,51.382f,48.795f,10.643f,51.382f,51.051f,10.048f,48.445f,48.037f,10.687f,49.179f,48.226f,10.676f,49.914f,48.416f,10.665f,50.648f,48.605f,10.654f,48.431f,49.006f,10.435f,48.431f,48.1f,10.67f,49.907f,50.753f,10.048f,34.241f,44.37f,10.899f,34.241f,47.594f,10.048f,36.819f,45.035f,10.86f,34.241f,45.664f,10.563f,35.53f,44.703f,10.88f,36.558f,46.21f,10.542f,36.325f,47.26f,10.252f,36.325f,47.704f,10.132f,36.325f,48.014f,10.048f,35.283f,47.804f,10.048f,48.431f,50.456f,10.048f,51.382f,51.051f,10.048f,51.382f,50.821f,10.073f,51.382f,50.591f,10.098f,49.907f,50.753f,10.048f,48.431f,49.962f,10.102f,50.644f,50.434f,10.099f,49.907f,50.276f,10.1f,49.169f,50.119f,10.101f,34.241f,47.594f,10.048f,34.241f,46.936f,10.12f,36.325f,48.014f,10.048f,35.283f,47.804f,10.048f,36.325f,47.697f,10.083f,36.325f,47.381f,10.117f,35.283f,47.158f,10.119f,48.431f,49.962f,10.102f,51.382f,50.591f,10.098f,51.382f,50.131f,10.09f,49.169f,50.119f,10.101f,49.907f,50.276f,10.1f,50.644f,50.434f,10.099f,48.431f,49.468f,10.092f,48.431f,49.489f,10.093f,50.644f,49.965f,10.09f,49.907f,49.799f,10.091f,49.169f,49.633f,10.091f,34.241f,46.936f,10.12f,34.241f,46.279f,10.107f,36.434f,46.771f,10.105f,35.283f,47.158f,10.119f,36.325f,47.381f,10.117f,36.325f,47.26f,10.115f,35.337f,46.525f,10.106f,34.241f,46.279f,10.107f,34.241f,45.623f,10.058f,36.567f,46.172f,10.057f,35.337f,46.525f,10.106f,36.434f,46.771f,10.105f,35.985f,46.035f,10.058f,35.404f,45.897f,10.058f,34.823f,45.76f,10.058f,48.431f,49.468f,10.092f,51.382f,50.131f,10.09f,51.382f,49.901f,10.072f,51.382f,49.672f,10.055f,49.169f,49.633f,10.091f,49.907f,49.799f,10.091f,50.644f,49.965f,10.09f,48.431f,48.975f,10.054f,48.431f,48.996f,10.055f,50.644f,49.497f,10.055f,49.907f,49.323f,10.054f,49.169f,49.149f,10.054f,34.241f,45.623f,10.058f,34.241f,44.969f,9.9839f,36.699f,45.577f,9.9867f,34.823f,45.76f,10.058f,35.404f,45.897f,10.058f,35.985f,46.035f,10.058f,36.567f,46.172f,10.057f,36.084f,45.425f,9.986f,35.47f,45.273f,9.9853f,34.856f,45.121f,9.9846f}; return value; } private float[] getCoordinate_5_33_point_16() { float[] value = {48.431f,48.975f,10.054f,51.382f,49.672f,10.055f,51.382f,49.443f,10.029f,51.382f,49.214f,10.003f,49.169f,49.149f,10.054f,49.907f,49.323f,10.054f,50.644f,49.497f,10.055f,48.431f,48.483f,9.9988f,48.431f,48.505f,9.9998f,49.907f,48.849f,10.001f,34.241f,44.969f,9.9839f,34.241f,44.317f,9.8955f,36.83f,44.988f,9.9024f,34.856f,45.121f,9.9846f,35.47f,45.273f,9.9853f,36.084f,45.425f,9.986f,36.699f,45.577f,9.9867f,36.183f,44.82f,9.9007f,35.535f,44.652f,9.8989f,34.888f,44.485f,9.8972f,48.431f,48.483f,9.9988f,51.382f,49.214f,10.003f,51.382f,48.758f,9.9413f,49.907f,48.849f,10.001f,48.453f,47.999f,9.9335f,48.439f,48.017f,9.9348f,48.431f,48.1f,9.9478f,49.918f,48.379f,9.9374f,34.241f,44.317f,9.8955f,34.241f,41.734f,9.5073f,38.582f,44.842f,9.8172f,38.582f,44.244f,9.725f,38.582f,43.649f,9.6344f,42.757f,45.971f,9.8355f,42.757f,45.421f,9.7506f,42.757f,44.873f,9.6672f,47.033f,47.128f,9.8542f,47.033f,46.626f,9.7767f,47.033f,46.126f,9.7007f,51.382f,48.758f,9.9413f,51.382f,48.304f,9.8733f,51.382f,47.851f,9.8034f,51.382f,47.4f,9.7348f,51.382f,46.951f,9.6696f,34.888f,44.485f,9.8972f,35.535f,44.652f,9.8989f,36.183f,44.82f,9.9007f,36.83f,44.988f,9.9024f,48.453f,47.999f,9.9335f,49.918f,48.379f,9.9374f,36.83f,44.987f,9.9022f,39.653f,45.614f,9.8942f,42.477f,46.242f,9.8862f,45.3f,46.869f,9.8781f,48.123f,47.496f,9.8701f,48.431f,47.496f,9.8589f,48.431f,47.565f,9.8692f,48.544f,47.59f,9.8689f,49.239f,46.298f,9.6493f,47.096f,45.646f,9.629f,44.953f,44.994f,9.6088f,42.81f,44.342f,9.5885f,40.667f,43.69f,9.5682f,38.525f,43.038f,9.5479f,36.383f,42.386f,9.5276f,34.241f,41.734f,9.5073f,34.241f,41.094f,9.4235f,51.382f,46.951f,9.6696f,51.382f,46.726f,9.6403f,51.382f,46.502f,9.611f,36.383f,42.386f,9.5276f,38.525f,43.038f,9.5479f,40.667f,43.69f,9.5682f,42.81f,44.342f,9.5885f,44.953f,44.994f,9.6088f,47.096f,45.646f,9.629f,49.239f,46.298f,9.6493f,47.096f,45.15f,9.5641f,42.81f,43.797f,9.5172f,38.525f,42.445f,9.4703f,34.241f,41.094f,9.4235f,34.241f,40.454f,9.3533f,51.382f,46.502f,9.611f,51.382f,46.055f,9.5618f,38.525f,42.445f,9.4703f,42.81f,43.797f,9.5172f,47.096f,45.15f,9.5641f,42.81f,43.254f,9.4575f,34.241f,40.454f,9.3533f,34.241f,39.816f,9.3023f,51.382f,46.055f,9.5618f,51.382f,45.831f,9.544f,51.382f,45.608f,9.5262f,42.81f,43.254f,9.4575f,42.81f,42.711f,9.4142f,34.241f,39.816f,9.3023f,34.241f,39.178f,9.2831f,51.382f,45.608f,9.5262f,51.382f,45.162f,9.5127f,42.81f,42.711f,9.4142f}; return value; } private float[] getCoordinate_5_33_point_17() { float[] value = {42.81f,42.169f,9.3979f,34.241f,39.178f,9.2831f,34.241f,38.54f,9.2855f,51.382f,45.162f,9.5127f,51.382f,44.715f,9.5144f,42.81f,42.169f,9.3979f,42.81f,41.627f,9.4f,34.241f,38.54f,9.2855f,34.241f,37.901f,9.3078f,51.382f,44.715f,9.5144f,51.382f,44.268f,9.53f,42.81f,41.627f,9.4f,42.81f,41.084f,9.4189f,34.241f,37.901f,9.3078f,34.241f,37.26f,9.3491f,51.382f,44.268f,9.53f,51.382f,44.044f,9.5445f,51.382f,43.82f,9.5589f,42.81f,41.084f,9.4189f,42.81f,40.539f,9.454f,34.241f,37.26f,9.3491f,34.241f,36.618f,9.4112f,51.382f,43.82f,9.5589f,51.382f,43.37f,9.6024f,42.81f,40.539f,9.454f,47.096f,41.682f,9.5546f,42.81f,39.993f,9.5068f,38.525f,38.305f,9.459f,34.241f,36.618f,9.4112f,34.241f,35.972f,9.4995f,51.382f,43.37f,9.6024f,51.382f,42.918f,9.6642f,38.525f,38.305f,9.459f,42.81f,39.993f,9.5068f,47.096f,41.682f,9.5546f,47.096f,41.181f,9.623f,42.81f,39.444f,9.5818f,38.525f,37.708f,9.5407f,34.241f,35.972f,9.4995f,34.241f,35.647f,9.5581f,51.382f,42.918f,9.6642f,51.382f,42.804f,9.6847f,51.382f,42.691f,9.7052f,38.525f,37.708f,9.5407f,42.81f,39.444f,9.5818f,47.096f,41.181f,9.623f,47.096f,40.929f,9.6684f,42.81f,39.168f,9.6317f,38.525f,37.407f,9.5949f,34.241f,35.647f,9.5581f,34.241f,35.319f,9.6325f,51.382f,42.691f,9.7052f,51.382f,42.461f,9.7573f,38.525f,37.407f,9.5949f,42.81f,39.168f,9.6317f,47.096f,40.929f,9.6684f,42.81f,38.89f,9.6949f,34.241f,35.319f,9.6325f,34.241f,34.986f,9.7359f,51.382f,42.461f,9.7573f,51.382f,42.344f,9.7934f,51.382f,42.228f,9.8296f,42.81f,38.89f,9.6949f,42.81f,38.606f,9.7827f,34.241f,34.986f,9.7359f,34.241f,34.814f,9.8128f,51.382f,42.228f,9.8296f,51.382f,42.168f,9.8565f,51.382f,42.107f,9.8834f,42.81f,38.606f,9.7827f,42.81f,38.46f,9.8481f,34.241f,34.814f,9.8128f,34.241f,34.742f,9.8577f,51.382f,42.107f,9.8834f,51.382f,42.082f,9.8991f,51.382f,42.057f,9.9148f,42.81f,38.46f,9.8481f,42.81f,38.399f,9.8862f,34.241f,34.742f,9.8577f,34.241f,34.704f,9.8877f,51.382f,42.057f,9.9148f,51.382f,42.044f,9.9253f,51.382f,42.031f,9.9358f,42.81f,38.399f,9.8862f,47.096f,40.198f,9.9238f,42.81f,38.367f,9.9118f,38.525f,36.535f,9.8997f,34.241f,34.704f,9.8877f,34.241f,34.594f,10.048f,51.382f,42.031f,9.9358f,51.382f,41.953f,10.048f,47.096f,40.113f,10.048f,42.81f,38.273f,10.048f,38.525f,36.433f,10.048f,38.525f,36.535f,9.8997f,42.81f,38.367f,9.9118f,47.096f,40.198f,9.9238f,4.0672f,33.268f,10.048f,4.0672f,33.307f,10.442f,4.0672f,33.334f,10.487f}; return value; } private float[] getCoordinate_5_33_point_18() { float[] value = {4.0672f,33.361f,10.533f,4.0672f,33.475f,10.678f,4.0672f,33.778f,10.952f,4.0672f,34.091f,11.155f,4.0672f,34.403f,11.357f,4.0672f,35.04f,11.67f,4.0672f,35.683f,11.93f,4.0672f,36.329f,12.137f,4.0672f,36.976f,12.345f,4.0672f,37.626f,12.501f,4.0672f,38.276f,12.657f,4.0672f,39.58f,12.892f,4.0672f,40.234f,12.973f,4.0672f,40.887f,13.054f,4.0672f,42.195f,13.149f,4.0672f,42.85f,13.161f,4.0672f,43.504f,13.174f,4.0672f,44.158f,13.142f,4.0672f,44.812f,13.11f,4.0672f,46.118f,12.984f,4.0672f,47.422f,12.806f,4.0672f,48.721f,12.585f,4.0672f,50.017f,12.328f,4.0672f,51.309f,12.041f,4.0672f,51.952f,11.885f,4.0672f,52.595f,11.73f,4.0672f,54.168f,11.326f,4.0672f,55.822f,10.889f,4.0672f,57.41f,10.469f,4.0672f,58.968f,10.048f,4.0672f,58.319f,10.119f,4.0672f,57.669f,10.19f,4.0672f,56.369f,10.165f,4.0672f,55.072f,10.067f,4.0672f,53.779f,9.9212f,4.0672f,52.491f,9.7464f,4.0672f,51.208f,9.5542f,4.0672f,49.929f,9.3568f,4.0672f,48.655f,9.163f,4.0672f,47.385f,8.979f,4.0672f,46.752f,8.8961f,4.0672f,46.118f,8.8132f,4.0672f,44.855f,8.6744f,4.0672f,43.593f,8.5737f,4.0672f,42.331f,8.5357f,4.0672f,41.07f,8.5406f,4.0672f,39.806f,8.5845f,4.0672f,38.54f,8.6662f,4.0672f,37.905f,8.7276f,4.0672f,37.271f,8.7891f,4.0672f,36.632f,8.8763f,4.0672f,35.994f,8.9636f,4.0672f,35.351f,9.0795f,4.0672f,35.027f,9.153f,4.0672f,34.703f,9.2265f,4.0672f,34.374f,9.3286f,4.0672f,34.044f,9.4308f,4.0672f,33.704f,9.5829f,4.0672f,33.562f,9.6716f,4.0672f,33.487f,9.731f,4.0672f,33.378f,9.8895f,51.382f,41.953f,10.048f,51.382f,41.967f,10.188f,51.382f,41.986f,10.22f,51.382f,42.006f,10.245f,51.382f,42.026f,10.271f,51.382f,42.134f,10.368f,51.382f,42.244f,10.44f,51.382f,42.355f,10.511f,51.382f,42.58f,10.622f,51.382f,42.694f,10.668f,51.382f,42.808f,10.714f,51.382f,43.037f,10.788f,51.382f,43.266f,10.861f,51.382f,43.726f,10.972f,51.382f,44.188f,11.055f,51.382f,44.65f,11.112f,51.382f,44.882f,11.129f,51.382f,45.113f,11.146f,51.382f,45.345f,11.15f,51.382f,45.577f,11.155f,51.382f,45.808f,11.143f,51.382f,46.04f,11.132f,51.382f,46.271f,11.11f,51.382f,46.502f,11.087f,51.382f,46.963f,11.024f,51.382f,47.424f,10.946f,51.382f,47.882f,10.855f,51.382f,48.34f,10.754f,51.382f,48.567f,10.699f,51.382f,48.795f,10.643f,51.382f,51.051f,10.048f,51.382f,50.821f,10.073f,51.382f,50.591f,10.098f,51.382f,50.131f,10.09f,51.382f,49.901f,10.072f,51.382f,49.672f,10.055f,51.382f,49.443f,10.029f,51.382f,49.214f,10.003f,51.382f,48.758f,9.9413f}; return value; } private float[] getCoordinate_5_33_point_19() { float[] value = {51.382f,48.304f,9.8733f,51.382f,47.851f,9.8034f,51.382f,47.4f,9.7348f,51.382f,46.951f,9.6696f,51.382f,46.726f,9.6403f,51.382f,46.502f,9.611f,51.382f,46.055f,9.5618f,51.382f,45.831f,9.544f,51.382f,45.608f,9.5262f,51.382f,45.162f,9.5127f,51.382f,44.715f,9.5144f,51.382f,44.268f,9.53f,51.382f,44.044f,9.5445f,51.382f,43.82f,9.5589f,51.382f,43.37f,9.6024f,51.382f,42.918f,9.6642f,51.382f,42.804f,9.6847f,51.382f,42.691f,9.7052f,51.382f,42.461f,9.7573f,51.382f,42.344f,9.7934f,51.382f,42.228f,9.8296f,51.382f,42.168f,9.8565f,51.382f,42.107f,9.8834f,51.382f,42.082f,9.8991f,51.382f,42.057f,9.9148f,51.382f,42.044f,9.9253f,51.382f,42.031f,9.9358f,36.325f,48.014f,10.048f,36.325f,47.26f,10.252f,36.325f,47.704f,10.132f,36.325f,47.697f,10.083f,36.325f,47.381f,10.117f,36.325f,47.26f,10.115f,48.123f,47.496f,9.8701f,36.83f,44.987f,10.873f,40.595f,45.823f,10.849f,44.359f,46.66f,10.826f,48.123f,47.496f,10.803f,45.3f,46.869f,9.8781f,42.477f,46.242f,9.8862f,39.653f,45.614f,9.8942f,36.83f,44.987f,9.9022f,48.544f,47.59f,9.8689f,48.431f,47.565f,10.801f,48.544f,47.59f,10.8f,48.431f,47.565f,9.8692f,36.83f,44.987f,9.9022f,36.83f,44.987f,10.873f,36.819f,45.035f,10.86f,36.325f,47.26f,10.252f,36.558f,46.21f,10.542f,36.434f,46.771f,10.105f,36.325f,47.26f,10.115f,36.567f,46.172f,10.057f,36.699f,45.577f,9.9867f,36.83f,44.988f,9.9024f,48.544f,47.59f,9.8689f,48.544f,47.59f,10.8f,48.445f,48.037f,10.687f,48.431f,48.1f,10.67f,48.453f,47.999f,9.9335f,48.431f,48.1f,9.9478f,48.431f,47.496f,9.8589f,48.431f,47.496f,10.816f,48.254f,47.496f,10.809f,48.123f,47.496f,10.803f,48.123f,47.496f,9.8701f,48.431f,47.496f,9.8589f,48.431f,47.496f,10.816f,48.431f,47.544f,10.806f,48.431f,47.565f,10.801f,48.431f,47.565f,9.8692f,48.431f,48.1f,9.9478f,48.431f,48.1f,10.67f,48.431f,49.006f,10.435f,48.431f,50.456f,10.048f,48.431f,49.962f,10.102f,48.431f,49.489f,10.093f,48.431f,49.468f,10.092f,48.431f,48.996f,10.055f,48.431f,48.975f,10.054f,48.431f,48.505f,9.9998f,48.431f,48.483f,9.9988f,22.059f,56.219f,10.154f,22.059f,56.219f,10.784f,5.5629f,56.219f,10.784f,8.8622f,56.219f,10.784f,12.162f,56.219f,10.784f,15.461f,56.219f,10.784f,18.76f,56.219f,10.784f,16.561f,56.219f,10.154f,11.062f,56.219f,10.154f,5.5629f,56.219f,10.154f,5.5629f,56.219f,10.784f,5.5629f,58.968f,10.048f,5.5629f,57.698f,10.394f,5.5629f,57.669f,10.19f,5.5629f,58.102f,10.143f,5.5629f,58.535f,10.095f,5.5629f,56.369f,10.165f}; return value; } private float[] getCoordinate_5_33_point_20() { float[] value = {5.5629f,57.019f,10.178f,5.5629f,56.219f,10.154f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_34_vector_1() { float[] value = {1.0f,0.0f,0.0f,0.72469f,0.68908f,0.0f,-0.68908f,0.72469f,0.0f,-1.0f,1.2331E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,7.3989E-16f,0.0f,0.72469f,0.68908f,0.0f,0.0f,1.0f,0.0f,-0.68908f,0.72469f,0.0f,-1.0f,-4.9326E-16f,0.0f,-0.72469f,-0.68908f,0.0f,9.8652E-16f,-1.0f,0.0f,0.68908f,-0.72469f,0.0f,1.0f,-4.9326E-16f,0.0f,1.0f,4.9326E-16f,0.0f,0.72469f,0.68908f,0.0f,-4.9326E-16f,1.0f,0.0f,-0.68908f,0.72469f,0.0f,-1.0f,-3.6994E-16f,0.0f,-0.72469f,-0.68908f,0.0f,0.0f,-1.0f,0.0f,0.68908f,-0.72469f,0.0f,1.0f,0.0f,0.0f,1.0f,-2.4663E-16f,0.0f,0.72469f,0.68908f,0.0f,9.8652E-16f,1.0f,0.0f,-0.68908f,0.72469f,0.0f,-1.0f,-4.9326E-16f,0.0f,-0.72469f,-0.68908f,0.0f,4.9326E-16f,-1.0f,0.0f,0.68908f,-0.72469f,0.0f,1.0f,-2.4663E-16f,0.0f,1.0f,-4.9326E-16f,0.0f,0.72469f,0.68908f,0.0f,4.9326E-16f,1.0f,0.0f,-0.68908f,0.72469f,0.0f,-1.0f,1.2331E-16f,0.0f,-0.72469f,-0.68908f,0.0f,9.8652E-16f,-1.0f,0.0f,0.68908f,-0.72469f,0.0f,1.0f,-2.4663E-16f,0.0f,1.0f,4.9326E-16f,0.0f,0.72469f,0.68908f,0.0f,0.0f,1.0f,0.0f,-0.68908f,0.72469f,0.0f,-1.0f,-3.6994E-16f,0.0f,-0.72469f,-0.68908f,0.0f,4.9326E-16f,-1.0f,0.0f,0.68908f,-0.72469f,0.0f,1.0f,-2.4663E-16f,0.0f,1.0f,4.9326E-16f,0.0f,-1.0f,-4.9326E-16f,0.0f,-0.72469f,-0.68908f,0.0f,1.4798E-15f,-1.0f,0.0f,0.68908f,-0.72469f,0.0f,1.0f,0.0f,0.0f,0.35056f,0.93654f,0.0f,0.68498f,0.72856f,0.0f,0.85414f,0.52004f,0.0f,0.88271f,0.46992f,0.0f,0.90832f,0.41828f,0.0f,0.9309f,0.36528f,0.0f,0.9504f,0.31102f,-5.2988E-16f,0.9657f,0.25964f,0.0f,0.97822f,0.20756f,0.0f,0.98793f,0.15488f,0.0f,0.99481f,0.10172f,0.0f,1.0f,2.4663E-16f,0.0f,1.0f,2.4663E-16f,0.0f,0.99831f,0.05807f,0.0f,0.99326f,0.11594f,0.0f,0.98592f,0.16724f,0.0f,0.97594f,0.21806f,0.0f,0.96334f,0.26829f,5.8621E-16f,0.94814f,0.31785f,-1.1734E-15f,0.92892f,0.37029f,0.0f,0.90681f,0.42154f,0.0f,0.88187f,0.4715f,0.0f,0.85414f,0.52004f,0.0f,0.77931f,0.62664f,0.0f,0.69114f,0.72272f,0.0f,0.37769f,0.92593f,0.0f,-4.9326E-16f,1.0f,0.0f,-0.37772f,0.92592f,-1.2585E-15f,-0.69116f,0.7227f,0.0f,-0.85416f,0.52002f,0.0f,-0.94815f,0.31783f,0.0f,-0.99326f,0.11592f,0.0f,-0.9963f,-0.085894f,0.0f,-0.95769f,-0.28779f,0.0f,-0.87178f,-0.4899f,0.0f,-0.72146f,-0.69246f,0.0f,-0.4448f,-0.89563f,1.4404E-16f,4.9326E-16f,-1.0f,0.0f,0.4448f,-0.89563f,0.0f,0.59197f,-0.80596f,0.0f,0.72147f,-0.69245f,0.0f,0.80305f,-0.59592f,0.0f,0.87178f,-0.48989f,0.0f,0.89741f,-0.44119f,0.0f}; return value; } private float[] getNormal_5_34_vector_2() { float[] value = {0.92031f,-0.3912f,0.0f,0.94042f,-0.34002f,0.0f,0.9577f,-0.28778f,0.0f,0.97124f,-0.2381f,8.5857E-16f,0.9822f,-0.18782f,5.7377E-16f,0.99056f,-0.13705f,0.0f,0.99631f,-0.085877f,0.0f,0.99908f,-0.042978f,5.552E-16f,1.0f,-2.4663E-16f,0.0f,1.0f,-2.4663E-16f,0.0f,0.99419f,-0.10767f,-5.1841E-16f,0.98698f,-0.16086f,0.0f,0.97693f,-0.21355f,0.0f,0.96408f,-0.26562f,0.0f,0.94843f,-0.31698f,0.0f,0.90551f,-0.42433f,-5.2818E-16f,0.85044f,-0.52608f,0.0f,0.67837f,-0.73472f,0.0f,0.51697f,-0.856f,8.5478E-16f,0.33349f,-0.94275f,0.0f,-4.9326E-16f,-1.0f,0.0f,-0.33348f,-0.94276f,0.0f,-0.67836f,-0.73473f,0.0f,-0.85043f,-0.52609f,2.5516E-16f,-0.94843f,-0.31699f,3.5681E-16f,-0.99418f,-0.10769f,0.0f,-0.99482f,0.1017f,0.0f,-0.95041f,0.311f,0.0f,-0.85416f,0.52002f,0.0f,-0.685f,0.72854f,0.0f,-0.35059f,0.93653f,0.0f,-4.9326E-16f,1.0f,0.0f,1.6676E-15f,0.99525f,-0.097319f,2.2209E-15f,0.99525f,-0.097319f,-6.1101E-17f,0.99525f,-0.097319f,4.9033E-14f,0.99525f,-0.097319f,0.0f,0.99525f,-0.097319f,-5.186E-17f,0.99525f,-0.097319f,-3.4568E-17f,0.99525f,-0.097319f,3.4673E-14f,0.99525f,-0.097319f,2.2116E-14f,0.99525f,-0.097319f,1.3339E-14f,0.99525f,-0.097319f,1.5694E-7f,0.85922f,-0.51161f,1.5694E-7f,0.85922f,-0.51161f,1.5694E-7f,0.85922f,-0.51161f,1.5694E-7f,0.85922f,-0.51161f,1.5694E-7f,0.85922f,-0.51161f,1.5694E-7f,0.85922f,-0.51161f,1.5694E-7f,0.85922f,-0.51161f,1.5694E-7f,0.85922f,-0.51161f,1.5694E-7f,0.85922f,-0.51161f,2.1132E-7f,0.78598f,-0.61825f,2.1132E-7f,0.78598f,-0.61825f,2.1132E-7f,0.78598f,-0.61825f,2.1132E-7f,0.78598f,-0.61825f,2.1132E-7f,0.78598f,-0.61825f,2.1132E-7f,0.78598f,-0.61825f,2.1132E-7f,0.78598f,-0.61825f,2.1132E-7f,0.78598f,-0.61825f,3.0553E-7f,0.67129f,-0.74119f,3.0553E-7f,0.67129f,-0.74119f,3.0553E-7f,0.67129f,-0.74119f,3.0553E-7f,0.67129f,-0.74119f,3.0553E-7f,0.67129f,-0.74119f,3.0553E-7f,0.67129f,-0.74119f,3.0553E-7f,0.67129f,-0.74119f,3.0553E-7f,0.67129f,-0.74119f,3.0553E-7f,0.67129f,-0.74119f,3.0553E-7f,0.67129f,-0.74119f,4.492E-7f,0.54311f,-0.83966f,4.492E-7f,0.54311f,-0.83966f,4.492E-7f,0.54311f,-0.83966f,4.492E-7f,0.54311f,-0.83966f,4.492E-7f,0.54311f,-0.83966f,4.492E-7f,0.54311f,-0.83966f,4.492E-7f,0.54311f,-0.83966f,4.492E-7f,0.54311f,-0.83966f,4.492E-7f,0.54311f,-0.83966f,4.492E-7f,0.54311f,-0.83966f,4.492E-7f,0.54311f,-0.83966f,6.2691E-7f,0.44141f,-0.89731f,6.2691E-7f,0.44141f,-0.89731f,6.2691E-7f,0.44141f,-0.89731f,6.2691E-7f,0.44141f,-0.89731f,6.2691E-7f,0.44141f,-0.89731f,6.2691E-7f,0.44141f,-0.89731f,6.2691E-7f,0.44141f,-0.89731f,6.2691E-7f,0.44141f,-0.89731f,6.2691E-7f,0.44141f,-0.89731f,6.2691E-7f,0.44141f,-0.89731f,7.8229E-7f,0.37459f,-0.92719f,7.8229E-7f,0.37459f,-0.92719f,7.8229E-7f,0.37459f,-0.92719f,7.8229E-7f,0.37459f,-0.92719f,7.8229E-7f,0.37459f,-0.92719f,7.8229E-7f,0.37459f,-0.92719f,7.8229E-7f,0.37459f,-0.92719f,7.8229E-7f,0.37459f,-0.92719f,7.8229E-7f,0.37459f,-0.92719f,7.8229E-7f,0.37459f,-0.92719f}; return value; } private float[] getNormal_5_34_vector_3() { float[] value = {9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,9.8111E-7f,0.30559f,-0.95216f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.2723E-6f,0.23371f,-0.97231f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.5661E-6f,0.1769f,-0.98423f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,1.9012E-6f,0.12353f,-0.99234f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.2815E-6f,0.071915f,-0.99741f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f}; return value; } private float[] getNormal_5_34_vector_4() { float[] value = {2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,2.7262E-6f,0.019242f,-0.99981f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.3703E-6f,-0.048665f,-0.99882f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,3.8728E-6f,-0.096343f,-0.99535f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.3276E-6f,-0.1354f,-0.99079f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,4.7395E-6f,-0.16762f,-0.98585f,5.1151E-6f,-0.19454f,-0.98089f,5.1151E-6f,-0.19454f,-0.98089f,5.1151E-6f,-0.19454f,-0.98089f,5.1151E-6f,-0.19454f,-0.98089f,5.1151E-6f,-0.19454f,-0.98089f,5.1151E-6f,-0.19454f,-0.98089f,5.1151E-6f,-0.19454f,-0.98089f,5.1151E-6f,-0.19454f,-0.98089f,5.1151E-6f,-0.19454f,-0.98089f,5.1151E-6f,-0.19454f,-0.98089f,5.4523E-6f,-0.21681f,-0.97621f,5.4523E-6f,-0.21681f,-0.97621f,5.4523E-6f,-0.21681f,-0.97621f,5.4523E-6f,-0.21681f,-0.97621f,5.4523E-6f,-0.21681f,-0.97621f,5.4523E-6f,-0.21681f,-0.97621f,5.7483E-6f,-0.2349f,-0.97202f,5.7483E-6f,-0.2349f,-0.97202f,5.7483E-6f,-0.2349f,-0.97202f}; return value; } private float[] getNormal_5_34_vector_5() { float[] value = {5.7483E-6f,-0.2349f,-0.97202f,5.7483E-6f,-0.2349f,-0.97202f,5.7483E-6f,-0.2349f,-0.97202f,5.7483E-6f,-0.2349f,-0.97202f,5.7483E-6f,-0.2349f,-0.97202f,5.7483E-6f,-0.2349f,-0.97202f,5.7483E-6f,-0.2349f,-0.97202f,5.7483E-6f,-0.2349f,-0.97202f,5.7483E-6f,-0.2349f,-0.97202f,5.7483E-6f,-0.2349f,-0.97202f,5.9696E-6f,-0.24747f,-0.9689f,6.099E-6f,-0.25433f,-0.96712f,6.1511E-6f,-0.25692f,-0.96643f,6.106E-6f,-0.25481f,-0.96699f,6.2762E-6f,-0.26232f,-0.96498f,6.099E-6f,-0.25433f,-0.96712f,6.1511E-6f,-0.25692f,-0.96643f,6.099E-6f,-0.25433f,-0.96712f,6.1511E-6f,-0.25692f,-0.96643f,6.099E-6f,-0.25433f,-0.96712f,6.1511E-6f,-0.25692f,-0.96643f,5.9696E-6f,-0.24747f,-0.9689f,6.2762E-6f,-0.26232f,-0.96498f,5.9696E-6f,-0.24747f,-0.9689f,5.9696E-6f,-0.24747f,-0.9689f,5.9696E-6f,-0.24747f,-0.9689f,5.9696E-6f,-0.24747f,-0.9689f,5.9696E-6f,-0.24747f,-0.9689f,5.9696E-6f,-0.24747f,-0.9689f,5.9696E-6f,-0.24747f,-0.9689f,6.2762E-6f,-0.26232f,-0.96498f,6.1511E-6f,-0.25692f,-0.96643f,6.1511E-6f,-0.25692f,-0.96643f,6.1511E-6f,-0.25692f,-0.96643f,6.1511E-6f,-0.25692f,-0.96643f,6.1511E-6f,-0.25692f,-0.96643f,6.1511E-6f,-0.25692f,-0.96643f,6.2762E-6f,-0.26232f,-0.96498f,6.2762E-6f,-0.26232f,-0.96498f,6.2762E-6f,-0.26232f,-0.96498f,6.2762E-6f,-0.26232f,-0.96498f,6.2762E-6f,-0.26232f,-0.96498f,6.1511E-6f,-0.25692f,-0.96643f,6.2762E-6f,-0.26232f,-0.96498f,6.2762E-6f,-0.26232f,-0.96498f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,-2.5967E-6f,0.10853f,0.99409f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,2.9893E-7f,-0.018973f,0.99982f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f}; return value; } private float[] getNormal_5_34_vector_6() { float[] value = {1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,1.5104E-6f,-0.075291f,0.99716f,2.2638E-6f,-0.11241f,0.99366f,2.2638E-6f,-0.11241f,0.99366f,2.2638E-6f,-0.11241f,0.99366f,2.2638E-6f,-0.11241f,0.99366f,2.2638E-6f,-0.11241f,0.99366f,2.2638E-6f,-0.11241f,0.99366f,2.2638E-6f,-0.11241f,0.99366f,2.2638E-6f,-0.11241f,0.99366f,2.2638E-6f,-0.11241f,0.99366f,2.2638E-6f,-0.11241f,0.99366f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.6843E-6f,-0.13444f,0.99092f,2.929E-6f,-0.14815f,0.98896f,3.0025E-6f,-0.15257f,0.98829f,2.9683E-6f,-0.15035f,0.98863f,2.8693E-6f,-0.14338f,0.98967f,2.8693E-6f,-0.14338f,0.98967f,3.0025E-6f,-0.15257f,0.98829f,2.9683E-6f,-0.15035f,0.98863f,2.8693E-6f,-0.14338f,0.98967f,3.0025E-6f,-0.15257f,0.98829f,2.9683E-6f,-0.15035f,0.98863f,2.8693E-6f,-0.14338f,0.98967f,3.0025E-6f,-0.15257f,0.98829f,2.9683E-6f,-0.15035f,0.98863f,2.929E-6f,-0.14815f,0.98896f,2.9683E-6f,-0.15035f,0.98863f,2.8693E-6f,-0.14338f,0.98967f,2.8693E-6f,-0.14338f,0.98967f,2.8693E-6f,-0.14338f,0.98967f,2.9683E-6f,-0.15035f,0.98863f,2.8693E-6f,-0.14338f,0.98967f,2.8693E-6f,-0.14338f,0.98967f,2.929E-6f,-0.14815f,0.98896f,2.929E-6f,-0.14815f,0.98896f,2.929E-6f,-0.14815f,0.98896f,2.929E-6f,-0.14815f,0.98896f,2.929E-6f,-0.14815f,0.98896f,2.929E-6f,-0.14815f,0.98896f,2.929E-6f,-0.14815f,0.98896f,2.8693E-6f,-0.14338f,0.98967f,2.8693E-6f,-0.14338f,0.98967f,2.8693E-6f,-0.14338f,0.98967f,2.8693E-6f,-0.14338f,0.98967f,2.8693E-6f,-0.14338f,0.98967f,2.8693E-6f,-0.14338f,0.98967f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.6921E-6f,-0.12976f,0.99155f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f}; return value; } private float[] getNormal_5_34_vector_7() { float[] value = {2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.4487E-6f,-0.10917f,0.99402f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1332E-6f,-0.079581f,0.99683f,2.1332E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,2.1331E-6f,-0.079581f,0.99683f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.6617E-6f,-0.030144f,0.99955f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.3753E-6f,0.0038752f,0.99999f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,1.1501E-6f,0.034765f,0.9994f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f}; return value; } private float[] getNormal_5_34_vector_8() { float[] value = {9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,9.676E-7f,0.064424f,0.99792f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,8.0787E-7f,0.096295f,0.99535f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,6.5677E-7f,0.13541f,0.99079f,5.4315E-7f,0.17754f,0.98411f,5.4315E-7f,0.17754f,0.98411f,5.4315E-7f,0.17754f,0.98411f,5.4315E-7f,0.17754f,0.98411f,5.4315E-7f,0.17754f,0.98411f,5.4315E-7f,0.17754f,0.98411f,5.4315E-7f,0.17754f,0.98411f,5.4315E-7f,0.17754f,0.98411f,5.4315E-7f,0.17754f,0.98411f,5.4315E-7f,0.17754f,0.98411f,4.5051E-7f,0.22118f,0.97523f,4.5051E-7f,0.22118f,0.97523f,4.5051E-7f,0.22118f,0.97523f,4.5051E-7f,0.22118f,0.97523f,4.5051E-7f,0.22118f,0.97523f,4.5051E-7f,0.22118f,0.97523f,4.5051E-7f,0.22118f,0.97523f,4.5051E-7f,0.22118f,0.97523f,4.5051E-7f,0.22118f,0.97523f,4.5051E-7f,0.22118f,0.97523f,4.5051E-7f,0.22118f,0.97523f,3.3515E-7f,0.29605f,0.95517f,3.3515E-7f,0.29605f,0.95517f,3.3515E-7f,0.29605f,0.95517f,3.3515E-7f,0.29605f,0.95517f,3.3515E-7f,0.29605f,0.95517f,3.3515E-7f,0.29605f,0.95517f,3.3515E-7f,0.29605f,0.95517f,3.3515E-7f,0.29605f,0.95517f,3.3515E-7f,0.29605f,0.95517f,3.3515E-7f,0.29605f,0.95517f,3.3515E-7f,0.29605f,0.95517f,2.2965E-7f,0.40843f,0.91279f,2.2965E-7f,0.40843f,0.91279f,2.2965E-7f,0.40843f,0.91279f,2.2965E-7f,0.40843f,0.91279f,2.2965E-7f,0.40843f,0.91279f,2.2965E-7f,0.40843f,0.91279f,2.2965E-7f,0.40843f,0.91279f,2.2965E-7f,0.40843f,0.91279f,2.2965E-7f,0.40843f,0.91279f,2.2965E-7f,0.40843f,0.91279f,1.5324E-7f,0.5286f,0.84887f,1.5324E-7f,0.5286f,0.84887f,1.5324E-7f,0.5286f,0.84887f,1.5324E-7f,0.5286f,0.84887f,1.5324E-7f,0.5286f,0.84887f,1.5324E-7f,0.5286f,0.84887f,1.5324E-7f,0.5286f,0.84887f}; return value; } private float[] getNormal_5_34_vector_9() { float[] value = {1.5324E-7f,0.5286f,0.84887f,1.5324E-7f,0.5286f,0.84887f,1.5324E-7f,0.5286f,0.84887f,1.0479E-7f,0.62176f,0.78321f,1.0479E-7f,0.62176f,0.78321f,1.0479E-7f,0.62176f,0.78321f,1.0479E-7f,0.62176f,0.78321f,1.0479E-7f,0.62176f,0.78321f,1.0479E-7f,0.62176f,0.78321f,1.0479E-7f,0.62176f,0.78321f,1.0479E-7f,0.62176f,0.78321f,1.0479E-7f,0.62176f,0.78321f,1.0479E-7f,0.62176f,0.78321f,1.6097E-15f,0.82354f,0.56726f,1.1498E-15f,0.82354f,0.56726f,1.3799E-15f,0.82354f,0.56726f,2.2431E-13f,0.82354f,0.56726f,3.5615E-16f,0.82354f,0.56726f,2.0149E-16f,0.82354f,0.56726f,3.0229E-16f,0.82354f,0.56726f,0.0f,0.82354f,0.56726f,5.6018E-14f,0.82354f,0.56726f,1.1025E-13f,0.82354f,0.56726f,1.6713E-13f,0.82354f,0.56726f,-0.12856f,0.98699f,-0.096512f,-0.12856f,0.98699f,-0.096512f,-0.12856f,0.98699f,-0.096512f,-0.12856f,0.98699f,-0.096512f,-0.12856f,0.98699f,-0.096512f,-0.12856f,0.98699f,-0.096512f,-0.12856f,0.98699f,-0.096512f,-0.12856f,0.98699f,-0.096512f,-0.12856f,0.98699f,-0.096512f,-0.12856f,0.98699f,-0.096512f,-0.11925f,0.85309f,-0.50796f,-0.11925f,0.85309f,-0.50796f,-0.11925f,0.85308f,-0.50796f,-0.11925f,0.85308f,-0.50796f,-0.11925f,0.85309f,-0.50796f,-0.11925f,0.85309f,-0.50796f,-0.11925f,0.85309f,-0.50796f,-0.11925f,0.85309f,-0.50796f,-0.11925f,0.85309f,-0.50796f,-0.11925f,0.85309f,-0.50796f,-0.11268f,0.78098f,-0.61431f,-0.11268f,0.78098f,-0.61431f,-0.11268f,0.78098f,-0.61431f,-0.11268f,0.78098f,-0.61431f,-0.11268f,0.78098f,-0.61431f,-0.11268f,0.78098f,-0.61431f,-0.11268f,0.78098f,-0.61431f,-0.11268f,0.78098f,-0.61431f,-0.11268f,0.78098f,-0.61431f,-0.11268f,0.78098f,-0.61431f,-0.10283f,0.66773f,-0.73726f,-0.10283f,0.66773f,-0.73726f,-0.10283f,0.66773f,-0.73726f,-0.10283f,0.66773f,-0.73726f,-0.10283f,0.66773f,-0.73726f,-0.10283f,0.66773f,-0.73726f,-0.10283f,0.66773f,-0.73726f,-0.10283f,0.66773f,-0.73726f,-0.10283f,0.66773f,-0.73726f,-0.10283f,0.66773f,-0.73726f,-0.093764f,0.54072f,-0.83596f,-0.093764f,0.54072f,-0.83596f,-0.093764f,0.54071f,-0.83596f,-0.093764f,0.54071f,-0.83596f,-0.093764f,0.54072f,-0.83596f,-0.093764f,0.54072f,-0.83596f,-0.093764f,0.54072f,-0.83596f,-0.093764f,0.54072f,-0.83596f,-0.08984f,0.43963f,-0.89368f,-0.08984f,0.43963f,-0.89368f,-0.08984f,0.43962f,-0.89368f,-0.08984f,0.43962f,-0.89368f,-0.08984f,0.43963f,-0.89368f,-0.08984f,0.43963f,-0.89368f,-0.08984f,0.43963f,-0.89368f,-0.08984f,0.43963f,-0.89368f,-0.089249f,0.37309f,-0.92349f,-0.08925f,0.37309f,-0.92349f,-0.089249f,0.37309f,-0.92349f,-0.08925f,0.37309f,-0.92349f,-0.089249f,0.37309f,-0.92349f,-0.089249f,0.37309f,-0.92349f,-0.089249f,0.37309f,-0.92349f,-0.08925f,0.37309f,-0.92349f,-0.08925f,0.37309f,-0.92349f,-0.08925f,0.37309f,-0.92349f,-0.09062f,0.30434f,-0.94824f,-0.09062f,0.30434f,-0.94824f,-0.09062f,0.30433f,-0.94824f,-0.09062f,0.30433f,-0.94824f,-0.09062f,0.30434f,-0.94824f,-0.09062f,0.30434f,-0.94824f,-0.09062f,0.30433f,-0.94824f,-0.09062f,0.30433f,-0.94824f,-0.09062f,0.30434f,-0.94824f,-0.09062f,0.30434f,-0.94824f}; return value; } private float[] getNormal_5_34_vector_10() { float[] value = {-0.096374f,0.23262f,-0.96778f,-0.096374f,0.23262f,-0.96778f,-0.096374f,0.23262f,-0.96778f,-0.096374f,0.23262f,-0.96778f,-0.096374f,0.23262f,-0.96778f,-0.096374f,0.23262f,-0.96778f,-0.096374f,0.23262f,-0.96778f,-0.096374f,0.23262f,-0.96778f,-0.096374f,0.23262f,-0.96778f,-0.096374f,0.23262f,-0.96778f,-0.10418f,0.17594f,-0.97887f,-0.10418f,0.17594f,-0.97887f,-0.10418f,0.17594f,-0.97887f,-0.10418f,0.17594f,-0.97887f,-0.10418f,0.17594f,-0.97887f,-0.10418f,0.17594f,-0.97887f,-0.10418f,0.17594f,-0.97887f,-0.10418f,0.17594f,-0.97887f,-0.10418f,0.17594f,-0.97887f,-0.10418f,0.17594f,-0.97887f,-0.11453f,0.12272f,-0.98581f,-0.11453f,0.12272f,-0.98581f,-0.11453f,0.12272f,-0.98581f,-0.11453f,0.12272f,-0.98581f,-0.11453f,0.12272f,-0.98581f,-0.11453f,0.12272f,-0.98581f,-0.11453f,0.12272f,-0.98581f,-0.11453f,0.12272f,-0.98581f,-0.11453f,0.12272f,-0.98581f,-0.12736f,0.07133f,-0.98929f,-0.12736f,0.07133f,-0.98929f,-0.12736f,0.071329f,-0.98929f,-0.12736f,0.071329f,-0.98929f,-0.12736f,0.07133f,-0.98929f,-0.12736f,0.07133f,-0.98929f,-0.12736f,0.07133f,-0.98929f,-0.12736f,0.07133f,-0.98929f,-0.14325f,0.019045f,-0.9895f,-0.14325f,0.019045f,-0.9895f,-0.14325f,0.019045f,-0.9895f,-0.14325f,0.019042f,-0.9895f,-0.14325f,0.019042f,-0.9895f,-0.14325f,0.019044f,-0.9895f,-0.14325f,0.019044f,-0.9895f,-0.16713f,-0.04798f,-0.98477f,-0.16713f,-0.04798f,-0.98477f,-0.16713f,-0.047983f,-0.98477f,-0.16713f,-0.047983f,-0.98477f,-0.16713f,-0.04798f,-0.98477f,-0.16713f,-0.04798f,-0.98477f,-0.16713f,-0.047981f,-0.98477f,-0.16713f,-0.047981f,-0.98477f,-0.1862f,-0.094657f,-0.97794f,-0.1862f,-0.094657f,-0.97794f,-0.1862f,-0.09466f,-0.97794f,-0.1862f,-0.09466f,-0.97794f,-0.1862f,-0.094657f,-0.97794f,-0.1862f,-0.094657f,-0.97794f,-0.1862f,-0.094658f,-0.97794f,-0.1862f,-0.094658f,-0.97794f,-0.20379f,-0.13256f,-0.97f,-0.20379f,-0.13256f,-0.97f,-0.20379f,-0.13256f,-0.97f,-0.20379f,-0.13256f,-0.97f,-0.20379f,-0.13256f,-0.97f,-0.20379f,-0.13256f,-0.97f,-0.20379f,-0.13256f,-0.97f,-0.20379f,-0.13256f,-0.97f,-0.21993f,-0.16352f,-0.96171f,-0.21993f,-0.16352f,-0.96171f,-0.21993f,-0.16352f,-0.96171f,-0.21993f,-0.16352f,-0.96171f,-0.21993f,-0.16352f,-0.96171f,-0.21993f,-0.16352f,-0.96171f,-0.21993f,-0.16352f,-0.96171f,-0.21993f,-0.16352f,-0.96171f,-0.21993f,-0.16352f,-0.96171f,-0.21993f,-0.16352f,-0.96171f,-0.23479f,-0.1891f,-0.95347f,-0.23479f,-0.1891f,-0.95347f,-0.23479f,-0.18911f,-0.95347f,-0.23479f,-0.18911f,-0.95347f,-0.23479f,-0.1891f,-0.95347f,-0.23479f,-0.18911f,-0.95347f,-0.23479f,-0.18911f,-0.95347f,-0.23479f,-0.18911f,-0.95347f,-0.24822f,-0.21002f,-0.94566f,-0.24822f,-0.21002f,-0.94566f,-0.24822f,-0.21002f,-0.94566f,-0.24822f,-0.21002f,-0.94566f,-0.24822f,-0.21002f,-0.94566f,-0.24822f,-0.21002f,-0.94566f,-0.24822f,-0.21002f,-0.94566f,-0.24822f,-0.21002f,-0.94566f,-0.26006f,-0.22682f,-0.93857f,-0.26006f,-0.22682f,-0.93857f,-0.26006f,-0.22682f,-0.93857f,-0.26006f,-0.22682f,-0.93857f,-0.26006f,-0.22682f,-0.93857f,-0.26006f,-0.22682f,-0.93857f}; return value; } private float[] getNormal_5_34_vector_11() { float[] value = {-0.26006f,-0.22682f,-0.93857f,-0.26006f,-0.22682f,-0.93857f,-0.26006f,-0.22682f,-0.93857f,-0.26006f,-0.22682f,-0.93857f,-0.26895f,-0.23835f,-0.9332f,-0.28144f,-0.25172f,-0.92597f,-0.26895f,-0.23835f,-0.9332f,-0.28145f,-0.25172f,-0.92597f,-0.28144f,-0.25172f,-0.92597f,-0.27629f,-0.24692f,-0.92881f,-0.26895f,-0.23835f,-0.9332f,-0.26895f,-0.23835f,-0.9332f,-0.26895f,-0.23835f,-0.9332f,-0.27629f,-0.24692f,-0.92881f,-0.28145f,-0.25172f,-0.92597f,-0.28145f,-0.25172f,-0.92597f,-0.28145f,-0.25172f,-0.92597f,0.12046f,0.10774f,0.98685f,0.12046f,0.10774f,0.98685f,0.12047f,0.10774f,0.98685f,0.12047f,0.10774f,0.98685f,0.12047f,0.10774f,0.98685f,0.12047f,0.10774f,0.98685f,0.12047f,0.10774f,0.98685f,0.12047f,0.10774f,0.98685f,0.12047f,0.10774f,0.98685f,0.12046f,0.10774f,0.98685f,-0.013125f,-0.018971f,0.99973f,-0.013125f,-0.018971f,0.99973f,-0.013125f,-0.018971f,0.99973f,-0.013125f,-0.018971f,0.99973f,-0.013125f,-0.018971f,0.99973f,-0.013125f,-0.018971f,0.99973f,-0.013125f,-0.018971f,0.99973f,-0.013125f,-0.018971f,0.99973f,-0.013125f,-0.018971f,0.99973f,-0.068834f,-0.075112f,0.9948f,-0.068834f,-0.075112f,0.9948f,-0.068835f,-0.075113f,0.9948f,-0.068835f,-0.075113f,0.9948f,-0.068835f,-0.075112f,0.9948f,-0.068834f,-0.075112f,0.9948f,-0.10293f,-0.11181f,0.98839f,-0.10292f,-0.11181f,0.98839f,-0.10293f,-0.11181f,0.98838f,-0.10293f,-0.11181f,0.98838f,-0.10293f,-0.11181f,0.98839f,-0.10293f,-0.11181f,0.98839f,-0.12163f,-0.13344f,0.98356f,-0.12163f,-0.13344f,0.98356f,-0.12163f,-0.13345f,0.98356f,-0.12163f,-0.13345f,0.98356f,-0.12163f,-0.13344f,0.98356f,-0.12163f,-0.13344f,0.98356f,-0.13235f,-0.14685f,0.98026f,-0.13407f,-0.14899f,0.97971f,-0.12992f,-0.14217f,0.98128f,-0.13236f,-0.14685f,0.98026f,-0.12992f,-0.14217f,0.98128f,-0.13235f,-0.14685f,0.98026f,-0.12992f,-0.14217f,0.98128f,-0.12992f,-0.14217f,0.98128f,-0.12992f,-0.14217f,0.98128f,-0.12263f,-0.12878f,0.98406f,-0.12263f,-0.12878f,0.98406f,-0.12263f,-0.12878f,0.98406f,-0.12263f,-0.12878f,0.98406f,-0.12263f,-0.12878f,0.98406f,-0.12263f,-0.12878f,0.98406f,-0.12263f,-0.12878f,0.98406f,-0.12263f,-0.12878f,0.98406f,-0.12263f,-0.12878f,0.98406f,-0.12263f,-0.12878f,0.98406f,-0.12263f,-0.12878f,0.98406f,-0.11282f,-0.10847f,0.98768f,-0.11282f,-0.10847f,0.98768f,-0.11282f,-0.10847f,0.98768f,-0.11282f,-0.10847f,0.98768f,-0.11282f,-0.10847f,0.98768f,-0.11282f,-0.10847f,0.98768f,-0.11282f,-0.10847f,0.98768f,-0.11282f,-0.10847f,0.98768f,-0.11282f,-0.10847f,0.98768f,-0.11282f,-0.10847f,0.98768f,-0.11282f,-0.10847f,0.98768f,-0.11282f,-0.10847f,0.98768f,-0.10042f,-0.079178f,0.99179f,-0.10042f,-0.079178f,0.99179f,-0.10042f,-0.079179f,0.99179f,-0.10042f,-0.079179f,0.99179f,-0.10042f,-0.079178f,0.99179f,-0.10042f,-0.079178f,0.99179f,-0.10042f,-0.079178f,0.99179f,-0.10042f,-0.079178f,0.99179f,-0.10042f,-0.079179f,0.99179f,-0.10042f,-0.079179f,0.99179f,-0.10042f,-0.079178f,0.99179f,-0.10042f,-0.079178f,0.99179f,-0.082492f,-0.030041f,0.99614f,-0.082492f,-0.030041f,0.99614f}; return value; } private float[] getNormal_5_34_vector_12() { float[] value = {-0.082493f,-0.030042f,0.99614f,-0.082493f,-0.030042f,0.99614f,-0.082492f,-0.030041f,0.99614f,-0.082492f,-0.030041f,0.99614f,-0.082493f,-0.030041f,0.99614f,-0.082493f,-0.030042f,0.99614f,-0.082493f,-0.030042f,0.99614f,-0.082493f,-0.030042f,0.99614f,-0.082493f,-0.030042f,0.99614f,-0.082492f,-0.030041f,0.99614f,-0.072074f,0.0038655f,0.99739f,-0.072074f,0.0038655f,0.99739f,-0.072075f,0.0038644f,0.99739f,-0.072075f,0.0038644f,0.99739f,-0.072074f,0.0038655f,0.99739f,-0.072074f,0.0038655f,0.99739f,-0.072075f,0.0038653f,0.99739f,-0.072075f,0.0038651f,0.99739f,-0.072075f,0.0038648f,0.99739f,-0.072075f,0.0038651f,0.99739f,-0.064403f,0.034693f,0.99732f,-0.064403f,0.034693f,0.99732f,-0.064403f,0.034692f,0.99732f,-0.064403f,0.034692f,0.99732f,-0.064403f,0.034693f,0.99732f,-0.064403f,0.034693f,0.99732f,-0.064403f,0.034693f,0.99732f,-0.064403f,0.034692f,0.99732f,-0.064403f,0.034693f,0.99732f,-0.064403f,0.034693f,0.99732f,-0.058775f,0.064313f,0.9962f,-0.058775f,0.064313f,0.9962f,-0.058775f,0.064312f,0.9962f,-0.058775f,0.064312f,0.9962f,-0.058775f,0.064313f,0.9962f,-0.058775f,0.064313f,0.9962f,-0.058775f,0.064313f,0.9962f,-0.058775f,0.064313f,0.9962f,-0.058775f,0.064313f,0.9962f,-0.058775f,0.064313f,0.9962f,-0.058775f,0.064313f,0.9962f,-0.054612f,0.096152f,0.99387f,-0.054612f,0.096152f,0.99387f,-0.054612f,0.096151f,0.99387f,-0.054612f,0.096151f,0.99387f,-0.054612f,0.096152f,0.99387f,-0.054612f,0.096151f,0.99387f,-0.054612f,0.096151f,0.99387f,-0.054612f,0.096151f,0.99387f,-0.054612f,0.096151f,0.99387f,-0.054612f,0.096152f,0.99387f,-0.051836f,0.13523f,0.98946f,-0.051836f,0.13523f,0.98946f,-0.051836f,0.13523f,0.98946f,-0.051836f,0.13523f,0.98946f,-0.051836f,0.13523f,0.98946f,-0.051836f,0.13523f,0.98946f,-0.051836f,0.13523f,0.98946f,-0.051836f,0.13523f,0.98946f,-0.051836f,0.13523f,0.98946f,-0.051836f,0.13523f,0.98946f,-0.051396f,0.1773f,0.98281f,-0.051396f,0.1773f,0.98281f,-0.051396f,0.1773f,0.98281f,-0.051396f,0.1773f,0.98281f,-0.051396f,0.1773f,0.98281f,-0.051396f,0.1773f,0.98281f,-0.051396f,0.1773f,0.98281f,-0.051396f,0.1773f,0.98281f,-0.051396f,0.1773f,0.98281f,-0.051396f,0.1773f,0.98281f,-0.052244f,0.22088f,0.9739f,-0.052244f,0.22088f,0.9739f,-0.052244f,0.22088f,0.9739f,-0.052244f,0.22088f,0.9739f,-0.052244f,0.22088f,0.9739f,-0.052244f,0.22088f,0.9739f,-0.052244f,0.22088f,0.9739f,-0.052244f,0.22088f,0.9739f,-0.052244f,0.22088f,0.9739f,-0.052244f,0.22088f,0.9739f,-0.055961f,0.29559f,0.95367f,-0.055961f,0.29559f,0.95367f,-0.055961f,0.29559f,0.95367f,-0.055961f,0.29559f,0.95367f,-0.055961f,0.29559f,0.95367f,-0.055961f,0.29559f,0.95367f,-0.055961f,0.29559f,0.95367f,-0.055961f,0.29559f,0.95367f,-0.055961f,0.29559f,0.95367f,-0.055961f,0.29559f,0.95367f,-0.065044f,0.40757f,0.91086f,-0.065044f,0.40757f,0.91086f,-0.065044f,0.40757f,0.91086f,-0.065044f,0.40757f,0.91086f,-0.065044f,0.40757f,0.91086f,-0.065044f,0.40757f,0.91086f,-0.065044f,0.40757f,0.91086f,-0.065044f,0.40757f,0.91086f,-0.076621f,0.52705f,0.84638f}; return value; } private float[] getNormal_5_34_vector_13() { float[] value = {-0.076621f,0.52705f,0.84638f,-0.076621f,0.52704f,0.84638f,-0.076621f,0.52704f,0.84638f,-0.076621f,0.52705f,0.84638f,-0.076621f,0.52705f,0.84638f,-0.086132f,0.61945f,0.7803f,-0.086132f,0.61945f,0.7803f,-0.086132f,0.61944f,0.7803f,-0.086132f,0.61944f,0.7803f,-0.086132f,0.61945f,0.7803f,-0.086132f,0.61944f,0.7803f,-0.086132f,0.61945f,0.7803f,-0.086132f,0.61945f,0.7803f,-0.10666f,0.81884f,0.56403f,-0.10666f,0.81884f,0.56403f,-0.10666f,0.81884f,0.56403f,-0.10666f,0.81884f,0.56403f,-0.10666f,0.81884f,0.56403f,-0.10666f,0.81884f,0.56403f,-0.10666f,0.81884f,0.56403f,-0.10666f,0.81884f,0.56403f,-0.10666f,0.81884f,0.56403f,-0.10666f,0.81884f,0.56403f,-0.39295f,0.91519f,-0.089491f,-0.39295f,0.91519f,-0.089491f,-0.39295f,0.91519f,-0.08949f,-0.39295f,0.91519f,-0.08949f,-0.39295f,0.91519f,-0.089491f,-0.39295f,0.91519f,-0.089491f,-0.39295f,0.91519f,-0.089491f,-0.39295f,0.91519f,-0.089491f,-0.34735f,0.80572f,-0.47976f,-0.34735f,0.80572f,-0.47976f,-0.34735f,0.80572f,-0.47976f,-0.34735f,0.80572f,-0.47976f,-0.34735f,0.80572f,-0.47976f,-0.34735f,0.80572f,-0.47976f,-0.32146f,0.74426f,-0.58544f,-0.32146f,0.74426f,-0.58544f,-0.32147f,0.74426f,-0.58543f,-0.32147f,0.74426f,-0.58543f,-0.32147f,0.74426f,-0.58543f,-0.32147f,0.74426f,-0.58543f,-0.32147f,0.74426f,-0.58543f,-0.27953f,0.64453f,-0.71165f,-0.27953f,0.64453f,-0.71165f,-0.27953f,0.64453f,-0.71164f,-0.27953f,0.64453f,-0.71164f,-0.27953f,0.64453f,-0.71165f,-0.27953f,0.64453f,-0.71165f,-0.27953f,0.64453f,-0.71165f,-0.27953f,0.64453f,-0.71165f,-0.23104f,0.52841f,-0.81695f,-0.23104f,0.52841f,-0.81695f,-0.23104f,0.52842f,-0.81694f,-0.23104f,0.52842f,-0.81694f,-0.23104f,0.52842f,-0.81694f,-0.23104f,0.52841f,-0.81695f,-0.23104f,0.52841f,-0.81694f,-0.23104f,0.52841f,-0.81694f,-0.23104f,0.52841f,-0.81694f,-0.23104f,0.52841f,-0.81694f,-0.23104f,0.52841f,-0.81695f,-0.19186f,0.43321f,-0.88064f,-0.19186f,0.43321f,-0.88064f,-0.19186f,0.43321f,-0.88063f,-0.19186f,0.43321f,-0.88063f,-0.19186f,0.43321f,-0.88064f,-0.19186f,0.43321f,-0.88064f,-0.19186f,0.43321f,-0.88064f,-0.19186f,0.43321f,-0.88064f,-0.19186f,0.43321f,-0.88064f,-0.19186f,0.43321f,-0.88064f,-0.16594f,0.36939f,-0.91434f,-0.16594f,0.36939f,-0.91434f,-0.16595f,0.36939f,-0.91434f,-0.16595f,0.36939f,-0.91434f,-0.16595f,0.36939f,-0.91434f,-0.16594f,0.36939f,-0.91434f,-0.16594f,0.36939f,-0.91434f,-0.16594f,0.36939f,-0.91434f,-0.16594f,0.36939f,-0.91434f,-0.13918f,0.30262f,-0.9429f,-0.13918f,0.30262f,-0.9429f,-0.13918f,0.30262f,-0.94289f,-0.13918f,0.30262f,-0.94289f,-0.13918f,0.30262f,-0.94289f,-0.13918f,0.30262f,-0.9429f,-0.13918f,0.30262f,-0.9429f,-0.13918f,0.30262f,-0.9429f,-0.13918f,0.30262f,-0.9429f,-0.11175f,0.23224f,-0.96622f,-0.11175f,0.23224f,-0.96622f,-0.11175f,0.23224f,-0.96622f,-0.11175f,0.23224f,-0.96622f,-0.11175f,0.23224f,-0.96622f,-0.11175f,0.23224f,-0.96622f,-0.11175f,0.23224f,-0.96622f,-0.11175f,0.23224f,-0.96622f,-0.11175f,0.23224f,-0.96622f}; return value; } private float[] getNormal_5_34_vector_14() { float[] value = {-0.11175f,0.23224f,-0.96622f,-0.090485f,0.17618f,-0.98019f,-0.090485f,0.17618f,-0.98019f,-0.090486f,0.17618f,-0.98019f,-0.090486f,0.17618f,-0.98019f,-0.090485f,0.17618f,-0.98019f,-0.090485f,0.17618f,-0.98019f,-0.090486f,0.17618f,-0.98019f,-0.090486f,0.17618f,-0.98019f,-0.090485f,0.17618f,-0.98019f,-0.090485f,0.17618f,-0.98019f,-0.07095f,0.12322f,-0.98984f,-0.07095f,0.12322f,-0.98984f,-0.070951f,0.12322f,-0.98984f,-0.070951f,0.12322f,-0.98984f,-0.07095f,0.12322f,-0.98984f,-0.07095f,0.12322f,-0.98984f,-0.07095f,0.12322f,-0.98984f,-0.07095f,0.12322f,-0.98984f,-0.052514f,0.071816f,-0.99603f,-0.052514f,0.071816f,-0.99603f,-0.052514f,0.071817f,-0.99603f,-0.052514f,0.071817f,-0.99603f,-0.052514f,0.071817f,-0.99603f,-0.052514f,0.071816f,-0.99603f,-0.052514f,0.071816f,-0.99603f,-0.034181f,0.019231f,-0.99923f,-0.034181f,0.019231f,-0.99923f,-0.034182f,0.019231f,-0.99923f,-0.034182f,0.019231f,-0.99923f,-0.034182f,0.019231f,-0.99923f,-0.034182f,0.019231f,-0.99923f,-0.034182f,0.019231f,-0.99923f,-0.011173f,-0.048662f,-0.99875f,-0.011173f,-0.048662f,-0.99875f,-0.011173f,-0.048662f,-0.99875f,-0.011173f,-0.048662f,-0.99875f,-0.011173f,-0.048662f,-0.99875f,-0.011173f,-0.048662f,-0.99875f,-0.011173f,-0.048662f,-0.99875f,-0.011173f,-0.048662f,-0.99875f,-0.011173f,-0.048662f,-0.99875f,0.0045161f,-0.096342f,-0.99534f,0.0045161f,-0.096342f,-0.99534f,0.0045161f,-0.096342f,-0.99534f,0.0045161f,-0.096342f,-0.99534f,0.0045161f,-0.096342f,-0.99534f,0.0045161f,-0.096342f,-0.99534f,0.0045161f,-0.096342f,-0.99534f,0.0045161f,-0.096342f,-0.99534f,0.0045161f,-0.096342f,-0.99534f,0.0045161f,-0.096342f,-0.99534f,0.0045161f,-0.096342f,-0.99534f,0.016956f,-0.13538f,-0.99065f,0.016956f,-0.13538f,-0.99065f,0.016956f,-0.13538f,-0.99065f,0.016956f,-0.13538f,-0.99065f,0.016956f,-0.13538f,-0.99065f,0.016956f,-0.13538f,-0.99065f,0.016956f,-0.13538f,-0.99065f,0.016956f,-0.13538f,-0.99065f,0.016956f,-0.13538f,-0.99065f,0.016956f,-0.13538f,-0.99065f,0.026865f,-0.16756f,-0.9855f,0.026865f,-0.16756f,-0.9855f,0.026865f,-0.16756f,-0.9855f,0.026865f,-0.16756f,-0.9855f,0.026865f,-0.16756f,-0.9855f,0.026865f,-0.16756f,-0.9855f,0.026865f,-0.16756f,-0.9855f,0.026865f,-0.16756f,-0.9855f,0.034839f,-0.19443f,-0.9803f,0.034839f,-0.19443f,-0.9803f,0.034839f,-0.19443f,-0.9803f,0.034839f,-0.19443f,-0.9803f,0.034839f,-0.19443f,-0.9803f,0.034839f,-0.19443f,-0.9803f,0.041175f,-0.21662f,-0.97539f,0.041175f,-0.21662f,-0.97539f,0.041176f,-0.21662f,-0.97539f,0.041176f,-0.21662f,-0.97539f,0.041176f,-0.21662f,-0.97539f,0.041176f,-0.21662f,-0.97539f,0.041176f,-0.21662f,-0.97539f,0.041176f,-0.21662f,-0.97539f,0.041176f,-0.21662f,-0.97539f,0.041176f,-0.21662f,-0.97539f,0.041175f,-0.21662f,-0.97539f,0.041176f,-0.21662f,-0.97539f,0.041176f,-0.21662f,-0.97539f,0.041176f,-0.21662f,-0.97539f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f}; return value; } private float[] getNormal_5_34_vector_15() { float[] value = {0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.046112f,-0.23465f,-0.97099f,0.05284f,-0.26196f,-0.96363f,0.049392f,-0.24717f,-0.96771f,0.05284f,-0.26196f,-0.96363f,0.049392f,-0.24717f,-0.96771f,0.049392f,-0.24717f,-0.96771f,0.049392f,-0.24717f,-0.96771f,0.049392f,-0.24717f,-0.96771f,0.051715f,-0.25658f,-0.96514f,0.049392f,-0.24717f,-0.96771f,0.05284f,-0.26196f,-0.96363f,0.049392f,-0.24717f,-0.96771f,0.052839f,-0.26196f,-0.96363f,0.049392f,-0.24717f,-0.96771f,0.051714f,-0.25658f,-0.96514f,0.049392f,-0.24717f,-0.96771f,0.051714f,-0.25658f,-0.96514f,0.05124f,-0.25448f,-0.96572f,0.052839f,-0.26196f,-0.96363f,0.052839f,-0.26196f,-0.96363f,0.052839f,-0.26196f,-0.96363f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,-0.021887f,0.10851f,0.99385f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018973f,0.99981f,0.0053017f,-0.018973f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018973f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018973f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.0053017f,-0.018972f,0.99981f,0.017953f,-0.075278f,0.997f,0.017953f,-0.075278f,0.997f,0.017953f,-0.075278f,0.997f,0.017953f,-0.075278f,0.997f,0.017953f,-0.075278f,0.997f,0.017953f,-0.075278f,0.997f,0.017953f,-0.075278f,0.997f,0.017953f,-0.075278f,0.997f,0.017953f,-0.075279f,0.997f,0.017953f,-0.075279f,0.997f,0.017953f,-0.075279f,0.997f,0.017953f,-0.075279f,0.997f,0.017953f,-0.075279f,0.997f,0.017953f,-0.075279f,0.997f,0.017953f,-0.075279f,0.997f,0.017953f,-0.075279f,0.997f,0.017953f,-0.075279f,0.997f,0.017953f,-0.075279f,0.997f,0.017953f,-0.075279f,0.997f,0.017953f,-0.075279f,0.997f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f}; return value; } private float[] getNormal_5_34_vector_16() { float[] value = {0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.026713f,-0.11237f,0.99331f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.032167f,-0.13437f,0.99041f,0.035718f,-0.14806f,0.98833f,0.034241f,-0.1433f,0.98909f,0.036913f,-0.15246f,0.98762f,0.036287f,-0.15025f,0.98798f,0.034241f,-0.1433f,0.98909f,0.036913f,-0.15246f,0.98762f,0.036287f,-0.15025f,0.98798f,0.034241f,-0.1433f,0.98909f,0.036913f,-0.15246f,0.98762f,0.036288f,-0.15025f,0.98798f,0.034241f,-0.1433f,0.98909f,0.035718f,-0.14806f,0.98833f,0.036913f,-0.15246f,0.98762f,0.036288f,-0.15025f,0.98798f,0.034241f,-0.1433f,0.98909f,0.034241f,-0.1433f,0.98909f,0.035718f,-0.14806f,0.98833f,0.035718f,-0.14806f,0.98833f,0.035718f,-0.14806f,0.98833f,0.035718f,-0.14806f,0.98833f,0.035718f,-0.14806f,0.98833f,0.035718f,-0.14806f,0.98833f,0.035718f,-0.14806f,0.98833f,0.035718f,-0.14806f,0.98833f,0.035718f,-0.14806f,0.98833f,0.035718f,-0.14806f,0.98833f,0.035718f,-0.14806f,0.98833f,0.036913f,-0.15246f,0.98762f,0.035718f,-0.14806f,0.98833f,0.035718f,-0.14806f,0.98833f,0.034241f,-0.1433f,0.98909f,0.034241f,-0.1433f,0.98909f,0.034241f,-0.1433f,0.98909f,0.034241f,-0.1433f,0.98909f,0.034241f,-0.1433f,0.98909f,0.034241f,-0.1433f,0.98909f,0.034241f,-0.1433f,0.98909f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.030083f,-0.1297f,0.9911f,0.023566f,-0.10914f,0.99375f,0.023566f,-0.10914f,0.99375f,0.023566f,-0.10914f,0.99375f,0.023566f,-0.10914f,0.99375f,0.023566f,-0.10914f,0.99375f,0.023566f,-0.10914f,0.99375f,0.023566f,-0.10914f,0.99375f,0.023566f,-0.10914f,0.99375f,0.013871f,-0.079573f,0.99673f,0.013871f,-0.079573f,0.99673f,0.013871f,-0.079573f,0.99673f,0.013871f,-0.079573f,0.99673f,0.013871f,-0.079573f,0.99673f,0.013871f,-0.079573f,0.99673f,0.013871f,-0.079573f,0.99673f,-0.0028684f,-0.030144f,0.99954f,-0.0028684f,-0.030144f,0.99954f,-0.0028684f,-0.030144f,0.99954f,-0.0028684f,-0.030144f,0.99954f,-0.0028684f,-0.030144f,0.99954f}; return value; } private float[] getNormal_5_34_vector_17() { float[] value = {-0.0028684f,-0.030144f,0.99954f,-0.014748f,0.0038746f,0.99988f,-0.014748f,0.0038746f,0.99988f,-0.014748f,0.0038749f,0.99988f,-0.014749f,0.0038749f,0.99988f,-0.014748f,0.0038747f,0.99988f,-0.014748f,0.0038747f,0.99988f,-0.025862f,0.034753f,0.99906f,-0.025862f,0.034753f,0.99906f,-0.025862f,0.034754f,0.99906f,-0.025862f,0.034754f,0.99906f,-0.025862f,0.034753f,0.99906f,-0.025862f,0.034753f,0.99906f,-0.036843f,0.06438f,0.99725f,-0.036843f,0.06438f,0.99725f,-0.036844f,0.064381f,0.99725f,-0.036844f,0.064381f,0.99725f,-0.036844f,0.064381f,0.99725f,-0.036843f,0.064381f,0.99725f,-0.036843f,0.064381f,0.99725f,-0.048974f,0.096179f,0.99416f,-0.048974f,0.096179f,0.99416f,-0.048974f,0.09618f,0.99416f,-0.048974f,0.09618f,0.99416f,-0.048974f,0.09618f,0.99416f,-0.048974f,0.09618f,0.99416f,-0.048974f,0.09618f,0.99416f,-0.048974f,0.096179f,0.99416f,-0.064258f,0.13513f,0.98874f,-0.064258f,0.13513f,0.98874f,-0.064258f,0.13513f,0.98874f,-0.064258f,0.13513f,0.98874f,-0.064258f,0.13513f,0.98874f,-0.064258f,0.13513f,0.98874f,-0.064258f,0.13513f,0.98874f,-0.064258f,0.13513f,0.98874f,-0.064258f,0.13513f,0.98874f,-0.064258f,0.13513f,0.98874f,-0.081128f,0.17695f,0.98087f,-0.081128f,0.17695f,0.98087f,-0.081129f,0.17695f,0.98087f,-0.081129f,0.17695f,0.98087f,-0.081129f,0.17695f,0.98087f,-0.081129f,0.17695f,0.98087f,-0.081129f,0.17695f,0.98087f,-0.081129f,0.17695f,0.98087f,-0.081129f,0.17695f,0.98087f,-0.081129f,0.17695f,0.98087f,-0.081129f,0.17695f,0.98087f,-0.098768f,0.2201f,0.97046f,-0.098768f,0.2201f,0.97046f,-0.098769f,0.2201f,0.97046f,-0.098769f,0.2201f,0.97046f,-0.098769f,0.2201f,0.97046f,-0.098769f,0.2201f,0.97046f,-0.098769f,0.2201f,0.97046f,-0.098769f,0.2201f,0.97046f,-0.12921f,0.29357f,0.94716f,-0.12921f,0.29357f,0.94716f,-0.12921f,0.29357f,0.94716f,-0.12921f,0.29357f,0.94716f,-0.12921f,0.29357f,0.94716f,-0.12921f,0.29357f,0.94716f,-0.12921f,0.29357f,0.94716f,-0.17482f,0.40214f,0.89873f,-0.17482f,0.40214f,0.89873f,-0.17482f,0.40214f,0.89873f,-0.17482f,0.40214f,0.89873f,-0.17482f,0.40214f,0.89873f,-0.17482f,0.40214f,0.89873f,-0.17482f,0.40214f,0.89873f,-0.22268f,0.51533f,0.82756f,-0.22268f,0.51533f,0.82756f,-0.22269f,0.51533f,0.82756f,-0.22269f,0.51533f,0.82756f,-0.22269f,0.51533f,0.82756f,-0.22269f,0.51533f,0.82756f,-0.22269f,0.51533f,0.82756f,-0.25883f,0.60057f,0.75652f,-0.25883f,0.60057f,0.75652f,-0.25883f,0.60057f,0.75652f,-0.25883f,0.60057f,0.75652f,-0.25883f,0.60057f,0.75652f,-0.25883f,0.60057f,0.75652f,-0.25883f,0.60057f,0.75652f,-0.25883f,0.60057f,0.75652f,-0.25883f,0.60057f,0.75652f,-0.33337f,0.77643f,0.53481f,-0.33337f,0.77643f,0.53481f,-0.33337f,0.77643f,0.53481f,-0.33337f,0.77643f,0.53481f,-0.33337f,0.77643f,0.53481f,-0.33337f,0.77643f,0.53481f,-0.33337f,0.77643f,0.53481f,-0.33337f,0.77643f,0.53481f,-0.33337f,0.77643f,0.53481f,-0.33337f,0.77643f,0.53481f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f}; return value; } private float[] getNormal_5_34_vector_18() { float[] value = {1.0f,0.0f,0.0f,1.0f,-6.968E-17f,-3.5588E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,2.4363E-32f,1.9415E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,2.2306E-32f,1.9307E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,-9.7025E-20f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,1.0313E-19f,-1.0f,1.2416E-5f,9.5158E-20f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,-6.1486E-15f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,5.2691E-15f,-1.0f,1.2416E-5f,6.0463E-20f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,-4.3959E-15f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,8.7146E-15f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,4.5124E-15f,-1.0f,1.2416E-5f,-1.1673E-19f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,-1.488E-19f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,-7.9727E-20f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,-8.3517E-20f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,1.3129E-14f,-1.0f,1.2416E-5f,-8.0221E-20f,-1.0f,1.2416E-5f,7.8377E-20f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,-7.2709E-20f}; return value; } private float[] getNormal_5_34_vector_19() { float[] value = {-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,6.2133E-20f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,4.3319E-15f,-1.0f,1.2416E-5f,4.3734E-15f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,7.0267E-20f,-1.0f,1.2416E-5f,0.0f,-1.0f,1.2416E-5f,-5.7798E-15f,-1.0f,1.2416E-5f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.21693f,-0.97619f,1.144E-15f,0.21693f,-0.97619f,0.0f,0.21693f,-0.97619f,0.0f,0.21693f,-0.97619f,0.0f,0.21693f,-0.97619f,-9.1614E-16f,0.21693f,-0.97619f,0.0f,0.21693f,-0.97619f,-3.9943E-15f,0.21693f,-0.97619f,0.0f,0.21693f,-0.97619f,0.0f,0.21693f,-0.97619f,0.0f,0.21693f,-0.97619f,0.0f,0.21693f,-0.97619f,4.1261E-15f,0.21693f,-0.97619f,0.0f,-0.97619f,-0.21693f,0.0f,-0.97619f,-0.21693f,0.0f,-0.97619f,-0.21693f,0.0f,-0.97619f,-0.21693f,0.0f,-0.97619f,-0.21693f,0.0f,-0.97619f,-0.21693f,0.0f,-0.97619f,-0.21693f,0.0f,-0.97619f,-0.21693f,0.0f,-0.97619f,-0.21693f,0.0f,-0.97619f,-0.21693f,0.0f,0.97619f,0.21693f,0.0f,0.97619f,0.21693f,0.0f,0.97619f,0.21693f,0.0f,0.97619f,0.21693f,0.0f,0.97619f,0.21693f,0.0f,0.97619f,0.21693f,0.0f,3.1554E-30f,-1.0f,-3.5527E-15f,-7.1054E-15f,-1.0f,-3.5527E-15f,0.0f,-1.0f,-4.18E-15f,0.0f,-1.0f,-4.1954E-15f,0.0f,-1.0f,0.0f,1.0f,7.1054E-15f,2.5244E-29f,1.0f,1.4211E-14f,5.0487E-29f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-4.187E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,2.6098E-15f,0.0f,-2.2204E-16f,-1.0f,0.0f,-4.4409E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,1.4357E-15f,-1.0f,2.0723E-30f,5.384E-16f,-1.0f,0.0f,0.0f,-1.0f,5.7734E-15f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-5.7735E-15f,-1.0f,0.0f,0.0f,-1.0f,-1.1102E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}; return value; } private float[] getNormal_5_34_vector_20() { float[] value = {-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_35_point_1() { float[] value = {0.47596f,0.74095f,0.41828f,0.74095f,0.29928f,0.74095f,0.23798f,0.74095f,0.0f,0.74095f,0.47596f,0.74797f,0.41828f,0.74797f,0.35697f,0.74797f,0.29928f,0.74797f,0.23798f,0.74797f,0.18029f,0.74797f,0.11899f,0.74797f,0.061304f,0.74797f,0.0f,0.74797f,0.47596f,0.755f,0.41828f,0.755f,0.35697f,0.755f,0.29928f,0.755f,0.23798f,0.755f,0.18029f,0.755f,0.11899f,0.755f,0.061304f,0.755f,0.0f,0.755f,0.47596f,0.76203f,0.41828f,0.76203f,0.35697f,0.76203f,0.29928f,0.76203f,0.23798f,0.76203f,0.18029f,0.76203f,0.11899f,0.76203f,0.061304f,0.76203f,0.0f,0.76203f,0.47596f,0.76905f,0.41828f,0.76905f,0.35697f,0.76905f,0.29928f,0.76905f,0.23798f,0.76905f,0.18029f,0.76905f,0.11899f,0.76905f,0.061304f,0.76905f,0.0f,0.76905f,0.47596f,0.77608f,0.41828f,0.77608f,0.35697f,0.77608f,0.29928f,0.77608f,0.23798f,0.77608f,0.18029f,0.77608f,0.11899f,0.77608f,0.061304f,0.77608f,0.0f,0.77608f,0.47596f,0.78311f,0.23798f,0.78311f,0.18029f,0.78311f,0.11899f,0.78311f,0.061304f,0.78311f,0.0f,0.78311f,0.38531f,0.74106f,0.41425f,0.73838f,0.43368f,0.73622f,0.4379f,0.73586f,0.44215f,0.73548f,0.44644f,0.73509f,0.45079f,0.73469f,0.45489f,0.7345f,0.45904f,0.73431f,0.46326f,0.73411f,0.46756f,0.73392f,0.47596f,0.73407f,0.47596f,0.78994f,0.47113f,0.78981f,0.4664f,0.78967f,0.46227f,0.78936f,0.4582f,0.78906f,0.4542f,0.78875f,0.45024f,0.78845f,0.44604f,0.78802f,0.44188f,0.78759f,0.43776f,0.78718f,0.43368f,0.78677f,0.42424f,0.78572f,0.41486f,0.78476f,0.38749f,0.78253f,0.35697f,0.78168f,0.32645f,0.78253f,0.29908f,0.78476f,0.28026f,0.78677f,0.2637f,0.78845f,0.24754f,0.78967f,0.23087f,0.79014f,0.21466f,0.79008f,0.19825f,0.78954f,0.17996f,0.78855f,0.15498f,0.78706f,0.11899f,0.78598f,0.083002f,0.78706f,0.070425f,0.78772f,0.058022f,0.78855f,0.04892f,0.78903f,0.039735f,0.78954f,0.035691f,0.78967f}; return value; } private float[] getTextureCoordinate_5_35_point_2() { float[] value = {0.031613f,0.7898f,0.027492f,0.78994f,0.023317f,0.79008f,0.019357f,0.79009f,0.015343f,0.79011f,0.011265f,0.79012f,0.0071122f,0.79014f,0.0035859f,0.79004f,0.0f,0.78994f,0.0f,0.73407f,0.008887f,0.73422f,0.013181f,0.73451f,0.017399f,0.7348f,0.021551f,0.73509f,0.025648f,0.73537f,0.034308f,0.73638f,0.042801f,0.73734f,0.062358f,0.74018f,0.076967f,0.74239f,0.092022f,0.74397f,0.11899f,0.74536f,0.14596f,0.74397f,0.17562f,0.74018f,0.19518f,0.73734f,0.21233f,0.73537f,0.22909f,0.73422f,0.24638f,0.73392f,0.26315f,0.73469f,0.28026f,0.73622f,0.29969f,0.73838f,0.32863f,0.74106f,0.35697f,0.74201f,0.27134f,0.36696f,0.2641f,0.36696f,0.27134f,0.73245f,0.2641f,0.73245f,0.27134f,0.45833f,0.27134f,0.54971f,0.27134f,0.64108f,0.2641f,0.64108f,0.2641f,0.54971f,0.2641f,0.45833f,0.018808f,0.36696f,0.017849f,0.36696f,0.016889f,0.36696f,0.018808f,0.73245f,0.016889f,0.73245f,0.018808f,0.45833f,0.018808f,0.54971f,0.018808f,0.64108f,0.016889f,0.54971f,0.73871f,0.040554f,0.73871f,0.042963f,0.99854f,0.040554f,0.99854f,0.042963f,0.86862f,0.040554f,0.93358f,0.042963f,0.86862f,0.042963f,0.80367f,0.042963f,0.73871f,0.33125f,0.73871f,0.33655f,0.99854f,0.33125f,0.99854f,0.33655f,0.80367f,0.33125f,0.86862f,0.33125f,0.93358f,0.33125f,0.93358f,0.33655f,0.86862f,0.33655f,0.80367f,0.33655f,0.47743f,0.17535f,0.47743f,0.18019f,0.47743f,0.18503f,0.73725f,0.17535f,0.73725f,0.18503f,0.54238f,0.17535f,0.60734f,0.17535f,0.67229f,0.17535f,0.67229f,0.18503f,0.60734f,0.18503f,0.54238f,0.18503f,0.42957f,0.0f,0.41938f,0.0f,0.42957f,0.28691f,0.41938f,0.28691f,0.42957f,0.071728f,0.42957f,0.14346f,0.42957f,0.21518f,0.41938f,0.21518f,0.41938f,0.14346f,0.41938f,0.071728f,0.22181f,0.36696f,0.20914f,0.36696f,0.22181f,0.73245f,0.20914f,0.73245f,0.22181f,0.45833f,0.22181f,0.54971f,0.22181f,0.64108f,0.20914f,0.64108f,0.20914f,0.54971f,0.20914f,0.45833f}; return value; } private float[] getTextureCoordinate_5_35_point_3() { float[] value = {0.019484f,0.0f,0.0097422f,0.0f,0.0f,0.0f,0.019484f,0.28691f,0.0f,0.28691f,0.0f,0.22172f,0.0053905f,0.19182f,0.0f,0.16193f,0.019484f,0.071728f,0.019484f,0.14346f,0.019484f,0.21518f,0.0f,0.080963f,0.0f,0.27061f,0.0f,0.25431f,0.0f,0.23802f,0.39602f,0.0f,0.38643f,0.0f,0.37684f,0.0f,0.39602f,0.1619f,0.37684f,0.13098f,0.39602f,0.08095f,0.37684f,0.098239f,0.37684f,0.065492f,0.37684f,0.032746f,0.447f,0.36696f,0.447f,0.47134f,0.4163f,0.47134f,0.4163f,0.41646f,0.4342f,0.39329f,0.447f,0.39305f,0.447f,0.41915f,0.447f,0.44524f,0.4163f,0.4439f,0.47743f,0.36696f,0.447f,0.36696f,0.47743f,0.57661f,0.447f,0.55192f,0.47743f,0.41937f,0.47743f,0.47179f,0.47743f,0.5242f,0.447f,0.50568f,0.447f,0.45944f,0.447f,0.4132f,0.8909f,0.0472f,0.8909f,0.086914f,0.86888f,0.086914f,0.86888f,0.065069f,0.8909f,0.067057f,0.86888f,0.075991f,0.75685f,0.61431f,0.75685f,0.62565f,0.75685f,0.63699f,0.89562f,0.61431f,0.88507f,0.63699f,0.79154f,0.61431f,0.82624f,0.61431f,0.86093f,0.61431f,0.85302f,0.63699f,0.82096f,0.63699f,0.78891f,0.63699f,0.024163f,0.9271f,0.024163f,0.95123f,0.012082f,0.95123f,0.0f,0.95123f,0.0f,0.93834f,0.012406f,0.93342f,0.024163f,0.93916f,0.0f,0.94478f,0.75685f,0.95489f,0.75685f,0.97748f,0.88507f,0.95489f,0.88014f,0.97748f,0.78891f,0.95489f,0.82096f,0.95489f,0.85301f,0.95489f,0.84932f,0.97748f,0.8185f,0.97748f,0.78768f,0.97748f,0.95595f,0.17854f,0.95595f,0.20178f,0.91255f,0.20178f,0.91255f,0.188f,0.92358f,0.18651f,0.9345f,0.18444f,0.9453f,0.18178f,0.95595f,0.19016f,0.94148f,0.20178f,0.92702f,0.20178f,0.75685f,0.79648f,0.75685f,0.80776f,0.75685f,0.81903f,0.88014f,0.79648f,0.88007f,0.81903f,0.78768f,0.79648f,0.8185f,0.79648f,0.84932f,0.79648f,0.84927f,0.81903f,0.81846f,0.81903f,0.78766f,0.81903f,0.76126f,0.30158f}; return value; } private float[] getTextureCoordinate_5_35_point_4() { float[] value = {0.76126f,0.30875f,0.73871f,0.30875f,0.73871f,0.30165f,0.74967f,0.30221f,0.74999f,0.30875f,0.91255f,0.15571f,0.95589f,0.17854f,0.91255f,0.17854f,0.92319f,0.15888f,0.93397f,0.16146f,0.94488f,0.16347f,0.95589f,0.16489f,0.94144f,0.17854f,0.927f,0.17854f,0.91255f,0.16713f,0.75685f,0.93232f,0.75685f,0.9436f,0.75685f,0.95489f,0.88486f,0.95489f,0.88007f,0.93232f,0.78766f,0.93232f,0.81846f,0.93232f,0.84927f,0.93232f,0.85285f,0.95489f,0.82085f,0.95489f,0.78885f,0.95489f,0.78259f,0.20032f,0.82649f,0.15571f,0.82649f,0.20032f,0.78866f,0.18962f,0.7941f,0.1786f,0.79889f,0.16729f,0.80304f,0.15571f,0.81476f,0.15571f,0.82649f,0.17058f,0.82649f,0.18545f,0.81551f,0.20032f,0.80454f,0.20032f,0.79357f,0.20032f,0.75685f,0.5917f,0.75685f,0.61431f,0.89522f,0.61431f,0.88486f,0.5917f,0.78885f,0.5917f,0.82086f,0.5917f,0.85286f,0.5917f,0.86063f,0.61431f,0.82604f,0.61431f,0.79144f,0.61431f,0.73871f,0.0472f,0.76095f,0.086914f,0.73871f,0.086914f,0.76095f,0.065076f,0.76095f,0.070535f,0.76095f,0.075995f,0.76095f,0.081454f,0.73871f,0.067057f,0.73871f,0.2641f,0.73871f,0.28676f,0.89529f,0.28676f,0.87708f,0.2641f,0.77331f,0.2641f,0.8079f,0.2641f,0.84249f,0.2641f,0.85615f,0.28676f,0.817f,0.28676f,0.77786f,0.28676f,0.38602f,0.36696f,0.4163f,0.46889f,0.38602f,0.46889f,0.4163f,0.41496f,0.4163f,0.44192f,0.38602f,0.41793f,0.15501f,0.0f,0.13609f,0.0f,0.13609f,0.16037f,0.15501f,0.13039f,0.15501f,0.032597f,0.15501f,0.065194f,0.15501f,0.097792f,0.13609f,0.080183f,0.75685f,0.68181f,0.75685f,0.69778f,0.99854f,0.68181f,0.99854f,0.69778f,0.89196f,0.68181f,0.91844f,0.6867f,0.94491f,0.68181f,0.97172f,0.68181f,0.82441f,0.68181f,0.87769f,0.69778f,0.75685f,0.70457f,0.75685f,0.72056f,0.99854f,0.70457f,0.99854f,0.72056f,0.87769f,0.70457f,0.87769f,0.72056f,0.75685f,0.72736f,0.75685f,0.73536f,0.75685f,0.74336f}; return value; } private float[] getTextureCoordinate_5_35_point_5() { float[] value = {0.99854f,0.72736f,0.99854f,0.74336f,0.87769f,0.72736f,0.96832f,0.74336f,0.93811f,0.74336f,0.9079f,0.74336f,0.87769f,0.74336f,0.84748f,0.74336f,0.81727f,0.74336f,0.78706f,0.74336f,0.75539f,0.46359f,0.73601f,0.46359f,0.7156f,0.46359f,0.69599f,0.46359f,0.67672f,0.46359f,0.73601f,0.52406f,0.7156f,0.52406f,0.73601f,0.5822f,0.7156f,0.5822f,0.73601f,0.64174f,0.7156f,0.64174f,0.75539f,0.70229f,0.67672f,0.70229f,0.75539f,0.49342f,0.75539f,0.52326f,0.75539f,0.5531f,0.75539f,0.58294f,0.75539f,0.61278f,0.75539f,0.64261f,0.75539f,0.67245f,0.67672f,0.67833f,0.71069f,0.67833f,0.71069f,0.63896f,0.71069f,0.59959f,0.71069f,0.56022f,0.71069f,0.52083f,0.71069f,0.48145f,0.69244f,0.48145f,0.67672f,0.48145f,0.67672f,0.47698f,0.67672f,0.47252f,0.67672f,0.46805f,0.72383f,0.70229f,0.69244f,0.70229f,0.67672f,0.69031f,0.89154f,0.094514f,0.88028f,0.094514f,0.86902f,0.094514f,0.86902f,0.12028f,0.89154f,0.10096f,0.89154f,0.1074f,0.89154f,0.11384f,0.89154f,0.12028f,0.88403f,0.12028f,0.87653f,0.12028f,0.86902f,0.11384f,0.86902f,0.1074f,0.86902f,0.10096f,0.75685f,0.53917f,0.7978f,0.53917f,0.7978f,0.56583f,0.77733f,0.53917f,0.75685f,0.56583f,0.78756f,0.56583f,0.77733f,0.56583f,0.76709f,0.56583f,0.76112f,0.094514f,0.73871f,0.094514f,0.73871f,0.12028f,0.76112f,0.10096f,0.76112f,0.1074f,0.76112f,0.11384f,0.76112f,0.12028f,0.74992f,0.12028f,0.73871f,0.1074f,0.47743f,0.37051f,0.52225f,0.37051f,0.52225f,0.38502f,0.52225f,0.39954f,0.48863f,0.37051f,0.49984f,0.37051f,0.51104f,0.37051f,0.47743f,0.39954f,0.47743f,0.38502f,0.51104f,0.39954f,0.49984f,0.39954f,0.48863f,0.39954f,0.75685f,0.63699f,0.75685f,0.65271f,0.99854f,0.63699f,0.99854f,0.65271f,0.76589f,0.63699f,0.77493f,0.63699f,0.97428f,0.63699f,0.98034f,0.63699f,0.98641f,0.63699f,0.99247f,0.63699f,0.77493f,0.63881f,0.8414f,0.63881f,0.90784f,0.63881f}; return value; } private float[] getTextureCoordinate_5_35_point_6() { float[] value = {0.97428f,0.63881f,0.93811f,0.65271f,0.87769f,0.65271f,0.81727f,0.65271f,0.75685f,0.6594f,0.75685f,0.67512f,0.99854f,0.6594f,0.99854f,0.67512f,0.81727f,0.6594f,0.87769f,0.6594f,0.93811f,0.6594f,0.93811f,0.67512f,0.87769f,0.67512f,0.81727f,0.67512f,0.47743f,0.43457f,0.47743f,0.45146f,0.73725f,0.43457f,0.73725f,0.45146f,0.54238f,0.43457f,0.60734f,0.43457f,0.67229f,0.43457f,0.70477f,0.45146f,0.67229f,0.45146f,0.63982f,0.45146f,0.60734f,0.45146f,0.57486f,0.45146f,0.54238f,0.45146f,0.5099f,0.45146f,0.61887f,0.46359f,0.60346f,0.46359f,0.5881f,0.46359f,0.5728f,0.46359f,0.55756f,0.46359f,0.60346f,0.52375f,0.5881f,0.52375f,0.5728f,0.52375f,0.60346f,0.58159f,0.5881f,0.58159f,0.5728f,0.58159f,0.60346f,0.64082f,0.5881f,0.64082f,0.61887f,0.70106f,0.5881f,0.70106f,0.55756f,0.70106f,0.55756f,0.67363f,0.5728f,0.65038f,0.57836f,0.62236f,0.5728f,0.59433f,0.55756f,0.57107f,0.61887f,0.49327f,0.61887f,0.52296f,0.61887f,0.55264f,0.61887f,0.58232f,0.61887f,0.61201f,0.61887f,0.64169f,0.61887f,0.67138f,0.55756f,0.5442f,0.55756f,0.51733f,0.55756f,0.49046f,0.55756f,0.6942f,0.55756f,0.68735f,0.55756f,0.68049f,0.75685f,0.75273f,0.79666f,0.75273f,0.79666f,0.77474f,0.7744f,0.77474f,0.76635f,0.76316f,0.7668f,0.75273f,0.77675f,0.75273f,0.78671f,0.75273f,0.79666f,0.76374f,0.79109f,0.77474f,0.78553f,0.77474f,0.77997f,0.77474f,0.33967f,0.0f,0.3305f,0.0f,0.32134f,0.0f,0.33967f,0.12983f,0.32134f,0.11522f,0.33967f,0.032458f,0.33967f,0.064915f,0.33967f,0.097373f,0.32134f,0.086414f,0.32134f,0.05761f,0.32134f,0.028805f,0.47743f,0.32047f,0.50626f,0.32047f,0.50626f,0.34885f,0.49054f,0.34885f,0.48786f,0.34149f,0.48477f,0.3343f,0.48129f,0.32728f,0.48463f,0.32047f,0.49184f,0.32047f,0.49905f,0.32047f,0.50626f,0.32993f,0.50626f,0.33939f,0.4984f,0.34885f,0.73871f,0.22356f,0.73871f,0.24546f}; return value; } private float[] getTextureCoordinate_5_35_point_7() { float[] value = {0.87708f,0.22356f,0.86696f,0.24546f,0.77331f,0.22356f,0.8079f,0.22356f,0.84249f,0.22356f,0.8349f,0.24546f,0.80284f,0.24546f,0.77078f,0.24546f,0.055889f,0.0f,0.065991f,0.0f,0.065991f,0.01816f,0.059934f,0.01816f,0.059276f,0.013546f,0.058382f,0.0089755f,0.057252f,0.004457f,0.06094f,0.0f,0.065991f,0.0060534f,0.065991f,0.012107f,0.73871f,0.38415f,0.73871f,0.40596f,0.86696f,0.38415f,0.8621f,0.40596f,0.77078f,0.38415f,0.80284f,0.38415f,0.8349f,0.38415f,0.83126f,0.40596f,0.80041f,0.40596f,0.76956f,0.40596f,0.75685f,0.46359f,0.75685f,0.48533f,0.88024f,0.46359f,0.87991f,0.48533f,0.7877f,0.46359f,0.81855f,0.46359f,0.84939f,0.46359f,0.84915f,0.48533f,0.81838f,0.48533f,0.78762f,0.48533f,0.40502f,0.0f,0.41108f,0.0f,0.41108f,0.018103f,0.40563f,0.0104f,0.40548f,0.0051913f,0.4053f,0.018103f,0.40554f,0.014255f,0.41108f,0.0060345f,0.41108f,0.012069f,0.75685f,0.77474f,0.75685f,0.79648f,0.88407f,0.79648f,0.87991f,0.77474f,0.78762f,0.77474f,0.81838f,0.77474f,0.84915f,0.77474f,0.85227f,0.79648f,0.82046f,0.79648f,0.78866f,0.79648f,0.73871f,0.30875f,0.76045f,0.31986f,0.73871f,0.31986f,0.74406f,0.31021f,0.74948f,0.31139f,0.75494f,0.31229f,0.76045f,0.31291f,0.75321f,0.31986f,0.74596f,0.31986f,0.73871f,0.31431f,0.73871f,0.20178f,0.73871f,0.22356f,0.87518f,0.22356f,0.86593f,0.20178f,0.77052f,0.20178f,0.80232f,0.20178f,0.83413f,0.20178f,0.84107f,0.22356f,0.80695f,0.22356f,0.77283f,0.22356f,0.75685f,0.51882f,0.77863f,0.53917f,0.75685f,0.53917f,0.7621f,0.52158f,0.76749f,0.52405f,0.773f,0.52621f,0.77863f,0.52807f,0.77863f,0.53362f,0.77137f,0.53917f,0.76411f,0.53917f,0.75685f,0.53409f,0.75685f,0.529f,0.75685f,0.52391f,0.32134f,0.0f,0.30314f,0.0f,0.30314f,0.12711f,0.32134f,0.11364f,0.32134f,0.02841f,0.32134f,0.05682f,0.32134f,0.085229f,0.30314f,0.095336f,0.30314f,0.063557f,0.30314f,0.031779f}; return value; } private float[] getTextureCoordinate_5_35_point_8() { float[] value = {0.75685f,0.5917f,0.8001f,0.56583f,0.8001f,0.5917f,0.76725f,0.57937f,0.77601f,0.56583f,0.78203f,0.56583f,0.78806f,0.56583f,0.79408f,0.56583f,0.8001f,0.57876f,0.78929f,0.5917f,0.77848f,0.5917f,0.76766f,0.5917f,0.037786f,0.0f,0.028635f,0.0f,0.019484f,0.0f,0.019484f,0.15192f,0.037786f,0.12712f,0.037786f,0.03178f,0.037786f,0.06356f,0.037786f,0.095339f,0.019484f,0.11394f,0.019484f,0.07596f,0.019484f,0.03798f,0.11902f,0.36696f,0.14832f,0.45536f,0.11902f,0.45536f,0.13195f,0.38808f,0.14832f,0.40667f,0.14832f,0.41884f,0.14832f,0.43102f,0.14832f,0.44319f,0.11902f,0.43326f,0.11902f,0.41116f,0.11902f,0.38906f,0.47743f,0.40581f,0.47743f,0.41418f,0.47743f,0.42255f,0.73725f,0.40581f,0.73725f,0.42255f,0.61503f,0.40581f,0.65114f,0.41436f,0.68725f,0.40581f,0.51183f,0.40581f,0.54623f,0.40581f,0.58063f,0.40581f,0.69975f,0.40581f,0.71225f,0.40581f,0.72475f,0.40581f,0.67229f,0.42255f,0.60734f,0.42255f,0.54238f,0.42255f,0.22907f,0.0f,0.2197f,0.0f,0.22907f,0.28691f,0.2197f,0.28691f,0.22907f,0.071728f,0.22907f,0.14346f,0.22907f,0.21518f,0.2197f,0.21518f,0.2197f,0.14346f,0.2197f,0.071728f,0.094379f,0.0f,0.089611f,0.0f,0.084844f,0.0f,0.094379f,0.28691f,0.084844f,0.28691f,0.094379f,0.071728f,0.094379f,0.14346f,0.094379f,0.21518f,0.084844f,0.21518f,0.084844f,0.14346f,0.084844f,0.071728f,0.47743f,0.0f,0.47248f,0.0f,0.46753f,0.0f,0.47743f,0.28691f,0.46753f,0.28691f,0.47743f,0.071728f,0.47743f,0.14346f,0.47743f,0.21518f,0.46753f,0.21518f,0.46753f,0.14346f,0.46753f,0.071728f,0.73871f,0.25768f,0.73871f,0.26252f,0.99854f,0.25768f,0.99854f,0.26252f,0.80367f,0.25768f,0.86862f,0.25768f,0.93358f,0.25768f,0.93358f,0.26252f,0.86862f,0.26252f,0.80367f,0.26252f,0.73871f,0.088379f,0.73871f,0.090558f,0.99854f,0.088379f,0.99854f,0.090558f,0.80367f,0.088379f,0.86862f,0.088379f,0.93358f,0.088379f}; return value; } private float[] getTextureCoordinate_5_35_point_9() { float[] value = {0.93358f,0.090558f,0.86862f,0.090558f,0.80367f,0.090558f,0.47743f,0.40368f,0.47743f,0.40492f,0.73725f,0.40368f,0.73725f,0.40492f,0.54238f,0.40368f,0.60734f,0.40368f,0.67229f,0.40368f,0.67229f,0.40492f,0.60734f,0.40492f,0.54238f,0.40492f,0.2623f,0.36696f,0.25878f,0.36696f,0.25526f,0.36696f,0.2623f,0.73245f,0.25526f,0.73245f,0.25526f,0.64108f,0.25526f,0.54971f,0.25526f,0.45833f,0.2623f,0.45833f,0.2623f,0.54971f,0.2623f,0.64108f,0.75685f,0.50066f,0.75685f,0.50749f,0.93361f,0.50066f,0.93361f,0.50749f,0.80104f,0.50066f,0.84523f,0.50066f,0.88942f,0.50066f,0.88942f,0.50749f,0.84523f,0.50749f,0.80104f,0.50749f,0.39753f,0.0f,0.39602f,0.0f,0.39753f,0.14718f,0.39602f,0.14718f,0.39753f,0.036794f,0.39753f,0.073589f,0.39753f,0.11038f,0.39602f,0.11038f,0.39602f,0.073589f,0.39602f,0.036794f,0.47743f,0.39954f,0.47743f,0.40368f,0.70638f,0.39954f,0.70638f,0.40368f,0.53466f,0.39954f,0.5919f,0.39954f,0.64914f,0.39954f,0.64914f,0.40368f,0.5919f,0.40368f,0.53466f,0.40368f,0.11902f,0.36696f,0.10965f,0.36696f,0.11902f,0.60237f,0.10965f,0.60237f,0.11902f,0.42581f,0.11902f,0.48467f,0.11902f,0.54352f,0.10965f,0.54352f,0.10965f,0.48467f,0.10965f,0.42581f,0.0f,0.86746f,0.0f,0.88113f,0.18789f,0.86746f,0.18789f,0.88113f,0.046972f,0.86746f,0.093944f,0.86746f,0.14092f,0.86746f,0.093944f,0.88113f,0.73871f,0.24546f,0.73871f,0.25768f,0.91484f,0.24546f,0.91484f,0.25768f,0.82678f,0.24546f,0.87081f,0.25768f,0.82678f,0.25768f,0.78275f,0.25768f,0.75685f,0.87592f,0.75685f,0.88786f,0.93288f,0.87592f,0.93288f,0.88786f,0.80086f,0.87592f,0.84486f,0.87592f,0.88887f,0.87592f,0.88887f,0.88786f,0.84486f,0.88786f,0.80086f,0.88786f,0.73871f,0.44019f,0.73871f,0.46359f,0.91529f,0.44019f,0.91529f,0.46359f,0.78286f,0.44019f,0.827f,0.44019f,0.87115f,0.44019f,0.87115f,0.46359f,0.827f,0.46359f,0.78286f,0.46359f}; return value; } private float[] getTextureCoordinate_5_35_point_10() { float[] value = {0.46753f,0.0f,0.44834f,0.0f,0.46753f,0.14804f,0.44834f,0.14804f,0.46753f,0.03701f,0.46753f,0.07402f,0.46753f,0.11103f,0.44834f,0.11103f,0.44834f,0.07402f,0.44834f,0.03701f,0.20914f,0.36696f,0.17872f,0.36696f,0.20914f,0.60637f,0.17872f,0.60637f,0.20914f,0.42681f,0.20914f,0.48666f,0.20914f,0.54652f,0.17872f,0.54652f,0.17872f,0.48666f,0.17872f,0.42681f,0.73871f,0.4175f,0.73871f,0.42884f,0.73871f,0.44019f,0.92077f,0.4175f,0.92077f,0.44019f,0.78423f,0.4175f,0.82974f,0.4175f,0.87525f,0.4175f,0.82974f,0.44019f,0.75685f,0.84143f,0.75685f,0.86403f,0.94191f,0.84143f,0.94191f,0.86403f,0.75685f,0.8565f,0.75685f,0.84897f,0.84938f,0.84143f,0.84938f,0.86403f,0.44834f,0.0f,0.43895f,0.0f,0.42957f,0.0f,0.44834f,0.15704f,0.42957f,0.15704f,0.44834f,0.078519f,0.42957f,0.078519f,0.75685f,0.90976f,0.75685f,0.93232f,0.94945f,0.90976f,0.94945f,0.93232f,0.75685f,0.9248f,0.75685f,0.91728f,0.85315f,0.90976f,0.85315f,0.93232f,0.37684f,0.0f,0.35801f,0.0f,0.37684f,0.16411f,0.35801f,0.16411f,0.36429f,0.0f,0.37056f,0.0f,0.37684f,0.082054f,0.35801f,0.082054f,0.25526f,0.36696f,0.22505f,0.36696f,0.25526f,0.63622f,0.22505f,0.63622f,0.25526f,0.50159f,0.22505f,0.56891f,0.22505f,0.50159f,0.22505f,0.43428f,0.0f,0.81902f,0.0f,0.84322f,0.22087f,0.81902f,0.22087f,0.84322f,0.055218f,0.81902f,0.11044f,0.81902f,0.16566f,0.81902f,0.16566f,0.84322f,0.11044f,0.84322f,0.055218f,0.84322f,0.0f,0.84322f,0.0f,0.86746f,0.22703f,0.84322f,0.22703f,0.86746f,0.056757f,0.84322f,0.11351f,0.84322f,0.17027f,0.84322f,0.11351f,0.86746f,0.049678f,0.36696f,0.0193f,0.36696f,0.049678f,0.6593f,0.0193f,0.6593f,0.049678f,0.51313f,0.0193f,0.58622f,0.0193f,0.51313f,0.0193f,0.44004f,0.17872f,0.36696f,0.14832f,0.36696f,0.17872f,0.66799f,0.14832f,0.66799f,0.17872f,0.44222f,0.17872f,0.51747f}; return value; } private float[] getTextureCoordinate_5_35_point_11() { float[] value = {0.17872f,0.59273f,0.14832f,0.59273f,0.14832f,0.51747f,0.14832f,0.44222f,0.55609f,0.46359f,0.47743f,0.46359f,0.55609f,0.64573f,0.47743f,0.64573f,0.49314f,0.46359f,0.52454f,0.46359f,0.55609f,0.50912f,0.55609f,0.55466f,0.55609f,0.60019f,0.52454f,0.64573f,0.47743f,0.60019f,0.47743f,0.55466f,0.47743f,0.50912f,0.75685f,0.97748f,0.75685f,0.99818f,0.99854f,0.97748f,0.99854f,0.99818f,0.81727f,0.97748f,0.87769f,0.97748f,0.93811f,0.97748f,0.93811f,0.99818f,0.87769f,0.99818f,0.81727f,0.99818f,0.75685f,0.81903f,0.75685f,0.82966f,0.75685f,0.84028f,0.99854f,0.81903f,0.99854f,0.84028f,0.81727f,0.81903f,0.87769f,0.81903f,0.93811f,0.81903f,0.87769f,0.84028f,0.30306f,0.36696f,0.2732f,0.36696f,0.30306f,0.696f,0.2732f,0.696f,0.30306f,0.53148f,0.2732f,0.53148f,0.38602f,0.36696f,0.35615f,0.36696f,0.38602f,0.6858f,0.35615f,0.6858f,0.38602f,0.52638f,0.35615f,0.52638f,0.35615f,0.36696f,0.3263f,0.36696f,0.35615f,0.67601f,0.3263f,0.67601f,0.35615f,0.52148f,0.3263f,0.52148f,0.30168f,0.0f,0.26524f,0.0f,0.22907f,0.0f,0.30168f,0.18353f,0.22907f,0.18353f,0.30168f,0.091766f,0.22907f,0.13765f,0.22907f,0.091766f,0.22907f,0.045883f,0.17333f,0.0f,0.16417f,0.0f,0.15501f,0.0f,0.17333f,0.16713f,0.15501f,0.16713f,0.17333f,0.041781f,0.17333f,0.083563f,0.17333f,0.12534f,0.15501f,0.12534f,0.15501f,0.083563f,0.15501f,0.041781f,0.75685f,0.88786f,0.75685f,0.90976f,0.95263f,0.88786f,0.95263f,0.90976f,0.75685f,0.90246f,0.75685f,0.89516f,0.8058f,0.88786f,0.85474f,0.88786f,0.90368f,0.88786f,0.90368f,0.90976f,0.85474f,0.90976f,0.8058f,0.90976f,0.084844f,0.0f,0.066684f,0.0f,0.084844f,0.15932f,0.066684f,0.15932f,0.072737f,0.0f,0.078791f,0.0f,0.084844f,0.039829f,0.084844f,0.079658f,0.084844f,0.11949f,0.066684f,0.11949f,0.066684f,0.079658f,0.066684f,0.039829f,0.055889f,0.0f,0.037786f,0.0f}; return value; } private float[] getTextureCoordinate_5_35_point_12() { float[] value = {0.055889f,0.15603f,0.037786f,0.15603f,0.043821f,0.0f,0.049855f,0.0f,0.055889f,0.039009f,0.055889f,0.078017f,0.055889f,0.11703f,0.037786f,0.11703f,0.037786f,0.078017f,0.037786f,0.039009f,0.11248f,0.0f,0.094379f,0.0f,0.11248f,0.15318f,0.094379f,0.15318f,0.10041f,0.0f,0.10645f,0.0f,0.11248f,0.038294f,0.11248f,0.076589f,0.11248f,0.11488f,0.094379f,0.076589f,0.20966f,0.0f,0.19153f,0.0f,0.20966f,0.15078f,0.19153f,0.15078f,0.19758f,0.0f,0.20362f,0.0f,0.20966f,0.075388f,0.19153f,0.11308f,0.19153f,0.075388f,0.19153f,0.037694f,0.19153f,0.0f,0.17333f,0.0f,0.19153f,0.14885f,0.17333f,0.14885f,0.18243f,0.0f,0.19153f,0.037213f,0.19153f,0.074426f,0.19153f,0.11164f,0.17333f,0.11164f,0.17333f,0.074426f,0.17333f,0.037213f,0.0f,0.95295f,0.0f,0.97636f,0.18856f,0.95295f,0.18856f,0.97636f,0.04714f,0.95295f,0.094281f,0.95295f,0.14142f,0.95295f,0.14142f,0.97636f,0.094281f,0.97636f,0.04714f,0.97636f,0.0f,0.97636f,0.0f,1.0f,0.1874f,0.97636f,0.1874f,1.0f,0.046851f,0.97636f,0.093702f,0.97636f,0.14055f,0.97636f,0.14055f,1.0f,0.093702f,1.0f,0.046851f,1.0f,0.31805f,0.36696f,0.30306f,0.36696f,0.31805f,0.60094f,0.30306f,0.60094f,0.31805f,0.42545f,0.31805f,0.48395f,0.31805f,0.54244f,0.30306f,0.54244f,0.30306f,0.48395f,0.30306f,0.42545f,0.73871f,0.12692f,0.73871f,0.13837f,0.91445f,0.12692f,0.91445f,0.13837f,0.78265f,0.12692f,0.82658f,0.12692f,0.87052f,0.12692f,0.87052f,0.13837f,0.82658f,0.13837f,0.78265f,0.13837f,0.75685f,0.86403f,0.75685f,0.87592f,0.93296f,0.86403f,0.93296f,0.87592f,0.80088f,0.86403f,0.84491f,0.86403f,0.88893f,0.86403f,0.88893f,0.87592f,0.84491f,0.87592f,0.80088f,0.87592f,0.41642f,0.0f,0.41108f,0.0f,0.41642f,0.14686f,0.41108f,0.14686f,0.41642f,0.036714f,0.41642f,0.073428f,0.41642f,0.11014f,0.41108f,0.073428f,0.75685f,0.49777f}; return value; } private float[] getTextureCoordinate_5_35_point_13() { float[] value = {0.75685f,0.50066f,0.93334f,0.49777f,0.93334f,0.50066f,0.84509f,0.49777f,0.84509f,0.50066f,0.75685f,0.75017f,0.75685f,0.75182f,0.9334f,0.75017f,0.9334f,0.75182f,0.84513f,0.75017f,0.88926f,0.75182f,0.84513f,0.75182f,0.80099f,0.75182f,0.73871f,0.12028f,0.73871f,0.12692f,0.91547f,0.12028f,0.91547f,0.12692f,0.87128f,0.12692f,0.82709f,0.12692f,0.7829f,0.12692f,0.7829f,0.12028f,0.82709f,0.12028f,0.87128f,0.12028f,0.73871f,0.043748f,0.73871f,0.046539f,0.99854f,0.043748f,0.99854f,0.046539f,0.80367f,0.043748f,0.86862f,0.043748f,0.93358f,0.043748f,0.86862f,0.046539f,0.75685f,0.75182f,0.75685f,0.7525f,0.99854f,0.75182f,0.99854f,0.7525f,0.87769f,0.75182f,0.87769f,0.7525f,0.0f,0.95123f,0.0f,0.95295f,0.34216f,0.95123f,0.34216f,0.95209f,0.34216f,0.95295f,0.17108f,0.95123f,0.17108f,0.95295f,0.41938f,0.0f,0.41642f,0.0f,0.41938f,0.26743f,0.41642f,0.26743f,0.41938f,0.13371f,0.41642f,0.20057f,0.41642f,0.13371f,0.41642f,0.066857f,0.73871f,0.13837f,0.73871f,0.14363f,0.99854f,0.13837f,0.99854f,0.141f,0.99854f,0.14363f,0.80367f,0.13837f,0.86862f,0.13837f,0.93358f,0.13837f,0.93358f,0.14363f,0.86862f,0.14363f,0.80367f,0.14363f,0.32511f,0.36696f,0.31805f,0.36696f,0.32511f,0.73245f,0.31805f,0.73245f,0.32511f,0.45833f,0.32511f,0.54971f,0.32511f,0.64108f,0.31805f,0.64108f,0.31805f,0.54971f,0.31805f,0.45833f,0.2197f,0.0f,0.21467f,0.0f,0.2197f,0.26613f,0.21719f,0.26613f,0.21467f,0.26613f,0.2197f,0.066532f,0.2197f,0.13306f,0.2197f,0.19959f,0.21467f,0.13306f,0.47743f,0.30324f,0.47743f,0.31288f,0.73725f,0.30324f,0.73725f,0.30806f,0.73725f,0.31288f,0.60734f,0.30324f,0.67229f,0.31288f,0.60734f,0.31288f,0.54238f,0.31288f,0.47743f,0.28814f,0.47743f,0.29767f,0.73725f,0.28814f,0.73725f,0.29767f,0.54238f,0.28814f,0.60734f,0.28814f,0.67229f,0.28814f,0.67229f,0.29767f,0.60734f,0.29767f}; return value; } private float[] getTextureCoordinate_5_35_point_14() { float[] value = {0.54238f,0.29767f,0.47743f,0.25831f,0.47743f,0.26779f,0.73725f,0.25831f,0.73725f,0.26779f,0.54238f,0.25831f,0.60734f,0.25831f,0.67229f,0.25831f,0.67229f,0.26779f,0.60734f,0.26779f,0.54238f,0.26779f,0.47743f,0.24344f,0.47743f,0.2529f,0.73725f,0.24344f,0.73725f,0.2529f,0.54238f,0.24344f,0.60734f,0.24344f,0.67229f,0.24344f,0.60734f,0.2529f,0.47743f,0.22863f,0.47743f,0.23809f,0.73725f,0.22863f,0.73725f,0.23336f,0.73725f,0.23809f,0.60734f,0.22863f,0.60734f,0.23809f,0.47743f,0.08875f,0.47743f,0.098219f,0.73725f,0.08875f,0.73725f,0.093484f,0.73725f,0.098219f,0.60734f,0.08875f,0.60734f,0.098219f,0.47743f,0.044622f,0.47743f,0.05413f,0.73725f,0.044622f,0.73725f,0.049376f,0.73725f,0.05413f,0.60734f,0.044622f,0.67229f,0.05413f,0.60734f,0.05413f,0.54238f,0.05413f,0.47743f,0.029803f,0.47743f,0.039365f,0.73725f,0.029803f,0.73725f,0.034584f,0.73725f,0.039365f,0.54238f,0.029803f,0.60734f,0.029803f,0.67229f,0.029803f,0.67229f,0.039365f,0.60734f,0.039365f,0.54238f,0.039365f,0.73871f,0.28676f,0.73871f,0.29638f,0.99854f,0.28676f,0.99854f,0.29638f,0.80367f,0.28676f,0.86862f,0.28676f,0.93358f,0.28676f,0.93358f,0.29638f,0.86862f,0.29638f,0.80367f,0.29638f,0.47743f,0.014916f,0.47743f,0.024586f,0.73725f,0.014916f,0.73725f,0.024586f,0.54238f,0.014916f,0.60734f,0.014916f,0.67229f,0.014916f,0.60734f,0.024586f,0.47743f,0.0f,0.47743f,0.0097195f,0.73725f,0.0f,0.73725f,0.0097195f,0.60734f,0.0f,0.60734f,0.0097195f,0.47743f,0.073814f,0.47743f,0.083577f,0.73725f,0.073814f,0.73725f,0.083577f,0.60734f,0.073814f,0.69253f,0.083577f,0.69253f,0.082631f,0.68985f,0.083577f,0.63675f,0.083577f,0.58364f,0.083577f,0.53053f,0.083577f,0.72607f,0.083577f,0.71489f,0.083577f,0.70371f,0.083577f,0.73871f,0.40596f,0.73871f,0.4175f,0.98879f,0.40596f,0.80123f,0.40596f,0.86375f,0.40596f,0.92627f,0.40596f,0.98645f,0.40679f,0.91928f,0.41056f,0.85211f,0.41378f}; return value; } private float[] getTextureCoordinate_5_35_point_15() { float[] value = {0.78493f,0.41654f,0.78473f,0.4175f,0.76172f,0.4175f,0.79138f,0.0f,0.79138f,0.004335f,0.79138f,0.0086699f,0.73871f,0.0f,0.75188f,0.0f,0.76505f,0.0f,0.77821f,0.0f,0.73896f,0.0086699f,0.74074f,2.7408E-4f,0.73871f,3.6845E-4f,0.77828f,0.0086699f,0.76517f,0.0086699f,0.75207f,0.0086699f,0.0f,0.92564f,0.054149f,0.88113f,0.054149f,0.92564f,2.5813E-4f,0.88113f,0.013731f,0.88113f,0.027203f,0.88113f,0.040676f,0.88113f,1.9212E-7f,0.89898f,3.1196E-7f,0.88236f,0.027074f,0.92564f,0.79432f,0.33828f,0.73871f,0.33828f,0.79432f,0.38269f,0.77201f,0.33828f,0.79432f,0.36048f,0.77201f,0.37819f,0.75223f,0.37418f,0.74427f,0.37418f,0.73871f,0.37418f,0.73871f,0.35623f,0.73871f,0.031994f,0.7907f,0.031994f,0.7907f,0.036274f,0.7907f,0.040554f,0.76471f,0.031994f,0.73871f,0.040554f,0.7777f,0.040554f,0.76471f,0.040554f,0.75171f,0.040554f,0.73871f,0.31986f,0.73871f,0.33125f,0.77542f,0.31986f,0.75707f,0.31986f,0.77542f,0.32555f,0.77542f,0.33125f,0.75707f,0.33125f,0.89103f,0.53917f,0.89103f,0.59023f,0.88268f,0.59023f,0.89103f,0.55194f,0.89103f,0.5647f,0.89103f,0.57747f,0.88268f,0.53917f,0.88305f,0.53917f,0.88268f,0.57747f,0.88268f,0.5647f,0.88268f,0.55194f,0.75685f,0.50749f,0.75685f,0.51882f,0.79556f,0.51882f,0.77525f,0.50749f,0.79365f,0.50749f,0.79365f,0.50965f,0.77621f,0.51882f,0.73871f,0.0086699f,0.73871f,0.020003f,0.77988f,0.020003f,0.75812f,0.0086699f,0.77752f,0.0086699f,0.76959f,0.020003f,0.7593f,0.020003f,0.74901f,0.020003f,0.92033f,0.53917f,0.92033f,0.59023f,0.91617f,0.59023f,0.91201f,0.59023f,0.92033f,0.55194f,0.92033f,0.5647f,0.92033f,0.57747f,0.91201f,0.53917f,0.91238f,0.53917f,0.91201f,0.57747f,0.91201f,0.5647f,0.91201f,0.55194f,0.75031f,0.15571f,0.73871f,0.15571f,0.73871f,0.20032f,0.75031f,0.16626f,0.75031f,0.17681f,0.75031f,0.18737f,0.75031f,0.19792f,0.73871f,0.18916f,0.73871f,0.17801f,0.73871f,0.16686f}; return value; } private float[] getTextureCoordinate_5_35_point_16() { float[] value = {0.94965f,0.53917f,0.94965f,0.59023f,0.94549f,0.59023f,0.94134f,0.59023f,0.94965f,0.55194f,0.94965f,0.5647f,0.94965f,0.57747f,0.94134f,0.53917f,0.94171f,0.53917f,0.94134f,0.5647f,0.87968f,0.15571f,0.86871f,0.15571f,0.86871f,0.20032f,0.87968f,0.1663f,0.87968f,0.17688f,0.87968f,0.18747f,0.87968f,0.19806f,0.86871f,0.18916f,0.86871f,0.17801f,0.86871f,0.16686f,0.97896f,0.53917f,0.97896f,0.59023f,0.97068f,0.59023f,0.97896f,0.5647f,0.97068f,0.53956f,0.97105f,0.53948f,0.97248f,0.53917f,0.97068f,0.5649f,0.10296f,0.36696f,0.049678f,0.36696f,0.089567f,0.45955f,0.076218f,0.45955f,0.06292f,0.45955f,0.089567f,0.54858f,0.076218f,0.54858f,0.06292f,0.54858f,0.089567f,0.63975f,0.076218f,0.63975f,0.06292f,0.63975f,0.10296f,0.73245f,0.089567f,0.73245f,0.076218f,0.73245f,0.06292f,0.73245f,0.049678f,0.73245f,0.10296f,0.38076f,0.10296f,0.39457f,0.10296f,0.40837f,0.10296f,0.42218f,0.10296f,0.67002f,0.10296f,0.70124f,0.10293f,0.42218f,0.10056f,0.48239f,0.097913f,0.5426f,0.094941f,0.60279f,0.091582f,0.66298f,0.089312f,0.66954f,0.091189f,0.66954f,0.091043f,0.67196f,0.049678f,0.68677f,0.049678f,0.64108f,0.049678f,0.59539f,0.049678f,0.54971f,0.049678f,0.50402f,0.049678f,0.45833f,0.049678f,0.41265f,0.47743f,0.11808f,0.47743f,0.12742f,0.73725f,0.11808f,0.73725f,0.12275f,0.73725f,0.12742f,0.5099f,0.11808f,0.54238f,0.11808f,0.57486f,0.11808f,0.60734f,0.11808f,0.63982f,0.11808f,0.67229f,0.11808f,0.70477f,0.11808f,0.67229f,0.12742f,0.60734f,0.12742f,0.54238f,0.12742f,0.12171f,0.0f,0.11248f,0.0f,0.12171f,0.25871f,0.11248f,0.25871f,0.12171f,0.064676f,0.12171f,0.12935f,0.12171f,0.19403f,0.11248f,0.12935f,0.34885f,0.0f,0.33967f,0.0f,0.34885f,0.25957f,0.34426f,0.25957f,0.33967f,0.25957f,0.34885f,0.12979f,0.33967f,0.12979f,0.35801f,0.0f,0.34885f,0.0f,0.35801f,0.26047f,0.34885f,0.26047f,0.35801f,0.13023f}; return value; } private float[] getTextureCoordinate_5_35_point_17() { float[] value = {0.34885f,0.13023f,0.47743f,0.1325f,0.47743f,0.14161f,0.73725f,0.1325f,0.73725f,0.14161f,0.60734f,0.1325f,0.60734f,0.14161f,0.47743f,0.14675f,0.47743f,0.15583f,0.73725f,0.14675f,0.73725f,0.15583f,0.60734f,0.14675f,0.60734f,0.15583f,0.47743f,0.16102f,0.47743f,0.17011f,0.73725f,0.16102f,0.73725f,0.16556f,0.73725f,0.17011f,0.60734f,0.16102f,0.60734f,0.17011f,0.47743f,0.059409f,0.47743f,0.06851f,0.73725f,0.059409f,0.73725f,0.06851f,0.60734f,0.059409f,0.67229f,0.06851f,0.60734f,0.06851f,0.54238f,0.06851f,0.47743f,0.10353f,0.47743f,0.11269f,0.73725f,0.10353f,0.73725f,0.11269f,0.54238f,0.10353f,0.60734f,0.10353f,0.67229f,0.10353f,0.67229f,0.11269f,0.60734f,0.11269f,0.54238f,0.11269f,0.47743f,0.27327f,0.47743f,0.2779f,0.73725f,0.27327f,0.73725f,0.27558f,0.73725f,0.2779f,0.54238f,0.27327f,0.60734f,0.27327f,0.67229f,0.27327f,0.67229f,0.2779f,0.60734f,0.2779f,0.54238f,0.2779f,0.47743f,0.28064f,0.47743f,0.28534f,0.73725f,0.28064f,0.73725f,0.28534f,0.54238f,0.28064f,0.60734f,0.28064f,0.67229f,0.28064f,0.60734f,0.28534f,0.21467f,0.0f,0.20966f,0.0f,0.21467f,0.26694f,0.21217f,0.26694f,0.20966f,0.26694f,0.21467f,0.13347f,0.20966f,0.13347f,0.73871f,0.091268f,0.73871f,0.093896f,0.99854f,0.091268f,0.99854f,0.092582f,0.99854f,0.093896f,0.86862f,0.091268f,0.86862f,0.093896f,0.47743f,0.31858f,0.47743f,0.31976f,0.73725f,0.31858f,0.73725f,0.31917f,0.73725f,0.31976f,0.60734f,0.31858f,0.60734f,0.31976f,0.066684f,0.0f,0.065991f,0.0f,0.066684f,0.26742f,0.066338f,0.26742f,0.065991f,0.26742f,0.066684f,0.13371f,0.065991f,0.20056f,0.065991f,0.13371f,0.065991f,0.066854f,0.73871f,0.29823f,0.73871f,0.30094f,0.99854f,0.29823f,0.99854f,0.30094f,0.93358f,0.30094f,0.86862f,0.30094f,0.80367f,0.30094f,0.80367f,0.29823f,0.86862f,0.29823f,0.93358f,0.29823f,0.63824f,0.46359f,0.64291f,0.46404f,0.64344f,0.46436f}; return value; } private float[] getTextureCoordinate_5_35_point_18() { float[] value = {0.64398f,0.46468f,0.6457f,0.46604f,0.64895f,0.46962f,0.65134f,0.47332f,0.65374f,0.47703f,0.65745f,0.48457f,0.66052f,0.49218f,0.66298f,0.49984f,0.66544f,0.50749f,0.66729f,0.51519f,0.66914f,0.52289f,0.67192f,0.53833f,0.67288f,0.54607f,0.67384f,0.5538f,0.67496f,0.56929f,0.67511f,0.57704f,0.67526f,0.58479f,0.67488f,0.59254f,0.6745f,0.60028f,0.67301f,0.61575f,0.6709f,0.63118f,0.66828f,0.64657f,0.66524f,0.66192f,0.66184f,0.67721f,0.66f,0.68483f,0.65816f,0.69245f,0.65337f,0.71108f,0.6482f,0.73065f,0.64323f,0.74946f,0.63824f,0.76791f,0.63908f,0.76022f,0.63992f,0.75253f,0.63963f,0.73713f,0.63847f,0.72177f,0.63674f,0.70647f,0.63467f,0.69121f,0.63239f,0.67602f,0.63006f,0.66088f,0.62776f,0.64579f,0.62558f,0.63075f,0.6246f,0.62325f,0.62362f,0.61575f,0.62198f,0.60079f,0.62078f,0.58584f,0.62033f,0.57091f,0.62039f,0.55596f,0.62091f,0.54101f,0.62188f,0.52602f,0.62261f,0.5185f,0.62333f,0.51098f,0.62437f,0.50342f,0.6254f,0.49586f,0.62677f,0.48825f,0.62764f,0.48441f,0.62851f,0.48058f,0.62972f,0.47667f,0.63093f,0.47277f,0.63273f,0.46875f,0.63378f,0.46706f,0.63449f,0.46617f,0.63636f,0.46488f,0.67238f,0.20345f,0.67209f,0.20645f,0.67168f,0.20713f,0.67125f,0.20768f,0.67081f,0.20824f,0.66852f,0.21031f,0.66615f,0.21185f,0.66377f,0.21338f,0.65894f,0.21576f,0.6565f,0.21675f,0.65407f,0.21773f,0.64916f,0.2193f,0.64426f,0.22088f,0.63439f,0.22325f,0.6245f,0.22503f,0.61459f,0.22626f,0.60963f,0.22662f,0.60467f,0.22698f,0.5997f,0.22707f,0.59474f,0.22717f,0.58978f,0.22693f,0.58482f,0.22668f,0.57986f,0.2262f,0.57491f,0.22572f,0.56502f,0.22437f,0.55516f,0.2227f,0.54533f,0.22075f,0.53553f,0.21857f,0.53065f,0.21739f,0.52577f,0.21621f,0.47743f,0.20345f,0.48235f,0.20399f,0.48728f,0.20453f,0.49715f,0.20434f,0.50207f,0.20397f,0.50698f,0.2036f,0.51189f,0.20305f,0.51679f,0.20249f,0.52656f,0.20117f}; return value; } private float[] getTextureCoordinate_5_35_point_19() { float[] value = {0.5363f,0.19971f,0.546f,0.19821f,0.55566f,0.19674f,0.5653f,0.19534f,0.5701f,0.19472f,0.57491f,0.19409f,0.58449f,0.19303f,0.58928f,0.19265f,0.59406f,0.19227f,0.60363f,0.19198f,0.6132f,0.19202f,0.62279f,0.19235f,0.62759f,0.19266f,0.63239f,0.19297f,0.64202f,0.1939f,0.65171f,0.19523f,0.65415f,0.19567f,0.65658f,0.19611f,0.6615f,0.19722f,0.664f,0.198f,0.6665f,0.19877f,0.66779f,0.19935f,0.66908f,0.19993f,0.66962f,0.20026f,0.67016f,0.2006f,0.67044f,0.20082f,0.67073f,0.20105f,0.73871f,0.023181f,0.7517f,0.026694f,0.74405f,0.024632f,0.74417f,0.023777f,0.74962f,0.024373f,0.7517f,0.024333f,0.13609f,0.0f,0.12171f,0.16596f,0.12204f,0.11064f,0.12238f,0.05532f,0.12271f,0.0f,0.13597f,0.04149f,0.13586f,0.08298f,0.13574f,0.12447f,0.13563f,0.16596f,0.75477f,0.021181f,0.73871f,0.023181f,0.73873f,0.021181f,0.75476f,0.023181f,0.47743f,0.34885f,0.47743f,0.37051f,0.47854f,0.37024f,0.5294f,0.35665f,0.5054f,0.36314f,0.51823f,0.35338f,0.5294f,0.3536f,0.50453f,0.35231f,0.49093f,0.35073f,0.47745f,0.34885f,0.40502f,0.0f,0.40502f,0.013357f,0.39846f,0.01174f,0.39753f,0.011498f,0.39901f,9.2682E-4f,0.39753f,0.0011333f,0.75521f,0.026694f,0.73871f,0.026694f,0.73884f,0.029734f,0.73895f,0.031994f,0.75501f,0.031994f,0.75521f,0.021181f,0.73871f,0.021181f,0.7389f,0.020361f,0.73898f,0.020003f,0.75503f,0.020003f,0.79744f,0.48533f,0.79744f,0.49777f,0.78183f,0.49372f,0.75685f,0.48705f,0.76536f,0.48798f,0.7735f,0.48783f,0.77388f,0.48782f,0.782f,0.48721f,0.78237f,0.48718f,0.79046f,0.48626f,0.79084f,0.48622f,0.73871f,0.14486f,0.73871f,0.15478f,0.99854f,0.15478f,0.94657f,0.15478f,0.89461f,0.15478f,0.84264f,0.15478f,0.79068f,0.15478f,0.82532f,0.14486f,0.91193f,0.14486f,0.99854f,0.14486f,0.0f,0.36696f,0.016889f,0.43009f,0.008958f,0.40091f,0.013632f,0.40025f,0.014718f,0.4102f,0.015804f,0.42014f,0.014198f,0.3704f}; return value; } private float[] getTextureCoordinate_5_35_point_20() { float[] value = {0.013915f,0.38532f,0.014458f,0.36696f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_40_coordIndex_1() { int[] value = {0,1,42,-1,1,2,42,-1,2,3,42,-1,3,4,40,-1,4,5,39,-1,5,6,38,-1,6,7,37,-1,7,8,36,-1,8,9,35,-1,9,10,34,-1,10,11,33,-1,11,12,32,-1,12,13,30,-1,13,14,29,-1,14,15,28,-1,15,16,27,-1,16,17,27,-1,17,18,27,-1,18,19,26,-1,19,20,26,-1,20,21,22,-1,22,23,20,-1,23,24,20,-1,24,25,20,-1,25,26,20,-1,26,27,18,-1,27,28,15,-1,28,29,14,-1,29,30,13,-1,30,31,12,-1,31,32,12,-1,32,33,11,-1,33,34,10,-1,34,35,9,-1,35,36,8,-1,36,37,7,-1,37,38,6,-1,38,39,5,-1,39,40,4,-1,40,41,3,-1,41,42,3,-1,43,85,44,-1,44,85,45,-1,45,85,46,-1,46,83,47,-1,47,82,48,-1,48,81,49,-1,49,80,50,-1,50,79,51,-1,51,78,52,-1,52,77,53,-1,53,76,54,-1,54,75,55,-1,55,73,56,-1,56,72,57,-1,57,71,58,-1,58,70,59,-1,59,70,60,-1,60,70,61,-1,61,69,62,-1,62,69,63,-1,63,65,64,-1,65,63,66,-1,66,63,67,-1,67,63,68,-1,68,63,69,-1,69,61,70,-1,70,58,71,-1,71,57,72,-1,72,56,73,-1,73,55,74,-1,74,55,75,-1,75,54,76,-1,76,53,77,-1,77,52,78,-1,78,51,79,-1,79,50,80,-1,80,49,81,-1,81,48,82,-1,82,47,83,-1,83,46,84,-1,84,46,85,-1,86,89,88,-1,89,86,87,-1,90,93,92,-1,93,90,91,-1,94,97,96,-1,97,94,95,-1,98,99,100,-1,101,100,99,-1,102,105,104,-1,105,102,103,-1,106,107,108,-1,109,108,107,-1,110,111,112,-1,113,112,111,-1,114,117,116,-1,117,114,115,-1,118,119,120,-1,121,120,119,-1,122,125,124,-1,125,122,123,-1,126,127,128,-1,129,128,127,-1,130,131,132,-1,133,132,131,-1,134,137,136,-1,137,134,135,-1,138,141,140,-1,141,138,139,-1,142,145,144,-1,145,142,143,-1,146,147,148,-1,149,148,147,-1,150,153,152,-1,153,150,151,-1,154,157,156,-1,157,154,155,-1,158,161,160,-1,161,158,159,-1,162,165,164,-1,165,162,163,-1,166,169,168,-1,169,166,167,-1,170,171,172,-1,173,172,171,-1,174,177,176,-1,177,174,175,-1,178,179,180,-1,181,180,179,-1,182,185,184,-1,185,182,183,-1,186,189,188,-1,189,186,187,-1,190,193,192,-1,193,190,191,-1,194,195,196,-1,197,196,195,-1,198,201,200,-1,201,198,199,-1,202,203,204,-1,205,204,203,-1,206,209,208,-1,209,206,207,-1,210,211,212,-1,213,212,211,-1,214,217,216,-1,217,214,215,-1,218,219,220,-1,221,220,219,-1,222,223,224,-1,225,224,223,-1,226,227,228,-1,229,228,227,-1,230,233,232,-1,233,230,231,-1,234,237,236,-1,237,234,235,-1,238,241,240,-1,241,238,239,-1,242,245,244,-1,245,242,243,-1,246,249,248,-1,249,246,247,-1,250,253,252,-1,253,250,251,-1,254,255,256,-1,257,256,255,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_40_point_1() { float[] value = {-4.3381f,33.268f,10.048f,-4.3381f,33.307f,10.442f,-4.3381f,33.361f,10.533f,-4.3381f,33.475f,10.678f,-4.3381f,33.778f,10.952f,-4.338f,34.404f,11.357f,-4.338f,35.04f,11.67f,-4.338f,35.683f,11.93f,-4.338f,36.976f,12.345f,-4.338f,38.276f,12.657f,-4.3379f,39.58f,12.892f,-4.3379f,40.887f,13.054f,-4.3379f,42.195f,13.149f,-4.3378f,43.504f,13.174f,-4.3378f,44.812f,13.11f,-4.3378f,46.118f,12.984f,-4.3377f,47.422f,12.806f,-4.3377f,48.722f,12.585f,-4.3377f,50.017f,12.328f,-4.3376f,51.309f,12.041f,-4.3376f,52.596f,11.73f,-4.3375f,58.968f,10.048f,-4.3375f,57.669f,10.19f,-4.3375f,56.369f,10.165f,-4.3376f,55.072f,10.067f,-4.3376f,53.779f,9.9212f,-4.3376f,52.491f,9.7464f,-4.3377f,47.385f,8.979f,-4.3378f,46.118f,8.8132f,-4.3378f,44.855f,8.6744f,-4.3378f,43.593f,8.5737f,-4.3379f,42.332f,8.5357f,-4.3379f,41.07f,8.5406f,-4.3379f,39.806f,8.5845f,-4.3379f,38.54f,8.6662f,-4.338f,37.271f,8.7891f,-4.338f,35.994f,8.9636f,-4.338f,35.351f,9.0795f,-4.338f,34.703f,9.2265f,-4.3381f,34.044f,9.4308f,-4.3381f,33.704f,9.5829f,-4.3381f,33.562f,9.6716f,-4.3381f,33.487f,9.731f,4.0669f,33.268f,10.048f,4.0669f,33.307f,10.442f,4.0669f,33.36f,10.533f,4.0669f,33.475f,10.678f,4.067f,33.778f,10.952f,4.067f,34.403f,11.357f,4.067f,35.04f,11.67f,4.067f,35.683f,11.93f,4.067f,36.976f,12.345f,4.0671f,38.276f,12.657f,4.0671f,39.58f,12.892f,4.0671f,40.887f,13.054f,4.0671f,42.195f,13.149f,4.0672f,43.504f,13.174f,4.0672f,44.812f,13.11f,4.0672f,46.118f,12.984f,4.0673f,47.421f,12.806f,4.0673f,48.721f,12.585f,4.0673f,50.017f,12.328f,4.0674f,51.309f,12.041f,4.0674f,52.595f,11.73f,4.0675f,58.968f,10.048f,4.0675f,57.669f,10.19f,4.0675f,56.369f,10.165f,4.0674f,55.072f,10.067f,4.0674f,53.779f,9.9212f,4.0674f,52.491f,9.7464f,4.0673f,47.385f,8.979f,4.0672f,46.118f,8.8132f,4.0672f,44.855f,8.6744f,4.0672f,43.593f,8.5737f,4.0672f,42.331f,8.5357f,4.0671f,41.069f,8.5406f,4.0671f,39.806f,8.5845f,4.0671f,38.54f,8.6662f,4.067f,37.27f,8.7891f,4.067f,35.994f,8.9636f,4.067f,35.351f,9.0795f,4.067f,34.703f,9.2265f,4.067f,34.044f,9.4308f,4.0669f,33.704f,9.5829f,4.0669f,33.561f,9.6716f,4.0669f,33.487f,9.731f,-4.3381f,33.268f,10.048f,4.0669f,33.268f,10.048f,-4.3381f,33.307f,10.442f,4.0669f,33.307f,10.442f,-4.3381f,33.307f,10.442f,4.0669f,33.307f,10.442f,-4.3381f,33.361f,10.533f,4.0669f,33.36f,10.533f,-4.3381f,33.361f,10.533f,4.0669f,33.36f,10.533f,-4.3381f,33.475f,10.678f,4.0669f,33.475f,10.678f,-4.3381f,33.475f,10.678f,4.0669f,33.475f,10.678f}; return value; } private float[] getCoordinate_5_40_point_2() { float[] value = {-4.3381f,33.778f,10.952f,4.067f,33.778f,10.952f,-4.3381f,33.778f,10.952f,4.067f,33.778f,10.952f,-4.338f,34.404f,11.357f,4.067f,34.403f,11.357f,-4.338f,34.404f,11.357f,4.067f,34.403f,11.357f,-4.338f,35.04f,11.67f,4.067f,35.04f,11.67f,-4.338f,35.04f,11.67f,4.067f,35.04f,11.67f,-4.338f,35.683f,11.93f,4.067f,35.683f,11.93f,-4.338f,35.683f,11.93f,4.067f,35.683f,11.93f,-4.338f,36.976f,12.345f,4.067f,36.976f,12.345f,-4.338f,36.976f,12.345f,4.067f,36.976f,12.345f,-4.338f,38.276f,12.657f,4.0671f,38.276f,12.657f,-4.338f,38.276f,12.657f,4.0671f,38.276f,12.657f,-4.3379f,39.58f,12.892f,4.0671f,39.58f,12.892f,-4.3379f,39.58f,12.892f,4.0671f,39.58f,12.892f,-4.3379f,40.887f,13.054f,4.0671f,40.887f,13.054f,-4.3379f,40.887f,13.054f,4.0671f,40.887f,13.054f,-4.3379f,42.195f,13.149f,4.0671f,42.195f,13.149f,-4.3379f,42.195f,13.149f,4.0671f,42.195f,13.149f,-4.3378f,43.504f,13.174f,4.0672f,43.504f,13.174f,-4.3378f,43.504f,13.174f,4.0672f,43.504f,13.174f,-4.3378f,44.812f,13.11f,4.0672f,44.812f,13.11f,-4.3378f,44.812f,13.11f,4.0672f,44.812f,13.11f,-4.3378f,46.118f,12.984f,4.0672f,46.118f,12.984f,-4.3378f,46.118f,12.984f,4.0672f,46.118f,12.984f,-4.3377f,47.422f,12.806f,4.0673f,47.421f,12.806f,-4.3377f,47.422f,12.806f,4.0673f,47.421f,12.806f,-4.3377f,48.722f,12.585f,4.0673f,48.721f,12.585f,-4.3377f,48.722f,12.585f,4.0673f,48.721f,12.585f,-4.3377f,50.017f,12.328f,4.0673f,50.017f,12.328f,-4.3377f,50.017f,12.328f,4.0673f,50.017f,12.328f,-4.3376f,51.309f,12.041f,4.0674f,51.309f,12.041f,-4.3376f,51.309f,12.041f,4.0674f,51.309f,12.041f,-4.3376f,52.596f,11.73f,4.0674f,52.595f,11.73f,-4.3376f,52.596f,11.73f,4.0674f,52.595f,11.73f,-4.3375f,58.968f,10.048f,4.0675f,58.968f,10.048f,-4.3375f,58.968f,10.048f,4.0675f,58.968f,10.048f,-4.3375f,57.669f,10.19f,4.0675f,57.669f,10.19f,-4.3375f,57.669f,10.19f,4.0675f,57.669f,10.19f,-4.3375f,56.369f,10.165f,4.0675f,56.369f,10.165f,-4.3375f,56.369f,10.165f,4.0675f,56.369f,10.165f,-4.3376f,55.072f,10.067f,4.0674f,55.072f,10.067f,-4.3376f,55.072f,10.067f,4.0674f,55.072f,10.067f,-4.3376f,53.779f,9.9212f,4.0674f,53.779f,9.9212f,-4.3376f,53.779f,9.9212f,4.0674f,53.779f,9.9212f,-4.3376f,52.491f,9.7464f,4.0674f,52.491f,9.7464f,-4.3376f,52.491f,9.7464f,4.0674f,52.491f,9.7464f,-4.3377f,47.385f,8.979f,4.0673f,47.385f,8.979f,-4.3377f,47.385f,8.979f,4.0673f,47.385f,8.979f,-4.3378f,46.118f,8.8132f,4.0672f,46.118f,8.8132f,-4.3378f,46.118f,8.8132f,4.0672f,46.118f,8.8132f}; return value; } private float[] getCoordinate_5_40_point_3() { float[] value = {-4.3378f,44.855f,8.6744f,4.0672f,44.855f,8.6744f,-4.3378f,44.855f,8.6744f,4.0672f,44.855f,8.6744f,-4.3378f,43.593f,8.5737f,4.0672f,43.593f,8.5737f,-4.3378f,43.593f,8.5737f,4.0672f,43.593f,8.5737f,-4.3379f,42.332f,8.5357f,4.0672f,42.331f,8.5357f,-4.3379f,42.332f,8.5357f,4.0672f,42.331f,8.5357f,-4.3379f,41.07f,8.5406f,4.0671f,41.069f,8.5406f,-4.3379f,41.07f,8.5406f,4.0671f,41.069f,8.5406f,-4.3379f,39.806f,8.5845f,4.0671f,39.806f,8.5845f,-4.3379f,39.806f,8.5845f,4.0671f,39.806f,8.5845f,-4.3379f,38.54f,8.6662f,4.0671f,38.54f,8.6662f,-4.3379f,38.54f,8.6662f,4.0671f,38.54f,8.6662f,-4.338f,37.271f,8.7891f,4.067f,37.27f,8.7891f,-4.338f,37.271f,8.7891f,4.067f,37.27f,8.7891f,-4.338f,35.994f,8.9636f,4.067f,35.994f,8.9636f,-4.338f,35.994f,8.9636f,4.067f,35.994f,8.9636f,-4.338f,35.351f,9.0795f,4.067f,35.351f,9.0795f,-4.338f,35.351f,9.0795f,4.067f,35.351f,9.0795f,-4.338f,34.703f,9.2265f,4.067f,34.703f,9.2265f,-4.338f,34.703f,9.2265f,4.067f,34.703f,9.2265f,-4.3381f,34.044f,9.4308f,4.067f,34.044f,9.4308f,-4.3381f,34.044f,9.4308f,4.067f,34.044f,9.4308f,-4.3381f,33.704f,9.5829f,4.0669f,33.704f,9.5829f,-4.3381f,33.704f,9.5829f,4.0669f,33.704f,9.5829f,-4.3381f,33.562f,9.6716f,4.0669f,33.561f,9.6716f,-4.3381f,33.562f,9.6716f,4.0669f,33.561f,9.6716f,-4.3381f,33.487f,9.731f,4.0669f,33.487f,9.731f,-4.3381f,33.487f,9.731f,4.0669f,33.487f,9.731f,-4.3381f,33.268f,10.048f,4.0669f,33.268f,10.048f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_41_vector_1() { float[] value = {-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,6.2947E-20f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,-3.8169E-20f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,5.572E-20f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,-2.5917E-16f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,2.0367E-16f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,1.9307E-16f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,-3.5588E-16f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,1.9415E-16f,1.0f,-2.34E-5f,3.738E-20f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,4.1064E-20f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,-5.5263E-20f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,5.1115E-20f,1.0f,-2.34E-5f,4.8509E-20f,1.0f,-2.34E-5f,3.9635E-20f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,1.9307E-16f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,3.5885E-20f,1.0f,-2.34E-5f,1.9349E-16f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,3.7919E-20f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,-2.3289E-5f,-0.99525f,0.097319f,-2.3289E-5f,-0.99525f,0.097319f,-2.3289E-5f,-0.99525f,0.097319f,-2.3289E-5f,-0.99525f,0.097319f,-2.0106E-5f,-0.85922f,0.51161f,-2.0106E-5f,-0.85922f,0.51161f,-2.0106E-5f,-0.85922f,0.51161f,-2.0106E-5f,-0.85922f,0.51161f,-1.8392E-5f,-0.78598f,0.61825f,-1.8392E-5f,-0.78598f,0.61825f,-1.8392E-5f,-0.78598f,0.61825f,-1.8392E-5f,-0.78598f,0.61825f,-1.5709E-5f,-0.67129f,0.74119f,-1.5709E-5f,-0.67129f,0.74119f}; return value; } private float[] getNormal_5_41_vector_2() { float[] value = {-1.5709E-5f,-0.67129f,0.74119f,-1.5709E-5f,-0.67129f,0.74119f,-1.2709E-5f,-0.54311f,0.83966f,-1.2709E-5f,-0.54311f,0.83966f,-1.2709E-5f,-0.54311f,0.83966f,-1.2709E-5f,-0.54311f,0.83966f,-1.0329E-5f,-0.44141f,0.89731f,-1.0329E-5f,-0.44141f,0.89731f,-1.0329E-5f,-0.44141f,0.89731f,-1.0329E-5f,-0.44141f,0.89731f,-8.7655E-6f,-0.37459f,0.92719f,-8.7655E-6f,-0.37459f,0.92719f,-8.7655E-6f,-0.37459f,0.92719f,-8.7655E-6f,-0.37459f,0.92719f,-7.151E-6f,-0.30559f,0.95216f,-7.151E-6f,-0.30559f,0.95216f,-7.151E-6f,-0.30559f,0.95216f,-7.151E-6f,-0.30559f,0.95216f,-5.4689E-6f,-0.23371f,0.97231f,-5.4689E-6f,-0.23371f,0.97231f,-5.4689E-6f,-0.23371f,0.97231f,-5.4689E-6f,-0.23371f,0.97231f,-4.1397E-6f,-0.1769f,0.98423f,-4.1397E-6f,-0.1769f,0.98423f,-4.1397E-6f,-0.1769f,0.98423f,-4.1397E-6f,-0.1769f,0.98423f,-2.8907E-6f,-0.12353f,0.99234f,-2.8907E-6f,-0.12353f,0.99234f,-2.8907E-6f,-0.12353f,0.99234f,-2.8907E-6f,-0.12353f,0.99234f,-1.6829E-6f,-0.071915f,0.99741f,-1.6829E-6f,-0.071915f,0.99741f,-1.6829E-6f,-0.071915f,0.99741f,-1.6829E-6f,-0.071915f,0.99741f,-4.5028E-7f,-0.019242f,0.99981f,-4.5028E-7f,-0.019242f,0.99981f,-4.5028E-7f,-0.019242f,0.99981f,-4.5028E-7f,-0.019242f,0.99981f,1.1388E-6f,0.048665f,0.99882f,1.1388E-6f,0.048665f,0.99882f,1.1388E-6f,0.048665f,0.99882f,1.1388E-6f,0.048665f,0.99882f,2.2545E-6f,0.096343f,0.99535f,2.2545E-6f,0.096343f,0.99535f,2.2545E-6f,0.096343f,0.99535f,2.2545E-6f,0.096343f,0.99535f,3.1684E-6f,0.1354f,0.99079f,3.1684E-6f,0.1354f,0.99079f,3.1684E-6f,0.1354f,0.99079f,3.1684E-6f,0.1354f,0.99079f,3.9224E-6f,0.16762f,0.98585f,3.9224E-6f,0.16762f,0.98585f,3.9224E-6f,0.16762f,0.98585f,3.9224E-6f,0.16762f,0.98585f,4.5524E-6f,0.19454f,0.98089f,4.5524E-6f,0.19454f,0.98089f,4.5524E-6f,0.19454f,0.98089f,4.5524E-6f,0.19454f,0.98089f,5.0734E-6f,0.21681f,0.97621f,5.0734E-6f,0.21681f,0.97621f,5.0734E-6f,0.21681f,0.97621f,5.0734E-6f,0.21681f,0.97621f,5.4968E-6f,0.2349f,0.97202f,5.4968E-6f,0.2349f,0.97202f,5.4968E-6f,0.2349f,0.97202f,5.4968E-6f,0.2349f,0.97202f,5.7909E-6f,0.24747f,0.9689f,5.7909E-6f,0.24747f,0.9689f,6.1385E-6f,0.26232f,0.96498f,6.1385E-6f,0.26232f,0.96498f,-2.5397E-6f,-0.10853f,-0.99409f,-2.5397E-6f,-0.10853f,-0.99409f,-2.5397E-6f,-0.10853f,-0.99409f,-2.5397E-6f,-0.10853f,-0.99409f,4.4397E-7f,0.018973f,-0.99982f,4.4397E-7f,0.018973f,-0.99982f,4.4397E-7f,0.018973f,-0.99982f,4.4397E-7f,0.018973f,-0.99982f,1.7618E-6f,0.075291f,-0.99716f,1.7618E-6f,0.075291f,-0.99716f,1.7618E-6f,0.075291f,-0.99716f,1.7618E-6f,0.075291f,-0.99716f,2.6303E-6f,0.11241f,-0.99366f,2.6303E-6f,0.11241f,-0.99366f,2.6303E-6f,0.11241f,-0.99366f,2.6303E-6f,0.11241f,-0.99366f,3.146E-6f,0.13444f,-0.99092f,3.146E-6f,0.13444f,-0.99092f,3.146E-6f,0.13444f,-0.99092f,3.146E-6f,0.13444f,-0.99092f,3.4668E-6f,0.14815f,-0.98896f,3.4668E-6f,0.14815f,-0.98896f,3.3552E-6f,0.14338f,-0.98967f,3.3552E-6f,0.14338f,-0.98967f,3.0363E-6f,0.12976f,-0.99155f,3.0363E-6f,0.12976f,-0.99155f,3.0363E-6f,0.12976f,-0.99155f,3.0363E-6f,0.12976f,-0.99155f,2.5545E-6f,0.10917f,-0.99402f,2.5545E-6f,0.10917f,-0.99402f}; return value; } private float[] getNormal_5_41_vector_3() { float[] value = {2.5545E-6f,0.10917f,-0.99402f,2.5545E-6f,0.10917f,-0.99402f,1.8622E-6f,0.079581f,-0.99683f,1.8622E-6f,0.079581f,-0.99683f,1.8622E-6f,0.079581f,-0.99683f,1.8622E-6f,0.079581f,-0.99683f,7.0539E-7f,0.030144f,-0.99955f,7.0539E-7f,0.030144f,-0.99955f,7.0539E-7f,0.030144f,-0.99955f,7.0539E-7f,0.030144f,-0.99955f,-9.0681E-8f,-0.0038752f,-0.99999f,-9.0681E-8f,-0.0038752f,-0.99999f,-9.0681E-8f,-0.0038752f,-0.99999f,-9.0681E-8f,-0.0038752f,-0.99999f,-8.1351E-7f,-0.034765f,-0.9994f,-8.1351E-7f,-0.034765f,-0.9994f,-8.1351E-7f,-0.034765f,-0.9994f,-8.1351E-7f,-0.034765f,-0.9994f,-1.5076E-6f,-0.064424f,-0.99792f,-1.5076E-6f,-0.064424f,-0.99792f,-1.5076E-6f,-0.064424f,-0.99792f,-1.5076E-6f,-0.064424f,-0.99792f,-2.2533E-6f,-0.096295f,-0.99535f,-2.2533E-6f,-0.096295f,-0.99535f,-2.2533E-6f,-0.096295f,-0.99535f,-2.2533E-6f,-0.096295f,-0.99535f,-3.1687E-6f,-0.13541f,-0.99079f,-3.1687E-6f,-0.13541f,-0.99079f,-3.1687E-6f,-0.13541f,-0.99079f,-3.1687E-6f,-0.13541f,-0.99079f,-4.1545E-6f,-0.17754f,-0.98411f,-4.1545E-6f,-0.17754f,-0.98411f,-4.1545E-6f,-0.17754f,-0.98411f,-4.1545E-6f,-0.17754f,-0.98411f,-5.1757E-6f,-0.22118f,-0.97523f,-5.1757E-6f,-0.22118f,-0.97523f,-5.1757E-6f,-0.22118f,-0.97523f,-5.1757E-6f,-0.22118f,-0.97523f,-6.9278E-6f,-0.29605f,-0.95517f,-6.9278E-6f,-0.29605f,-0.95517f,-6.9278E-6f,-0.29605f,-0.95517f,-6.9278E-6f,-0.29605f,-0.95517f,-9.5575E-6f,-0.40843f,-0.91279f,-9.5575E-6f,-0.40843f,-0.91279f,-9.5575E-6f,-0.40843f,-0.91279f,-9.5575E-6f,-0.40843f,-0.91279f,-1.2369E-5f,-0.5286f,-0.84887f,-1.2369E-5f,-0.5286f,-0.84887f,-1.2369E-5f,-0.5286f,-0.84887f,-1.2369E-5f,-0.5286f,-0.84887f,-1.4549E-5f,-0.62176f,-0.78321f,-1.4549E-5f,-0.62176f,-0.78321f,-1.4549E-5f,-0.62176f,-0.78321f,-1.4549E-5f,-0.62176f,-0.78321f,-1.9271E-5f,-0.82354f,-0.56726f,-1.9271E-5f,-0.82354f,-0.56726f,-1.9271E-5f,-0.82354f,-0.56726f,-1.9271E-5f,-0.82354f,-0.56726f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_42_point_1() { float[] value = {0.53074f,0.0f,0.54204f,0.0011055f,0.54463f,0.0026458f,0.54881f,0.0059328f,0.55666f,0.014607f,0.56827f,0.032553f,0.57725f,0.050815f,0.5847f,0.06924f,0.5966f,0.10633f,0.60556f,0.14361f,0.61228f,0.181f,0.61695f,0.21848f,0.61965f,0.25599f,0.62038f,0.29352f,0.61855f,0.33103f,0.61492f,0.3685f,0.60982f,0.40587f,0.60348f,0.44314f,0.59611f,0.4803f,0.58788f,0.51734f,0.57896f,0.55424f,0.53074f,0.73699f,0.5348f,0.69973f,0.5341f,0.66244f,0.53129f,0.62526f,0.5271f,0.58818f,0.52208f,0.55125f,0.50008f,0.40482f,0.49532f,0.3685f,0.49134f,0.33226f,0.48845f,0.29607f,0.48736f,0.2599f,0.4875f,0.22371f,0.48876f,0.18749f,0.49111f,0.15119f,0.49463f,0.11477f,0.49964f,0.078158f,0.50296f,0.059733f,0.50717f,0.041146f,0.51303f,0.022242f,0.5174f,0.012492f,0.51994f,0.0084091f,0.52164f,0.0062644f,0.9089f,0.0f,0.9202f,0.0011055f,0.92279f,0.0026458f,0.92697f,0.0059328f,0.93482f,0.014607f,0.94643f,0.032553f,0.95541f,0.050815f,0.96286f,0.06924f,0.97476f,0.10633f,0.98372f,0.14361f,0.99044f,0.181f,0.99511f,0.21848f,0.99781f,0.25599f,0.99854f,0.29352f,0.99671f,0.33103f,0.99308f,0.3685f,0.98797f,0.40587f,0.98164f,0.44314f,0.97427f,0.4803f,0.96604f,0.51734f,0.95712f,0.55424f,0.9089f,0.73699f,0.91296f,0.69973f,0.91226f,0.66244f,0.90945f,0.62526f,0.90525f,0.58818f,0.90024f,0.55125f,0.87824f,0.40482f,0.87348f,0.3685f,0.8695f,0.33226f,0.86661f,0.29607f,0.86552f,0.2599f,0.86566f,0.22371f,0.86692f,0.18749f,0.86927f,0.15119f,0.87279f,0.11477f,0.87779f,0.078158f,0.88112f,0.059733f,0.88533f,0.041146f,0.89119f,0.022242f,0.89556f,0.012492f,0.8981f,0.0084091f,0.8998f,0.0062644f,0.4859f,0.96251f,0.24368f,0.96251f,0.4859f,0.97392f,0.24368f,0.97392f,0.24222f,0.0049055f,0.0f,0.0049055f,0.24222f,0.007931f,0.0f,0.007931f,0.24222f,0.018916f,0.0f,0.018916f,0.24222f,0.024258f,0.0f,0.024258f,0.4859f,0.98097f,0.24368f,0.98097f}; return value; } private float[] getTextureCoordinate_5_42_point_2() { float[] value = {0.4859f,0.99274f,0.24368f,0.99274f,0.4859f,0.89245f,0.24368f,0.89245f,0.4859f,0.91392f,0.24368f,0.91392f,0.4859f,0.85936f,0.24368f,0.85936f,0.4859f,0.87981f,0.24368f,0.87981f,0.4859f,0.82706f,0.24368f,0.82706f,0.4859f,0.84703f,0.24368f,0.84703f,0.4859f,0.73157f,0.24368f,0.73157f,0.4859f,0.77071f,0.24368f,0.77071f,0.4859f,0.66923f,0.24368f,0.66923f,0.4859f,0.70776f,0.24368f,0.70776f,0.4859f,0.60746f,0.24368f,0.60746f,0.4859f,0.64565f,0.24368f,0.64565f,0.24222f,0.74143f,0.0f,0.74143f,0.24222f,0.77938f,0.0f,0.77938f,0.24222f,0.54829f,0.0f,0.54829f,0.24222f,0.58609f,0.0f,0.58609f,0.4859f,0.42306f,0.24368f,0.42306f,0.4859f,0.46078f,0.24368f,0.46078f,0.24222f,0.48408f,0.0f,0.48408f,0.24222f,0.52182f,0.0f,0.52182f,0.24222f,0.61259f,0.0f,0.61259f,0.24222f,0.65041f,0.0f,0.65041f,0.24222f,0.67694f,0.0f,0.67694f,0.24222f,0.71484f,0.0f,0.71484f,0.24222f,0.87059f,0.0f,0.87059f,0.24222f,0.90858f,0.0f,0.90858f,0.24222f,0.93523f,0.0f,0.93523f,0.24222f,0.9733f,0.0f,0.9733f,0.4859f,0.48408f,0.24368f,0.48408f,0.4859f,0.5222f,0.24368f,0.5222f,0.4859f,0.54575f,0.24368f,0.54575f,0.4859f,0.5839f,0.24368f,0.5839f,0.86406f,0.43927f,0.62184f,0.43927f,0.86406f,0.62922f,0.62184f,0.62922f,0.4859f,0.36213f,0.24368f,0.36213f,0.4859f,0.3998f,0.24368f,0.3998f,0.4859f,0.18023f,0.24368f,0.18023f,0.4859f,0.2177f,0.24368f,0.2177f,0.4859f,0.24085f,0.24368f,0.24085f,0.4859f,0.27833f,0.24368f,0.27833f,0.4859f,0.30148f,0.24368f,0.30148f,0.4859f,0.33897f,0.24368f,0.33897f,0.4859f,0.11963f,0.24368f,0.11963f,0.4859f,0.15709f,0.24368f,0.15709f,0.86406f,0.0f,0.62184f,0.0f,0.86406f,0.1488f,0.62184f,0.1488f,0.4859f,0.0f,0.24368f,0.0f,0.4859f,0.036817f,0.24368f,0.036817f,0.24222f,0.41877f,0.0f,0.41877f}; return value; } private float[] getTextureCoordinate_5_42_point_3() { float[] value = {0.24222f,0.45541f,0.0f,0.45541f,0.24222f,0.28857f,0.0f,0.28857f,0.24222f,0.32505f,0.0f,0.32505f,0.24222f,0.15881f,0.0f,0.15881f,0.24222f,0.19517f,0.0f,0.19517f,0.24222f,0.09398f,0.0f,0.09398f,0.24222f,0.13034f,0.0f,0.13034f,0.24222f,0.22363f,0.0f,0.22363f,0.24222f,0.26006f,0.0f,0.26006f,0.24222f,0.3536f,0.0f,0.3536f,0.24222f,0.39016f,0.0f,0.39016f,0.24222f,0.02844f,0.0f,0.02844f,0.24222f,0.065205f,0.0f,0.065205f,0.4859f,0.059557f,0.24368f,0.059557f,0.4859f,0.096693f,0.24368f,0.096693f,0.24222f,0.80599f,0.0f,0.80599f,0.24222f,0.82481f,0.0f,0.82481f,0.24222f,0.838f,0.0f,0.838f,0.24222f,0.85715f,0.0f,0.85715f,0.4859f,0.79488f,0.24368f,0.79488f,0.4859f,0.81477f,0.24368f,0.81477f,0.4859f,0.92719f,0.24368f,0.92719f,0.4859f,0.93793f,0.24368f,0.93793f,0.24222f,0.010299f,0.0f,0.010299f,0.24222f,0.015133f,0.0f,0.015133f,0.24222f,0.0f,0.0f,0.0f,0.24222f,0.0027518f,0.0f,0.0027518f,0.4859f,0.94456f,0.24368f,0.94456f,0.4859f,0.95565f,0.24368f,0.95565f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_47_coordIndex_1() { int[] value = {6,5,1,-1,5,0,1,-1,9,8,3,-1,8,2,3,-1,3,10,9,-1,15,14,6,-1,14,5,6,-1,16,15,7,-1,15,6,7,-1,17,16,8,-1,16,7,8,-1,18,17,9,-1,17,8,9,-1,19,18,10,-1,18,9,10,-1,20,19,11,-1,19,10,11,-1,21,20,12,-1,20,11,12,-1,22,21,13,-1,21,12,13,-1,24,23,15,-1,23,14,15,-1,25,24,16,-1,24,15,16,-1,26,25,17,-1,25,16,17,-1,27,26,18,-1,26,17,18,-1,28,27,19,-1,27,18,19,-1,29,28,20,-1,28,19,20,-1,30,29,21,-1,29,20,21,-1,31,30,22,-1,30,21,22,-1,33,32,24,-1,32,23,24,-1,34,33,25,-1,33,24,25,-1,35,34,26,-1,34,25,26,-1,36,35,27,-1,35,26,27,-1,37,36,28,-1,36,27,28,-1,38,37,29,-1,37,28,29,-1,39,38,30,-1,38,29,30,-1,40,39,31,-1,39,30,31,-1,42,41,33,-1,41,32,33,-1,43,42,34,-1,42,33,34,-1,44,43,35,-1,43,34,35,-1,45,44,36,-1,44,35,36,-1,46,45,37,-1,45,36,37,-1,47,46,38,-1,46,37,38,-1,48,47,39,-1,47,38,39,-1,49,48,40,-1,48,39,40,-1,42,50,41,-1,51,44,45,-1,52,51,46,-1,51,45,46,-1,53,52,47,-1,52,46,47,-1,54,53,48,-1,53,47,48,-1,55,54,49,-1,54,48,49,-1,56,6,57,-1,57,1,58,-1,58,0,59,-1,59,0,60,-1,60,0,61,-1,62,50,63,-1,63,50,64,-1,64,50,65,-1,65,50,66,-1,66,42,67,-1,67,43,68,-1,68,43,69,-1,69,44,70,-1,70,51,71,-1,71,51,72,-1,72,51,73,-1,73,51,74,-1,74,51,75,-1,75,52,76,-1,76,52,77,-1,77,52,78,-1,78,53,79,-1,79,53,80,-1,80,54,81,-1,81,54,82,-1,82,55,83,-1,83,55,84,-1,84,55,85,-1,86,4,87,-1,87,4,88,-1,88,4,89,-1,89,4,90,-1,90,12,91,-1,91,11,92,-1,92,11,93,-1,93,10,94,-1,94,10,95,-1,95,3,96,-1,96,3,97,-1,97,3,98,-1,98,3,99,-1,99,3,100,-1,100,2,101,-1,101,2,102,-1,102,7,103,-1,103,7,56,-1,13,12,4,-1,1,57,6,-1,0,58,1,-1,2,100,3,-1,8,102,2,-1,3,95,10,-1,6,56,7,-1,7,102,8,-1,10,93,11,-1,11,91,12,-1,43,67,42,-1,44,69,43,-1,42,66,50,-1,51,70,44,-1,52,75,51,-1,53,78,52,-1,54,80,53,-1,55,82,54,-1,4,12,90,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_47_point_1() { float[] value = {-23.958f,42.869f,12.594f,-22.237f,47.176f,12.594f,-13.401f,47.398f,12.594f,-11.458f,42.869f,12.594f,-23.958f,42.869f,12.594f,-23.958f,42.869f,12.014f,-22.237f,47.176f,12.014f,-17.708f,49.119f,12.014f,-13.401f,47.398f,12.014f,-11.458f,42.869f,12.014f,-13.179f,38.562f,12.014f,-17.708f,36.619f,12.014f,-22.015f,38.34f,12.014f,-23.958f,42.869f,12.014f,-23.958f,42.869f,11.435f,-22.237f,47.176f,11.435f,-17.708f,49.119f,11.435f,-13.401f,47.398f,11.435f,-11.458f,42.869f,11.435f,-13.179f,38.562f,11.435f,-17.708f,36.619f,11.435f,-22.015f,38.34f,11.435f,-23.958f,42.869f,11.435f,-23.958f,42.869f,10.855f,-22.237f,47.176f,10.855f,-17.708f,49.119f,10.855f,-13.401f,47.398f,10.855f,-11.458f,42.869f,10.855f,-13.179f,38.562f,10.855f,-17.708f,36.619f,10.855f,-22.015f,38.34f,10.855f,-23.958f,42.869f,10.855f,-23.958f,42.869f,10.275f,-22.237f,47.176f,10.275f,-17.708f,49.119f,10.275f,-13.401f,47.398f,10.275f,-11.458f,42.869f,10.275f,-13.179f,38.562f,10.275f,-17.708f,36.619f,10.275f,-22.015f,38.34f,10.275f,-23.958f,42.869f,10.275f,-23.958f,42.869f,9.6952f,-22.237f,47.176f,9.6952f,-17.708f,49.119f,9.6952f,-13.401f,47.398f,9.6952f,-11.458f,42.869f,9.6952f,-13.179f,38.562f,9.6952f,-17.708f,36.619f,9.6952f,-22.015f,38.34f,9.6952f,-23.958f,42.869f,9.6952f,-23.958f,42.869f,9.1154f,-11.458f,42.869f,9.1154f,-13.179f,38.562f,9.1154f,-17.708f,36.619f,9.1154f,-22.015f,38.34f,9.1154f,-23.958f,42.869f,9.1154f,-19.899f,48.722f,12.585f,-21.989f,47.422f,12.806f,-23.046f,46.119f,12.984f,-23.648f,44.813f,13.11f,-23.925f,43.505f,13.174f,-23.958f,42.869f,13.162f,-23.958f,42.869f,8.5518f,-23.916f,43.594f,8.5737f,-23.634f,44.855f,8.6744f,-23.046f,46.119f,8.8132f,-22.027f,47.386f,8.979f,-20.068f,48.656f,9.163f,-17.708f,49.119f,9.2334f,-15.347f,48.656f,9.163f,-13.388f,47.385f,8.979f,-12.369f,46.119f,8.8132f,-11.782f,44.855f,8.6744f,-11.5f,43.593f,8.5737f,-11.481f,42.332f,8.5357f,-11.722f,41.07f,8.5405f,-12.259f,39.807f,8.5845f,-13.199f,38.541f,8.6662f,-14.928f,37.271f,8.7891f,-17.708f,36.619f,8.8782f,-20.488f,37.271f,8.7891f,-22.217f,38.541f,8.6662f,-23.157f,39.807f,8.5845f,-23.693f,41.07f,8.5405f,-23.935f,42.332f,8.5356f,-23.958f,42.869f,8.5518f,-23.958f,42.869f,13.162f,-23.922f,42.196f,13.149f,-23.636f,40.888f,13.055f,-23.023f,39.581f,12.892f,-21.948f,38.277f,12.657f,-19.792f,36.977f,12.345f,-17.708f,36.619f,12.23f,-15.624f,36.976f,12.345f,-13.468f,38.277f,12.657f,-12.393f,39.581f,12.892f,-11.78f,40.887f,13.055f,-11.494f,42.196f,13.149f,-11.49f,43.504f,13.174f,-11.768f,44.812f,13.11f}; return value; } private float[] getCoordinate_5_47_point_2() { float[] value = {-12.369f,46.119f,12.984f,-13.426f,47.422f,12.806f,-15.517f,48.722f,12.585f,-17.708f,49.119f,12.506f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_48_vector_1() { float[] value = {-1.0f,2.34E-5f,0.0f,-0.72467f,0.68909f,0.0f,0.68909f,0.72467f,0.0f,1.0f,-2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-0.72467f,0.68909f,0.0f,2.34E-5f,1.0f,0.0f,0.68909f,0.72467f,0.0f,1.0f,-2.34E-5f,0.0f,0.72467f,-0.68909f,0.0f,-2.34E-5f,-1.0f,0.0f,-0.68909f,-0.72467f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-0.72467f,0.68909f,0.0f,2.34E-5f,1.0f,0.0f,0.68909f,0.72467f,0.0f,1.0f,-2.34E-5f,0.0f,0.72467f,-0.68909f,0.0f,-2.34E-5f,-1.0f,0.0f,-0.68909f,-0.72467f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-0.72467f,0.68909f,0.0f,2.34E-5f,1.0f,0.0f,0.68909f,0.72467f,0.0f,1.0f,-2.34E-5f,0.0f,0.72467f,-0.68909f,0.0f,-2.34E-5f,-1.0f,0.0f,-0.68909f,-0.72467f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-0.72467f,0.68909f,0.0f,2.34E-5f,1.0f,0.0f,0.68909f,0.72467f,0.0f,1.0f,-2.34E-5f,0.0f,0.72467f,-0.68909f,0.0f,-2.34E-5f,-1.0f,0.0f,-0.68909f,-0.72467f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,-0.72467f,0.68909f,0.0f,2.34E-5f,1.0f,0.0f,0.68909f,0.72467f,0.0f,1.0f,-2.34E-5f,0.0f,0.72467f,-0.68909f,0.0f,-2.34E-5f,-1.0f,0.0f,-0.68909f,-0.72467f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,0.0f,1.0f,-2.34E-5f,0.0f,0.72467f,-0.68909f,0.0f,-2.34E-5f,-1.0f,0.0f,-0.68909f,-0.72467f,0.0f,-1.0f,2.34E-5f,0.0f,-0.35054f,0.93655f,0.0f,-0.68497f,0.72857f,0.0f,-0.85413f,0.52006f,0.0f,-0.9504f,0.31104f,0.0f,-0.99481f,0.10174f,0.0f,-1.0f,2.34E-5f,2.3373E-20f,-1.0f,2.34E-5f,0.0f,-0.99325f,0.11597f,0.0f,-0.94813f,0.31787f,0.0f,-0.85413f,0.52006f,5.6213E-16f,-0.69113f,0.72273f,0.0f,-0.37767f,0.92594f,0.0f,2.34E-5f,1.0f,0.0f,0.37774f,0.92591f,-1.2585E-15f,0.69118f,0.72268f,0.0f,0.85417f,0.52f,0.0f,0.94816f,0.3178f,0.0f,0.99326f,0.1159f,1.5189E-16f,0.9963f,-0.085917f,-9.6931E-17f,0.95769f,-0.28782f,0.0f,0.87177f,-0.48992f,-6.1925E-16f,0.72144f,-0.69247f,0.0f,0.44478f,-0.89564f,0.0f,-2.34E-5f,-1.0f,0.0f,-0.44482f,-0.89562f,0.0f,-0.72148f,-0.69243f,0.0f,-0.8718f,-0.48987f,0.0f,-0.9577f,-0.28776f,0.0f,-0.99631f,-0.085853f,0.0f,-1.0f,2.34E-5f,0.0f,-1.0f,2.34E-5f,2.3373E-20f,-0.99419f,-0.10765f,0.0f,-0.94844f,-0.31695f,0.0f,-0.85045f,-0.52606f,0.0f,-0.67838f,-0.73471f,0.0f,-0.33351f,-0.94275f,0.0f,-2.34E-5f,-1.0f,0.0f,0.33346f,-0.94276f,0.0f,0.67834f,-0.73474f,0.0f,0.85042f,-0.52611f,0.0f,0.94842f,-0.31701f,0.0f,0.99418f,-0.10771f,0.0f,0.99482f,0.10167f,-2.1087E-16f,0.95042f,0.31098f,3.4676E-16f}; return value; } private float[] getNormal_5_48_vector_2() { float[] value = {0.85417f,0.52f,6.1528E-16f,0.68502f,0.72852f,0.0f,0.35061f,0.93652f,0.0f,2.34E-5f,1.0f,1.1003E-15f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_49_point_1() { float[] value = {0.125f,0.0f,0.125f,0.1212f,0.125f,0.3712f,0.125f,0.5f,0.125f,1.0f,0.25f,0.0f,0.25f,0.1212f,0.25f,0.25f,0.25f,0.3712f,0.25f,0.5f,0.25f,0.6212f,0.25f,0.75f,0.25f,0.8712f,0.25f,1.0f,0.375f,0.0f,0.375f,0.1212f,0.375f,0.25f,0.375f,0.3712f,0.375f,0.5f,0.375f,0.6212f,0.375f,0.75f,0.375f,0.8712f,0.375f,1.0f,0.5f,0.0f,0.5f,0.1212f,0.5f,0.25f,0.5f,0.3712f,0.5f,0.5f,0.5f,0.6212f,0.5f,0.75f,0.5f,0.8712f,0.5f,1.0f,0.625f,0.0f,0.625f,0.1212f,0.625f,0.25f,0.625f,0.3712f,0.625f,0.5f,0.625f,0.6212f,0.625f,0.75f,0.625f,0.8712f,0.625f,1.0f,0.75f,0.0f,0.75f,0.1212f,0.75f,0.25f,0.75f,0.3712f,0.75f,0.5f,0.75f,0.6212f,0.75f,0.75f,0.75f,0.8712f,0.75f,1.0f,0.875f,0.0f,0.875f,0.5f,0.875f,0.6212f,0.875f,0.75f,0.875f,0.8712f,0.875f,1.0f,0.12705f,0.19046f,0.0794f,0.12965f,0.041002f,0.088841f,0.013741f,0.052886f,0.0f,0.017655f,0.0026378f,0.0f,0.99651f,0.0f,0.9918f,0.020082f,0.97008f,0.054032f,0.94016f,0.088841f,0.90442f,0.12837f,0.86475f,0.18587f,0.84957f,0.25f,0.86475f,0.31413f,0.90442f,0.37163f,0.94016f,0.41116f,0.97008f,0.44597f,0.9918f,0.47992f,1.0f,0.51495f,0.99894f,0.54899f,0.98947f,0.58348f,0.97185f,0.62191f,0.94536f,0.67439f,0.92614f,0.75f,0.94537f,0.82561f,0.97185f,0.8781f,0.98947f,0.91652f,0.99895f,0.95101f,1.0f,0.98506f,0.99651f,1.0f,0.0026378f,1.0f,0.00543f,0.98133f,0.025765f,0.94611f,0.060838f,0.91008f,0.11137f,0.86898f,0.17875f,0.80666f,0.2035f,0.75f,0.17875f,0.69334f,0.11138f,0.63102f,0.060844f,0.58993f,0.025772f,0.55389f,0.0054377f,0.51867f,7.8016E-6f,0.48235f,0.013749f,0.44712f}; return value; } private float[] getTextureCoordinate_5_49_point_2() { float[] value = {0.041009f,0.41116f,0.079405f,0.37035f,0.12705f,0.30954f,0.14401f,0.25f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_68_coordIndex_1() { int[] value = {0,2,9,-1,2,3,9,-1,3,4,8,-1,4,5,8,-1,5,6,7,-1,7,8,5,-1,8,9,3,-1,9,1,0,-1,10,14,19,-1,14,15,18,-1,15,16,17,-1,16,12,13,-1,13,17,16,-1,17,18,15,-1,18,19,14,-1,19,11,10,-1,23,24,22,-1,24,25,29,-1,25,26,28,-1,26,21,27,-1,20,27,21,-1,27,28,26,-1,28,29,25,-1,29,22,24,-1,35,36,34,-1,36,37,40,-1,37,38,39,-1,38,32,31,-1,30,39,31,-1,39,40,37,-1,40,41,36,-1,41,33,34,-1,34,36,41,-1,39,38,31,-1,46,47,45,-1,47,48,50,-1,48,49,50,-1,49,43,42,-1,42,50,49,-1,50,44,47,-1,44,45,47,-1,54,55,58,-1,55,52,56,-1,51,56,52,-1,56,57,55,-1,57,58,55,-1,58,53,54,-1,63,64,62,-1,64,65,68,-1,65,66,67,-1,66,60,59,-1,59,67,66,-1,67,68,65,-1,68,69,64,-1,69,61,62,-1,62,64,69,-1,73,74,79,-1,74,75,79,-1,75,76,78,-1,76,71,77,-1,70,77,71,-1,77,78,76,-1,78,79,75,-1,79,72,73,-1,83,84,89,-1,84,85,88,-1,85,86,87,-1,86,81,80,-1,80,87,86,-1,87,88,85,-1,88,89,84,-1,89,82,83,-1,93,94,92,-1,94,95,98,-1,95,96,98,-1,96,91,97,-1,90,97,91,-1,97,98,96,-1,98,99,94,-1,99,92,94,-1,104,105,103,-1,105,106,103,-1,106,107,109,-1,107,101,108,-1,100,108,101,-1,108,109,107,-1,109,110,106,-1,110,102,103,-1,103,106,110,-1,115,116,114,-1,116,117,114,-1,117,118,119,-1,118,112,111,-1,111,119,118,-1,119,113,114,-1,114,117,119,-1,124,125,123,-1,125,121,126,-1,120,126,121,-1,126,127,125,-1,127,128,125,-1,128,122,123,-1,123,125,128,-1,132,133,131,-1,133,134,137,-1,134,135,137,-1,135,130,136,-1,129,136,130,-1,136,137,135,-1,137,138,133,-1,138,131,133,-1,143,144,142,-1,144,145,142,-1,145,146,148,-1,146,140,147,-1,139,147,140,-1,147,148,146,-1,148,149,145,-1,149,141,142,-1,142,145,149,-1,153,154,152,-1,154,155,158,-1,155,156,158,-1,156,151,157,-1,150,157,151,-1,157,158,156,-1,158,159,154,-1,159,152,154,-1,163,164,173,-1,164,165,171,-1,165,166,169,-1,166,161,167,-1,160,167,161,-1,167,168,166,-1,168,169,166,-1,169,170,165,-1,170,171,165,-1,171,172,164,-1,172,173,164,-1,173,162,163,-1,180,177,176,-1,180,176,179,-1,181,178,177,-1,181,177,180,-1,183,180,179,-1,183,179,182,-1,184,181,180,-1,184,180,183,-1,190,191,212,-1,189,192,188,-1,192,193,184,-1,193,194,184,-1,194,195,181,-1,195,196,181,-1,196,197,178,-1,197,198,178,-1,198,175,211,-1,191,199,176,-1,199,200,179,-1,200,201,179,-1,201,202,182,-1,202,203,183,-1,203,204,205,-1,205,206,207,-1,207,208,205,-1,208,209,186,-1,209,185,186,-1,186,187,203,-1,187,188,192,-1,175,174,210,-1,210,211,175,-1,211,212,176,-1,176,177,211,-1,179,176,199,-1,178,181,196,-1,177,178,198,-1,182,179,201,-1,183,182,202,-1,181,184,194,-1,184,183,192,-1,212,191,176,-1,198,211,177,-1,183,203,187,-1,203,205,186,-1,205,208,186,-1,187,192,183,-1,216,215,217,-1,217,218,222,-1,218,219,221,-1,219,214,220,-1,214,213,220,-1,220,221,219,-1,221,222,218,-1,222,216,217,-1,226,225,227,-1,227,228,230,-1,228,229,230,-1,229,224,223,-1,223,230,229,-1,230,226,227,-1,234,233,235,-1,235,232,236,-1,232,231,236,-1,236,234,235,-1,240,239,241,-1,241,238,243,-1,242,240,243,-1,238,237,243,-1,240,241,243,-1,246,247,252,-1,247,248,252,-1,248,249,250,-1,250,245,251,-1,251,244,252,-1,252,248,251,-1,248,250,251,-1,256,257,258,-1,258,254,253,-1,255,259,264,-1,259,260,264,-1,260,261,263,-1,261,256,262,-1,253,262,258,-1,262,263,261,-1,263,264,260,-1,256,258,262,-1,270,271,275,-1,271,272,277,-1,272,273,276,-1,273,266,265,-1,274,275,279,-1,265,276,273,-1,276,277,272,-1,277,278,271,-1,278,267,268,-1,268,269,279,-1,275,271,278,-1,279,275,268,-1,278,268,275,-1,283,284,282,-1,284,285,287,-1,285,286,287,-1,286,281,280,-1,280,287,286,-1,287,282,284,-1,291,292,295,-1,292,289,293,-1,288,293,289,-1,293,294,292,-1,294,295,292,-1}; return value; } private int[] getIndexedFaceSet_4_68_coordIndex_2() { int[] value = {295,290,291,-1,299,300,305,-1,300,301,304,-1,301,302,303,-1,302,297,296,-1,296,303,302,-1,303,304,301,-1,304,305,300,-1,305,298,299,-1,310,311,309,-1,311,312,309,-1,312,313,315,-1,313,307,314,-1,306,314,307,-1,314,315,313,-1,315,316,312,-1,316,308,309,-1,309,312,316,-1,321,322,320,-1,322,323,320,-1,323,324,325,-1,324,318,317,-1,317,325,324,-1,325,326,323,-1,326,327,323,-1,327,319,320,-1,320,323,327,-1,332,333,331,-1,333,334,331,-1,334,335,337,-1,335,329,336,-1,328,336,329,-1,336,337,335,-1,337,338,334,-1,338,330,331,-1,331,334,338,-1,343,344,342,-1,344,345,342,-1,345,346,348,-1,346,340,347,-1,339,347,340,-1,347,348,346,-1,348,349,345,-1,349,341,342,-1,342,345,349,-1,353,354,359,-1,354,355,358,-1,355,356,357,-1,356,351,350,-1,350,357,356,-1,357,358,355,-1,358,359,354,-1,359,352,353,-1,363,364,362,-1,364,365,367,-1,365,366,367,-1,366,361,360,-1,360,367,366,-1,367,362,364,-1,372,373,371,-1,373,369,374,-1,368,374,369,-1,374,370,371,-1,371,373,374,-1,378,379,377,-1,379,376,375,-1,375,380,379,-1,380,377,379,-1,385,386,384,-1,386,382,387,-1,381,387,382,-1,387,383,384,-1,384,386,387,-1,391,392,393,-1,392,389,388,-1,388,393,392,-1,393,390,391,-1,397,398,399,-1,398,395,394,-1,394,399,398,-1,399,396,397,-1,403,404,405,-1,404,401,400,-1,400,405,404,-1,405,402,403,-1,409,410,411,-1,410,407,406,-1,406,411,410,-1,411,408,409,-1,416,417,415,-1,417,413,418,-1,412,418,413,-1,418,414,415,-1,415,417,418,-1,419,423,420,-1,423,424,426,-1,424,425,426,-1,425,421,422,-1,422,426,425,-1,426,420,423,-1,427,481,428,-1,429,478,427,-1,430,478,431,-1,431,478,429,-1,432,477,433,-1,433,478,430,-1,434,476,432,-1,435,474,436,-1,436,476,434,-1,437,475,435,-1,438,471,437,-1,439,472,438,-1,440,469,441,-1,441,470,439,-1,442,467,443,-1,443,469,440,-1,444,468,445,-1,445,468,442,-1,446,466,444,-1,447,464,448,-1,448,464,446,-1,449,462,447,-1,450,460,449,-1,451,457,452,-1,452,456,453,-1,453,458,454,-1,454,459,450,-1,455,453,456,-1,456,452,457,-1,458,453,455,-1,459,454,458,-1,460,450,459,-1,461,447,462,-1,462,449,460,-1,463,446,464,-1,464,447,461,-1,465,444,466,-1,466,446,463,-1,467,442,468,-1,468,444,465,-1,469,443,467,-1,470,441,469,-1,471,438,472,-1,472,439,470,-1,473,437,471,-1,474,435,475,-1,475,437,473,-1,476,436,474,-1,477,432,476,-1,478,433,477,-1,479,427,478,-1,480,428,481,-1,481,427,479,-1,457,451,482,-1,482,489,483,-1,483,485,484,-1,485,483,486,-1,486,483,487,-1,487,483,488,-1,488,483,489,-1,489,482,490,-1,490,482,451,-1,493,494,492,-1,494,495,502,-1,495,496,501,-1,496,497,498,-1,498,499,496,-1,499,491,500,-1,500,501,496,-1,501,502,495,-1,502,492,494,-1,496,499,500,-1,504,505,506,-1,506,507,511,-1,507,508,511,-1,508,509,510,-1,510,503,508,-1,503,511,508,-1,511,504,506,-1,513,514,519,-1,514,515,516,-1,516,517,518,-1,518,512,519,-1,519,514,516,-1,516,518,519,-1,521,522,529,-1,522,523,524,-1,524,525,526,-1,526,520,527,-1,527,528,522,-1,528,529,522,-1,522,524,526,-1,526,527,522,-1,533,534,535,-1,534,531,530,-1,530,535,534,-1,535,532,533,-1,537,538,539,-1,539,540,545,-1,540,541,544,-1,541,542,543,-1,542,536,543,-1,543,544,541,-1,544,545,540,-1,545,537,539,-1,547,548,559,-1,548,549,550,-1,550,551,548,-1,551,552,553,-1,552,546,553,-1,553,554,557,-1,554,555,557,-1,555,556,557,-1,557,558,548,-1,558,559,548,-1,548,551,553,-1,553,557,548,-1,562,563,568,-1,563,560,564,-1,560,561,564,-1,564,565,563,-1,565,566,563,-1,566,567,568,-1,568,569,562,-1,568,563,566,-1,572,573,575,-1,570,574,575,-1,574,572,575,-1,575,571,570,-1,579,580,583,-1,576,581,577,-1,581,582,578,-1,582,583,578,-1,580,578,583,-1,578,577,581,-1,586,587,588,-1,588,589,592,-1,589,590,591,-1,590,585,584,-1,584,591,590,-1,591,592,589,-1,592,593,588,-1,593,586,588,-1,596,597,598,-1,598,599,602,-1,599,600,601,-1,600,595,594,-1,594,601,600,-1,601,602,599,-1,602,603,598,-1}; return value; } private int[] getIndexedFaceSet_4_68_coordIndex_3() { int[] value = {603,596,598,-1,606,607,608,-1,608,609,612,-1,609,610,611,-1,610,605,604,-1,604,611,610,-1,611,612,609,-1,612,613,608,-1,613,606,608,-1,616,617,618,-1,618,619,622,-1,619,620,621,-1,620,615,614,-1,614,621,620,-1,621,622,619,-1,622,623,618,-1,623,616,618,-1,626,627,628,-1,628,629,632,-1,629,630,631,-1,630,625,624,-1,624,631,630,-1,631,632,629,-1,632,633,628,-1,633,626,628,-1,637,638,639,-1,639,640,643,-1,640,641,642,-1,641,636,635,-1,634,642,635,-1,642,643,640,-1,643,644,639,-1,644,637,639,-1,642,641,635,-1,647,648,649,-1,649,650,652,-1,650,651,652,-1,651,646,653,-1,645,652,651,-1,652,647,649,-1,653,645,651,-1,657,658,659,-1,659,656,655,-1,654,660,655,-1,660,657,659,-1,659,655,660,-1,663,664,665,-1,665,662,667,-1,661,666,668,-1,666,663,665,-1,667,668,665,-1,668,666,665,-1,672,673,675,-1,673,674,675,-1,674,671,670,-1,669,675,670,-1,675,674,670,-1,678,679,683,-1,679,680,683,-1,680,677,681,-1,676,681,685,-1,681,682,680,-1,682,683,680,-1,677,684,681,-1,684,685,681,-1,688,689,690,-1,690,691,694,-1,691,692,693,-1,692,687,696,-1,686,693,696,-1,693,694,691,-1,694,695,690,-1,695,688,690,-1,693,692,696,-1,700,701,702,-1,702,703,707,-1,703,704,698,-1,704,699,698,-1,697,705,698,-1,705,706,698,-1,706,707,703,-1,707,700,702,-1,703,698,706,-1,710,711,712,-1,712,713,716,-1,713,714,715,-1,714,709,708,-1,708,715,714,-1,715,716,713,-1,716,717,712,-1,717,710,712,-1,720,721,727,-1,721,722,727,-1,722,723,726,-1,723,724,725,-1,724,719,718,-1,718,725,724,-1,725,726,723,-1,726,727,722,-1,730,731,732,-1,732,733,737,-1,733,734,736,-1,734,729,735,-1,728,735,729,-1,735,736,734,-1,736,737,733,-1,737,730,732,-1,740,741,742,-1,742,743,746,-1,743,744,745,-1,744,739,738,-1,738,745,744,-1,745,746,743,-1,746,747,742,-1,747,740,742,-1,750,751,752,-1,752,753,756,-1,753,754,755,-1,754,749,758,-1,748,755,758,-1,755,756,753,-1,756,757,752,-1,757,750,752,-1,755,754,758,-1,761,763,767,-1,763,762,764,-1,764,765,763,-1,765,766,768,-1,766,760,768,-1,759,767,769,-1,768,769,765,-1,767,763,765,-1,769,767,765,-1,772,773,777,-1,773,774,777,-1,774,771,775,-1,770,775,771,-1,775,776,774,-1,776,777,774,-1,780,781,782,-1,782,783,786,-1,783,784,785,-1,784,779,778,-1,778,785,784,-1,785,786,783,-1,786,787,782,-1,787,780,782,-1,790,791,792,-1,792,793,796,-1,793,794,795,-1,794,789,788,-1,788,795,794,-1,795,796,793,-1,796,797,792,-1,797,790,792,-1,800,801,802,-1,802,803,806,-1,803,804,805,-1,804,799,798,-1,798,805,804,-1,805,806,803,-1,806,807,802,-1,807,800,802,-1,810,811,812,-1,812,813,816,-1,813,814,815,-1,814,809,808,-1,808,815,814,-1,815,816,813,-1,816,817,812,-1,817,810,812,-1,820,821,822,-1,822,823,825,-1,823,824,825,-1,824,819,826,-1,818,825,824,-1,825,820,822,-1,826,827,824,-1,827,818,824,-1,830,831,832,-1,832,829,834,-1,828,833,835,-1,833,830,832,-1,834,835,832,-1,835,833,832,-1,838,839,843,-1,839,840,843,-1,840,837,844,-1,836,841,845,-1,841,842,845,-1,842,843,840,-1,844,845,840,-1,845,842,840,-1,848,849,855,-1,849,850,855,-1,850,851,855,-1,851,852,856,-1,852,847,856,-1,846,853,857,-1,853,854,857,-1,854,855,851,-1,856,857,851,-1,857,854,851,-1,860,861,862,-1,862,863,866,-1,863,864,865,-1,864,859,868,-1,858,865,868,-1,865,866,863,-1,866,867,862,-1,867,860,862,-1,865,864,868,-1,871,872,873,-1,873,874,876,-1,874,875,876,-1,875,870,869,-1,869,876,875,-1,876,871,873,-1,879,880,884,-1,880,881,884,-1,881,878,882,-1,877,882,878,-1,882,883,881,-1,883,884,881,-1,887,888,889,-1,889,890,893,-1,890,891,892,-1,891,886,885,-1,885,892,891,-1,892,893,890,-1,893,894,889,-1,894,887,889,-1,897,898,900,-1,895,899,902,-1,899,897,900,-1,900,901,899,-1,901,902,899,-1,902,896,895,-1,905,906,907,-1,907,904,908,-1,903,908,904,-1,908,905,907,-1,911,912,916,-1,912,913,916,-1,913,910,914,-1,909,914,910,-1,914,915,913,-1,915,916,913,-1,919,920,921,-1,921,922,925,-1}; return value; } private int[] getIndexedFaceSet_4_68_coordIndex_4() { int[] value = {922,923,924,-1,923,918,917,-1,917,924,923,-1,924,925,922,-1,925,926,921,-1,926,919,921,-1,929,930,931,-1,931,932,936,-1,932,933,935,-1,933,928,934,-1,927,934,928,-1,934,935,933,-1,935,936,932,-1,936,929,931,-1,939,940,941,-1,941,942,939,-1,942,943,937,-1,943,938,937,-1,937,939,942,-1,947,948,954,-1,948,949,954,-1,949,950,945,-1,950,951,945,-1,951,946,945,-1,944,952,945,-1,952,953,945,-1,953,954,949,-1,949,945,953,-1,956,957,961,-1,955,958,963,-1,958,959,963,-1,959,960,962,-1,960,956,961,-1,961,962,960,-1,962,963,959,-1,970,966,965,-1,970,965,969,-1,971,967,966,-1,971,966,970,-1,973,970,969,-1,973,969,972,-1,974,971,970,-1,974,970,973,-1,976,973,972,-1,976,972,975,-1,977,978,994,-1,978,979,995,-1,980,981,997,-1,981,982,976,-1,982,983,973,-1,983,984,974,-1,984,985,974,-1,985,986,971,-1,986,987,971,-1,987,968,967,-1,964,988,965,-1,988,989,969,-1,989,990,969,-1,990,991,972,-1,991,992,972,-1,992,993,975,-1,993,994,975,-1,995,996,981,-1,996,997,981,-1,969,965,988,-1,967,971,987,-1,972,969,990,-1,971,974,985,-1,974,973,983,-1,973,976,982,-1,975,972,992,-1,976,975,978,-1,994,978,975,-1,978,995,981,-1,981,976,978,-1,998,1001,1007,-1,1001,1002,1006,-1,1002,1003,1005,-1,1003,1000,1004,-1,1004,1005,1003,-1,1005,1006,1002,-1,1006,1007,1001,-1,1007,999,998,-1,1008,1011,1009,-1,1011,1012,1015,-1,1012,1013,1015,-1,1013,1010,1014,-1,1014,1015,1013,-1,1015,1009,1011,-1,1018,1019,1023,-1,1016,1020,1017,-1,1020,1021,1025,-1,1021,1022,1024,-1,1022,1018,1023,-1,1023,1024,1022,-1,1024,1025,1021,-1,1025,1017,1020,-1,1029,1030,1034,-1,1026,1031,1027,-1,1031,1032,1035,-1,1032,1033,1034,-1,1033,1029,1034,-1,1034,1035,1032,-1,1035,1036,1031,-1,1036,1028,1027,-1,1027,1031,1036,-1,1038,1039,1044,-1,1039,1040,1043,-1,1040,1037,1041,-1,1041,1042,1040,-1,1042,1043,1040,-1,1043,1044,1039,-1,1048,1047,1049,-1,1049,1050,1054,-1,1050,1051,1053,-1,1051,1046,1052,-1,1045,1052,1046,-1,1052,1053,1051,-1,1053,1054,1050,-1,1054,1048,1049,-1,1055,1058,1064,-1,1058,1059,1063,-1,1059,1060,1062,-1,1060,1057,1061,-1,1061,1062,1060,-1,1062,1063,1059,-1,1063,1064,1058,-1,1064,1056,1055,-1,1067,1068,1069,-1,1069,1070,1078,-1,1070,1071,1078,-1,1071,1072,1077,-1,1072,1073,1077,-1,1073,1074,1076,-1,1074,1075,1076,-1,1075,1066,1065,-1,1065,1076,1075,-1,1076,1077,1073,-1,1077,1078,1071,-1,1078,1067,1069,-1,1081,1082,1083,-1,1083,1084,1087,-1,1084,1085,1086,-1,1085,1080,1079,-1,1079,1086,1085,-1,1086,1087,1084,-1,1087,1088,1083,-1,1088,1081,1083,-1,1091,1092,1102,-1,1092,1093,1100,-1,1093,1094,1099,-1,1094,1095,1098,-1,1095,1090,1097,-1,1096,1097,1105,-1,1097,1098,1095,-1,1098,1099,1094,-1,1099,1100,1093,-1,1100,1101,1102,-1,1089,1103,1090,-1,1103,1104,1090,-1,1104,1105,1097,-1,1102,1092,1100,-1,1097,1090,1104,-1,1107,1108,1113,-1,1108,1109,1113,-1,1109,1110,1111,-1,1110,1106,1111,-1,1111,1112,1109,-1,1112,1113,1109,-1,1115,1117,1125,-1,1117,1116,1118,-1,1118,1119,1125,-1,1119,1120,1124,-1,1120,1121,1122,-1,1122,1114,1123,-1,1123,1124,1120,-1,1124,1125,1119,-1,1125,1117,1118,-1,1120,1122,1123,-1,1132,1128,1131,-1,1128,1127,1131,-1,1134,1132,1133,-1,1132,1131,1133,-1,1136,1134,1135,-1,1134,1133,1135,-1,1137,1139,1159,-1,1139,1140,1145,-1,1140,1138,1141,-1,1141,1142,1140,-1,1142,1143,1140,-1,1143,1144,1145,-1,1145,1146,1136,-1,1146,1147,1136,-1,1147,1148,1134,-1,1148,1149,1132,-1,1149,1150,1132,-1,1150,1151,1129,-1,1151,1152,1129,-1,1152,1130,1129,-1,1126,1153,1127,-1,1153,1154,1131,-1,1154,1155,1131,-1,1155,1156,1133,-1,1156,1157,1133,-1,1157,1158,1135,-1,1158,1159,1135,-1,1129,1128,1150,-1,1128,1132,1150,-1,1131,1127,1153,-1,1132,1134,1148,-1,1133,1131,1155,-1,1134,1136,1147,-1,1135,1133,1157,-1,1136,1135,1145,-1,1159,1139,1145,-1,1145,1140,1143,-1,1135,1159,1145,-1,1162,1163,1164,-1,1164,1165,1162,-1,1165,1166,1171,-1,1166,1167,1171,-1,1167,1168,1171,-1,1168,1169,1171,-1,1169,1170,1160,-1,1170,1161,1160,-1,1160,1171,1169,-1,1171,1162,1165,-1,1174,1175,1179,-1,1175,1176,1179,-1,1176,1173,1177,-1,1172,1177,1173,-1,1177,1178,1176,-1,1178,1179,1176,-1,1182,1183,1187,-1,1184,1185,1188,-1,1185,1186,1188,-1,1186,1187,1183,-1,1183,1188,1186,-1,1188,1189,1191,-1,1189,1190,1192,-1,1190,1181,1180,-1,1191,1184,1188,-1,1180,1192,1190,-1,1192,1191,1189,-1,1195,1196,1197,-1,1196,1194,1198,-1,1193,1198,1194,-1,1198,1199,1196,-1,1199,1200,1196,-1,1200,1197,1196,-1}; return value; } private int[] getIndexedFaceSet_4_68_coordIndex_5() { int[] value = {1203,1204,1207,-1,1204,1205,1210,-1,1205,1206,1209,-1,1206,1202,1208,-1,1201,1208,1202,-1,1208,1209,1206,-1,1209,1210,1205,-1,1210,1207,1204,-1,1211,1215,1212,-1,1215,1216,1212,-1,1216,1217,1212,-1,1217,1218,1219,-1,1214,1219,1218,-1,1219,1220,1217,-1,1220,1221,1212,-1,1221,1213,1212,-1,1212,1217,1220,-1,1223,1225,1234,-1,1225,1226,1228,-1,1226,1224,1227,-1,1227,1228,1226,-1,1228,1229,1230,-1,1229,1222,1230,-1,1230,1231,1228,-1,1231,1232,1225,-1,1232,1233,1234,-1,1234,1225,1232,-1,1225,1228,1231,-1,1236,1238,1244,-1,1238,1239,1240,-1,1239,1237,1240,-1,1240,1235,1241,-1,1241,1242,1240,-1,1242,1243,1238,-1,1243,1244,1238,-1,1238,1240,1242,-1,1246,1248,1253,-1,1248,1249,1252,-1,1249,1247,1251,-1,1247,1250,1251,-1,1251,1252,1249,-1,1252,1253,1248,-1,1253,1245,1246,-1,1255,1257,1263,-1,1257,1258,1261,-1,1258,1256,1260,-1,1256,1259,1260,-1,1260,1261,1258,-1,1261,1262,1257,-1,1262,1254,1263,-1,1263,1257,1262,-1,1264,1268,1273,-1,1268,1269,1272,-1,1269,1270,1271,-1,1270,1266,1267,-1,1267,1271,1270,-1,1271,1272,1269,-1,1272,1273,1268,-1,1273,1265,1264,-1,1277,1278,1283,-1,1278,1279,1282,-1,1279,1280,1281,-1,1280,1275,1274,-1,1274,1281,1280,-1,1281,1282,1279,-1,1282,1283,1278,-1,1283,1276,1277,-1,1287,1288,1293,-1,1288,1289,1292,-1,1289,1290,1291,-1,1290,1285,1284,-1,1284,1291,1290,-1,1291,1292,1289,-1,1292,1293,1288,-1,1293,1286,1287,-1,1296,1297,1298,-1,1298,1299,1302,-1,1299,1300,1301,-1,1300,1295,1294,-1,1294,1301,1300,-1,1301,1302,1299,-1,1302,1303,1298,-1,1303,1296,1298,-1,1307,1308,1312,-1,1304,1309,1305,-1,1309,1310,1313,-1,1310,1311,1312,-1,1311,1307,1312,-1,1312,1313,1310,-1,1313,1314,1309,-1,1314,1306,1305,-1,1305,1309,1314,-1,1317,1318,1326,-1,1318,1319,1324,-1,1319,1320,1322,-1,1320,1321,1329,-1,1321,1316,1327,-1,1322,1323,1319,-1,1323,1324,1319,-1,1324,1325,1318,-1,1325,1326,1318,-1,1315,1327,1316,-1,1327,1328,1321,-1,1328,1329,1321,-1,1329,1322,1320,-1,1331,1332,1340,-1,1332,1333,1340,-1,1333,1334,1338,-1,1334,1335,1336,-1,1335,1330,1336,-1,1336,1337,1334,-1,1337,1338,1334,-1,1338,1339,1333,-1,1339,1340,1333,-1,1343,1344,1347,-1,1344,1345,1350,-1,1345,1346,1349,-1,1346,1342,1348,-1,1341,1348,1342,-1,1348,1349,1346,-1,1349,1350,1345,-1,1350,1347,1344,-1,1352,1354,1360,-1,1354,1353,1355,-1,1355,1356,1360,-1,1356,1357,1358,-1,1357,1351,1358,-1,1358,1359,1356,-1,1359,1360,1356,-1,1360,1354,1355,-1,1363,1364,1367,-1,1364,1365,1370,-1,1365,1366,1369,-1,1366,1362,1368,-1,1361,1368,1362,-1,1368,1369,1366,-1,1369,1370,1365,-1,1370,1367,1364,-1,1374,1375,1378,-1,1375,1376,1372,-1,1376,1377,1372,-1,1377,1373,1372,-1,1371,1379,1372,-1,1379,1380,1372,-1,1380,1381,1372,-1,1381,1378,1375,-1,1375,1372,1381,-1,1383,1385,1389,-1,1385,1384,1386,-1,1386,1387,1388,-1,1388,1382,1389,-1,1389,1385,1388,-1,1385,1386,1388,-1,1394,1395,1400,-1,1395,1396,1391,-1,1396,1397,1391,-1,1397,1392,1391,-1,1393,1394,1400,-1,1390,1398,1391,-1,1398,1399,1391,-1,1399,1400,1395,-1,1395,1391,1399,-1,1402,1403,1404,-1,1404,1405,1406,-1,1405,1401,1406,-1,1406,1402,1404,-1,1411,1412,1417,-1,1412,1413,1408,-1,1413,1414,1408,-1,1414,1409,1408,-1,1410,1411,1417,-1,1407,1415,1408,-1,1415,1416,1408,-1,1416,1417,1412,-1,1412,1408,1416,-1,1419,1420,1426,-1,1420,1421,1426,-1,1421,1422,1425,-1,1422,1423,1425,-1,1423,1418,1424,-1,1424,1425,1423,-1,1425,1426,1421,-1,1431,1432,1437,-1,1432,1433,1436,-1,1433,1434,1428,-1,1434,1429,1428,-1,1430,1431,1437,-1,1427,1435,1428,-1,1435,1436,1433,-1,1436,1437,1432,-1,1433,1428,1435,-1,1441,1442,1443,-1,1443,1444,1441,-1,1444,1445,1453,-1,1445,1446,1453,-1,1447,1448,1452,-1,1448,1449,1451,-1,1449,1450,1451,-1,1450,1440,1439,-1,1446,1447,1453,-1,1438,1451,1450,-1,1451,1452,1448,-1,1452,1453,1447,-1,1453,1441,1444,-1,1439,1438,1450,-1,1456,1457,1458,-1,1458,1459,1462,-1,1459,1460,1461,-1,1460,1455,1454,-1,1454,1461,1460,-1,1461,1462,1459,-1,1462,1463,1458,-1,1463,1456,1458,-1,1466,1467,1468,-1,1468,1469,1472,-1,1469,1470,1471,-1,1470,1465,1464,-1,1464,1471,1470,-1,1471,1472,1469,-1,1472,1473,1468,-1,1473,1466,1468,-1,1477,1478,1479,-1,1479,1480,1483,-1,1480,1481,1482,-1,1481,1476,1475,-1,1474,1482,1475,-1,1482,1483,1480,-1,1483,1484,1479,-1,1484,1477,1479,-1,1482,1481,1475,-1,1488,1489,1490,-1,1490,1491,1494,-1,1491,1492,1493,-1,1492,1487,1486,-1,1485,1493,1486,-1,1493,1494,1491,-1,1494,1495,1490,-1,1495,1488,1490,-1,1493,1492,1486,-1,1498,1499,1500,-1,1500,1501,1505,-1,1501,1502,1504,-1,1502,1497,1503,-1,1496,1503,1497,-1,1503,1504,1502,-1,1504,1505,1501,-1,1505,1498,1500,-1,1508,1509,1510,-1,1510,1511,1514,-1,1511,1512,1513,-1}; return value; } private int[] getIndexedFaceSet_4_68_coordIndex_6() { int[] value = {1512,1507,1506,-1,1506,1513,1512,-1,1513,1514,1511,-1,1514,1515,1510,-1,1515,1508,1510,-1,1518,1519,1523,-1,1516,1520,1525,-1,1520,1521,1524,-1,1521,1522,1523,-1,1522,1518,1523,-1,1523,1524,1521,-1,1524,1525,1520,-1,1525,1517,1516,-1,1529,1530,1533,-1,1530,1531,1536,-1,1531,1532,1527,-1,1532,1528,1527,-1,1526,1534,1527,-1,1534,1535,1527,-1,1535,1536,1531,-1,1536,1533,1530,-1,1531,1527,1535,-1,1541,1542,1547,-1,1542,1543,1546,-1,1543,1544,1538,-1,1544,1539,1538,-1,1540,1541,1547,-1,1537,1545,1538,-1,1545,1546,1543,-1,1546,1547,1542,-1,1543,1538,1545,-1,1548,1551,1555,-1,1551,1550,1553,-1,1552,1553,1550,-1,1553,1554,1551,-1,1554,1555,1551,-1,1555,1549,1548,-1,1557,1559,1562,-1,1559,1558,1560,-1,1560,1556,1561,-1,1561,1562,1559,-1,1559,1560,1561,-1,1564,1566,1568,-1,1566,1565,1567,-1,1565,1563,1567,-1,1567,1568,1566,-1,1570,1572,1577,-1,1572,1573,1576,-1,1573,1571,1575,-1,1571,1574,1575,-1,1575,1576,1573,-1,1576,1577,1572,-1,1577,1569,1570,-1,1579,1581,1584,-1,1581,1580,1582,-1,1582,1583,1581,-1,1583,1578,1584,-1,1584,1581,1583,-1,1586,1588,1597,-1,1588,1589,1596,-1,1589,1587,1590,-1,1590,1591,1592,-1,1592,1593,1595,-1,1593,1594,1595,-1,1594,1585,1595,-1,1595,1596,1592,-1,1596,1597,1588,-1,1596,1589,1592,-1,1589,1590,1592,-1,1599,1601,1604,-1,1601,1600,1605,-1,1598,1602,1609,-1,1602,1603,1609,-1,1603,1604,1607,-1,1605,1606,1601,-1,1606,1607,1604,-1,1607,1608,1609,-1,1604,1601,1606,-1,1609,1603,1607,-1,1613,1614,1619,-1,1614,1615,1619,-1,1615,1616,1611,-1,1616,1612,1611,-1,1617,1618,1622,-1,1618,1619,1615,-1,1610,1620,1611,-1,1620,1621,1611,-1,1621,1622,1618,-1,1615,1611,1621,-1,1618,1615,1621,-1,1623,1627,1624,-1,1627,1628,1632,-1,1626,1629,1632,-1,1629,1630,1632,-1,1630,1631,1624,-1,1631,1625,1624,-1,1624,1627,1630,-1,1627,1632,1630,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_68_point_1() { float[] value = {-37.101f,44.988f,9.9022f,-37.101f,44.988f,10.873f,-37.1f,44.989f,9.9024f,-36.969f,45.578f,9.9867f,-36.837f,46.173f,10.057f,-36.704f,46.772f,10.105f,-36.595f,47.261f,10.115f,-36.595f,47.261f,10.252f,-36.829f,46.211f,10.542f,-37.09f,45.036f,10.86f,-34.512f,34.705f,9.8877f,-34.512f,34.594f,10.048f,-51.653f,42.032f,9.9358f,-51.653f,41.954f,10.048f,-38.796f,36.536f,9.8997f,-43.081f,38.368f,9.9118f,-47.367f,40.2f,9.9238f,-47.367f,40.114f,10.048f,-43.081f,38.274f,10.048f,-38.796f,36.434f,10.048f,-34.512f,34.743f,9.8577f,-34.512f,34.705f,9.8877f,-51.653f,42.058f,9.9148f,-51.653f,42.032f,9.9358f,-47.367f,40.2f,9.9238f,-43.081f,38.368f,9.9118f,-38.796f,36.536f,9.8997f,-38.796f,36.571f,9.8719f,-43.081f,38.4f,9.8862f,-47.367f,40.229f,9.9005f,-34.512f,34.815f,9.8128f,-34.512f,34.779f,9.8352f,-34.512f,34.743f,9.8577f,-51.653f,42.109f,9.8834f,-51.653f,42.083f,9.8991f,-51.653f,42.058f,9.9148f,-47.367f,40.229f,9.9005f,-43.081f,38.4f,9.8862f,-38.796f,36.571f,9.8719f,-38.796f,36.638f,9.8305f,-43.081f,38.461f,9.8481f,-47.367f,40.285f,9.8658f,-34.512f,34.987f,9.7359f,-34.512f,34.815f,9.8128f,-51.653f,42.229f,9.8296f,-51.653f,42.169f,9.8565f,-51.653f,42.109f,9.8834f,-47.367f,40.285f,9.8658f,-43.081f,38.461f,9.8481f,-38.796f,36.638f,9.8305f,-43.081f,38.607f,9.7827f,-34.512f,35.32f,9.6325f,-34.512f,34.987f,9.7359f,-51.653f,42.462f,9.7573f,-51.653f,42.229f,9.8296f,-43.081f,38.607f,9.7827f,-38.796f,37.105f,9.6637f,-43.081f,38.891f,9.6949f,-47.366f,40.676f,9.7261f,-34.512f,35.648f,9.5581f,-34.512f,35.32f,9.6325f,-51.653f,42.692f,9.7052f,-51.653f,42.577f,9.7312f,-51.653f,42.462f,9.7573f,-47.366f,40.676f,9.7261f,-43.081f,38.891f,9.6949f,-38.796f,37.105f,9.6637f,-38.796f,37.408f,9.5949f,-43.081f,39.169f,9.6317f,-47.366f,40.93f,9.6684f,-34.512f,35.973f,9.4995f,-34.512f,35.648f,9.5581f,-51.653f,42.919f,9.6642f,-51.653f,42.692f,9.7052f,-47.366f,40.93f,9.6684f,-43.081f,39.169f,9.6317f,-38.796f,37.408f,9.5949f,-38.796f,37.709f,9.5407f,-43.081f,39.445f,9.5818f,-47.366f,41.182f,9.623f,-34.512f,36.619f,9.4112f,-34.512f,35.973f,9.4995f,-51.653f,43.371f,9.6024f,-51.653f,42.919f,9.6642f,-47.366f,41.182f,9.623f,-43.081f,39.445f,9.5818f,-38.796f,37.709f,9.5407f,-38.796f,38.306f,9.459f,-43.081f,39.994f,9.5068f,-47.366f,41.683f,9.5546f,-34.512f,37.261f,9.3491f,-34.512f,36.619f,9.4112f,-51.653f,43.821f,9.5589f,-51.653f,43.371f,9.6024f,-47.366f,41.683f,9.5546f,-43.081f,39.994f,9.5068f,-38.796f,38.306f,9.459f,-38.796f,38.901f,9.4015f,-43.081f,40.54f,9.454f,-47.366f,42.18f,9.5065f}; return value; } private float[] getCoordinate_5_68_point_2() { float[] value = {-34.512f,37.902f,9.3078f,-34.512f,37.261f,9.3491f,-51.653f,44.269f,9.53f,-51.653f,44.045f,9.5445f,-51.653f,43.821f,9.5589f,-47.366f,42.18f,9.5065f,-43.081f,40.54f,9.454f,-38.796f,38.901f,9.4015f,-38.796f,39.493f,9.3633f,-43.081f,41.085f,9.4189f,-47.366f,42.677f,9.4744f,-34.512f,38.54f,9.2855f,-34.512f,37.902f,9.3078f,-51.653f,44.716f,9.5144f,-51.653f,44.492f,9.5222f,-51.653f,44.269f,9.53f,-47.366f,42.677f,9.4744f,-43.081f,41.085f,9.4189f,-38.796f,39.493f,9.3633f,-43.081f,41.628f,9.4f,-34.512f,39.179f,9.2831f,-34.512f,38.54f,9.2855f,-51.653f,45.163f,9.5127f,-51.653f,44.939f,9.5136f,-51.653f,44.716f,9.5144f,-43.081f,41.628f,9.4f,-38.796f,40.674f,9.3405f,-43.081f,42.17f,9.3979f,-47.366f,43.666f,9.4553f,-34.512f,39.817f,9.3023f,-34.512f,39.179f,9.2831f,-51.653f,45.609f,9.5262f,-51.653f,45.163f,9.5127f,-47.366f,43.666f,9.4553f,-43.081f,42.17f,9.3979f,-38.796f,40.674f,9.3405f,-38.796f,41.264f,9.3582f,-43.081f,42.712f,9.4142f,-47.366f,44.161f,9.4702f,-34.512f,40.455f,9.3533f,-34.512f,39.817f,9.3023f,-51.653f,46.056f,9.5618f,-51.653f,45.833f,9.544f,-51.653f,45.609f,9.5262f,-47.366f,44.161f,9.4702f,-43.081f,42.712f,9.4142f,-38.796f,41.264f,9.3582f,-38.796f,41.855f,9.4054f,-43.081f,43.255f,9.4575f,-47.366f,44.655f,9.5097f,-34.512f,41.094f,9.4235f,-34.512f,40.455f,9.3533f,-51.653f,46.503f,9.611f,-51.653f,46.056f,9.5618f,-47.366f,44.655f,9.5097f,-43.081f,43.255f,9.4575f,-38.796f,41.855f,9.4054f,-38.796f,42.446f,9.4703f,-43.081f,43.798f,9.5172f,-47.366f,45.151f,9.5641f,-34.512f,41.735f,9.5073f,-34.512f,41.094f,9.4235f,-51.653f,46.952f,9.6696f,-51.653f,46.503f,9.611f,-47.366f,45.151f,9.5641f,-43.081f,43.798f,9.5172f,-38.796f,42.446f,9.4703f,-36.654f,42.387f,9.5276f,-38.796f,43.039f,9.5479f,-40.938f,43.691f,9.5682f,-43.081f,44.343f,9.5885f,-45.223f,44.995f,9.6088f,-47.366f,45.647f,9.629f,-49.51f,46.299f,9.6493f,-34.512f,44.318f,9.8955f,-34.512f,41.735f,9.5073f,-38.853f,44.843f,9.8172f,-38.853f,44.245f,9.725f,-38.853f,43.65f,9.6344f,-43.028f,45.972f,9.8355f,-43.028f,45.422f,9.7506f,-43.028f,44.874f,9.6672f,-47.304f,47.129f,9.8542f,-47.304f,46.627f,9.7767f,-47.304f,46.127f,9.7007f,-51.653f,48.759f,9.9413f,-51.653f,48.305f,9.8733f,-51.653f,47.852f,9.8034f,-51.653f,47.401f,9.7348f,-51.653f,46.952f,9.6696f,-37.1f,44.989f,9.9024f,-37.101f,44.988f,9.9022f,-49.51f,46.299f,9.6493f,-47.366f,45.647f,9.629f,-45.223f,44.995f,9.6088f,-43.081f,44.343f,9.5885f,-40.938f,43.691f,9.5682f,-38.796f,43.039f,9.5479f,-36.654f,42.387f,9.5276f,-39.924f,45.615f,9.8942f}; return value; } private float[] getCoordinate_5_68_point_3() { float[] value = {-42.747f,46.243f,9.8862f,-45.571f,46.87f,9.8781f,-48.394f,47.498f,9.8701f,-48.701f,47.498f,9.8589f,-48.701f,47.566f,9.8692f,-48.815f,47.591f,9.8689f,-48.724f,48.0f,9.9335f,-49.456f,48.19f,9.9354f,-50.188f,48.38f,9.9374f,-50.92f,48.57f,9.9393f,-35.159f,44.486f,9.8972f,-35.806f,44.653f,9.8989f,-36.453f,44.821f,9.9007f,-34.512f,44.969f,9.9839f,-34.512f,44.318f,9.8955f,-37.1f,44.989f,9.9024f,-36.969f,45.578f,9.9867f,-36.453f,44.821f,9.9007f,-35.806f,44.653f,9.8989f,-35.159f,44.486f,9.8972f,-35.126f,45.122f,9.9846f,-35.741f,45.274f,9.9853f,-36.355f,45.426f,9.986f,-34.512f,45.623f,10.058f,-34.512f,44.969f,9.9839f,-36.969f,45.578f,9.9867f,-36.837f,46.173f,10.057f,-36.355f,45.426f,9.986f,-35.741f,45.274f,9.9853f,-35.126f,45.122f,9.9846f,-35.674f,45.898f,10.058f,-34.512f,46.279f,10.107f,-34.512f,45.623f,10.058f,-36.837f,46.173f,10.057f,-36.704f,46.772f,10.105f,-35.674f,45.898f,10.058f,-35.608f,46.526f,10.106f,-34.512f,46.937f,10.12f,-34.512f,46.279f,10.107f,-36.704f,46.772f,10.105f,-36.595f,47.261f,10.115f,-35.608f,46.526f,10.106f,-36.595f,47.381f,10.117f,-35.554f,47.159f,10.119f,-34.512f,44.371f,10.899f,-34.512f,47.594f,10.048f,-37.09f,45.036f,10.86f,-36.829f,46.211f,10.542f,-36.595f,47.261f,10.252f,-36.595f,48.015f,10.048f,-35.554f,47.805f,10.048f,-34.512f,46.309f,10.392f,-35.801f,44.704f,10.88f,-34.512f,43.72f,11.056f,-34.512f,44.371f,10.899f,-48.525f,47.498f,10.809f,-37.101f,44.988f,10.873f,-37.09f,45.036f,10.86f,-35.801f,44.704f,10.88f,-48.394f,47.498f,10.803f,-44.629f,46.661f,10.826f,-40.865f,45.824f,10.849f,-38.014f,44.664f,10.994f,-41.517f,45.608f,10.932f,-45.021f,46.553f,10.871f,-34.512f,43.067f,11.201f,-34.512f,43.72f,11.056f,-51.653f,47.884f,10.855f,-51.653f,48.112f,10.804f,-51.653f,48.341f,10.754f,-48.525f,47.498f,10.809f,-45.021f,46.553f,10.871f,-41.517f,45.608f,10.932f,-38.014f,44.664f,10.994f,-48.701f,47.545f,10.806f,-48.701f,47.498f,10.816f,-38.796f,44.27f,11.115f,-43.081f,45.475f,11.028f,-47.366f,46.679f,10.942f,-50.177f,47.943f,10.78f,-34.512f,42.411f,11.331f,-34.512f,43.067f,11.201f,-51.653f,47.425f,10.946f,-51.653f,47.884f,10.855f,-47.366f,46.679f,10.942f,-43.081f,45.475f,11.028f,-38.796f,44.27f,11.115f,-43.081f,44.917f,11.139f,-34.512f,41.754f,11.443f,-34.512f,42.411f,11.331f,-51.653f,46.965f,11.024f,-51.653f,47.425f,10.946f,-43.081f,44.917f,11.139f,-38.796f,43.056f,11.338f,-43.081f,44.359f,11.234f,-47.366f,45.662f,11.129f,-34.512f,41.094f,11.533f,-34.512f,41.754f,11.443f,-51.653f,46.503f,11.087f,-51.653f,46.965f,11.024f}; return value; } private float[] getCoordinate_5_68_point_4() { float[] value = {-47.366f,45.662f,11.129f,-43.081f,44.359f,11.234f,-38.796f,43.056f,11.338f,-38.796f,42.446f,11.422f,-43.081f,43.798f,11.31f,-47.366f,45.151f,11.199f,-34.512f,40.434f,11.597f,-34.512f,41.094f,11.533f,-51.653f,46.041f,11.132f,-51.653f,46.272f,11.11f,-51.653f,46.503f,11.087f,-47.366f,45.151f,11.199f,-43.081f,43.798f,11.31f,-38.796f,42.446f,11.422f,-38.796f,41.835f,11.481f,-43.081f,43.237f,11.365f,-47.366f,44.639f,11.248f,-34.512f,39.772f,11.629f,-34.512f,40.434f,11.597f,-51.653f,45.578f,11.155f,-51.653f,45.809f,11.143f,-51.653f,46.041f,11.132f,-47.366f,44.639f,11.248f,-43.081f,43.237f,11.365f,-38.796f,41.835f,11.481f,-38.796f,41.223f,11.511f,-43.081f,42.674f,11.392f,-47.366f,44.126f,11.273f,-34.512f,39.11f,11.617f,-34.512f,39.772f,11.629f,-51.653f,45.115f,11.146f,-51.653f,45.346f,11.15f,-51.653f,45.578f,11.155f,-47.366f,44.126f,11.273f,-43.081f,42.674f,11.392f,-38.796f,41.223f,11.511f,-38.796f,40.611f,11.499f,-43.081f,42.112f,11.381f,-47.366f,43.613f,11.263f,-34.512f,38.448f,11.569f,-34.512f,39.11f,11.617f,-51.653f,44.651f,11.112f,-51.653f,44.883f,11.129f,-51.653f,45.115f,11.146f,-47.366f,43.613f,11.263f,-43.081f,42.112f,11.381f,-38.796f,40.611f,11.499f,-38.796f,39.998f,11.455f,-43.081f,41.549f,11.341f,-47.366f,43.1f,11.227f,-34.512f,37.787f,11.487f,-34.512f,38.448f,11.569f,-51.653f,44.189f,11.055f,-51.653f,44.651f,11.112f,-47.366f,43.1f,11.227f,-43.081f,41.549f,11.341f,-38.796f,39.998f,11.455f,-38.796f,39.387f,11.379f,-43.081f,40.987f,11.271f,-47.366f,42.588f,11.163f,-34.512f,37.127f,11.368f,-34.512f,37.787f,11.487f,-51.653f,43.727f,10.972f,-51.653f,44.189f,11.055f,-47.366f,42.588f,11.163f,-43.081f,40.987f,11.271f,-38.796f,39.387f,11.379f,-43.081f,40.427f,11.17f,-34.512f,36.47f,11.21f,-34.512f,37.127f,11.368f,-51.653f,43.267f,10.861f,-51.653f,43.497f,10.917f,-51.653f,43.727f,10.972f,-43.081f,40.427f,11.17f,-43.081f,39.868f,11.036f,-34.512f,35.816f,11.0f,-34.512f,36.47f,11.21f,-51.653f,42.809f,10.714f,-51.653f,43.267f,10.861f,-43.081f,39.868f,11.036f,-43.081f,39.312f,10.857f,-34.512f,35.491f,10.869f,-34.512f,35.816f,11.0f,-51.653f,42.582f,10.622f,-51.653f,42.695f,10.668f,-51.653f,42.809f,10.714f,-43.081f,39.312f,10.857f,-43.081f,39.035f,10.746f,-34.512f,35.169f,10.71f,-34.512f,35.491f,10.869f,-51.653f,42.356f,10.511f,-51.653f,42.582f,10.622f,-43.081f,39.035f,10.746f,-43.081f,38.762f,10.611f,-34.512f,34.852f,10.505f,-34.512f,35.169f,10.71f,-51.653f,42.135f,10.368f,-51.653f,42.356f,10.511f,-43.081f,38.762f,10.611f,-43.081f,38.493f,10.437f}; return value; } private float[] getCoordinate_5_68_point_5() { float[] value = {-34.512f,34.699f,10.367f,-34.512f,34.852f,10.505f,-51.653f,42.028f,10.271f,-51.653f,42.135f,10.368f,-43.081f,38.493f,10.437f,-43.081f,38.363f,10.319f,-34.512f,34.641f,10.293f,-34.512f,34.699f,10.367f,-51.653f,41.987f,10.22f,-51.653f,42.028f,10.271f,-43.081f,38.363f,10.319f,-43.081f,38.313f,10.256f,-34.512f,34.614f,10.248f,-34.512f,34.641f,10.293f,-51.653f,41.968f,10.188f,-51.653f,41.978f,10.204f,-51.653f,41.987f,10.22f,-43.081f,38.313f,10.256f,-43.081f,38.29f,10.218f,-34.512f,34.594f,10.048f,-34.512f,34.614f,10.248f,-51.653f,41.954f,10.048f,-51.653f,41.968f,10.188f,-38.796f,36.434f,10.048f,-43.081f,38.274f,10.048f,-47.367f,40.114f,10.048f,-43.081f,38.29f,10.218f,-51.653f,42.032f,9.9358f,-51.653f,41.954f,10.048f,-51.653f,42.058f,9.9148f,-51.653f,42.109f,9.8834f,-51.653f,42.083f,9.8991f,-51.653f,42.229f,9.8296f,-51.653f,42.169f,9.8565f,-51.653f,42.462f,9.7573f,-51.653f,42.692f,9.7052f,-51.653f,42.577f,9.7312f,-51.653f,42.919f,9.6642f,-51.653f,43.371f,9.6024f,-51.653f,43.821f,9.5589f,-51.653f,44.269f,9.53f,-51.653f,44.045f,9.5445f,-51.653f,44.716f,9.5144f,-51.653f,44.492f,9.5222f,-51.653f,45.163f,9.5127f,-51.653f,44.939f,9.5136f,-51.653f,45.609f,9.5262f,-51.653f,46.056f,9.5618f,-51.653f,45.833f,9.544f,-51.653f,46.503f,9.611f,-51.653f,46.952f,9.6696f,-51.653f,48.759f,9.9413f,-51.653f,48.305f,9.8733f,-51.653f,47.852f,9.8034f,-51.653f,47.401f,9.7348f,-51.653f,47.884f,10.855f,-51.653f,48.112f,10.804f,-51.653f,48.341f,10.754f,-51.653f,47.425f,10.946f,-51.653f,46.965f,11.024f,-51.653f,46.503f,11.087f,-51.653f,46.041f,11.132f,-51.653f,46.272f,11.11f,-51.653f,45.578f,11.155f,-51.653f,45.809f,11.143f,-51.653f,45.115f,11.146f,-51.653f,45.346f,11.15f,-51.653f,44.651f,11.112f,-51.653f,44.883f,11.129f,-51.653f,44.189f,11.055f,-51.653f,43.727f,10.972f,-51.653f,43.267f,10.861f,-51.653f,43.497f,10.917f,-51.653f,42.809f,10.714f,-51.653f,42.582f,10.622f,-51.653f,42.695f,10.668f,-51.653f,42.356f,10.511f,-51.653f,42.135f,10.368f,-51.653f,42.028f,10.271f,-51.653f,41.987f,10.22f,-51.653f,41.968f,10.188f,-51.653f,41.978f,10.204f,-51.653f,48.796f,10.643f,-51.653f,49.938f,10.346f,-51.653f,51.052f,10.048f,-51.653f,50.592f,10.098f,-51.653f,50.362f,10.094f,-51.653f,50.132f,10.09f,-51.653f,49.902f,10.072f,-51.653f,49.673f,10.055f,-51.653f,49.215f,10.003f,-48.701f,48.484f,9.9988f,-51.653f,49.215f,10.003f,-51.653f,48.759f,9.9413f,-50.92f,48.57f,9.9393f,-50.188f,48.38f,9.9374f,-49.456f,48.19f,9.9354f,-48.724f,48.0f,9.9335f,-48.71f,48.018f,9.9348f,-48.701f,48.102f,9.945f}; return value; } private float[] getCoordinate_5_68_point_6() { float[] value = {-49.439f,48.667f,9.9999f,-50.177f,48.85f,10.001f,-50.915f,49.033f,10.002f,-48.701f,48.976f,10.054f,-51.653f,49.673f,10.055f,-51.653f,49.215f,10.003f,-50.915f,49.033f,10.002f,-50.177f,48.85f,10.001f,-49.439f,48.667f,9.9999f,-48.701f,48.484f,9.9988f,-48.701f,48.506f,9.9998f,-50.177f,49.324f,10.054f,-48.701f,49.469f,10.092f,-51.653f,50.132f,10.09f,-51.653f,49.902f,10.072f,-51.653f,49.673f,10.055f,-50.177f,49.324f,10.054f,-48.701f,48.976f,10.054f,-48.701f,48.998f,10.055f,-50.177f,49.8f,10.091f,-48.701f,49.963f,10.102f,-51.653f,50.592f,10.098f,-51.653f,50.362f,10.094f,-51.653f,50.132f,10.09f,-50.177f,49.8f,10.091f,-48.701f,49.469f,10.092f,-48.701f,49.491f,10.093f,-49.439f,50.12f,10.101f,-50.177f,50.278f,10.1f,-50.915f,50.435f,10.099f,-34.512f,47.594f,10.048f,-34.512f,46.937f,10.12f,-36.595f,48.015f,10.048f,-36.595f,47.381f,10.117f,-35.554f,47.159f,10.119f,-35.554f,47.805f,10.048f,-48.701f,50.457f,10.048f,-51.653f,51.052f,10.048f,-51.653f,50.592f,10.098f,-50.915f,50.435f,10.099f,-50.177f,50.278f,10.1f,-49.439f,50.12f,10.101f,-48.701f,49.963f,10.102f,-49.439f,50.606f,10.048f,-50.177f,50.755f,10.048f,-50.915f,50.903f,10.048f,-48.701f,50.457f,10.048f,-51.653f,48.796f,10.643f,-51.653f,49.938f,10.346f,-51.653f,51.052f,10.048f,-50.915f,50.903f,10.048f,-50.177f,50.755f,10.048f,-49.439f,50.606f,10.048f,-48.701f,49.491f,10.307f,-48.701f,48.522f,10.563f,-48.701f,48.101f,10.67f,-48.716f,48.038f,10.687f,-49.45f,48.227f,10.676f,-50.184f,48.417f,10.665f,-50.918f,48.607f,10.654f,-51.653f,48.341f,10.754f,-51.653f,48.796f,10.643f,-48.701f,47.545f,10.806f,-50.177f,47.943f,10.78f,-50.918f,48.607f,10.654f,-50.184f,48.417f,10.665f,-49.45f,48.227f,10.676f,-48.716f,48.038f,10.687f,-48.815f,47.591f,10.8f,-48.701f,47.566f,10.801f,-24.338f,34.404f,11.357f,-24.338f,35.041f,11.67f,-34.512f,35.169f,10.71f,-34.512f,35.491f,10.869f,-29.424f,34.786f,11.034f,-29.424f,35.266f,11.27f,-24.338f,34.045f,9.4308f,-24.338f,33.704f,9.5829f,-29.393f,34.256f,9.6971f,-34.512f,34.987f,9.7359f,-34.512f,34.815f,9.8128f,-26.881f,34.28f,9.507f,-29.424f,34.515f,9.5833f,-31.968f,34.751f,9.6596f,-24.338f,34.704f,9.2265f,-24.338f,34.045f,9.4308f,-34.512f,35.32f,9.6325f,-34.512f,34.987f,9.7359f,-31.968f,34.751f,9.6596f,-29.424f,34.515f,9.5833f,-26.881f,34.28f,9.507f,-26.881f,34.858f,9.3279f,-29.424f,35.012f,9.4294f,-31.968f,35.166f,9.531f,-24.338f,35.352f,9.0795f,-24.338f,34.704f,9.2265f,-34.512f,35.648f,9.5581f,-34.512f,35.32f,9.6325f,-31.968f,35.166f,9.531f,-29.424f,35.012f,9.4294f}; return value; } private float[] getCoordinate_5_68_point_7() { float[] value = {-26.881f,34.858f,9.3279f,-26.881f,35.426f,9.1991f,-29.424f,35.5f,9.3188f,-31.968f,35.574f,9.4384f,-24.338f,35.994f,8.9636f,-24.338f,35.352f,9.0795f,-34.512f,35.973f,9.4995f,-34.512f,35.648f,9.5581f,-31.968f,35.574f,9.4384f,-29.424f,35.5f,9.3188f,-26.881f,35.426f,9.1991f,-26.881f,35.989f,9.0975f,-29.424f,35.984f,9.2315f,-31.968f,35.978f,9.3655f,-24.338f,37.271f,8.789f,-24.338f,35.994f,8.9636f,-34.512f,36.619f,9.4112f,-34.512f,35.973f,9.4995f,-31.968f,35.978f,9.3655f,-29.424f,35.984f,9.2315f,-26.881f,35.989f,9.0975f,-26.881f,37.108f,8.9445f,-29.424f,36.945f,9.1001f,-31.968f,36.782f,9.2557f,-24.338f,38.541f,8.6662f,-24.338f,37.271f,8.789f,-34.512f,37.261f,9.3491f,-34.512f,36.619f,9.4112f,-31.968f,36.782f,9.2557f,-29.424f,36.945f,9.1001f,-26.881f,37.108f,8.9445f,-26.881f,38.221f,8.8369f,-29.424f,37.901f,9.0076f,-31.968f,37.581f,9.1783f,-24.338f,39.807f,8.5845f,-24.338f,39.174f,8.6253f,-24.338f,38.541f,8.6662f,-34.512f,37.902f,9.3078f,-34.512f,37.261f,9.3491f,-31.968f,37.581f,9.1783f,-29.424f,37.901f,9.0076f,-26.881f,38.221f,8.8369f,-26.881f,39.331f,8.7652f,-29.424f,38.854f,8.946f,-31.968f,38.378f,9.1269f,-24.338f,41.07f,8.5405f,-24.338f,39.807f,8.5845f,-34.512f,38.54f,9.2855f,-34.512f,37.902f,9.3078f,-31.968f,38.378f,9.1269f,-29.424f,38.854f,8.946f,-26.881f,39.331f,8.7652f,-29.424f,39.806f,8.913f,-24.338f,40.439f,8.5625f,-24.338f,42.332f,8.5356f,-24.338f,41.701f,8.5381f,-24.338f,41.07f,8.5405f,-34.512f,39.179f,9.2831f,-34.512f,38.54f,9.2855f,-29.424f,39.806f,8.913f,-29.424f,40.756f,8.9093f,-24.338f,43.594f,8.5737f,-24.338f,42.332f,8.5356f,-34.512f,39.817f,9.3023f,-34.512f,39.179f,9.2831f,-29.424f,40.756f,8.9093f,-29.424f,41.706f,8.9379f,-24.338f,42.753f,8.5483f,-24.338f,43.173f,8.561f,-24.338f,44.855f,8.6744f,-24.338f,44.224f,8.624f,-24.338f,43.594f,8.5737f,-34.512f,40.455f,9.3533f,-34.512f,39.817f,9.3023f,-29.424f,41.706f,8.9379f,-29.424f,42.656f,9.0138f,-24.338f,46.119f,8.8132f,-24.338f,44.855f,8.6744f,-34.512f,41.094f,9.4235f,-34.512f,40.455f,9.3533f,-29.424f,42.656f,9.0138f,-26.881f,44.863f,8.9657f,-29.424f,43.607f,9.1183f,-31.968f,42.351f,9.2709f,-24.338f,45.277f,8.7207f,-24.338f,45.698f,8.7669f,-24.338f,47.386f,8.979f,-24.338f,46.119f,8.8132f,-34.512f,41.735f,9.5073f,-34.512f,41.094f,9.4235f,-31.968f,42.351f,9.2709f,-29.424f,43.607f,9.1183f,-26.881f,44.863f,8.9657f,-26.881f,45.974f,9.111f,-29.424f,44.561f,9.2431f,-31.968f,43.148f,9.3752f,-24.338f,46.752f,8.8961f,-24.338f,52.492f,9.7464f,-24.338f,49.93f,9.3568f,-24.338f,47.386f,8.979f}; return value; } private float[] getCoordinate_5_68_point_8() { float[] value = {-34.512f,44.318f,9.8955f,-34.512f,41.735f,9.5073f,-31.968f,43.148f,9.3752f,-29.424f,44.561f,9.2431f,-26.881f,45.974f,9.111f,-26.88f,50.449f,9.7837f,-29.424f,48.406f,9.8209f,-31.968f,46.362f,9.8582f,-24.338f,53.78f,9.9211f,-24.338f,52.492f,9.7464f,-34.512f,44.969f,9.9839f,-34.512f,44.318f,9.8955f,-31.968f,46.362f,9.8582f,-29.424f,48.406f,9.8209f,-26.88f,50.449f,9.7837f,-26.88f,51.578f,9.9368f,-29.424f,49.376f,9.9525f,-31.968f,47.173f,9.9682f,-24.338f,55.073f,10.067f,-24.338f,53.78f,9.9211f,-34.512f,45.623f,10.058f,-34.512f,44.969f,9.9839f,-31.968f,47.173f,9.9682f,-29.424f,49.376f,9.9525f,-26.88f,51.578f,9.9368f,-26.88f,52.711f,10.065f,-29.424f,50.349f,10.063f,-31.968f,47.986f,10.06f,-24.338f,56.37f,10.165f,-24.338f,55.073f,10.067f,-34.512f,46.279f,10.107f,-34.512f,45.623f,10.058f,-31.968f,47.986f,10.06f,-29.424f,50.349f,10.063f,-26.88f,52.711f,10.065f,-26.88f,53.848f,10.151f,-29.424f,51.326f,10.136f,-31.968f,48.803f,10.122f,-24.338f,57.67f,10.19f,-24.338f,56.37f,10.165f,-34.512f,46.937f,10.12f,-34.512f,46.279f,10.107f,-31.968f,48.803f,10.122f,-29.424f,51.326f,10.136f,-26.88f,53.848f,10.151f,-26.88f,54.988f,10.172f,-29.424f,52.305f,10.155f,-31.968f,49.621f,10.137f,-24.338f,58.969f,10.048f,-24.338f,57.67f,10.19f,-34.512f,47.594f,10.048f,-34.512f,46.937f,10.12f,-31.968f,49.621f,10.137f,-29.424f,52.305f,10.155f,-26.88f,54.988f,10.172f,-26.88f,56.126f,10.048f,-29.424f,53.283f,10.048f,-31.968f,50.439f,10.048f,-24.338f,58.32f,10.119f,-24.338f,52.596f,11.73f,-24.338f,58.969f,10.048f,-34.512f,44.371f,10.899f,-34.512f,47.594f,10.048f,-34.512f,46.309f,10.392f,-31.968f,50.439f,10.048f,-29.424f,53.283f,10.048f,-26.88f,56.126f,10.048f,-29.424f,48.484f,11.314f,-24.338f,57.699f,10.394f,-24.338f,55.156f,11.067f,-24.338f,51.31f,12.041f,-24.338f,52.596f,11.73f,-34.512f,43.72f,11.056f,-34.512f,44.371f,10.899f,-29.424f,48.484f,11.314f,-26.88f,49.413f,11.795f,-29.424f,47.515f,11.549f,-31.968f,45.618f,11.302f,-24.338f,50.018f,12.328f,-24.338f,51.31f,12.041f,-34.512f,43.067f,11.201f,-34.512f,43.72f,11.056f,-31.968f,45.618f,11.302f,-29.424f,47.515f,11.549f,-26.88f,49.413f,11.795f,-26.88f,48.281f,12.046f,-29.424f,46.543f,11.765f,-31.968f,44.805f,11.483f,-24.338f,48.722f,12.585f,-24.338f,50.018f,12.328f,-34.512f,42.411f,11.331f,-34.512f,43.067f,11.201f,-31.968f,44.805f,11.483f,-29.424f,46.543f,11.765f,-26.88f,48.281f,12.046f,-26.88f,47.145f,12.271f,-29.424f,45.567f,11.958f,-31.968f,43.989f,11.645f,-24.338f,47.422f,12.806f,-24.338f,48.722f,12.585f}; return value; } private float[] getCoordinate_5_68_point_9() { float[] value = {-34.512f,41.754f,11.443f,-34.512f,42.411f,11.331f,-31.968f,43.989f,11.645f,-29.424f,45.567f,11.958f,-26.88f,47.145f,12.271f,-26.881f,46.006f,12.465f,-29.424f,44.589f,12.125f,-31.968f,43.171f,11.784f,-24.338f,46.119f,12.984f,-24.338f,47.422f,12.806f,-34.512f,41.094f,11.533f,-34.512f,41.754f,11.443f,-31.968f,43.171f,11.784f,-29.424f,44.589f,12.125f,-26.881f,46.006f,12.465f,-26.881f,44.863f,12.621f,-29.424f,43.607f,12.259f,-31.968f,42.351f,11.896f,-24.338f,44.813f,13.11f,-24.338f,46.119f,12.984f,-34.512f,40.434f,11.597f,-34.512f,41.094f,11.533f,-31.968f,42.351f,11.896f,-29.424f,43.607f,12.259f,-26.881f,44.863f,12.621f,-29.424f,42.624f,12.354f,-24.338f,45.684f,13.026f,-24.338f,45.248f,13.068f,-24.338f,43.505f,13.174f,-24.338f,44.813f,13.11f,-34.512f,39.772f,11.629f,-34.512f,40.434f,11.597f,-29.424f,42.624f,12.354f,-29.424f,41.639f,12.402f,-24.338f,44.377f,13.132f,-24.338f,43.941f,13.153f,-24.338f,42.196f,13.149f,-24.338f,43.505f,13.174f,-34.512f,39.11f,11.617f,-34.512f,39.772f,11.629f,-29.424f,41.639f,12.402f,-26.881f,41.425f,12.766f,-29.424f,40.653f,12.383f,-31.968f,39.882f,12.0f,-24.338f,43.068f,13.166f,-24.338f,42.632f,13.157f,-24.338f,40.888f,13.055f,-24.338f,42.196f,13.149f,-34.512f,38.448f,11.569f,-34.512f,39.11f,11.617f,-31.968f,39.882f,12.0f,-29.424f,40.653f,12.383f,-26.881f,41.425f,12.766f,-26.881f,40.278f,12.683f,-29.424f,39.668f,12.312f,-31.968f,39.058f,11.94f,-24.338f,41.76f,13.117f,-24.338f,41.324f,13.086f,-24.338f,39.581f,12.892f,-24.338f,40.888f,13.055f,-34.512f,37.787f,11.487f,-34.512f,38.448f,11.569f,-31.968f,39.058f,11.94f,-29.424f,39.668f,12.312f,-26.881f,40.278f,12.683f,-26.881f,39.133f,12.541f,-29.424f,38.684f,12.189f,-31.968f,38.236f,11.838f,-24.338f,40.234f,12.973f,-24.338f,38.277f,12.657f,-24.338f,39.581f,12.892f,-34.512f,37.127f,11.368f,-34.512f,37.787f,11.487f,-31.968f,38.236f,11.838f,-29.424f,38.684f,12.189f,-26.881f,39.133f,12.541f,-29.424f,37.702f,12.013f,-24.338f,36.977f,12.345f,-24.338f,38.277f,12.657f,-34.512f,36.47f,11.21f,-34.512f,37.127f,11.368f,-29.424f,37.702f,12.013f,-26.881f,36.85f,12.061f,-29.424f,36.723f,11.778f,-31.968f,36.597f,11.494f,-24.338f,35.683f,11.93f,-24.338f,36.977f,12.345f,-34.512f,35.816f,11.0f,-34.512f,36.47f,11.21f,-31.968f,36.597f,11.494f,-29.424f,36.723f,11.778f,-26.881f,36.85f,12.061f,-26.881f,35.716f,11.697f,-29.424f,35.75f,11.465f,-31.968f,35.783f,11.233f,-24.338f,35.041f,11.67f,-24.338f,35.683f,11.93f,-34.512f,35.491f,10.869f,-34.512f,35.816f,11.0f,-29.424f,35.266f,11.27f}; return value; } private float[] getCoordinate_5_68_point_10() { float[] value = {-31.968f,35.783f,11.233f,-29.424f,35.75f,11.465f,-26.881f,35.716f,11.697f,-24.338f,33.778f,10.952f,-24.338f,34.404f,11.357f,-34.512f,34.852f,10.505f,-34.512f,35.169f,10.71f,-29.424f,34.786f,11.034f,-29.424f,34.315f,10.729f,-24.338f,33.476f,10.678f,-24.338f,33.778f,10.952f,-34.512f,34.699f,10.367f,-34.512f,34.852f,10.505f,-29.424f,34.315f,10.729f,-26.881f,33.781f,10.6f,-29.424f,34.087f,10.523f,-31.968f,34.393f,10.445f,-24.338f,33.361f,10.533f,-24.338f,33.476f,10.678f,-34.512f,34.641f,10.293f,-34.512f,34.699f,10.367f,-31.968f,34.393f,10.445f,-29.424f,34.087f,10.523f,-26.881f,33.781f,10.6f,-26.881f,33.681f,10.473f,-29.424f,34.001f,10.413f,-31.968f,34.321f,10.353f,-24.338f,33.307f,10.442f,-24.338f,33.361f,10.533f,-34.512f,34.614f,10.248f,-34.512f,34.641f,10.293f,-31.968f,34.321f,10.353f,-29.424f,34.001f,10.413f,-26.881f,33.681f,10.473f,-26.881f,33.634f,10.394f,-29.424f,33.96f,10.345f,-31.968f,34.287f,10.296f,-24.338f,33.269f,10.048f,-24.338f,33.307f,10.442f,-34.512f,34.594f,10.048f,-34.512f,34.614f,10.248f,-31.968f,34.287f,10.296f,-29.424f,33.96f,10.345f,-26.881f,33.634f,10.394f,-4.3379f,40.887f,13.054f,-4.3379f,41.541f,13.102f,-4.3379f,42.195f,13.149f,-11.78f,40.887f,13.055f,-11.494f,42.196f,13.149f,-9.7049f,42.195f,13.149f,-7.9157f,42.195f,13.149f,-6.1267f,42.195f,13.149f,-6.1982f,40.887f,13.055f,-8.0587f,40.887f,13.055f,-9.9194f,40.887f,13.055f,-19.899f,48.722f,12.585f,-24.338f,47.422f,12.806f,-24.338f,48.722f,12.585f,-21.01f,48.175f,12.678f,-21.989f,47.422f,12.806f,-23.163f,47.422f,12.806f,-23.228f,48.722f,12.585f,-22.118f,48.722f,12.585f,-21.008f,48.722f,12.585f,-4.3376f,52.491f,9.7464f,-4.3376f,51.208f,9.5542f,-4.3377f,49.929f,9.3568f,-4.3377f,48.655f,9.163f,-4.3377f,47.385f,8.979f,-9.4027f,51.208f,9.5542f,-9.4027f,49.93f,9.3568f,-9.4028f,48.655f,9.163f,-14.274f,51.208f,9.5542f,-14.274f,49.93f,9.3568f,-14.274f,48.656f,9.163f,-19.263f,51.209f,9.5542f,-19.263f,49.93f,9.3568f,-24.338f,52.492f,9.7464f,-24.338f,49.93f,9.3568f,-24.338f,47.386f,8.979f,-22.027f,47.386f,8.979f,-20.068f,48.656f,9.163f,-17.708f,49.119f,9.2334f,-15.347f,48.656f,9.163f,-13.388f,47.385f,8.979f,-11.125f,47.385f,8.979f,-8.8623f,47.385f,8.979f,-6.5999f,47.385f,8.979f,-6.8367f,52.491f,9.7464f,-9.336f,52.491f,9.7464f,-11.836f,52.492f,9.7464f,-14.336f,52.492f,9.7464f,-16.836f,52.492f,9.7464f,-19.336f,52.492f,9.7464f,-21.837f,52.492f,9.7464f,-23.76f,47.386f,8.979f,-23.183f,47.386f,8.979f,-22.605f,47.386f,8.979f,-4.3377f,47.385f,8.979f,-4.3378f,46.118f,8.8132f}; return value; } private float[] getCoordinate_5_68_point_11() { float[] value = {-13.388f,47.385f,8.979f,-6.5999f,47.385f,8.979f,-8.8623f,47.385f,8.979f,-11.125f,47.385f,8.979f,-12.369f,46.119f,8.8132f,-10.361f,46.119f,8.8132f,-8.3531f,46.119f,8.8132f,-6.3453f,46.118f,8.8132f,-4.3378f,46.118f,8.8132f,-4.3378f,44.855f,8.6744f,-12.369f,46.119f,8.8132f,-6.3453f,46.118f,8.8132f,-8.3531f,46.119f,8.8132f,-10.361f,46.119f,8.8132f,-11.782f,44.855f,8.6744f,-8.0595f,44.855f,8.6744f,-4.338f,35.994f,8.9636f,-4.338f,35.351f,9.0795f,-24.338f,35.994f,8.9636f,-24.338f,35.352f,9.0795f,-9.3364f,35.994f,8.9636f,-14.336f,35.994f,8.9636f,-19.337f,35.994f,8.9636f,-19.337f,35.352f,9.0795f,-14.336f,35.352f,9.0795f,-9.3364f,35.352f,9.0795f,-4.338f,35.351f,9.0795f,-4.338f,35.027f,9.153f,-4.338f,34.703f,9.2265f,-24.338f,35.352f,9.0795f,-24.338f,34.704f,9.2265f,-9.3364f,35.352f,9.0795f,-14.336f,35.352f,9.0795f,-19.337f,35.352f,9.0795f,-19.337f,34.704f,9.2265f,-14.336f,34.703f,9.2265f,-9.3364f,34.703f,9.2265f,-21.989f,47.422f,12.806f,-24.338f,46.119f,12.984f,-24.338f,47.422f,12.806f,-23.163f,47.422f,12.806f,-23.046f,46.119f,12.984f,-23.369f,46.119f,12.984f,-23.692f,46.119f,12.984f,-24.015f,46.119f,12.984f,-4.3378f,43.504f,13.174f,-4.3378f,44.812f,13.11f,-11.768f,44.812f,13.11f,-11.49f,43.504f,13.174f,-9.91f,44.812f,13.11f,-8.0524f,44.812f,13.11f,-6.195f,44.812f,13.11f,-6.1257f,43.504f,13.174f,-7.9137f,43.504f,13.174f,-9.7019f,43.504f,13.174f,-4.3379f,42.195f,13.149f,-4.3378f,43.504f,13.174f,-11.494f,42.196f,13.149f,-6.1267f,42.195f,13.149f,-7.9157f,42.195f,13.149f,-9.7049f,42.195f,13.149f,-11.49f,43.504f,13.174f,-9.7019f,43.504f,13.174f,-7.9137f,43.504f,13.174f,-6.1257f,43.504f,13.174f,-4.3376f,53.779f,9.9212f,-4.3376f,52.491f,9.7464f,-24.338f,53.78f,9.9211f,-24.338f,52.492f,9.7464f,-21.837f,52.492f,9.7464f,-19.336f,52.492f,9.7464f,-16.836f,52.492f,9.7464f,-14.336f,52.492f,9.7464f,-11.836f,52.492f,9.7464f,-9.336f,52.491f,9.7464f,-6.8367f,52.491f,9.7464f,-9.336f,53.78f,9.9212f,-14.336f,53.78f,9.9212f,-19.336f,53.78f,9.9211f,-4.3376f,55.072f,10.067f,-4.3376f,53.779f,9.9212f,-24.338f,55.073f,10.067f,-24.338f,53.78f,9.9211f,-19.336f,53.78f,9.9211f,-14.336f,53.78f,9.9212f,-9.336f,53.78f,9.9212f,-9.336f,55.072f,10.067f,-14.336f,55.072f,10.067f,-19.336f,55.073f,10.067f,-4.3375f,56.369f,10.165f,-4.3376f,55.072f,10.067f,-24.338f,56.37f,10.165f,-24.338f,55.073f,10.067f,-19.336f,55.073f,10.067f,-14.336f,55.072f,10.067f,-9.336f,55.072f,10.067f,-5.8332f,56.369f,10.165f,-5.8332f,56.219f,10.154f,-11.332f,56.219f,10.154f,-16.831f,56.22f,10.154f}; return value; } private float[] getCoordinate_5_68_point_12() { float[] value = {-22.33f,56.22f,10.154f,-22.33f,56.37f,10.165f,-23.334f,56.37f,10.165f,-4.7114f,56.369f,10.165f,-5.0854f,56.369f,10.165f,-5.4593f,56.369f,10.165f,-22.33f,57.67f,10.19f,-24.338f,57.67f,10.19f,-24.338f,56.37f,10.165f,-23.334f,56.37f,10.165f,-22.33f,56.37f,10.165f,-22.832f,57.67f,10.19f,-23.334f,57.67f,10.19f,-23.836f,57.67f,10.19f,-22.33f,58.969f,10.048f,-24.338f,58.969f,10.048f,-24.338f,57.67f,10.19f,-24.338f,58.32f,10.119f,-23.836f,57.67f,10.19f,-23.334f,57.67f,10.19f,-22.832f,57.67f,10.19f,-22.33f,57.67f,10.19f,-22.33f,58.32f,10.119f,-22.832f,58.969f,10.048f,-23.334f,58.969f,10.048f,-23.836f,58.969f,10.048f,-4.3376f,52.596f,11.73f,-4.3376f,54.169f,11.326f,-4.3375f,55.822f,10.889f,-4.3375f,57.41f,10.469f,-4.3375f,58.968f,10.048f,-9.4026f,54.169f,11.326f,-9.4026f,55.822f,10.889f,-14.274f,54.169f,11.326f,-14.274f,55.822f,10.889f,-19.263f,54.169f,11.326f,-19.263f,55.822f,10.889f,-24.338f,52.596f,11.73f,-24.338f,58.969f,10.048f,-24.338f,55.156f,11.067f,-24.338f,57.699f,10.394f,-23.836f,58.969f,10.048f,-23.334f,58.969f,10.048f,-22.832f,58.969f,10.048f,-22.33f,58.969f,10.048f,-22.33f,56.22f,10.784f,-19.03f,56.22f,10.784f,-15.731f,56.219f,10.784f,-12.432f,56.219f,10.784f,-9.1325f,56.219f,10.784f,-5.8332f,56.219f,10.784f,-5.8332f,58.968f,10.048f,-5.0853f,58.968f,10.048f,-6.8367f,52.596f,11.73f,-9.336f,52.596f,11.73f,-11.836f,52.596f,11.73f,-14.336f,52.596f,11.73f,-16.836f,52.596f,11.73f,-19.336f,52.596f,11.73f,-21.837f,52.596f,11.73f,-4.3376f,51.309f,12.041f,-4.3376f,52.596f,11.73f,-24.338f,51.31f,12.041f,-24.338f,52.596f,11.73f,-21.837f,52.596f,11.73f,-19.336f,52.596f,11.73f,-16.836f,52.596f,11.73f,-14.336f,52.596f,11.73f,-11.836f,52.596f,11.73f,-9.336f,52.596f,11.73f,-6.8367f,52.596f,11.73f,-14.336f,51.309f,12.041f,-4.3377f,50.017f,12.328f,-4.3376f,51.309f,12.041f,-24.338f,50.018f,12.328f,-24.338f,51.31f,12.041f,-14.336f,51.309f,12.041f,-9.3361f,50.018f,12.328f,-14.336f,50.018f,12.328f,-19.336f,50.018f,12.328f,-4.3377f,48.722f,12.585f,-4.3377f,50.017f,12.328f,-24.338f,48.722f,12.585f,-24.338f,50.018f,12.328f,-19.899f,48.722f,12.585f,-21.008f,48.722f,12.585f,-22.118f,48.722f,12.585f,-23.228f,48.722f,12.585f,-19.336f,50.018f,12.328f,-14.336f,50.018f,12.328f,-9.3361f,50.018f,12.328f,-15.517f,48.722f,12.585f,-9.9263f,48.722f,12.585f,-4.3377f,47.422f,12.806f,-4.3377f,48.722f,12.585f,-15.517f,48.722f,12.585f,-9.9263f,48.722f,12.585f,-13.426f,47.422f,12.806f,-6.6095f,47.422f,12.806f,-8.8816f,47.422f,12.806f}; return value; } private float[] getCoordinate_5_68_point_13() { float[] value = {-11.154f,47.422f,12.806f,-4.3378f,46.118f,12.984f,-4.3377f,47.422f,12.806f,-13.426f,47.422f,12.806f,-11.154f,47.422f,12.806f,-8.8816f,47.422f,12.806f,-6.6095f,47.422f,12.806f,-12.369f,46.119f,12.984f,-6.3453f,46.118f,12.984f,-8.3531f,46.119f,12.984f,-10.361f,46.119f,12.984f,-4.3378f,44.812f,13.11f,-4.3378f,45.465f,13.047f,-4.3378f,46.118f,12.984f,-12.369f,46.119f,12.984f,-6.195f,44.812f,13.11f,-8.0524f,44.812f,13.11f,-9.91f,44.812f,13.11f,-11.768f,44.812f,13.11f,-10.361f,46.119f,12.984f,-8.3531f,46.119f,12.984f,-6.3453f,46.118f,12.984f,-23.046f,46.119f,12.984f,-24.338f,44.813f,13.11f,-24.338f,46.119f,12.984f,-24.338f,45.248f,13.068f,-24.338f,45.684f,13.026f,-24.015f,46.119f,12.984f,-23.692f,46.119f,12.984f,-23.369f,46.119f,12.984f,-23.225f,45.806f,13.014f,-23.385f,45.483f,13.045f,-23.526f,45.152f,13.077f,-23.648f,44.813f,13.11f,-23.993f,44.813f,13.11f,-23.648f,44.813f,13.11f,-24.338f,43.505f,13.174f,-24.338f,44.813f,13.11f,-24.338f,43.941f,13.153f,-24.338f,44.377f,13.132f,-23.993f,44.813f,13.11f,-23.743f,44.492f,13.126f,-23.822f,44.166f,13.142f,-23.882f,43.837f,13.158f,-23.925f,43.505f,13.174f,-23.922f,42.196f,13.149f,-24.338f,42.196f,13.149f,-24.338f,43.505f,13.174f,-24.338f,42.632f,13.157f,-24.338f,43.068f,13.166f,-23.925f,43.505f,13.174f,-23.95f,43.187f,13.168f,-23.958f,42.869f,13.162f,-23.949f,42.532f,13.155f,-23.636f,40.888f,13.055f,-24.338f,40.888f,13.055f,-24.338f,42.196f,13.149f,-24.338f,41.324f,13.086f,-24.338f,41.76f,13.117f,-23.922f,42.196f,13.149f,-23.876f,41.863f,13.125f,-23.814f,41.534f,13.101f,-23.733f,41.209f,13.078f,-23.987f,40.888f,13.055f,-4.3381f,33.487f,9.731f,-4.3381f,33.268f,10.048f,-24.338f,33.487f,9.731f,-24.338f,33.269f,10.048f,-9.3365f,33.487f,9.731f,-14.336f,33.487f,9.731f,-19.337f,33.487f,9.731f,-19.337f,33.269f,10.048f,-14.336f,33.269f,10.048f,-9.3365f,33.269f,10.048f,-4.3381f,33.562f,9.6716f,-4.3381f,33.487f,9.731f,-24.338f,33.562f,9.6716f,-24.338f,33.487f,9.731f,-19.337f,33.487f,9.731f,-14.336f,33.487f,9.731f,-9.3365f,33.487f,9.731f,-9.3365f,33.562f,9.6716f,-14.336f,33.562f,9.6716f,-19.337f,33.562f,9.6716f,-4.3381f,33.704f,9.5829f,-4.3381f,33.562f,9.6716f,-24.338f,33.704f,9.5829f,-24.338f,33.562f,9.6716f,-19.337f,33.562f,9.6716f,-14.336f,33.562f,9.6716f,-9.3365f,33.562f,9.6716f,-9.3365f,33.704f,9.5829f,-14.336f,33.704f,9.5829f,-19.337f,33.704f,9.5829f,-4.3381f,34.044f,9.4308f,-4.3381f,33.704f,9.5829f,-24.338f,34.045f,9.4308f,-24.338f,33.704f,9.5829f,-19.337f,33.704f,9.5829f,-14.336f,33.704f,9.5829f}; return value; } private float[] getCoordinate_5_68_point_14() { float[] value = {-9.3365f,33.704f,9.5829f,-9.3365f,34.044f,9.4308f,-14.336f,34.044f,9.4308f,-19.337f,34.044f,9.4308f,-4.338f,34.703f,9.2265f,-4.338f,34.374f,9.3286f,-4.3381f,34.044f,9.4308f,-24.338f,34.704f,9.2265f,-24.338f,34.045f,9.4308f,-9.3364f,34.703f,9.2265f,-14.336f,34.703f,9.2265f,-19.337f,34.704f,9.2265f,-19.337f,34.044f,9.4308f,-14.336f,34.044f,9.4308f,-9.3365f,34.044f,9.4308f,-4.338f,37.271f,8.7891f,-4.338f,35.994f,8.9636f,-24.338f,37.271f,8.789f,-24.338f,35.994f,8.9636f,-19.337f,35.994f,8.9636f,-14.336f,35.994f,8.9636f,-9.3364f,35.994f,8.9636f,-14.928f,37.271f,8.7891f,-20.488f,37.271f,8.7891f,-21.45f,37.271f,8.7891f,-22.413f,37.271f,8.7891f,-23.375f,37.271f,8.789f,-6.9849f,37.271f,8.7891f,-9.6323f,37.271f,8.7891f,-12.28f,37.271f,8.7891f,-20.488f,37.271f,8.7891f,-24.338f,38.541f,8.6662f,-24.338f,37.271f,8.789f,-23.375f,37.271f,8.789f,-22.413f,37.271f,8.7891f,-21.45f,37.271f,8.7891f,-21.408f,37.832f,8.7348f,-22.217f,38.541f,8.6662f,-22.747f,38.541f,8.6662f,-23.278f,38.541f,8.6662f,-23.808f,38.541f,8.6662f,-4.3379f,38.54f,8.6662f,-4.338f,37.271f,8.7891f,-14.928f,37.271f,8.7891f,-12.28f,37.271f,8.7891f,-9.6323f,37.271f,8.7891f,-6.9849f,37.271f,8.7891f,-13.199f,38.541f,8.6662f,-6.5528f,38.541f,8.6662f,-8.7679f,38.541f,8.6662f,-10.983f,38.541f,8.6662f,-22.217f,38.541f,8.6662f,-24.338f,39.807f,8.5845f,-24.338f,38.541f,8.6662f,-24.338f,39.174f,8.6253f,-23.808f,38.541f,8.6662f,-23.278f,38.541f,8.6662f,-22.747f,38.541f,8.6662f,-22.727f,39.144f,8.6272f,-23.157f,39.807f,8.5845f,-23.747f,39.807f,8.5845f,-4.3379f,39.806f,8.5845f,-4.3379f,38.54f,8.6662f,-13.199f,38.541f,8.6662f,-10.983f,38.541f,8.6662f,-8.7679f,38.541f,8.6662f,-6.5528f,38.541f,8.6662f,-12.259f,39.807f,8.5845f,-6.3179f,39.807f,8.5845f,-8.2982f,39.807f,8.5845f,-10.279f,39.807f,8.5845f,-4.3379f,41.07f,8.5406f,-4.3379f,40.438f,8.5625f,-4.3379f,39.806f,8.5845f,-12.259f,39.807f,8.5845f,-10.279f,39.807f,8.5845f,-8.2982f,39.807f,8.5845f,-6.3179f,39.807f,8.5845f,-11.722f,41.07f,8.5405f,-6.1837f,41.07f,8.5405f,-8.0297f,41.07f,8.5405f,-9.8759f,41.07f,8.5405f,-23.023f,39.581f,12.892f,-24.338f,39.581f,12.892f,-24.338f,40.888f,13.055f,-24.338f,40.234f,12.973f,-23.987f,40.888f,13.055f,-23.636f,40.888f,13.055f,-23.367f,40.217f,12.971f,-23.681f,39.581f,12.892f,-4.3379f,39.58f,12.892f,-4.3379f,40.234f,12.973f,-4.3379f,40.887f,13.054f,-12.393f,39.581f,12.892f,-11.78f,40.887f,13.055f,-9.9194f,40.887f,13.055f,-8.0587f,40.887f,13.055f,-6.1982f,40.887f,13.055f,-6.3513f,39.58f,12.892f,-8.3649f,39.58f,12.892f}; return value; } private float[] getCoordinate_5_68_point_15() { float[] value = {-10.379f,39.58f,12.892f,-21.948f,38.277f,12.657f,-24.338f,38.277f,12.657f,-24.338f,39.581f,12.892f,-23.681f,39.581f,12.892f,-23.023f,39.581f,12.892f,-23.143f,38.277f,12.657f,-4.338f,38.276f,12.657f,-4.3379f,38.928f,12.775f,-4.3379f,39.58f,12.892f,-13.468f,38.277f,12.657f,-12.393f,39.581f,12.892f,-10.379f,39.58f,12.892f,-8.3649f,39.58f,12.892f,-6.3513f,39.58f,12.892f,-6.6201f,38.276f,12.657f,-8.9025f,38.276f,12.657f,-11.185f,38.276f,12.657f,-19.792f,36.977f,12.345f,-24.338f,36.977f,12.345f,-24.338f,38.277f,12.657f,-23.143f,38.277f,12.657f,-21.948f,38.277f,12.657f,-20.939f,37.519f,12.475f,-20.929f,36.977f,12.345f,-22.065f,36.977f,12.345f,-23.202f,36.977f,12.345f,-4.338f,36.976f,12.345f,-4.338f,37.626f,12.501f,-4.338f,38.276f,12.657f,-15.624f,36.976f,12.345f,-13.468f,38.277f,12.657f,-11.185f,38.276f,12.657f,-8.9025f,38.276f,12.657f,-6.6201f,38.276f,12.657f,-7.1588f,36.976f,12.345f,-9.9801f,36.976f,12.345f,-12.802f,36.976f,12.345f,-4.338f,35.683f,11.93f,-4.338f,36.33f,12.137f,-4.338f,36.976f,12.345f,-24.338f,35.683f,11.93f,-24.338f,36.977f,12.345f,-23.202f,36.977f,12.345f,-22.065f,36.977f,12.345f,-20.929f,36.977f,12.345f,-19.792f,36.977f,12.345f,-15.624f,36.976f,12.345f,-12.802f,36.976f,12.345f,-9.9801f,36.976f,12.345f,-7.1588f,36.976f,12.345f,-9.3364f,35.683f,11.93f,-14.336f,35.683f,11.93f,-19.337f,35.683f,11.93f,-4.338f,35.04f,11.67f,-4.338f,35.683f,11.93f,-24.338f,35.041f,11.67f,-24.338f,35.683f,11.93f,-19.337f,35.683f,11.93f,-14.336f,35.683f,11.93f,-9.3364f,35.683f,11.93f,-9.3364f,35.041f,11.67f,-14.336f,35.041f,11.67f,-19.337f,35.041f,11.67f,-4.338f,34.404f,11.357f,-4.338f,35.04f,11.67f,-24.338f,34.404f,11.357f,-24.338f,35.041f,11.67f,-19.337f,35.041f,11.67f,-14.336f,35.041f,11.67f,-9.3364f,35.041f,11.67f,-9.3364f,34.404f,11.357f,-14.336f,34.404f,11.357f,-19.337f,34.404f,11.357f,-4.3381f,33.778f,10.952f,-4.3381f,34.091f,11.155f,-4.338f,34.404f,11.357f,-24.338f,33.778f,10.952f,-24.338f,34.404f,11.357f,-19.337f,34.404f,11.357f,-14.336f,34.404f,11.357f,-9.3364f,34.404f,11.357f,-9.3365f,33.778f,10.952f,-14.336f,33.778f,10.952f,-19.337f,33.778f,10.952f,-4.3381f,33.475f,10.678f,-4.3381f,33.627f,10.815f,-4.3381f,33.778f,10.952f,-24.338f,33.476f,10.678f,-24.338f,33.778f,10.952f,-19.337f,33.778f,10.952f,-14.336f,33.778f,10.952f,-9.3365f,33.778f,10.952f,-9.3365f,33.475f,10.678f,-14.336f,33.476f,10.678f,-19.337f,33.476f,10.678f,-4.3381f,33.361f,10.533f,-4.3381f,33.475f,10.678f,-24.338f,33.361f,10.533f,-24.338f,33.476f,10.678f}; return value; } private float[] getCoordinate_5_68_point_16() { float[] value = {-19.337f,33.476f,10.678f,-14.336f,33.476f,10.678f,-9.3365f,33.475f,10.678f,-9.3365f,33.361f,10.533f,-14.336f,33.361f,10.533f,-19.337f,33.361f,10.533f,-4.3381f,33.307f,10.442f,-4.3381f,33.361f,10.533f,-24.338f,33.307f,10.442f,-24.338f,33.361f,10.533f,-19.337f,33.361f,10.533f,-14.336f,33.361f,10.533f,-9.3365f,33.361f,10.533f,-9.3365f,33.307f,10.442f,-14.336f,33.307f,10.442f,-19.337f,33.307f,10.442f,-4.3381f,33.268f,10.048f,-4.3381f,33.307f,10.442f,-24.338f,33.269f,10.048f,-24.338f,33.307f,10.442f,-9.3365f,33.269f,10.048f,-14.336f,33.269f,10.048f,-19.337f,33.269f,10.048f,-19.337f,33.307f,10.442f,-14.336f,33.307f,10.442f,-9.3365f,33.307f,10.442f,-4.3379f,42.332f,8.5357f,-4.3379f,41.701f,8.5381f,-4.3379f,41.07f,8.5406f,-11.722f,41.07f,8.5405f,-9.8759f,41.07f,8.5405f,-8.0297f,41.07f,8.5405f,-6.1837f,41.07f,8.5405f,-11.481f,42.332f,8.5357f,-6.1234f,42.332f,8.5357f,-7.9091f,42.332f,8.5357f,-9.6949f,42.332f,8.5357f,-4.3378f,43.593f,8.5737f,-4.3378f,42.962f,8.5547f,-4.3379f,42.332f,8.5357f,-11.5f,43.593f,8.5737f,-11.481f,42.332f,8.5357f,-9.6949f,42.332f,8.5357f,-7.9091f,42.332f,8.5357f,-6.1234f,42.332f,8.5357f,-6.1281f,43.593f,8.5737f,-7.9185f,43.593f,8.5737f,-9.7092f,43.593f,8.5737f,-4.3378f,44.855f,8.6744f,-4.3378f,43.593f,8.5737f,-11.782f,44.855f,8.6744f,-8.0595f,44.855f,8.6744f,-11.5f,43.593f,8.5737f,-9.7092f,43.593f,8.5737f,-7.9185f,43.593f,8.5737f,-6.1281f,43.593f,8.5737f,-23.157f,39.807f,8.5845f,-24.338f,41.07f,8.5405f,-24.338f,39.807f,8.5845f,-24.338f,40.439f,8.5625f,-23.747f,39.807f,8.5845f,-23.46f,40.424f,8.563f,-23.693f,41.07f,8.5405f,-23.693f,41.07f,8.5405f,-24.338f,42.332f,8.5356f,-24.338f,41.07f,8.5405f,-24.338f,41.701f,8.5381f,-23.847f,41.695f,8.5381f,-23.935f,42.332f,8.5356f,-23.916f,43.594f,8.5737f,-24.338f,43.594f,8.5737f,-24.338f,42.332f,8.5356f,-24.338f,43.173f,8.561f,-24.338f,42.753f,8.5483f,-23.935f,42.332f,8.5356f,-23.952f,42.6f,8.5437f,-23.958f,42.869f,8.5518f,-23.947f,43.232f,8.5628f,-23.634f,44.855f,8.6744f,-24.338f,44.855f,8.6744f,-24.338f,43.594f,8.5737f,-24.338f,44.224f,8.624f,-23.916f,43.594f,8.5737f,-23.807f,44.232f,8.6246f,-23.986f,44.855f,8.6744f,-23.046f,46.119f,8.8132f,-24.338f,46.119f,8.8132f,-24.338f,44.855f,8.6744f,-24.338f,45.698f,8.7669f,-24.338f,45.277f,8.7207f,-23.986f,44.855f,8.6744f,-23.634f,44.855f,8.6744f,-23.514f,45.183f,8.7104f,-23.375f,45.503f,8.7456f,-23.219f,45.816f,8.7799f,-23.369f,46.119f,8.8132f,-23.692f,46.119f,8.8132f,-24.015f,46.119f,8.8132f,-22.027f,47.386f,8.979f,-24.338f,47.386f,8.979f}; return value; } private float[] getCoordinate_5_68_point_17() { float[] value = {-24.338f,46.119f,8.8132f,-24.338f,46.752f,8.8961f,-22.605f,47.386f,8.979f,-23.183f,47.386f,8.979f,-23.76f,47.386f,8.979f,-24.015f,46.119f,8.8132f,-23.692f,46.119f,8.8132f,-23.369f,46.119f,8.8132f,-23.046f,46.119f,8.8132f,-22.578f,46.785f,8.9004f,-4.3375f,57.669f,10.19f,-4.3375f,57.019f,10.178f,-4.3375f,56.369f,10.165f,-5.8332f,56.369f,10.165f,-5.4593f,56.369f,10.165f,-5.0854f,56.369f,10.165f,-4.7114f,56.369f,10.165f,-5.8332f,57.669f,10.19f,-5.8332f,57.236f,10.182f,-5.8332f,56.802f,10.174f,-4.7114f,57.669f,10.19f,-5.0853f,57.669f,10.19f,-5.4592f,57.669f,10.19f,-4.3375f,58.968f,10.048f,-4.3375f,58.319f,10.119f,-4.3375f,57.669f,10.19f,-5.8332f,57.669f,10.19f,-5.0853f,58.968f,10.048f,-5.8332f,58.968f,10.048f,-5.4592f,57.669f,10.19f,-5.0853f,57.669f,10.19f,-4.7114f,57.669f,10.19f,-5.8332f,58.319f,10.119f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_69_vector_1() { float[] value = {0.97618f,-0.21695f,0.0f,0.97618f,-0.21695f,0.0f,0.97618f,-0.21695f,0.0f,0.97618f,-0.21695f,0.0f,0.97618f,-0.21695f,0.0f,0.97618f,-0.21695f,0.0f,0.97618f,-0.21695f,4.6004E-15f,0.97618f,-0.21695f,0.0f,0.97618f,-0.21695f,-4.9895E-15f,0.97618f,-0.21695f,0.0f,0.33339f,0.77642f,0.53481f,0.33339f,0.77642f,0.53481f,0.33339f,0.77642f,0.53481f,0.33339f,0.77642f,0.53481f,0.33339f,0.77642f,0.53481f,0.33339f,0.77642f,0.53481f,0.33339f,0.77642f,0.53481f,0.33339f,0.77642f,0.53481f,0.33339f,0.77642f,0.53481f,0.33339f,0.77642f,0.53481f,0.25884f,0.60056f,0.75652f,0.25884f,0.60056f,0.75652f,0.25884f,0.60056f,0.75652f,0.25884f,0.60056f,0.75652f,0.25884f,0.60056f,0.75652f,0.25884f,0.60056f,0.75652f,0.25884f,0.60056f,0.75652f,0.25884f,0.60056f,0.75652f,0.25884f,0.60056f,0.75652f,0.25884f,0.60056f,0.75652f,0.2227f,0.51532f,0.82756f,0.2227f,0.51532f,0.82756f,0.2227f,0.51532f,0.82756f,0.2227f,0.51532f,0.82756f,0.2227f,0.51532f,0.82756f,0.2227f,0.51532f,0.82756f,0.2227f,0.51532f,0.82756f,0.2227f,0.51532f,0.82756f,0.2227f,0.51532f,0.82756f,0.2227f,0.51532f,0.82756f,0.2227f,0.51532f,0.82756f,0.2227f,0.51532f,0.82756f,0.17483f,0.40214f,0.89873f,0.17483f,0.40214f,0.89873f,0.17483f,0.40214f,0.89873f,0.17483f,0.40214f,0.89873f,0.17483f,0.40214f,0.89873f,0.17483f,0.40214f,0.89873f,0.17483f,0.40214f,0.89873f,0.17483f,0.40214f,0.89873f,0.17483f,0.40214f,0.89873f,0.12922f,0.29357f,0.94716f,0.12922f,0.29357f,0.94716f,0.12922f,0.29357f,0.94716f,0.12922f,0.29357f,0.94716f,0.12922f,0.29357f,0.94716f,0.12922f,0.29357f,0.94716f,0.12922f,0.29357f,0.94716f,0.12922f,0.29357f,0.94716f,0.098774f,0.2201f,0.97046f,0.098774f,0.2201f,0.97046f,0.098774f,0.2201f,0.97046f,0.098774f,0.2201f,0.97046f,0.098774f,0.2201f,0.97046f,0.098774f,0.2201f,0.97046f,0.098774f,0.2201f,0.97046f,0.098774f,0.2201f,0.97046f,0.098774f,0.2201f,0.97046f,0.098774f,0.2201f,0.97046f,0.098774f,0.2201f,0.97046f,0.081133f,0.17695f,0.98087f,0.081133f,0.17695f,0.98087f,0.081133f,0.17695f,0.98087f,0.081133f,0.17695f,0.98087f,0.081133f,0.17695f,0.98087f,0.081133f,0.17695f,0.98087f,0.081133f,0.17695f,0.98087f,0.081133f,0.17695f,0.98087f,0.081133f,0.17695f,0.98087f,0.081133f,0.17695f,0.98087f,0.064261f,0.13513f,0.98874f,0.064261f,0.13513f,0.98874f,0.064261f,0.13513f,0.98874f,0.064262f,0.13513f,0.98874f,0.064261f,0.13513f,0.98874f,0.064261f,0.13513f,0.98874f,0.064261f,0.13513f,0.98874f,0.064261f,0.13513f,0.98874f,0.064261f,0.13513f,0.98874f,0.064261f,0.13513f,0.98874f,0.048976f,0.096178f,0.99416f,0.048976f,0.096178f,0.99416f,0.048976f,0.096179f,0.99416f,0.048976f,0.096179f,0.99416f,0.048976f,0.096179f,0.99416f,0.048976f,0.096178f,0.99416f,0.048976f,0.096178f,0.99416f,0.048976f,0.096178f,0.99416f,0.048976f,0.096178f,0.99416f,0.048976f,0.096179f,0.99416f}; return value; } private float[] getNormal_5_69_vector_2() { float[] value = {0.036845f,0.064379f,0.99725f,0.036845f,0.064379f,0.99725f,0.036845f,0.06438f,0.99725f,0.036845f,0.06438f,0.99725f,0.036845f,0.06438f,0.99725f,0.036845f,0.06438f,0.99725f,0.036845f,0.06438f,0.99725f,0.036845f,0.06438f,0.99725f,0.036845f,0.06438f,0.99725f,0.036845f,0.06438f,0.99725f,0.036845f,0.06438f,0.99725f,0.025862f,0.034752f,0.99906f,0.025862f,0.034752f,0.99906f,0.025863f,0.034753f,0.99906f,0.025863f,0.034753f,0.99906f,0.025863f,0.034753f,0.99906f,0.025863f,0.034753f,0.99906f,0.025863f,0.034753f,0.99906f,0.025863f,0.034752f,0.99906f,0.025863f,0.034753f,0.99906f,0.014748f,0.0038743f,0.99988f,0.014748f,0.0038743f,0.99988f,0.014749f,0.0038746f,0.99988f,0.014749f,0.0038746f,0.99988f,0.014749f,0.0038746f,0.99988f,0.014749f,0.0038744f,0.99988f,0.014748f,0.0038743f,0.99988f,0.014749f,0.0038744f,0.99988f,0.014749f,0.0038745f,0.99988f,0.0028677f,-0.030144f,0.99954f,0.0028677f,-0.030144f,0.99954f,0.0028677f,-0.030144f,0.99954f,0.0028677f,-0.030144f,0.99954f,0.0028677f,-0.030144f,0.99954f,0.0028677f,-0.030144f,0.99954f,0.0028677f,-0.030144f,0.99954f,0.0028677f,-0.030144f,0.99954f,0.0028677f,-0.030144f,0.99954f,0.0028677f,-0.030144f,0.99954f,-0.013873f,-0.079573f,0.99673f,-0.013873f,-0.079573f,0.99673f,-0.013873f,-0.079573f,0.99673f,-0.013873f,-0.079573f,0.99673f,-0.013873f,-0.079573f,0.99673f,-0.013873f,-0.079573f,0.99673f,-0.013873f,-0.079573f,0.99673f,-0.013873f,-0.079573f,0.99673f,-0.013873f,-0.079573f,0.99673f,-0.013873f,-0.079573f,0.99673f,-0.013873f,-0.079573f,0.99673f,-0.023569f,-0.10914f,0.99375f,-0.023569f,-0.10914f,0.99375f,-0.023569f,-0.10914f,0.99375f,-0.023569f,-0.10914f,0.99375f,-0.023569f,-0.10914f,0.99375f,-0.023569f,-0.10914f,0.99375f,-0.023569f,-0.10914f,0.99375f,-0.023569f,-0.10914f,0.99375f,-0.023569f,-0.10914f,0.99375f,-0.023569f,-0.10914f,0.99375f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.030086f,-0.1297f,0.9911f,-0.035721f,-0.14806f,0.98833f,-0.034244f,-0.1433f,0.98909f,-0.036916f,-0.15246f,0.98762f,-0.036291f,-0.15025f,0.98798f,-0.034244f,-0.1433f,0.98909f,-0.036916f,-0.15246f,0.98762f,-0.036291f,-0.15025f,0.98798f,-0.034244f,-0.1433f,0.98909f,-0.036916f,-0.15246f,0.98762f,-0.036291f,-0.15025f,0.98798f,-0.034244f,-0.1433f,0.98909f,-0.035722f,-0.14806f,0.98833f,-0.036916f,-0.15246f,0.98762f,-0.036291f,-0.15025f,0.98798f,-0.034244f,-0.1433f,0.98909f,-0.034244f,-0.1433f,0.98909f,-0.035721f,-0.14806f,0.98833f,-0.035721f,-0.14806f,0.98833f,-0.034244f,-0.1433f,0.98909f,-0.034244f,-0.1433f,0.98909f,-0.034244f,-0.1433f,0.98909f,-0.034244f,-0.1433f,0.98909f,-0.034244f,-0.1433f,0.98909f,-0.034244f,-0.1433f,0.98909f,-0.034244f,-0.1433f,0.98909f,-0.035721f,-0.14806f,0.98833f}; return value; } private float[] getNormal_5_69_vector_3() { float[] value = {-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.036916f,-0.15246f,0.98762f,-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.035721f,-0.14806f,0.98833f,-0.035721f,-0.14806f,0.98833f,-0.035721f,-0.14806f,0.98833f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.026716f,-0.11236f,0.99331f,-0.026716f,-0.11236f,0.99331f,-0.026716f,-0.11236f,0.99331f,-0.026716f,-0.11236f,0.99331f,-0.026716f,-0.11236f,0.99331f,-0.026716f,-0.11236f,0.99331f,-0.026716f,-0.11236f,0.99331f,-0.026716f,-0.11236f,0.99331f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.049398f,-0.24716f,-0.96771f,-0.052845f,-0.26196f,-0.96363f,-0.049398f,-0.24716f,-0.96771f,-0.05172f,-0.25658f,-0.96514f,-0.051246f,-0.25448f,-0.96572f,-0.052845f,-0.26196f,-0.96363f,-0.052845f,-0.26196f,-0.96363f,-0.051246f,-0.25448f,-0.96572f,-0.049398f,-0.24716f,-0.96771f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.041181f,-0.21662f,-0.97539f,-0.04118f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.041181f,-0.21662f,-0.97539f,-0.034843f,-0.19442f,-0.9803f,-0.034843f,-0.19442f,-0.9803f,-0.034843f,-0.19443f,-0.9803f,-0.034843f,-0.19443f,-0.9803f,-0.034843f,-0.19442f,-0.9803f,-0.034843f,-0.19442f,-0.9803f,-0.034843f,-0.19442f,-0.9803f,-0.034843f,-0.19442f,-0.9803f,-0.026869f,-0.16756f,-0.9855f,-0.026869f,-0.16756f,-0.9855f,-0.026869f,-0.16756f,-0.9855f,-0.026869f,-0.16756f,-0.9855f,-0.026869f,-0.16756f,-0.9855f,-0.026869f,-0.16756f,-0.9855f,-0.026869f,-0.16756f,-0.9855f,-0.026869f,-0.16756f,-0.9855f,-0.016959f,-0.13538f,-0.99065f,-0.016959f,-0.13538f,-0.99065f,-0.01696f,-0.13538f,-0.99065f,-0.01696f,-0.13538f,-0.99065f}; return value; } private float[] getNormal_5_69_vector_4() { float[] value = {-0.016959f,-0.13538f,-0.99065f,-0.016959f,-0.13538f,-0.99065f,-0.016959f,-0.13538f,-0.99065f,-0.016959f,-0.13538f,-0.99065f,-0.016959f,-0.13538f,-0.99065f,-0.016959f,-0.13538f,-0.99065f,-0.0045183f,-0.096342f,-0.99534f,-0.0045183f,-0.096342f,-0.99534f,-0.0045183f,-0.096342f,-0.99534f,-0.0045183f,-0.096342f,-0.99534f,-0.0045183f,-0.096342f,-0.99534f,-0.0045183f,-0.096342f,-0.99534f,-0.0045183f,-0.096342f,-0.99534f,-0.0045183f,-0.096342f,-0.99534f,-0.0045183f,-0.096342f,-0.99534f,-0.0045183f,-0.096342f,-0.99534f,-0.0045183f,-0.096342f,-0.99534f,0.011172f,-0.048663f,-0.99875f,0.011172f,-0.048663f,-0.99875f,0.011172f,-0.048662f,-0.99875f,0.011172f,-0.048662f,-0.99875f,0.011172f,-0.048662f,-0.99875f,0.011172f,-0.048662f,-0.99875f,0.011172f,-0.048662f,-0.99875f,0.011172f,-0.048663f,-0.99875f,0.011172f,-0.048663f,-0.99875f,0.011172f,-0.048662f,-0.99875f,0.011172f,-0.048662f,-0.99875f,0.034182f,0.01923f,-0.99923f,0.034182f,0.01923f,-0.99923f,0.034182f,0.019231f,-0.99923f,0.034182f,0.019231f,-0.99923f,0.034182f,0.019231f,-0.99923f,0.034182f,0.01923f,-0.99923f,0.034182f,0.01923f,-0.99923f,0.034182f,0.01923f,-0.99923f,0.034182f,0.01923f,-0.99923f,0.034182f,0.01923f,-0.99923f,0.034182f,0.01923f,-0.99923f,0.052515f,0.071814f,-0.99603f,0.052515f,0.071814f,-0.99603f,0.052516f,0.071816f,-0.99603f,0.052516f,0.071816f,-0.99603f,0.052516f,0.071816f,-0.99603f,0.052516f,0.071815f,-0.99603f,0.052515f,0.071815f,-0.99603f,0.052515f,0.071815f,-0.99603f,0.052515f,0.071815f,-0.99603f,0.052515f,0.071815f,-0.99603f,0.052516f,0.071815f,-0.99603f,0.070953f,0.12322f,-0.98984f,0.070953f,0.12322f,-0.98984f,0.070954f,0.12322f,-0.98984f,0.070953f,0.12322f,-0.98984f,0.070953f,0.12322f,-0.98984f,0.070953f,0.12322f,-0.98984f,0.070953f,0.12322f,-0.98984f,0.070953f,0.12322f,-0.98984f,0.070953f,0.12322f,-0.98984f,0.070953f,0.12322f,-0.98984f,0.090489f,0.17618f,-0.98019f,0.090489f,0.17618f,-0.98019f,0.09049f,0.17618f,-0.98019f,0.09049f,0.17618f,-0.98019f,0.09049f,0.17618f,-0.98019f,0.09049f,0.17618f,-0.98019f,0.090489f,0.17618f,-0.98019f,0.09049f,0.17618f,-0.98019f,0.11175f,0.23224f,-0.96622f,0.11175f,0.23224f,-0.96622f,0.11175f,0.23224f,-0.96622f,0.11175f,0.23224f,-0.96622f,0.11175f,0.23224f,-0.96622f,0.11175f,0.23224f,-0.96622f,0.11175f,0.23224f,-0.96622f,0.13918f,0.30261f,-0.9429f,0.13918f,0.30261f,-0.9429f,0.13919f,0.30262f,-0.94289f,0.13919f,0.30262f,-0.94289f,0.13919f,0.30262f,-0.9429f,0.13919f,0.30262f,-0.9429f,0.16595f,0.36939f,-0.91434f,0.16595f,0.36939f,-0.91434f,0.16595f,0.36939f,-0.91434f,0.16595f,0.36939f,-0.91434f,0.16595f,0.36939f,-0.91434f,0.16595f,0.36939f,-0.91434f,0.16595f,0.36939f,-0.91434f,0.19187f,0.4332f,-0.88064f,0.19187f,0.4332f,-0.88064f,0.19187f,0.43321f,-0.88063f,0.19187f,0.43321f,-0.88063f,0.19187f,0.43321f,-0.88064f,0.19187f,0.43321f,-0.88064f,0.23105f,0.52841f,-0.81695f,0.23105f,0.52841f,-0.81695f,0.23105f,0.52841f,-0.81694f,0.23105f,0.52841f,-0.81694f,0.23105f,0.52841f,-0.81694f,0.23105f,0.52841f,-0.81694f}; return value; } private float[] getNormal_5_69_vector_5() { float[] value = {0.27955f,0.64452f,-0.71165f,0.27955f,0.64452f,-0.71165f,0.27955f,0.64453f,-0.71164f,0.27955f,0.64453f,-0.71164f,0.27955f,0.64453f,-0.71165f,0.27955f,0.64453f,-0.71165f,0.32148f,0.74425f,-0.58544f,0.32148f,0.74425f,-0.58544f,0.32148f,0.74426f,-0.58543f,0.32148f,0.74426f,-0.58543f,0.32148f,0.74426f,-0.58543f,0.32148f,0.74426f,-0.58543f,0.34737f,0.80571f,-0.47976f,0.34737f,0.80571f,-0.47976f,0.34737f,0.80571f,-0.47976f,0.34737f,0.80571f,-0.47976f,0.34737f,0.80571f,-0.47976f,0.34737f,0.80571f,-0.47976f,0.34737f,0.80571f,-0.47976f,0.39297f,0.91518f,-0.089491f,0.39297f,0.91518f,-0.089491f,0.39297f,0.91518f,-0.08949f,0.39297f,0.91518f,-0.08949f,0.39297f,0.91518f,-0.089491f,0.39297f,0.91518f,-0.089491f,0.39297f,0.91518f,-0.089491f,0.39297f,0.91518f,-0.089491f,1.0f,-1.0984E-5f,6.4034E-20f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,6.1394E-20f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,5.8899E-20f,1.0f,-1.0984E-5f,-5.4735E-15f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,4.8909E-20f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,4.4127E-15f,1.0f,-1.0984E-5f,8.6639E-15f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,8.6593E-15f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,4.8998E-20f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,6.0906E-20f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,6.0426E-20f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,5.445E-20f,1.0f,-1.0984E-5f,4.7006E-15f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,-4.8194E-20f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,-4.351E-15f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,-8.8836E-15f,1.0f,-1.0984E-5f,-4.8285E-20f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,-4.8697E-15f,1.0f,-1.0984E-5f,5.7878E-20f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,-9.1233E-20f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,7.0531E-20f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,-7.3579E-20f,1.0f,-1.0984E-5f,-7.3278E-20f,1.0f,-1.0984E-5f,0.0f,1.0f,-1.0984E-5f,6.461E-15f,1.0f,-1.0984E-5f,0.0f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f}; return value; } private float[] getNormal_5_69_vector_6() { float[] value = {-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053022f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,0.021889f,0.10851f,0.99385f,-0.052846f,-0.26196f,-0.96363f,-0.049398f,-0.24717f,-0.96771f,-0.051721f,-0.25658f,-0.96514f,-0.052846f,-0.26196f,-0.96363f,-0.052846f,-0.26196f,-0.96363f,-0.052846f,-0.26196f,-0.96363f,-0.052846f,-0.26196f,-0.96363f,-0.051246f,-0.25448f,-0.96572f,-0.051107f,-0.254f,-0.96585f,-0.049398f,-0.24717f,-0.96771f,-0.049398f,-0.24717f,-0.96771f,-0.049398f,-0.24717f,-0.96771f,-0.049398f,-0.24717f,-0.96771f,-0.049398f,-0.24717f,-0.96771f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,-0.046118f,-0.23465f,-0.97099f,0.08985f,0.43962f,-0.89368f,0.08985f,0.43962f,-0.89368f,0.08985f,0.43962f,-0.89368f,0.08985f,0.43962f,-0.89368f,0.08985f,0.43962f,-0.89368f,0.08985f,0.43962f,-0.89368f,0.065053f,0.40757f,0.91086f,0.065053f,0.40757f,0.91086f,0.065053f,0.40757f,0.91086f,0.065053f,0.40757f,0.91086f,0.065053f,0.40757f,0.91086f,0.065053f,0.40757f,0.91086f,0.065053f,0.40757f,0.91086f,0.065053f,0.40757f,0.91086f,0.055968f,0.29559f,0.95367f,0.055968f,0.29559f,0.95367f,0.055968f,0.29559f,0.95367f,0.055968f,0.29559f,0.95367f,0.055968f,0.29559f,0.95367f,0.055968f,0.29559f,0.95367f,0.055968f,0.29559f,0.95367f,0.055968f,0.29559f,0.95367f,0.055968f,0.29559f,0.95367f,0.055968f,0.29559f,0.95367f,0.052249f,0.22088f,0.9739f,0.052249f,0.22088f,0.9739f,0.052249f,0.22088f,0.9739f,0.052249f,0.22088f,0.9739f,0.052249f,0.22088f,0.9739f,0.052249f,0.22088f,0.9739f}; return value; } private float[] getNormal_5_69_vector_7() { float[] value = {0.052249f,0.22088f,0.9739f,0.052249f,0.22088f,0.9739f,0.052249f,0.22088f,0.9739f,0.052249f,0.22088f,0.9739f,0.0514f,0.1773f,0.98281f,0.0514f,0.1773f,0.98281f,0.0514f,0.1773f,0.98281f,0.0514f,0.1773f,0.98281f,0.0514f,0.1773f,0.98281f,0.0514f,0.1773f,0.98281f,0.0514f,0.1773f,0.98281f,0.0514f,0.1773f,0.98281f,0.0514f,0.1773f,0.98281f,0.0514f,0.1773f,0.98281f,0.051839f,0.13523f,0.98946f,0.051839f,0.13523f,0.98946f,0.051839f,0.13523f,0.98946f,0.051839f,0.13523f,0.98946f,0.051839f,0.13523f,0.98946f,0.051839f,0.13523f,0.98946f,0.051839f,0.13523f,0.98946f,0.051839f,0.13523f,0.98946f,0.051839f,0.13523f,0.98946f,0.051839f,0.13523f,0.98946f,0.054615f,0.09615f,0.99387f,0.054614f,0.09615f,0.99387f,0.054615f,0.09615f,0.99387f,0.054615f,0.09615f,0.99387f,0.054614f,0.09615f,0.99387f,0.054614f,0.09615f,0.99387f,0.054614f,0.09615f,0.99387f,0.054615f,0.09615f,0.99387f,0.054615f,0.09615f,0.99387f,0.054615f,0.09615f,0.99387f,0.058776f,0.064312f,0.9962f,0.058776f,0.064312f,0.9962f,0.058776f,0.064312f,0.9962f,0.058776f,0.064311f,0.9962f,0.058776f,0.064311f,0.9962f,0.058776f,0.064311f,0.9962f,0.058776f,0.064312f,0.9962f,0.058776f,0.064312f,0.9962f,0.058776f,0.064312f,0.9962f,0.058776f,0.064312f,0.9962f,0.058776f,0.064311f,0.9962f,0.064404f,0.034692f,0.99732f,0.064404f,0.034692f,0.99732f,0.064404f,0.034691f,0.99732f,0.064404f,0.034691f,0.99732f,0.064404f,0.034691f,0.99732f,0.064404f,0.034691f,0.99732f,0.064404f,0.034691f,0.99732f,0.064404f,0.034691f,0.99732f,0.064404f,0.034692f,0.99732f,0.072075f,0.0038638f,0.99739f,0.072075f,0.0038638f,0.99739f,0.072075f,0.0038638f,0.99739f,0.072075f,0.0038627f,0.99739f,0.072075f,0.0038627f,0.99739f,0.072075f,0.0038634f,0.99739f,0.072075f,0.0038634f,0.99739f,0.082492f,-0.030043f,0.99614f,0.082492f,-0.030043f,0.99614f,0.082492f,-0.030044f,0.99614f,0.082492f,-0.030044f,0.99614f,0.082492f,-0.030044f,0.99614f,0.082492f,-0.030044f,0.99614f,0.082492f,-0.030043f,0.99614f,0.082492f,-0.030043f,0.99614f,0.10042f,-0.07918f,0.99179f,0.10042f,-0.07918f,0.99179f,0.10042f,-0.07918f,0.99179f,0.10042f,-0.079182f,0.99179f,0.10042f,-0.079182f,0.99179f,0.10042f,-0.079181f,0.99179f,0.10042f,-0.079181f,0.99179f,0.11281f,-0.10847f,0.98768f,0.11281f,-0.10847f,0.98768f,0.11282f,-0.10847f,0.98768f,0.11282f,-0.10847f,0.98768f,0.11282f,-0.10847f,0.98768f,0.11282f,-0.10847f,0.98768f,0.11282f,-0.10847f,0.98768f,0.11282f,-0.10847f,0.98768f,0.11281f,-0.10847f,0.98768f,0.11281f,-0.10847f,0.98768f,0.12263f,-0.12878f,0.98406f,0.12263f,-0.12878f,0.98406f,0.12263f,-0.12878f,0.98406f,0.12263f,-0.12878f,0.98406f,0.12263f,-0.12878f,0.98406f,0.12263f,-0.12878f,0.98406f,0.12263f,-0.12878f,0.98406f,0.12263f,-0.12878f,0.98406f,0.12263f,-0.12878f,0.98406f,0.12263f,-0.12878f,0.98406f,0.12263f,-0.12878f,0.98406f,0.13235f,-0.14685f,0.98026f,0.13407f,-0.149f,0.97971f,0.12992f,-0.14217f,0.98128f}; return value; } private float[] getNormal_5_69_vector_8() { float[] value = {0.13235f,-0.14685f,0.98026f,0.12992f,-0.14217f,0.98128f,0.12992f,-0.14217f,0.98128f,0.12992f,-0.14217f,0.98128f,0.12992f,-0.14217f,0.98128f,0.13235f,-0.14685f,0.98026f,0.13235f,-0.14685f,0.98026f,0.13235f,-0.14685f,0.98026f,0.12163f,-0.13345f,0.98356f,0.12163f,-0.13345f,0.98356f,0.12163f,-0.13345f,0.98356f,0.12163f,-0.13345f,0.98356f,0.12163f,-0.13345f,0.98356f,0.12163f,-0.13345f,0.98356f,0.12163f,-0.13345f,0.98356f,0.12163f,-0.13345f,0.98356f,0.12163f,-0.13345f,0.98356f,0.12163f,-0.13345f,0.98356f,0.10292f,-0.11181f,0.98839f,0.10292f,-0.11181f,0.98839f,0.10292f,-0.11181f,0.98838f,0.10292f,-0.11181f,0.98838f,0.10292f,-0.11181f,0.98839f,0.10292f,-0.11181f,0.98839f,0.10292f,-0.11181f,0.98839f,0.10292f,-0.11181f,0.98839f,0.10292f,-0.11181f,0.98839f,0.10292f,-0.11181f,0.98839f,0.068832f,-0.075113f,0.9948f,0.068832f,-0.075113f,0.9948f,0.068834f,-0.075114f,0.9948f,0.068833f,-0.075114f,0.9948f,0.068833f,-0.075114f,0.9948f,0.068833f,-0.075114f,0.9948f,0.068833f,-0.075113f,0.9948f,0.068833f,-0.075113f,0.9948f,0.068833f,-0.075114f,0.9948f,0.068833f,-0.075114f,0.9948f,0.013124f,-0.018971f,0.99973f,0.013124f,-0.018971f,0.99973f,0.013125f,-0.018972f,0.99973f,0.013125f,-0.018972f,0.99973f,0.013125f,-0.018971f,0.99973f,0.013124f,-0.018971f,0.99973f,0.013124f,-0.018971f,0.99973f,0.013124f,-0.018971f,0.99973f,0.013124f,-0.018971f,0.99973f,0.013125f,-0.018971f,0.99973f,-0.12046f,0.10774f,0.98685f,-0.12046f,0.10774f,0.98685f,-0.12046f,0.10775f,0.98685f,-0.12046f,0.10775f,0.98685f,-0.12046f,0.10775f,0.98685f,-0.12046f,0.10774f,0.98685f,-0.12046f,0.10774f,0.98685f,-0.12046f,0.10774f,0.98685f,-0.12046f,0.10774f,0.98685f,-0.12046f,0.10775f,0.98685f,-0.12046f,0.10774f,0.98685f,0.26894f,-0.23835f,-0.9332f,0.28144f,-0.25173f,-0.92597f,0.26894f,-0.23836f,-0.9332f,0.28144f,-0.25173f,-0.92597f,0.27444f,-0.24504f,-0.92986f,0.28144f,-0.25173f,-0.92597f,0.28144f,-0.25173f,-0.92597f,0.28144f,-0.25173f,-0.92597f,0.26894f,-0.23836f,-0.9332f,0.28144f,-0.25173f,-0.92597f,0.27628f,-0.24693f,-0.92881f,0.26006f,-0.22682f,-0.93857f,0.26006f,-0.22682f,-0.93857f,0.26006f,-0.22683f,-0.93857f,0.26006f,-0.22683f,-0.93857f,0.26006f,-0.22682f,-0.93857f,0.26006f,-0.22682f,-0.93857f,0.26006f,-0.22682f,-0.93857f,0.26006f,-0.22682f,-0.93857f,0.24821f,-0.21003f,-0.94566f,0.24821f,-0.21003f,-0.94566f,0.24822f,-0.21003f,-0.94566f,0.24822f,-0.21003f,-0.94566f,0.24821f,-0.21003f,-0.94566f,0.24821f,-0.21003f,-0.94566f,0.24821f,-0.21003f,-0.94566f,0.24821f,-0.21003f,-0.94566f,0.24821f,-0.21003f,-0.94566f,0.24821f,-0.21003f,-0.94566f,0.23479f,-0.18911f,-0.95347f,0.23479f,-0.18911f,-0.95347f,0.23479f,-0.18911f,-0.95347f,0.23479f,-0.18911f,-0.95347f,0.23479f,-0.18911f,-0.95347f,0.23479f,-0.18911f,-0.95347f,0.23479f,-0.18911f,-0.95347f,0.23479f,-0.18911f,-0.95347f,0.23479f,-0.18911f,-0.95347f,0.23479f,-0.18911f,-0.95347f,0.21993f,-0.16352f,-0.96171f,0.21993f,-0.16352f,-0.96171f}; return value; } private float[] getNormal_5_69_vector_9() { float[] value = {0.21993f,-0.16353f,-0.96171f,0.21993f,-0.16353f,-0.96171f,0.21993f,-0.16352f,-0.96171f,0.21993f,-0.16352f,-0.96171f,0.21993f,-0.16352f,-0.96171f,0.21993f,-0.16352f,-0.96171f,0.21993f,-0.16352f,-0.96171f,0.21993f,-0.16352f,-0.96171f,0.20379f,-0.13256f,-0.97f,0.20379f,-0.13256f,-0.97f,0.20379f,-0.13257f,-0.97f,0.20379f,-0.13257f,-0.97f,0.20379f,-0.13256f,-0.97f,0.20379f,-0.13256f,-0.97f,0.20379f,-0.13256f,-0.97f,0.20379f,-0.13256f,-0.97f,0.20379f,-0.13256f,-0.97f,0.20379f,-0.13256f,-0.97f,0.1862f,-0.094662f,-0.97794f,0.1862f,-0.094662f,-0.97794f,0.1862f,-0.094664f,-0.97794f,0.1862f,-0.094664f,-0.97794f,0.1862f,-0.094663f,-0.97794f,0.1862f,-0.094662f,-0.97794f,0.1862f,-0.094662f,-0.97794f,0.1862f,-0.094662f,-0.97794f,0.1862f,-0.094662f,-0.97794f,0.1862f,-0.094662f,-0.97794f,0.16712f,-0.047984f,-0.98477f,0.16713f,-0.047984f,-0.98477f,0.16713f,-0.047986f,-0.98477f,0.16713f,-0.047986f,-0.98477f,0.16713f,-0.047985f,-0.98477f,0.16713f,-0.047985f,-0.98477f,0.16712f,-0.047984f,-0.98477f,0.16712f,-0.047984f,-0.98477f,0.14325f,0.019041f,-0.9895f,0.14325f,0.019041f,-0.9895f,0.14325f,0.019039f,-0.9895f,0.14325f,0.019039f,-0.9895f,0.14325f,0.01904f,-0.9895f,0.14325f,0.019041f,-0.9895f,0.14325f,0.01904f,-0.9895f,0.14325f,0.01904f,-0.9895f,0.14325f,0.019041f,-0.9895f,0.14325f,0.019041f,-0.9895f,0.12736f,0.071327f,-0.98929f,0.12736f,0.071327f,-0.98929f,0.12736f,0.071326f,-0.98929f,0.12736f,0.071326f,-0.98929f,0.12736f,0.071326f,-0.98929f,0.12736f,0.071327f,-0.98929f,0.12736f,0.071327f,-0.98929f,0.12736f,0.071327f,-0.98929f,0.12736f,0.071327f,-0.98929f,0.12736f,0.071326f,-0.98929f,0.12736f,0.071327f,-0.98929f,0.12736f,0.071327f,-0.98929f,0.11453f,0.12272f,-0.98581f,0.11453f,0.12272f,-0.98581f,0.11453f,0.12271f,-0.98581f,0.11453f,0.12271f,-0.98581f,0.11453f,0.12271f,-0.98581f,0.11453f,0.12271f,-0.98581f,0.11453f,0.12272f,-0.98581f,0.11453f,0.12272f,-0.98581f,0.11453f,0.12271f,-0.98581f,0.11453f,0.12271f,-0.98581f,0.11453f,0.12272f,-0.98581f,0.10419f,0.17594f,-0.97887f,0.10419f,0.17594f,-0.97887f,0.10419f,0.17594f,-0.97887f,0.10419f,0.17594f,-0.97887f,0.10419f,0.17594f,-0.97887f,0.10419f,0.17594f,-0.97887f,0.10419f,0.17594f,-0.97887f,0.10419f,0.17594f,-0.97887f,0.096379f,0.23262f,-0.96778f,0.096379f,0.23262f,-0.96778f,0.096379f,0.23262f,-0.96778f,0.09638f,0.23262f,-0.96778f,0.09638f,0.23262f,-0.96778f,0.096379f,0.23262f,-0.96778f,0.096379f,0.23262f,-0.96778f,0.096379f,0.23262f,-0.96778f,0.090627f,0.30433f,-0.94824f,0.090627f,0.30433f,-0.94824f,0.090627f,0.30433f,-0.94824f,0.090627f,0.30433f,-0.94824f,0.090627f,0.30433f,-0.94824f,0.090627f,0.30433f,-0.94824f,0.090627f,0.30433f,-0.94824f,0.090627f,0.30433f,-0.94824f,0.090627f,0.30433f,-0.94824f,0.090627f,0.30433f,-0.94824f,0.089258f,0.37309f,-0.92349f,0.089258f,0.37309f,-0.92349f,0.089258f,0.37309f,-0.92349f,0.089258f,0.37309f,-0.92349f,0.089258f,0.37309f,-0.92349f}; return value; } private float[] getNormal_5_69_vector_10() { float[] value = {0.089258f,0.37309f,-0.92349f,0.089258f,0.37309f,-0.92349f,0.089258f,0.37309f,-0.92349f,0.093777f,0.54071f,-0.83596f,0.093777f,0.54071f,-0.83596f,0.093777f,0.54071f,-0.83596f,0.093777f,0.54071f,-0.83596f,0.093777f,0.54071f,-0.83596f,0.093777f,0.54071f,-0.83596f,0.10285f,0.66773f,-0.73726f,0.10285f,0.66773f,-0.73726f,0.10285f,0.66773f,-0.73726f,0.10285f,0.66773f,-0.73726f,0.10285f,0.66773f,-0.73726f,0.10285f,0.66773f,-0.73726f,0.10285f,0.66773f,-0.73726f,0.10285f,0.66773f,-0.73726f,0.1127f,0.78097f,-0.61431f,0.1127f,0.78097f,-0.61431f,0.1127f,0.78097f,-0.61431f,0.1127f,0.78097f,-0.61431f,0.1127f,0.78097f,-0.61431f,0.1127f,0.78097f,-0.61431f,0.1127f,0.78097f,-0.61431f,0.1127f,0.78097f,-0.61431f,0.1127f,0.78097f,-0.61431f,0.1127f,0.78097f,-0.61431f,0.11927f,0.85308f,-0.50796f,0.11927f,0.85308f,-0.50796f,0.11927f,0.85308f,-0.50796f,0.11927f,0.85308f,-0.50796f,0.11927f,0.85308f,-0.50796f,0.11927f,0.85308f,-0.50796f,0.11927f,0.85308f,-0.50796f,0.11927f,0.85308f,-0.50796f,0.11927f,0.85308f,-0.50796f,0.11927f,0.85308f,-0.50796f,0.12858f,0.98699f,-0.096512f,0.12858f,0.98699f,-0.096512f,0.12858f,0.98699f,-0.096512f,0.12858f,0.98699f,-0.096512f,0.12858f,0.98699f,-0.096512f,0.12858f,0.98699f,-0.096512f,0.12858f,0.98699f,-0.096512f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-6.3959E-6f,-0.14815f,0.98896f,-6.5726E-6f,-0.15257f,0.98829f,-6.4866E-6f,-0.15035f,0.98863f,-6.2245E-6f,-0.14338f,0.98967f,-6.2245E-6f,-0.14338f,0.98967f,-6.5726E-6f,-0.15257f,0.98829f,-6.4866E-6f,-0.15035f,0.98863f,-6.2245E-6f,-0.14338f,0.98967f,-6.5726E-6f,-0.15257f,0.98829f,-6.4866E-6f,-0.15035f,0.98863f,-6.2245E-6f,-0.14338f,0.98967f,-6.5726E-6f,-0.15257f,0.98829f,-6.4866E-6f,-0.15035f,0.98863f,-6.3959E-6f,-0.14815f,0.98896f,-6.4866E-6f,-0.15035f,0.98863f,-6.2245E-6f,-0.14338f,0.98967f,-6.2245E-6f,-0.14338f,0.98967f,-6.2245E-6f,-0.14338f,0.98967f,-6.4866E-6f,-0.15035f,0.98863f,-6.2245E-6f,-0.14338f,0.98967f,-6.2245E-6f,-0.14338f,0.98967f,-6.2245E-6f,-0.14338f,0.98967f,-6.2245E-6f,-0.14338f,0.98967f,-6.2245E-6f,-0.14338f,0.98967f,-6.3959E-6f,-0.14815f,0.98896f,-6.3959E-6f,-0.14815f,0.98896f,-6.3959E-6f,-0.14815f,0.98896f,-6.3959E-6f,-0.14815f,0.98896f,-6.3959E-6f,-0.14815f,0.98896f,-6.3959E-6f,-0.14815f,0.98896f,-6.3959E-6f,-0.14815f,0.98896f,-6.2245E-6f,-0.14338f,0.98967f,-6.2245E-6f,-0.14338f,0.98967f,-6.2245E-6f,-0.14338f,0.98967f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f}; return value; } private float[] getNormal_5_69_vector_11() { float[] value = {-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,3.6113E-6f,0.17754f,0.98411f,3.6113E-6f,0.17754f,0.98411f,3.6113E-6f,0.17754f,0.98411f,3.6113E-6f,0.17754f,0.98411f,3.6113E-6f,0.17754f,0.98411f,3.6113E-6f,0.17754f,0.98411f,3.6113E-6f,0.17754f,0.98411f,3.6113E-6f,0.17754f,0.98411f,3.6113E-6f,0.17754f,0.98411f,3.6113E-6f,0.17754f,0.98411f,4.7252E-6f,0.22118f,0.97523f,4.7252E-6f,0.22118f,0.97523f,4.7252E-6f,0.22118f,0.97523f,4.7252E-6f,0.22118f,0.97523f,4.7252E-6f,0.22118f,0.97523f,4.7252E-6f,0.22118f,0.97523f,4.7252E-6f,0.22118f,0.97523f,4.7252E-6f,0.22118f,0.97523f,4.7252E-6f,0.22118f,0.97523f,4.7252E-6f,0.22118f,0.97523f,4.7252E-6f,0.22118f,0.97523f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-5.8303E-6f,-0.13444f,0.99092f,-4.8941E-6f,-0.11241f,0.99366f,-4.8941E-6f,-0.11241f,0.99366f,-4.8941E-6f,-0.11241f,0.99366f,-4.8941E-6f,-0.11241f,0.99366f,-4.8941E-6f,-0.11241f,0.99366f,-4.8941E-6f,-0.11241f,0.99366f,-4.8941E-6f,-0.11241f,0.99366f,-4.8941E-6f,-0.11241f,0.99366f,-4.8941E-6f,-0.11241f,0.99366f,-4.8941E-6f,-0.11241f,0.99366f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f}; return value; } private float[] getNormal_5_69_vector_12() { float[] value = {-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-3.2722E-6f,-0.075291f,0.99716f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,-1.176E-5f,-0.24747f,-0.9689f,-1.205E-5f,-0.25433f,-0.96712f,-1.2163E-5f,-0.25692f,-0.96643f,-1.2069E-5f,-0.25481f,-0.96699f,-1.2415E-5f,-0.26232f,-0.96498f,-1.205E-5f,-0.25433f,-0.96712f,-1.2163E-5f,-0.25692f,-0.96643f,-1.205E-5f,-0.25433f,-0.96712f,-1.2163E-5f,-0.25692f,-0.96643f,-1.205E-5f,-0.25433f,-0.96712f,-1.2163E-5f,-0.25692f,-0.96643f,-1.176E-5f,-0.24747f,-0.9689f,-1.2415E-5f,-0.26232f,-0.96498f,-1.2163E-5f,-0.25692f,-0.96643f,-1.2415E-5f,-0.26232f,-0.96498f,-1.2415E-5f,-0.26232f,-0.96498f,-1.2415E-5f,-0.26232f,-0.96498f,-1.2415E-5f,-0.26232f,-0.96498f,-1.2415E-5f,-0.26232f,-0.96498f,-1.2163E-5f,-0.25692f,-0.96643f,-1.2163E-5f,-0.25692f,-0.96643f,-1.2163E-5f,-0.25692f,-0.96643f,-1.2163E-5f,-0.25692f,-0.96643f,-1.2163E-5f,-0.25692f,-0.96643f,-1.2163E-5f,-0.25692f,-0.96643f,-1.2415E-5f,-0.26232f,-0.96498f,-1.2415E-5f,-0.26232f,-0.96498f,-1.176E-5f,-0.24747f,-0.9689f,-1.176E-5f,-0.24747f,-0.9689f,-1.176E-5f,-0.24747f,-0.9689f,-1.176E-5f,-0.24747f,-0.9689f,-1.176E-5f,-0.24747f,-0.9689f,-1.176E-5f,-0.24747f,-0.9689f,-1.176E-5f,-0.24747f,-0.9689f,-1.1245E-5f,-0.2349f,-0.97202f,-1.1245E-5f,-0.2349f,-0.97202f,-1.1245E-5f,-0.2349f,-0.97202f,-1.1245E-5f,-0.2349f,-0.97202f,-1.1245E-5f,-0.2349f,-0.97202f,-1.1245E-5f,-0.2349f,-0.97202f,-1.1245E-5f,-0.2349f,-0.97202f,-1.1245E-5f,-0.2349f,-0.97202f,-1.1245E-5f,-0.2349f,-0.97202f,-1.1245E-5f,-0.2349f,-0.97202f,-1.1245E-5f,-0.2349f,-0.97202f,-1.1245E-5f,-0.2349f,-0.97202f,-1.0526E-5f,-0.21681f,-0.97621f,-1.0526E-5f,-0.21681f,-0.97621f,-1.0526E-5f,-0.21681f,-0.97621f,-1.0526E-5f,-0.21681f,-0.97621f,-1.0526E-5f,-0.21681f,-0.97621f,-1.0526E-5f,-0.21681f,-0.97621f,-1.0526E-5f,-0.21681f,-0.97621f,-1.0526E-5f,-0.21681f,-0.97621f,-9.6675E-6f,-0.19454f,-0.98089f,-9.6675E-6f,-0.19454f,-0.98089f,-9.6675E-6f,-0.19454f,-0.98089f,-9.6675E-6f,-0.19454f,-0.98089f,-9.6675E-6f,-0.19454f,-0.98089f,-9.6675E-6f,-0.19454f,-0.98089f,-9.6675E-6f,-0.19454f,-0.98089f,-9.6675E-6f,-0.19454f,-0.98089f,-9.6675E-6f,-0.19454f,-0.98089f,-9.6675E-6f,-0.19454f,-0.98089f,-9.6675E-6f,-0.19454f,-0.98089f,-9.6675E-6f,-0.19454f,-0.98089f,-9.6675E-6f,-0.19454f,-0.98089f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f,-8.6619E-6f,-0.16762f,-0.98585f}; return value; } private float[] getNormal_5_69_vector_13() { float[] value = {-8.6619E-6f,-0.16762f,-0.98585f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-7.496E-6f,-0.1354f,-0.99079f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-6.1273E-6f,-0.096343f,-0.99535f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-4.5091E-6f,-0.048665f,-0.99882f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-2.2759E-6f,0.019242f,-0.99981f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,-5.9863E-7f,0.071915f,-0.99741f,1.9271E-5f,0.82354f,0.56726f,1.9271E-5f,0.82354f,0.56726f,1.9271E-5f,0.82354f,0.56726f,1.9271E-5f,0.82354f,0.56726f,1.9271E-5f,0.82354f,0.56726f,1.9271E-5f,0.82354f,0.56726f,1.9271E-5f,0.82354f,0.56726f,1.9271E-5f,0.82354f,0.56726f,1.9271E-5f,0.82354f,0.56726f,1.9271E-5f,0.82354f,0.56726f,1.4445E-5f,0.62176f,0.78321f,1.4445E-5f,0.62176f,0.78321f,1.4445E-5f,0.62176f,0.78321f,1.4445E-5f,0.62176f,0.78321f,1.4445E-5f,0.62176f,0.78321f,1.4445E-5f,0.62176f,0.78321f,1.4445E-5f,0.62176f,0.78321f,1.4445E-5f,0.62176f,0.78321f,1.4445E-5f,0.62176f,0.78321f,1.4445E-5f,0.62176f,0.78321f,1.2216E-5f,0.5286f,0.84887f,1.2216E-5f,0.5286f,0.84887f,1.2216E-5f,0.5286f,0.84887f,1.2216E-5f,0.5286f,0.84887f,1.2216E-5f,0.5286f,0.84887f,1.2216E-5f,0.5286f,0.84887f,1.2216E-5f,0.5286f,0.84887f,1.2216E-5f,0.5286f,0.84887f,1.2216E-5f,0.5286f,0.84887f,1.2216E-5f,0.5286f,0.84887f,9.3279E-6f,0.40843f,0.91279f,9.3279E-6f,0.40843f,0.91279f,9.3279E-6f,0.40843f,0.91279f,9.3279E-6f,0.40843f,0.91279f,9.3279E-6f,0.40843f,0.91279f,9.3279E-6f,0.40843f,0.91279f}; return value; } private float[] getNormal_5_69_vector_14() { float[] value = {9.3279E-6f,0.40843f,0.91279f,9.3279E-6f,0.40843f,0.91279f,9.3279E-6f,0.40843f,0.91279f,9.3279E-6f,0.40843f,0.91279f,6.5926E-6f,0.29605f,0.95517f,6.5926E-6f,0.29605f,0.95517f,6.5926E-6f,0.29605f,0.95517f,6.5926E-6f,0.29605f,0.95517f,6.5926E-6f,0.29605f,0.95517f,6.5926E-6f,0.29605f,0.95517f,6.5926E-6f,0.29605f,0.95517f,6.5926E-6f,0.29605f,0.95517f,6.5926E-6f,0.29605f,0.95517f,6.5926E-6f,0.29605f,0.95517f,6.5926E-6f,0.29605f,0.95517f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,2.512E-6f,0.13541f,0.99079f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,1.4455E-6f,0.096295f,0.99535f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,5.3996E-7f,0.064424f,0.99792f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f,9.8946E-7f,0.12353f,-0.99234f}; return value; } private float[] getNormal_5_69_vector_15() { float[] value = {9.8946E-7f,0.12353f,-0.99234f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,2.5736E-6f,0.1769f,-0.98423f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,4.1965E-6f,0.23371f,-0.97231f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,6.1699E-6f,0.30559f,-0.95216f,7.9832E-6f,0.37459f,-0.92719f,7.9832E-6f,0.37459f,-0.92719f,7.9832E-6f,0.37459f,-0.92719f,7.9832E-6f,0.37459f,-0.92719f,7.9832E-6f,0.37459f,-0.92719f,7.9832E-6f,0.37459f,-0.92719f,7.9832E-6f,0.37459f,-0.92719f,7.9832E-6f,0.37459f,-0.92719f,7.9832E-6f,0.37459f,-0.92719f,7.9832E-6f,0.37459f,-0.92719f,9.7023E-6f,0.44141f,-0.89731f,9.7023E-6f,0.44141f,-0.89731f,9.7023E-6f,0.44141f,-0.89731f,9.7023E-6f,0.44141f,-0.89731f,9.7023E-6f,0.44141f,-0.89731f,9.7023E-6f,0.44141f,-0.89731f,9.7023E-6f,0.44141f,-0.89731f,9.7023E-6f,0.44141f,-0.89731f,9.7023E-6f,0.44141f,-0.89731f,9.7023E-6f,0.44141f,-0.89731f,1.226E-5f,0.54311f,-0.83966f,1.226E-5f,0.54311f,-0.83966f,1.226E-5f,0.54311f,-0.83966f,1.226E-5f,0.54311f,-0.83966f,1.226E-5f,0.54311f,-0.83966f,1.226E-5f,0.54311f,-0.83966f,1.226E-5f,0.54311f,-0.83966f,1.226E-5f,0.54311f,-0.83966f,1.226E-5f,0.54311f,-0.83966f,1.226E-5f,0.54311f,-0.83966f,1.226E-5f,0.54311f,-0.83966f,1.5403E-5f,0.67129f,-0.74119f,1.5403E-5f,0.67129f,-0.74119f,1.5403E-5f,0.67129f,-0.74119f,1.5403E-5f,0.67129f,-0.74119f,1.5403E-5f,0.67129f,-0.74119f,1.5403E-5f,0.67129f,-0.74119f,1.5403E-5f,0.67129f,-0.74119f,1.5403E-5f,0.67129f,-0.74119f,1.5403E-5f,0.67129f,-0.74119f,1.5403E-5f,0.67129f,-0.74119f,1.5403E-5f,0.67129f,-0.74119f,1.8181E-5f,0.78598f,-0.61825f,1.8181E-5f,0.78598f,-0.61825f,1.8181E-5f,0.78598f,-0.61825f,1.8181E-5f,0.78598f,-0.61825f}; return value; } private float[] getNormal_5_69_vector_16() { float[] value = {1.8181E-5f,0.78598f,-0.61825f,1.8181E-5f,0.78598f,-0.61825f,1.8181E-5f,0.78598f,-0.61825f,1.8181E-5f,0.78598f,-0.61825f,1.8181E-5f,0.78598f,-0.61825f,1.8181E-5f,0.78598f,-0.61825f,1.9949E-5f,0.85922f,-0.51161f,1.9949E-5f,0.85922f,-0.51161f,1.9949E-5f,0.85922f,-0.51161f,1.9949E-5f,0.85922f,-0.51161f,1.9949E-5f,0.85922f,-0.51161f,1.9949E-5f,0.85922f,-0.51161f,1.9949E-5f,0.85922f,-0.51161f,1.9949E-5f,0.85922f,-0.51161f,1.9949E-5f,0.85922f,-0.51161f,1.9949E-5f,0.85922f,-0.51161f,2.3289E-5f,0.99525f,-0.097319f,2.3289E-5f,0.99525f,-0.097319f,2.3289E-5f,0.99525f,-0.097319f,2.3289E-5f,0.99525f,-0.097319f,2.3289E-5f,0.99525f,-0.097319f,2.3289E-5f,0.99525f,-0.097319f,2.3289E-5f,0.99525f,-0.097319f,2.3289E-5f,0.99525f,-0.097319f,2.3289E-5f,0.99525f,-0.097319f,2.3289E-5f,0.99525f,-0.097319f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-3.3662E-7f,0.034765f,0.9994f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-1.2846E-6f,0.0038752f,0.99999f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-2.3671E-6f,-0.030144f,0.99955f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-3.9954E-6f,-0.079581f,0.99683f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.0032E-6f,-0.10917f,0.99402f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f}; return value; } private float[] getNormal_5_69_vector_17() { float[] value = {-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-5.7285E-6f,-0.12976f,0.99155f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,-7.429E-7f,-0.018973f,0.99982f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f,5.1364E-6f,0.10853f,0.99409f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_70_point_1() { float[] value = {0.32022f,0.5f,0.30748f,0.5f,0.32022f,0.50001f,0.31911f,0.50794f,0.31818f,0.51594f,0.31756f,0.524f,0.31743f,0.53057f,0.31563f,0.53057f,0.31182f,0.51645f,0.30764f,0.50065f,0.73743f,0.75601f,0.73743f,0.75874f,0.99854f,0.75601f,0.99854f,0.75874f,0.80271f,0.75601f,0.86798f,0.75601f,0.93326f,0.75601f,0.93326f,0.75874f,0.86798f,0.75874f,0.80271f,0.75874f,0.57826f,0.0f,0.57761f,0.0f,0.57826f,0.24977f,0.57761f,0.24977f,0.57761f,0.18733f,0.57761f,0.12489f,0.57761f,0.062443f,0.57826f,0.062443f,0.57826f,0.12489f,0.57826f,0.18733f,0.41512f,0.0f,0.41436f,0.0f,0.4136f,0.0f,0.41512f,0.33522f,0.41436f,0.33522f,0.4136f,0.33522f,0.4136f,0.25142f,0.4136f,0.16761f,0.4136f,0.083806f,0.41512f,0.083806f,0.41512f,0.16761f,0.41512f,0.25142f,0.73743f,0.44919f,0.73743f,0.45183f,0.99854f,0.44919f,0.99854f,0.45051f,0.99854f,0.45183f,0.93326f,0.45183f,0.86798f,0.45183f,0.80271f,0.45183f,0.86798f,0.44919f,0.24022f,0.0f,0.23394f,0.0f,0.24022f,0.33471f,0.23394f,0.33471f,0.23394f,0.16736f,0.24022f,0.083678f,0.24022f,0.16736f,0.24022f,0.25103f,0.73743f,0.74211f,0.73743f,0.74684f,0.99854f,0.74211f,0.99854f,0.74448f,0.99854f,0.74684f,0.93326f,0.74684f,0.86798f,0.74684f,0.80271f,0.74684f,0.80271f,0.74211f,0.86798f,0.74211f,0.93326f,0.74211f,0.73743f,0.73564f,0.73743f,0.74029f,0.99854f,0.73564f,0.99854f,0.74029f,0.93326f,0.74029f,0.86798f,0.74029f,0.80271f,0.74029f,0.80271f,0.73564f,0.86798f,0.73564f,0.93326f,0.73564f,0.16435f,0.0f,0.15262f,0.0f,0.16435f,0.33268f,0.15262f,0.33268f,0.15262f,0.24951f,0.15262f,0.16634f,0.15262f,0.083171f,0.16435f,0.083171f,0.16435f,0.16634f,0.16435f,0.24951f,0.12868f,0.0f,0.11707f,0.0f,0.12868f,0.33139f,0.11707f,0.33139f,0.11707f,0.24855f,0.11707f,0.1657f,0.11707f,0.082849f,0.12868f,0.082849f,0.12868f,0.1657f,0.12868f,0.24855f}; return value; } private float[] getTextureCoordinate_5_70_point_2() { float[] value = {0.069197f,0.0f,0.057654f,0.0f,0.069197f,0.33014f,0.063425f,0.33014f,0.057654f,0.33014f,0.057654f,0.24761f,0.057654f,0.16507f,0.057654f,0.082536f,0.069197f,0.082536f,0.069197f,0.16507f,0.069197f,0.24761f,0.057654f,0.0f,0.046154f,0.0f,0.057654f,0.32893f,0.051904f,0.32893f,0.046154f,0.32893f,0.046154f,0.24669f,0.046154f,0.16446f,0.046154f,0.082231f,0.057654f,0.16446f,0.046154f,0.0f,0.034673f,0.0f,0.046154f,0.32774f,0.040413f,0.32774f,0.034673f,0.32774f,0.034673f,0.16387f,0.046154f,0.081936f,0.046154f,0.16387f,0.046154f,0.24581f,0.011482f,0.0f,0.0f,0.0f,0.011482f,0.32659f,0.0f,0.32659f,0.0f,0.24494f,0.0f,0.1633f,0.0f,0.081648f,0.011482f,0.081648f,0.011482f,0.1633f,0.011482f,0.24494f,0.16355f,0.5f,0.15514f,0.5f,0.16355f,0.73755f,0.15934f,0.73755f,0.15514f,0.73755f,0.15514f,0.67816f,0.15514f,0.61878f,0.15514f,0.55939f,0.16355f,0.55939f,0.16355f,0.61878f,0.16355f,0.67816f,0.023049f,0.0f,0.011482f,0.0f,0.023049f,0.32438f,0.011482f,0.32438f,0.011482f,0.24329f,0.011482f,0.16219f,0.011482f,0.081095f,0.023049f,0.081095f,0.023049f,0.16219f,0.023049f,0.24329f,0.034673f,0.0f,0.023049f,0.0f,0.034673f,0.32332f,0.023049f,0.32332f,0.023049f,0.24249f,0.023049f,0.16166f,0.023049f,0.08083f,0.034673f,0.040415f,0.034673f,0.08083f,0.034673f,0.12125f,0.034673f,0.16166f,0.034673f,0.20208f,0.034673f,0.24249f,0.034673f,0.28291f,0.47486f,0.5f,0.44057f,0.5f,0.46625f,0.55959f,0.45765f,0.55959f,0.44909f,0.55959f,0.46625f,0.61689f,0.45765f,0.61689f,0.44909f,0.61689f,0.46625f,0.67557f,0.45765f,0.67557f,0.44909f,0.67557f,0.47486f,0.73523f,0.46625f,0.73523f,0.45765f,0.73523f,0.44909f,0.73523f,0.44057f,0.73523f,0.47486f,0.53554f,0.47485f,0.53554f,0.44057f,0.70583f,0.44057f,0.67642f,0.44057f,0.64702f,0.44057f,0.61762f,0.44057f,0.58821f,0.44057f,0.55881f,0.44057f,0.5294f,0.47332f,0.57429f}; return value; } private float[] getTextureCoordinate_5_70_point_3() { float[] value = {0.47162f,0.61304f,0.4697f,0.65178f,0.46754f,0.69052f,0.46608f,0.69474f,0.46729f,0.69474f,0.4672f,0.6963f,0.47486f,0.69505f,0.47486f,0.7051f,0.47486f,0.71514f,0.47486f,0.72519f,0.47486f,0.50888f,0.47486f,0.51777f,0.47486f,0.52665f,0.27178f,0.0f,0.25996f,0.0f,0.25996f,0.0481f,0.27178f,0.045666f,0.25996f,0.036075f,0.25996f,0.02405f,0.25996f,0.012025f,0.27178f,0.011416f,0.27178f,0.022833f,0.27178f,0.034249f,0.73743f,0.69772f,0.73743f,0.71062f,0.78708f,0.71062f,0.78441f,0.69772f,0.77466f,0.71062f,0.76225f,0.71062f,0.74984f,0.71062f,0.76092f,0.69772f,0.4136f,0.0f,0.40176f,0.0f,0.40176f,0.042981f,0.4136f,0.04052f,0.40176f,0.02149f,0.4136f,0.02026f,0.33406f,0.5f,0.32542f,0.5f,0.32542f,0.5295f,0.33241f,0.52804f,0.32542f,0.51475f,0.33406f,0.52804f,0.33406f,0.51402f,0.79556f,0.11894f,0.73202f,0.11894f,0.79556f,0.16968f,0.77007f,0.16455f,0.74747f,0.15995f,0.73202f,0.15995f,0.73202f,0.13945f,0.75737f,0.11894f,0.79556f,0.14431f,0.73202f,0.10581f,0.73202f,0.1181f,0.99854f,0.10581f,0.78127f,0.11708f,0.78107f,0.1181f,0.75654f,0.1181f,0.99604f,0.10669f,0.92446f,0.11071f,0.85287f,0.11413f,0.79865f,0.10581f,0.86528f,0.10581f,0.93191f,0.10581f,0.14072f,0.0f,0.12868f,0.0f,0.14072f,0.32032f,0.1347f,0.32032f,0.12868f,0.32032f,0.12868f,0.26189f,0.12868f,0.19642f,0.12868f,0.13094f,0.12868f,0.065472f,0.12868f,0.26519f,0.12985f,0.26519f,0.14072f,0.080081f,0.14072f,0.16016f,0.14072f,0.24024f,0.12868f,0.29275f,0.081216f,0.0f,0.069197f,0.0f,0.081216f,0.32131f,0.069197f,0.32131f,0.069197f,0.24098f,0.069197f,0.16066f,0.069197f,0.080328f,0.081216f,0.16066f,0.093213f,0.0f,0.081216f,0.0f,0.093213f,0.32234f,0.081216f,0.32234f,0.081216f,0.16117f,0.093213f,0.080585f,0.093213f,0.16117f,0.093213f,0.24175f,0.18955f,0.5f,0.18081f,0.5f,0.18955f,0.73604f,0.18081f,0.73604f}; return value; } private float[] getTextureCoordinate_5_70_point_4() { float[] value = {0.18081f,0.67703f,0.18081f,0.61802f,0.18081f,0.55901f,0.18955f,0.55901f,0.18955f,0.61802f,0.18955f,0.67703f,0.10515f,0.0f,0.093213f,0.0f,0.10515f,0.3245f,0.099184f,0.3245f,0.093213f,0.3245f,0.093213f,0.24338f,0.093213f,0.16225f,0.093213f,0.081126f,0.10515f,0.081126f,0.10515f,0.16225f,0.10515f,0.24338f,0.11707f,0.0f,0.10515f,0.0f,0.11707f,0.32564f,0.11111f,0.32564f,0.10515f,0.32564f,0.10515f,0.24423f,0.10515f,0.16282f,0.10515f,0.081409f,0.11707f,0.081409f,0.11707f,0.16282f,0.11707f,0.24423f,0.15262f,0.0f,0.14072f,0.0f,0.15262f,0.3268f,0.14667f,0.3268f,0.14072f,0.3268f,0.14072f,0.2451f,0.14072f,0.1634f,0.14072f,0.081699f,0.15262f,0.081699f,0.15262f,0.1634f,0.15262f,0.2451f,0.37567f,0.5f,0.36696f,0.5f,0.37567f,0.73939f,0.37132f,0.73939f,0.36696f,0.73939f,0.36696f,0.67954f,0.36696f,0.61969f,0.36696f,0.55985f,0.37567f,0.55985f,0.37567f,0.61969f,0.37567f,0.67954f,0.17633f,0.0f,0.16435f,0.0f,0.17633f,0.32921f,0.16435f,0.32921f,0.16435f,0.24691f,0.16435f,0.1646f,0.16435f,0.082302f,0.17633f,0.082302f,0.17633f,0.1646f,0.17633f,0.24691f,0.18839f,0.0f,0.17633f,0.0f,0.18839f,0.33046f,0.17633f,0.33046f,0.17633f,0.24784f,0.17633f,0.16523f,0.17633f,0.082614f,0.18839f,0.16523f,0.19843f,0.5f,0.18955f,0.5f,0.19843f,0.74212f,0.19399f,0.74212f,0.18955f,0.74212f,0.18955f,0.62106f,0.19843f,0.62106f,0.20745f,0.5f,0.19843f,0.5f,0.20745f,0.74307f,0.19843f,0.74307f,0.19843f,0.62153f,0.20745f,0.62153f,0.24653f,0.0f,0.24022f,0.0f,0.24653f,0.33369f,0.24337f,0.33369f,0.24022f,0.33369f,0.24022f,0.16684f,0.24653f,0.16684f,0.73743f,0.84131f,0.73743f,0.84635f,0.99854f,0.84131f,0.99854f,0.84635f,0.86798f,0.84635f,0.86798f,0.84131f,0.44057f,0.5f,0.43562f,0.5f,0.44057f,0.74451f,0.43562f,0.74451f,0.43562f,0.62225f,0.44057f,0.62225f}; return value; } private float[] getTextureCoordinate_5_70_point_5() { float[] value = {0.66842f,0.0f,0.66565f,0.0f,0.66842f,0.24978f,0.66565f,0.24978f,0.66565f,0.12489f,0.66842f,0.12489f,0.25996f,0.0f,0.25827f,0.0f,0.25996f,0.33544f,0.25827f,0.33544f,0.25827f,0.16772f,0.25996f,0.16772f,0.57761f,0.0f,0.5769f,0.0f,0.57761f,0.24991f,0.57725f,0.24991f,0.5769f,0.24991f,0.5769f,0.12496f,0.57761f,0.12496f,0.73202f,0.0f,0.73202f,0.0028628f,0.99854f,0.0f,0.99854f,0.0028628f,0.79865f,0.0f,0.86528f,0.0f,0.93191f,0.0f,0.86528f,0.0028628f,0.48053f,0.0010362f,0.48204f,0.0f,0.48025f,0.0013909f,0.47983f,0.0020662f,0.48004f,0.0017286f,0.47911f,0.003679f,0.47947f,0.0028726f,0.47814f,0.0068058f,0.47744f,0.0098801f,0.47779f,0.0083429f,0.47689f,0.012928f,0.47606f,0.018984f,0.47548f,0.025007f,0.47509f,0.031012f,0.47529f,0.028009f,0.47489f,0.037003f,0.47499f,0.034008f,0.47486f,0.042989f,0.47487f,0.039996f,0.47504f,0.048972f,0.47552f,0.054957f,0.47528f,0.051964f,0.47618f,0.060951f,0.47696f,0.066959f,0.4806f,0.091179f,0.47969f,0.085092f,0.47876f,0.079028f,0.47784f,0.072984f,0.49285f,0.079445f,0.49217f,0.082507f,0.49149f,0.08557f,0.49407f,0.073298f,0.49512f,0.067132f,0.49596f,0.060951f,0.49656f,0.054755f,0.49626f,0.057853f,0.49686f,0.04855f,0.49671f,0.051652f,0.49674f,0.042343f,0.4968f,0.045446f,0.4963f,0.036138f,0.49652f,0.03924f,0.49552f,0.029939f,0.49441f,0.023754f,0.49293f,0.017587f,0.49367f,0.02067f,0.49096f,0.011453f,0.48973f,0.0084051f,0.49035f,0.0099289f,0.48824f,0.0053844f,0.48632f,0.0024161f,0.48503f,9.8131E-4f,0.48433f,4.3763E-4f,0.48391f,1.8285E-4f,0.48412f,3.1024E-4f,0.49001f,0.091674f,0.48603f,0.10698f,0.48204f,0.1219f,0.48271f,0.11574f,0.48265f,0.11265f,0.48259f,0.10957f,0.48236f,0.1065f,0.48213f,0.10342f,0.48143f,0.097288f,0.64129f,0.0f,0.64129f,0.040849f,0.63467f,0.040849f,0.63467f,0.030715f,0.63467f,0.02058f,0.63467f,0.010445f,0.63467f,3.0986E-4f,0.63496f,2.4591E-4f,0.63611f,3.8276E-8f}; return value; } private float[] getTextureCoordinate_5_70_point_6() { float[] value = {0.64129f,0.010213f,0.64129f,0.020425f,0.64129f,0.030637f,0.73743f,0.79259f,0.79705f,0.79259f,0.79705f,0.80229f,0.78214f,0.80229f,0.76724f,0.80229f,0.75234f,0.80229f,0.73743f,0.80229f,0.73743f,0.80186f,0.76724f,0.79259f,0.73743f,0.77316f,0.79689f,0.77316f,0.79689f,0.778f,0.79689f,0.78285f,0.76716f,0.78285f,0.73743f,0.78285f,0.73743f,0.78242f,0.76716f,0.77316f,0.73743f,0.76346f,0.79674f,0.76346f,0.79674f,0.76831f,0.79674f,0.77316f,0.76709f,0.77316f,0.73743f,0.77316f,0.73743f,0.77273f,0.75226f,0.76346f,0.76709f,0.76346f,0.78191f,0.76346f,0.47486f,0.57858f,0.47486f,0.59556f,0.52958f,0.57858f,0.52958f,0.59556f,0.50222f,0.59556f,0.50222f,0.57858f,0.73743f,0.78285f,0.7966f,0.78285f,0.7966f,0.79259f,0.78181f,0.79259f,0.76702f,0.79259f,0.75222f,0.79259f,0.73743f,0.79259f,0.75222f,0.78285f,0.76702f,0.78285f,0.78181f,0.78285f,0.69845f,0.0f,0.73202f,0.040845f,0.71504f,0.040845f,0.69845f,0.040845f,0.69845f,0.030633f,0.69845f,0.020422f,0.69845f,0.010211f,0.71184f,9.6552E-8f,0.72528f,1.9341E-7f,0.7311f,2.3532E-7f,0.73202f,1.9471E-4f,0.73202f,0.010357f,0.73202f,0.02052f,0.73202f,0.030682f,0.64803f,0.040961f,0.64129f,0.040961f,0.64803f,2.0825E-9f,0.64803f,0.02048f,0.64129f,0.030769f,0.64129f,0.020578f,0.64129f,0.010386f,0.64129f,1.9497E-4f,0.64782f,0.0015732f,0.64774f,0.0f,0.086852f,0.5f,0.077535f,0.5f,0.086852f,0.63421f,0.077535f,0.63421f,0.086852f,0.56711f,0.077535f,0.56711f,0.73202f,0.0039288f,0.73202f,0.011233f,0.83176f,0.011233f,0.93274f,0.0039288f,0.93274f,0.011233f,0.7822f,0.0039288f,0.83238f,0.0039288f,0.88256f,0.0039288f,0.63467f,0.0f,0.62542f,0.0f,0.63467f,0.13697f,0.62542f,0.13697f,0.62542f,0.10272f,0.62542f,0.068483f,0.62542f,0.034242f,0.63467f,0.034242f,0.63467f,0.068483f,0.63467f,0.10272f,0.43562f,0.5f,0.4269f,0.5f,0.43562f,0.63392f,0.4269f,0.63392f,0.4269f,0.60044f,0.4269f,0.56696f}; return value; } private float[] getTextureCoordinate_5_70_point_7() { float[] value = {0.4269f,0.53348f,0.43562f,0.53348f,0.43562f,0.56696f,0.43562f,0.60044f,0.73743f,0.82851f,0.73743f,0.84131f,0.93722f,0.82851f,0.93722f,0.84131f,0.88728f,0.84131f,0.83733f,0.84131f,0.78738f,0.84131f,0.78738f,0.82851f,0.83733f,0.82851f,0.88728f,0.82851f,0.24112f,0.5f,0.2242f,0.5f,0.24112f,0.63409f,0.2242f,0.63409f,0.2242f,0.60057f,0.2242f,0.56705f,0.2242f,0.53352f,0.24112f,0.53352f,0.24112f,0.56705f,0.24112f,0.60057f,0.2242f,0.5f,0.20745f,0.5f,0.2242f,0.63492f,0.20745f,0.63492f,0.20745f,0.60119f,0.20745f,0.56746f,0.20745f,0.53373f,0.2242f,0.53373f,0.2242f,0.56746f,0.2242f,0.60119f,0.21121f,0.0f,0.1998f,0.0f,0.18839f,0.0f,0.21121f,0.18664f,0.18839f,0.18664f,0.18839f,0.13998f,0.18839f,0.09332f,0.18839f,0.04666f,0.21121f,0.04666f,0.21121f,0.09332f,0.21121f,0.13998f,0.23394f,0.0f,0.21121f,0.0f,0.23394f,0.18905f,0.21121f,0.18905f,0.21121f,0.14179f,0.21121f,0.094526f,0.21121f,0.047263f,0.23394f,0.094526f,0.22257f,0.0f,0.32921f,0.0f,0.31786f,0.0f,0.30651f,0.0f,0.32921f,0.19206f,0.30651f,0.19206f,0.30651f,0.096032f,0.32921f,0.096032f,0.033316f,0.5f,0.016749f,0.5f,0.033316f,0.6428f,0.016749f,0.6428f,0.016749f,0.5714f,0.033316f,0.5714f,0.022271f,0.5f,0.027794f,0.5f,0.29455f,0.0f,0.28317f,0.0f,0.27178f,0.0f,0.29455f,0.19976f,0.27178f,0.19976f,0.27178f,0.09988f,0.29455f,0.09988f,0.10354f,0.5f,0.086852f,0.5f,0.10354f,0.64919f,0.086852f,0.64919f,0.086852f,0.57459f,0.10354f,0.5373f,0.10354f,0.57459f,0.10354f,0.61189f,0.092416f,0.5f,0.097979f,0.5f,0.73202f,0.19589f,0.73202f,0.22094f,0.96045f,0.19589f,0.96045f,0.22094f,0.90334f,0.22094f,0.84623f,0.22094f,0.78913f,0.22094f,0.78913f,0.19589f,0.84623f,0.19589f,0.90334f,0.19589f,0.73202f,0.20842f,0.73743f,0.89876f,0.73743f,0.94883f,0.73743f,0.99854f}; return value; } private float[] getTextureCoordinate_5_70_point_8() { float[] value = {0.98964f,0.89876f,0.98964f,0.99854f,0.92659f,0.99854f,0.86354f,0.99854f,0.80048f,0.99854f,0.80048f,0.89876f,0.86354f,0.89876f,0.92659f,0.89876f,0.73202f,0.23556f,0.73202f,0.26104f,0.99592f,0.23556f,0.99592f,0.26104f,0.92994f,0.26104f,0.86397f,0.26104f,0.79799f,0.26104f,0.79799f,0.23556f,0.86397f,0.23556f,0.92994f,0.23556f,0.39275f,0.5f,0.37567f,0.5f,0.39275f,0.68229f,0.37567f,0.68229f,0.37567f,0.63672f,0.37567f,0.59115f,0.37567f,0.54557f,0.39275f,0.54557f,0.39275f,0.59115f,0.39275f,0.63672f,0.40983f,0.5f,0.39275f,0.5f,0.40983f,0.68812f,0.39275f,0.68812f,0.39275f,0.64109f,0.39275f,0.59406f,0.39275f,0.54703f,0.40983f,0.54703f,0.40983f,0.59406f,0.40983f,0.64109f,0.4269f,0.5f,0.40983f,0.5f,0.4269f,0.69415f,0.40983f,0.69415f,0.40983f,0.64562f,0.40983f,0.59708f,0.40983f,0.54854f,0.4269f,0.54854f,0.4269f,0.59708f,0.4269f,0.64562f,0.73743f,0.50428f,0.73743f,0.52664f,0.99854f,0.50428f,0.99854f,0.52664f,0.93326f,0.52664f,0.86798f,0.52664f,0.80271f,0.52664f,0.80271f,0.50428f,0.86798f,0.50428f,0.93326f,0.50428f,0.73743f,0.51546f,0.47486f,0.39673f,0.47486f,0.5095f,0.73597f,0.39673f,0.73597f,0.5095f,0.73597f,0.46451f,0.67069f,0.5095f,0.60541f,0.5095f,0.54014f,0.5095f,0.60541f,0.39673f,0.47486f,0.48697f,0.47486f,0.44197f,0.54991f,0.0f,0.53217f,0.0f,0.54991f,0.17566f,0.53217f,0.17566f,0.53217f,0.087828f,0.54991f,0.043914f,0.54991f,0.087828f,0.54991f,0.13174f,0.53217f,0.0f,0.51445f,0.0f,0.53217f,0.17059f,0.51445f,0.17059f,0.51445f,0.12794f,0.51445f,0.085293f,0.51445f,0.042647f,0.53217f,0.042647f,0.53217f,0.085293f,0.53217f,0.12794f,0.3061f,0.5f,0.28876f,0.5f,0.3061f,0.66245f,0.28876f,0.66245f,0.28876f,0.62183f,0.28876f,0.58122f,0.28876f,0.54061f,0.3061f,0.54061f,0.3061f,0.58122f,0.3061f,0.62183f,0.73743f,0.63117f,0.73743f,0.65702f}; return value; } private float[] getTextureCoordinate_5_70_point_9() { float[] value = {0.97347f,0.63117f,0.97347f,0.65702f,0.91446f,0.65702f,0.85545f,0.65702f,0.79644f,0.65702f,0.79644f,0.63117f,0.85545f,0.63117f,0.91446f,0.63117f,0.13837f,0.5f,0.1211f,0.5f,0.13837f,0.65395f,0.1211f,0.65395f,0.1211f,0.61546f,0.1211f,0.57697f,0.1211f,0.53849f,0.13837f,0.53849f,0.13837f,0.57697f,0.13837f,0.61546f,0.51445f,0.0f,0.49686f,0.0f,0.51445f,0.15328f,0.49686f,0.15328f,0.49686f,0.11496f,0.49686f,0.07664f,0.49686f,0.03832f,0.51445f,0.07664f,0.50272f,0.0f,0.50859f,0.0f,0.45114f,0.0f,0.42759f,0.0f,0.45114f,0.20109f,0.42759f,0.20109f,0.42759f,0.10054f,0.45114f,0.10054f,0.43544f,0.0f,0.44329f,0.0f,0.40176f,0.0f,0.37822f,0.0f,0.40176f,0.1969f,0.37822f,0.1969f,0.37822f,0.098451f,0.40176f,0.049226f,0.40176f,0.098451f,0.40176f,0.14768f,0.38607f,0.0f,0.39391f,0.0f,0.56749f,0.0f,0.54991f,0.0f,0.56749f,0.14393f,0.54991f,0.14393f,0.54991f,0.10795f,0.54991f,0.071964f,0.54991f,0.035982f,0.56749f,0.035982f,0.56749f,0.071964f,0.56749f,0.10795f,0.55577f,0.0f,0.56163f,0.0f,0.050606f,0.5f,0.033316f,0.5f,0.050606f,0.63873f,0.033316f,0.63873f,0.033316f,0.60405f,0.033316f,0.56937f,0.033316f,0.53468f,0.050606f,0.53468f,0.050606f,0.56937f,0.050606f,0.60405f,0.041961f,0.5f,0.36545f,0.0f,0.34162f,0.0f,0.36545f,0.18754f,0.34162f,0.18754f,0.34162f,0.14065f,0.34162f,0.093769f,0.34162f,0.046885f,0.36545f,0.093769f,0.60542f,0.0f,0.5875f,0.0f,0.60542f,0.13827f,0.5875f,0.13827f,0.5875f,0.069136f,0.60542f,0.034568f,0.60542f,0.069136f,0.60542f,0.1037f,0.068437f,0.5f,0.050606f,0.5f,0.068437f,0.63456f,0.050606f,0.63456f,0.050606f,0.60092f,0.050606f,0.56728f,0.050606f,0.53364f,0.068437f,0.53364f,0.068437f,0.56728f,0.068437f,0.60092f,0.077535f,0.5f,0.068437f,0.5f,0.077535f,0.63414f,0.068437f,0.63414f,0.077535f,0.56707f}; return value; } private float[] getTextureCoordinate_5_70_point_10() { float[] value = {0.068437f,0.6006f,0.068437f,0.56707f,0.068437f,0.53353f,0.69845f,0.0f,0.68846f,0.0f,0.69845f,0.13721f,0.68846f,0.13721f,0.68846f,0.068605f,0.69845f,0.068605f,0.73202f,0.28749f,0.73202f,0.29549f,0.93304f,0.28749f,0.93304f,0.29549f,0.83253f,0.29549f,0.78227f,0.28749f,0.83253f,0.28749f,0.88278f,0.28749f,0.73202f,0.075478f,0.73202f,0.079113f,0.93313f,0.075478f,0.93313f,0.079113f,0.88286f,0.079113f,0.83258f,0.079113f,0.7823f,0.079113f,0.7823f,0.075478f,0.83258f,0.075478f,0.88286f,0.075478f,0.47486f,0.57588f,0.47486f,0.57856f,0.73597f,0.57588f,0.73597f,0.57856f,0.67069f,0.57856f,0.60541f,0.57856f,0.54014f,0.57856f,0.54014f,0.57588f,0.60541f,0.57588f,0.67069f,0.57588f,0.32542f,0.5f,0.32022f,0.5f,0.32542f,0.6347f,0.32022f,0.6347f,0.32022f,0.60102f,0.32022f,0.56735f,0.32022f,0.53367f,0.73743f,0.47856f,0.73743f,0.49142f,0.73743f,0.50428f,0.88336f,0.47856f,0.87775f,0.50428f,0.84267f,0.50428f,0.80759f,0.50428f,0.77251f,0.50428f,0.77391f,0.47856f,0.81039f,0.47856f,0.84688f,0.47856f,0.24112f,0.5f,0.25843f,0.55828f,0.24112f,0.55828f,0.2484f,0.51459f,0.25843f,0.52744f,0.25843f,0.54286f,0.24112f,0.54371f,0.24112f,0.52914f,0.24112f,0.51457f,0.73202f,0.29549f,0.73202f,0.31278f,0.73202f,0.33002f,0.73202f,0.34719f,0.73202f,0.3643f,0.79954f,0.31278f,0.79954f,0.33002f,0.79954f,0.34719f,0.86446f,0.31278f,0.86446f,0.33002f,0.86446f,0.34719f,0.93093f,0.31278f,0.93093f,0.33002f,0.99854f,0.29549f,0.99854f,0.33002f,0.99854f,0.3643f,0.96776f,0.3643f,0.94166f,0.34719f,0.91021f,0.34095f,0.87875f,0.34719f,0.85265f,0.3643f,0.82249f,0.3643f,0.79233f,0.3643f,0.76218f,0.3643f,0.76533f,0.29549f,0.79865f,0.29549f,0.83196f,0.29549f,0.86528f,0.29549f,0.89859f,0.29549f,0.93191f,0.29549f,0.96522f,0.29549f,0.99084f,0.3643f,0.98315f,0.3643f,0.97545f,0.3643f,0.15514f,0.5f,0.13837f,0.5f}; return value; } private float[] getTextureCoordinate_5_70_point_11() { float[] value = {0.15514f,0.61882f,0.15514f,0.5297f,0.15514f,0.55941f,0.15514f,0.58911f,0.13837f,0.60544f,0.13837f,0.57908f,0.13837f,0.55272f,0.13837f,0.52636f,0.73743f,0.55469f,0.73743f,0.57961f,0.89491f,0.55469f,0.7768f,0.55469f,0.81617f,0.55469f,0.85554f,0.55469f,0.88339f,0.57961f,0.81041f,0.57961f,0.25827f,0.0f,0.24653f,0.0f,0.25827f,0.35975f,0.24653f,0.35975f,0.25827f,0.089937f,0.25827f,0.17987f,0.25827f,0.26981f,0.24653f,0.26981f,0.24653f,0.17987f,0.24653f,0.089937f,0.30651f,0.0f,0.30053f,0.0f,0.29455f,0.0f,0.30651f,0.35975f,0.29455f,0.35975f,0.30651f,0.089937f,0.30651f,0.17987f,0.30651f,0.26981f,0.29455f,0.26981f,0.29455f,0.17987f,0.29455f,0.089937f,0.64803f,0.0f,0.66565f,0.031473f,0.64803f,0.031473f,0.64803f,0.015737f,0.66565f,0.014166f,0.66565f,0.018493f,0.66565f,0.02282f,0.66565f,0.027146f,0.73743f,0.45288f,0.73743f,0.47856f,0.88311f,0.47856f,0.87767f,0.45288f,0.84669f,0.47856f,0.81027f,0.47856f,0.77385f,0.47856f,0.77249f,0.45288f,0.80755f,0.45288f,0.84261f,0.45288f,0.73743f,0.87309f,0.73743f,0.89876f,0.87775f,0.87309f,0.77251f,0.87309f,0.80759f,0.87309f,0.84267f,0.87309f,0.87767f,0.89876f,0.84261f,0.89876f,0.80755f,0.89876f,0.77249f,0.89876f,0.47486f,0.62865f,0.47486f,0.64562f,0.73597f,0.62865f,0.73597f,0.64562f,0.70333f,0.64562f,0.67069f,0.64562f,0.63805f,0.64562f,0.60541f,0.64562f,0.57278f,0.64562f,0.54014f,0.64562f,0.5075f,0.64562f,0.54014f,0.62865f,0.60541f,0.62865f,0.67069f,0.62865f,0.47486f,0.69543f,0.47486f,0.71242f,0.73597f,0.69543f,0.73597f,0.71242f,0.67069f,0.71242f,0.60541f,0.71242f,0.54014f,0.71242f,0.54014f,0.69543f,0.60541f,0.69543f,0.67069f,0.69543f,0.47486f,0.66203f,0.47486f,0.67901f,0.73597f,0.66203f,0.73597f,0.67901f,0.67069f,0.67901f,0.60541f,0.67901f,0.54014f,0.67901f,0.4944f,0.66203f,0.4944f,0.66399f,0.5662f,0.664f,0.63799f,0.664f}; return value; } private float[] getTextureCoordinate_5_70_point_12() { float[] value = {0.70976f,0.664f,0.70976f,0.66203f,0.72286f,0.66203f,0.47975f,0.66203f,0.48463f,0.66203f,0.48951f,0.66203f,0.75657f,0.036107f,0.75657f,0.074013f,0.73202f,0.074013f,0.73202f,0.05506f,0.73202f,0.036107f,0.75657f,0.045584f,0.75657f,0.05506f,0.75657f,0.064537f,0.89034f,0.036107f,0.89034f,0.074013f,0.86566f,0.074013f,0.878f,0.074013f,0.86566f,0.064537f,0.86566f,0.05506f,0.86566f,0.045584f,0.86566f,0.036107f,0.878f,0.036107f,0.89034f,0.045584f,0.89034f,0.05506f,0.89034f,0.064537f,0.47486f,0.83074f,0.47486f,0.85194f,0.47486f,0.87426f,0.47486f,0.89571f,0.47486f,0.91679f,0.54101f,0.85194f,0.54101f,0.87426f,0.60461f,0.85194f,0.60461f,0.87426f,0.66974f,0.85194f,0.66974f,0.87426f,0.73597f,0.83074f,0.73597f,0.91679f,0.73597f,0.86525f,0.73597f,0.8996f,0.72942f,0.91679f,0.72286f,0.91679f,0.71631f,0.91679f,0.70976f,0.91679f,0.70976f,0.87963f,0.6667f,0.87963f,0.62363f,0.87963f,0.58056f,0.87963f,0.53748f,0.87963f,0.4944f,0.87963f,0.4944f,0.91679f,0.48463f,0.91679f,0.5075f,0.83074f,0.54014f,0.83074f,0.57278f,0.83074f,0.60541f,0.83074f,0.63805f,0.83074f,0.67069f,0.83074f,0.70333f,0.83074f,0.47486f,0.79674f,0.47486f,0.81402f,0.73597f,0.79674f,0.73597f,0.81402f,0.70333f,0.81402f,0.67069f,0.81402f,0.63805f,0.81402f,0.60541f,0.81402f,0.57278f,0.81402f,0.54014f,0.81402f,0.5075f,0.81402f,0.60541f,0.79674f,0.47486f,0.76277f,0.47486f,0.78004f,0.73597f,0.76277f,0.73597f,0.78004f,0.60541f,0.78004f,0.54014f,0.76277f,0.60541f,0.76277f,0.67069f,0.76277f,0.47486f,0.72884f,0.47486f,0.74609f,0.73597f,0.72884f,0.73597f,0.74609f,0.67803f,0.72884f,0.69251f,0.72884f,0.707f,0.72884f,0.72148f,0.72884f,0.67069f,0.74609f,0.60541f,0.74609f,0.54014f,0.74609f,0.62083f,0.72884f,0.54785f,0.72884f,0.47486f,0.0f,0.45114f,0.0f,0.45114f,0.20108f,0.45114f,0.10054f,0.47486f,0.16349f,0.47486f,0.040872f,0.47486f,0.081745f}; return value; } private float[] getTextureCoordinate_5_70_point_13() { float[] value = {0.47486f,0.12262f,0.18081f,0.5f,0.16355f,0.5f,0.16355f,0.61932f,0.16355f,0.58949f,0.16355f,0.55966f,0.16355f,0.52983f,0.18081f,0.60544f,0.18081f,0.52636f,0.18081f,0.55272f,0.18081f,0.57908f,0.73743f,0.57961f,0.73743f,0.59248f,0.73743f,0.60535f,0.89491f,0.60535f,0.77385f,0.57961f,0.81027f,0.57961f,0.8467f,0.57961f,0.88312f,0.57961f,0.85554f,0.60535f,0.81617f,0.60535f,0.7768f,0.60535f,0.73743f,0.44919f,0.76284f,0.42336f,0.76284f,0.44919f,0.76284f,0.43197f,0.76284f,0.44058f,0.75649f,0.44919f,0.75014f,0.44919f,0.74378f,0.44919f,0.74094f,0.44299f,0.74409f,0.43661f,0.74687f,0.43007f,0.74927f,0.42336f,0.75606f,0.42336f,0.57826f,0.017549f,0.5875f,0.0f,0.5875f,0.017549f,0.5875f,0.0058496f,0.5875f,0.011699f,0.58288f,0.017549f,0.57954f,0.013241f,0.58058f,0.008874f,0.5814f,0.0044572f,0.58197f,0.0f,0.78578f,0.26104f,0.79419f,0.26104f,0.79419f,0.28749f,0.79419f,0.26986f,0.79419f,0.27867f,0.78586f,0.28749f,0.78635f,0.28107f,0.78652f,0.27464f,0.78633f,0.26783f,0.56749f,0.0f,0.5769f,0.0f,0.5769f,0.017573f,0.5769f,0.0058578f,0.5769f,0.011716f,0.57132f,0.017573f,0.57071f,0.013108f,0.56987f,0.008684f,0.5688f,0.0043116f,0.57219f,0.0f,0.47486f,0.566f,0.47486f,0.57102f,0.73597f,0.566f,0.73597f,0.57102f,0.54014f,0.566f,0.60541f,0.566f,0.67069f,0.566f,0.67069f,0.57102f,0.60541f,0.57102f,0.54014f,0.57102f,0.73202f,0.079113f,0.73202f,0.080386f,0.99854f,0.079113f,0.99854f,0.080386f,0.93191f,0.080386f,0.86528f,0.080386f,0.79865f,0.080386f,0.79865f,0.079113f,0.86528f,0.079113f,0.93191f,0.079113f,0.62542f,0.0f,0.62317f,0.0f,0.62542f,0.26798f,0.62317f,0.26798f,0.62317f,0.20098f,0.62317f,0.13399f,0.62317f,0.066995f,0.62542f,0.066995f,0.62542f,0.13399f,0.62542f,0.20098f,0.73743f,0.7487f,0.73743f,0.75357f,0.99854f,0.7487f,0.99854f,0.75357f,0.93326f,0.75357f,0.86798f,0.75357f}; return value; } private float[] getTextureCoordinate_5_70_point_14() { float[] value = {0.80271f,0.75357f,0.80271f,0.7487f,0.86798f,0.7487f,0.93326f,0.7487f,0.34162f,0.0f,0.33541f,0.0f,0.32921f,0.0f,0.34162f,0.35975f,0.32921f,0.35975f,0.34162f,0.089937f,0.34162f,0.17987f,0.34162f,0.26981f,0.32921f,0.26981f,0.32921f,0.17987f,0.32921f,0.089937f,0.47486f,0.59556f,0.47486f,0.61238f,0.73597f,0.59556f,0.73597f,0.61238f,0.67069f,0.61238f,0.60541f,0.61238f,0.54014f,0.61238f,0.61314f,0.59556f,0.68572f,0.59556f,0.69828f,0.59556f,0.71084f,0.59556f,0.7234f,0.59556f,0.50943f,0.59556f,0.544f,0.59556f,0.57857f,0.59556f,0.73743f,0.73564f,0.81292f,0.71062f,0.81292f,0.73564f,0.79405f,0.73564f,0.77518f,0.73564f,0.7563f,0.73564f,0.75547f,0.7246f,0.77134f,0.71062f,0.78173f,0.71062f,0.79213f,0.71062f,0.80252f,0.71062f,0.016749f,0.5f,0.0f,0.5f,0.0f,0.63903f,0.0f,0.60427f,0.0f,0.56952f,0.0f,0.53476f,0.016749f,0.61633f,0.016749f,0.52908f,0.016749f,0.55817f,0.016749f,0.58725f,0.25843f,0.51814f,0.28876f,0.5f,0.28876f,0.51814f,0.28876f,0.50907f,0.28118f,0.51814f,0.27359f,0.51814f,0.26601f,0.51814f,0.26572f,0.5095f,0.27186f,0.5f,0.28031f,0.5f,0.73202f,0.011233f,0.73202f,0.036107f,0.90576f,0.036107f,0.86232f,0.036107f,0.81889f,0.036107f,0.77545f,0.036107f,0.88734f,0.011233f,0.77085f,0.011233f,0.80968f,0.011233f,0.84851f,0.011233f,0.73743f,0.52991f,0.73743f,0.5423f,0.73743f,0.55469f,0.89275f,0.55469f,0.85392f,0.55469f,0.81509f,0.55469f,0.77626f,0.55469f,0.88222f,0.52991f,0.77363f,0.52991f,0.80983f,0.52991f,0.84603f,0.52991f,0.86755f,0.42336f,0.89333f,0.42336f,0.89333f,0.44919f,0.89333f,0.43627f,0.88645f,0.44919f,0.87956f,0.44919f,0.8743f,0.43593f,0.88044f,0.42336f,0.73743f,0.60535f,0.73743f,0.61826f,0.73743f,0.63117f,0.89537f,0.60535f,0.88336f,0.63117f,0.84688f,0.63117f,0.8104f,0.63117f,0.77391f,0.63117f,0.77692f,0.60535f,0.8164f,0.60535f}; return value; } private float[] getTextureCoordinate_5_70_point_15() { float[] value = {0.85588f,0.60535f,0.62317f,0.0f,0.62317f,0.032027f,0.60542f,0.032027f,0.60542f,0.023218f,0.60542f,0.01441f,0.62317f,0.016013f,0.36696f,0.5f,0.35826f,0.5f,0.34957f,0.5f,0.36696f,0.61987f,0.34957f,0.60575f,0.34957f,0.57931f,0.34957f,0.55287f,0.34957f,0.52644f,0.36696f,0.52997f,0.36696f,0.55993f,0.36696f,0.5899f,0.73743f,0.80229f,0.82656f,0.80229f,0.82656f,0.82851f,0.80313f,0.82851f,0.7797f,0.82851f,0.75992f,0.81322f,0.75971f,0.80229f,0.782f,0.80229f,0.80428f,0.80229f,0.1211f,0.5f,0.11232f,0.5f,0.10354f,0.5f,0.1211f,0.64816f,0.10354f,0.61987f,0.10354f,0.5899f,0.10354f,0.55994f,0.10354f,0.52997f,0.1211f,0.53704f,0.1211f,0.57408f,0.1211f,0.61112f,0.73743f,0.39673f,0.73743f,0.4056f,0.73743f,0.41446f,0.99854f,0.39673f,0.99854f,0.41446f,0.9837f,0.41446f,0.96887f,0.41446f,0.95404f,0.41446f,0.93921f,0.41446f,0.88479f,0.41446f,0.84795f,0.41446f,0.81111f,0.41446f,0.77427f,0.41446f,0.80271f,0.39673f,0.86798f,0.39673f,0.93326f,0.39673f,0.42759f,0.0f,0.41512f,0.0f,0.42759f,0.35975f,0.41512f,0.35975f,0.41512f,0.26981f,0.41512f,0.17987f,0.41512f,0.089937f,0.42759f,0.089937f,0.42759f,0.17987f,0.42759f,0.26981f,0.37822f,0.0f,0.36545f,0.0f,0.37822f,0.35975f,0.36545f,0.35975f,0.36545f,0.26981f,0.36545f,0.17987f,0.36545f,0.089937f,0.37822f,0.089937f,0.37822f,0.17987f,0.37822f,0.26981f,0.73202f,0.22094f,0.73202f,0.22591f,0.73202f,0.23087f,0.99854f,0.22094f,0.99854f,0.23087f,0.93191f,0.23087f,0.86528f,0.23087f,0.79865f,0.23087f,0.79865f,0.22094f,0.86528f,0.22094f,0.93191f,0.22094f,0.73743f,0.66479f,0.73743f,0.66745f,0.73743f,0.67012f,0.99854f,0.66479f,0.99854f,0.67012f,0.93326f,0.67012f,0.86798f,0.67012f,0.80271f,0.67012f,0.80271f,0.66479f,0.86798f,0.66479f,0.93326f,0.66479f,0.73743f,0.75983f,0.73743f,0.76225f,0.99854f,0.75983f,0.99854f,0.76225f}; return value; } private float[] getTextureCoordinate_5_70_point_16() { float[] value = {0.93326f,0.76225f,0.86798f,0.76225f,0.80271f,0.76225f,0.80271f,0.75983f,0.86798f,0.75983f,0.93326f,0.75983f,0.30748f,0.5f,0.3061f,0.5f,0.30748f,0.76257f,0.3061f,0.76257f,0.3061f,0.69693f,0.3061f,0.63128f,0.3061f,0.56564f,0.30748f,0.56564f,0.30748f,0.63128f,0.30748f,0.69693f,0.73743f,0.65702f,0.73743f,0.6622f,0.99854f,0.65702f,0.99854f,0.6622f,0.80271f,0.65702f,0.86798f,0.65702f,0.93326f,0.65702f,0.93326f,0.6622f,0.86798f,0.6622f,0.80271f,0.6622f,0.73743f,0.84835f,0.73743f,0.86072f,0.73743f,0.87309f,0.88222f,0.87309f,0.84602f,0.87309f,0.80983f,0.87309f,0.77363f,0.87309f,0.87749f,0.84835f,0.77245f,0.84835f,0.80746f,0.84835f,0.84248f,0.84835f,0.73202f,0.17115f,0.73202f,0.18352f,0.73202f,0.19589f,0.87245f,0.17115f,0.87208f,0.19589f,0.83706f,0.19589f,0.80205f,0.19589f,0.76703f,0.19589f,0.76713f,0.17115f,0.80224f,0.17115f,0.83734f,0.17115f,0.73202f,0.080986f,0.73202f,0.10581f,0.87798f,0.080986f,0.805f,0.080986f,0.87245f,0.10581f,0.83734f,0.10581f,0.80224f,0.10581f,0.76713f,0.10581f,0.33406f,0.51659f,0.34957f,0.5f,0.34957f,0.51659f,0.34957f,0.5083f,0.34181f,0.51659f,0.33804f,0.50849f,0.34111f,0.5f,0.8388f,0.26104f,0.86355f,0.27368f,0.8388f,0.27368f,0.85117f,0.27368f,0.85105f,0.26405f,0.86355f,0.26577f,0.73202f,0.26104f,0.74087f,0.26104f,0.74087f,0.28749f,0.74087f,0.26986f,0.74087f,0.27867f,0.73242f,0.28749f,0.73278f,0.28187f,0.7329f,0.27623f,0.73268f,0.26863f,0.86362f,0.27368f,0.86362f,0.28749f,0.8388f,0.28749f,0.85121f,0.28749f,0.8388f,0.27921f,0.85136f,0.27708f,0.86362f,0.28058f,0.73743f,0.67279f,0.76276f,0.67279f,0.76276f,0.69772f,0.76276f,0.6811f,0.76276f,0.68941f,0.75585f,0.69772f,0.74895f,0.69772f,0.7466f,0.69125f,0.74389f,0.68494f,0.74083f,0.67878f,0.74376f,0.67279f,0.75009f,0.67279f,0.75643f,0.67279f,0.25843f,0.74912f,0.28876f,0.74912f}; return value; } private float[] getTextureCoordinate_5_70_point_17() { float[] value = {0.28876f,0.7659f,0.28876f,0.75751f,0.26601f,0.74912f,0.27359f,0.74912f,0.28118f,0.74912f,0.28452f,0.7659f,0.28028f,0.7659f,0.27604f,0.7659f,0.2718f,0.7659f,0.26566f,0.75707f,0.66842f,0.0f,0.66842f,0.008712f,0.66842f,0.017424f,0.68846f,0.017424f,0.68345f,0.017424f,0.67844f,0.017424f,0.67343f,0.017424f,0.68846f,0.0f,0.68846f,0.005808f,0.68846f,0.011616f,0.67343f,0.0f,0.67844f,0.0f,0.68345f,0.0f,0.66842f,0.19786f,0.66842f,0.20661f,0.66842f,0.21537f,0.68846f,0.21537f,0.67844f,0.19786f,0.68846f,0.19786f,0.68345f,0.21537f,0.67844f,0.21537f,0.67343f,0.21537f,0.68846f,0.20661f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_103_coordIndex_1() { int[] value = {7,1,6,-1,1,0,6,-1,8,2,7,-1,2,1,7,-1,9,3,2,-1,9,2,8,-1,10,4,3,-1,10,3,9,-1,13,6,12,-1,6,5,12,-1,14,7,13,-1,7,6,13,-1,15,8,14,-1,8,7,14,-1,16,9,8,-1,16,8,15,-1,17,10,9,-1,17,9,16,-1,18,11,10,-1,18,10,17,-1,20,13,19,-1,13,12,19,-1,21,14,20,-1,14,13,20,-1,22,15,21,-1,15,14,21,-1,23,16,15,-1,23,15,22,-1,24,17,16,-1,24,16,23,-1,25,18,17,-1,25,17,24,-1,27,20,19,-1,27,19,26,-1,28,21,20,-1,28,20,27,-1,29,22,21,-1,29,21,28,-1,30,23,29,-1,23,22,29,-1,31,24,30,-1,24,23,30,-1,32,25,31,-1,25,24,31,-1,34,27,26,-1,34,26,33,-1,35,28,27,-1,35,27,34,-1,36,29,28,-1,36,28,35,-1,37,30,36,-1,30,29,36,-1,38,31,37,-1,31,30,37,-1,39,32,38,-1,32,31,38,-1,41,35,34,-1,41,34,40,-1,42,36,35,-1,42,35,41,-1,43,37,42,-1,37,36,42,-1,44,38,43,-1,38,37,43,-1,45,46,39,-1,46,47,39,-1,47,48,39,-1,48,49,32,-1,49,50,32,-1,50,51,25,-1,51,52,25,-1,52,53,25,-1,53,54,18,-1,54,55,18,-1,55,56,11,-1,56,57,11,-1,57,58,11,-1,58,59,4,-1,59,60,4,-1,60,61,4,-1,61,62,3,-1,62,63,3,-1,63,64,3,-1,64,65,2,-1,65,66,2,-1,66,67,1,-1,67,68,1,-1,68,69,1,-1,69,70,0,-1,70,71,0,-1,71,72,6,-1,72,73,5,-1,73,74,5,-1,74,75,5,-1,75,76,12,-1,76,77,12,-1,77,78,19,-1,78,79,19,-1,79,80,26,-1,80,81,26,-1,81,82,33,-1,82,83,33,-1,83,84,33,-1,84,85,40,-1,85,86,40,-1,86,87,40,-1,87,88,41,-1,88,89,41,-1,89,90,41,-1,90,91,42,-1,91,92,42,-1,92,93,43,-1,93,94,43,-1,94,95,43,-1,95,96,44,-1,96,97,44,-1,97,45,38,-1,0,1,69,-1,6,0,71,-1,1,2,66,-1,2,3,64,-1,4,10,58,-1,3,4,61,-1,5,6,72,-1,12,5,75,-1,11,18,55,-1,10,11,58,-1,19,12,77,-1,18,25,53,-1,26,19,79,-1,25,32,50,-1,33,26,81,-1,34,33,84,-1,32,39,48,-1,39,38,45,-1,40,34,84,-1,41,40,87,-1,42,41,90,-1,43,42,92,-1,38,44,97,-1,44,43,95,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_110_coordIndex_1() { int[] value = {7,6,1,-1,6,0,1,-1,8,7,2,-1,7,1,2,-1,9,8,2,-1,9,2,3,-1,10,9,3,-1,10,3,4,-1,13,12,6,-1,12,5,6,-1,14,13,7,-1,13,6,7,-1,15,14,8,-1,14,7,8,-1,16,15,8,-1,16,8,9,-1,17,16,9,-1,17,9,10,-1,18,17,10,-1,18,10,11,-1,20,19,13,-1,19,12,13,-1,21,20,14,-1,20,13,14,-1,22,21,15,-1,21,14,15,-1,23,22,15,-1,23,15,16,-1,24,23,16,-1,24,16,17,-1,25,24,17,-1,25,17,18,-1,27,26,19,-1,27,19,20,-1,28,27,20,-1,28,20,21,-1,29,28,21,-1,29,21,22,-1,30,29,23,-1,29,22,23,-1,31,30,24,-1,30,23,24,-1,32,31,25,-1,31,24,25,-1,34,33,26,-1,34,26,27,-1,35,34,27,-1,35,27,28,-1,36,35,28,-1,36,28,29,-1,37,36,30,-1,36,29,30,-1,38,37,31,-1,37,30,31,-1,39,38,32,-1,38,31,32,-1,41,40,34,-1,41,34,35,-1,42,41,35,-1,42,35,36,-1,43,42,37,-1,42,36,37,-1,44,43,38,-1,43,37,38,-1,45,39,46,-1,46,39,47,-1,47,39,48,-1,48,32,49,-1,49,32,50,-1,50,25,51,-1,51,25,52,-1,52,25,53,-1,53,18,54,-1,54,18,55,-1,55,11,56,-1,56,11,57,-1,57,11,58,-1,58,4,59,-1,59,4,60,-1,60,4,61,-1,61,3,62,-1,62,3,63,-1,63,3,64,-1,64,2,65,-1,65,2,66,-1,66,1,67,-1,67,1,68,-1,68,1,69,-1,69,0,70,-1,70,0,71,-1,71,6,72,-1,72,5,73,-1,73,5,74,-1,74,5,75,-1,75,12,76,-1,76,12,77,-1,77,19,78,-1,78,19,79,-1,79,26,80,-1,80,26,81,-1,81,33,82,-1,82,33,83,-1,83,33,84,-1,84,40,85,-1,85,40,86,-1,86,40,87,-1,87,41,88,-1,88,41,89,-1,89,41,90,-1,90,42,91,-1,91,42,92,-1,92,43,93,-1,93,43,94,-1,94,43,95,-1,95,44,96,-1,96,44,97,-1,97,38,45,-1,0,69,1,-1,6,71,0,-1,1,66,2,-1,2,64,3,-1,4,58,10,-1,3,61,4,-1,5,72,6,-1,12,75,5,-1,11,55,18,-1,10,58,11,-1,19,77,12,-1,18,53,25,-1,26,79,19,-1,25,50,32,-1,33,81,26,-1,34,84,33,-1,32,48,39,-1,39,45,38,-1,40,84,34,-1,41,87,40,-1,42,90,41,-1,43,92,42,-1,38,97,44,-1,44,95,43,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_201_coordIndex_1() { int[] value = {3,1,0,-1,3,0,2,-1,6,3,2,-1,6,2,5,-1,9,6,8,-1,6,5,8,-1,12,9,8,-1,12,8,11,-1,15,12,14,-1,12,11,14,-1,18,15,17,-1,15,14,17,-1,19,20,0,-1,20,21,2,-1,21,22,2,-1,22,23,5,-1,23,24,5,-1,24,25,8,-1,25,26,11,-1,26,27,11,-1,27,28,14,-1,28,29,14,-1,29,30,17,-1,31,16,15,-1,16,13,12,-1,13,10,9,-1,10,7,6,-1,7,4,3,-1,4,32,1,-1,18,31,15,-1,1,3,4,-1,2,0,20,-1,3,6,7,-1,5,2,22,-1,6,9,10,-1,8,5,24,-1,9,12,13,-1,11,8,25,-1,12,15,16,-1,14,11,27,-1,17,14,29,-1,33,39,34,-1,34,43,35,-1,35,42,36,-1,36,41,37,-1,37,40,38,-1,38,39,33,-1,39,38,40,-1,40,37,41,-1,41,36,42,-1,42,35,43,-1,43,34,39,-1,44,46,47,-1,46,48,49,-1,48,50,51,-1,50,52,53,-1,53,51,50,-1,51,49,48,-1,49,47,46,-1,47,45,44,-1,54,55,58,-1,55,56,60,-1,56,57,59,-1,57,54,58,-1,58,59,57,-1,59,60,56,-1,60,61,55,-1,61,58,55,-1,62,66,63,-1,63,69,64,-1,64,67,65,-1,65,66,62,-1,66,65,67,-1,67,64,68,-1,68,64,69,-1,69,63,66,-1,74,75,73,-1,75,76,80,-1,76,77,72,-1,77,78,79,-1,78,71,79,-1,70,79,71,-1,79,72,77,-1,72,80,76,-1,80,73,75,-1,81,83,84,-1,83,85,86,-1,85,87,88,-1,87,89,90,-1,90,88,87,-1,88,86,85,-1,86,84,83,-1,84,82,81,-1,91,92,98,-1,92,93,98,-1,93,94,96,-1,94,91,95,-1,95,96,94,-1,96,97,93,-1,97,98,93,-1,98,95,91,-1,99,102,100,-1,100,102,101,-1,103,106,104,-1,106,108,109,-1,108,110,111,-1,110,112,113,-1,112,114,115,-1,116,113,115,-1,113,111,110,-1,111,109,108,-1,109,107,106,-1,107,105,104,-1,104,106,107,-1,113,112,115,-1,117,118,122,-1,118,119,125,-1,120,121,123,-1,121,117,122,-1,122,123,121,-1,123,124,120,-1,124,125,119,-1,125,122,118,-1,126,131,127,-1,127,134,128,-1,129,132,130,-1,130,131,126,-1,131,130,132,-1,132,129,133,-1,133,128,134,-1,134,127,131,-1,135,141,144,-1,141,137,138,-1,137,142,143,-1,142,139,140,-1,140,143,142,-1,143,138,137,-1,138,144,141,-1,144,136,135,-1,150,151,154,-1,151,148,147,-1,148,152,153,-1,152,146,145,-1,145,153,152,-1,153,147,148,-1,147,154,151,-1,154,149,150,-1,155,166,156,-1,156,184,157,-1,157,183,158,-1,158,182,159,-1,159,181,160,-1,160,169,161,-1,161,169,162,-1,162,168,163,-1,163,167,164,-1,164,166,165,-1,165,166,155,-1,166,164,167,-1,168,162,169,-1,170,178,171,-1,172,176,173,-1,169,160,170,-1,171,177,172,-1,173,156,166,-1,167,163,168,-1,174,173,175,-1,175,173,176,-1,176,172,177,-1,177,171,178,-1,178,170,179,-1,179,170,180,-1,180,160,181,-1,181,159,182,-1,182,158,183,-1,183,157,184,-1,184,173,174,-1,156,173,184,-1,160,180,170,-1,185,186,187,-1,187,188,185,-1,189,190,191,-1,191,192,189,-1,188,189,192,-1,192,185,188,-1,193,195,202,-1,195,197,202,-1,197,198,201,-1,198,199,201,-1,199,196,194,-1,194,200,199,-1,200,201,199,-1,201,202,197,-1,205,206,219,-1,206,207,219,-1,207,208,217,-1,208,209,216,-1,209,203,215,-1,203,204,215,-1,204,210,215,-1,210,211,214,-1,211,212,220,-1,212,205,219,-1,213,214,211,-1,214,215,210,-1,215,216,209,-1,216,217,208,-1,217,218,207,-1,218,219,207,-1,219,220,212,-1,220,213,211,-1,224,222,225,-1,225,226,230,-1,226,227,228,-1,227,221,223,-1,223,228,227,-1,228,229,226,-1,229,230,226,-1,230,224,225,-1,231,232,249,-1,232,233,249,-1,233,234,247,-1,234,235,246,-1,235,236,244,-1,236,237,244,-1,237,238,244,-1,238,239,242,-1,239,240,251,-1,240,231,249,-1,241,242,239,-1,242,243,238,-1,243,244,238,-1,244,245,235,-1,245,246,235,-1,246,247,234,-1,247,248,233,-1,248,249,233,-1,249,250,240,-1,250,251,240,-1,251,241,239,-1,252,256,261,-1,256,257,260,-1,257,258,259,-1,258,254,255,-1,255,259,258,-1,259,260,257,-1,260,261,256,-1,261,253,252,-1,267,264,263,-1,267,263,266,-1}; return value; } private int[] getIndexedFaceSet_4_201_coordIndex_2() { int[] value = {270,267,266,-1,270,266,269,-1,273,270,272,-1,270,269,272,-1,276,273,275,-1,273,272,275,-1,279,276,278,-1,276,275,278,-1,282,279,278,-1,282,278,281,-1,283,284,282,-1,284,285,279,-1,285,286,279,-1,286,287,276,-1,287,288,276,-1,288,289,273,-1,289,290,270,-1,290,291,270,-1,291,292,267,-1,292,293,267,-1,293,294,264,-1,262,265,266,-1,265,268,269,-1,268,271,272,-1,271,274,275,-1,274,277,278,-1,277,280,281,-1,263,262,266,-1,264,267,293,-1,267,270,291,-1,269,266,265,-1,270,273,289,-1,272,269,268,-1,273,276,288,-1,275,272,271,-1,276,279,286,-1,278,275,274,-1,279,282,284,-1,281,278,277,-1,295,296,301,-1,296,297,304,-1,297,298,303,-1,298,299,303,-1,299,300,302,-1,300,295,301,-1,301,302,300,-1,302,303,299,-1,303,304,297,-1,304,301,296,-1,309,306,305,-1,309,305,308,-1,310,307,309,-1,307,306,309,-1,312,309,311,-1,309,308,311,-1,313,310,309,-1,313,309,312,-1,315,312,314,-1,312,311,314,-1,316,313,315,-1,313,312,315,-1,318,315,317,-1,315,314,317,-1,319,316,318,-1,316,315,318,-1,321,318,317,-1,321,317,320,-1,322,319,321,-1,319,318,321,-1,323,324,322,-1,324,325,319,-1,325,326,316,-1,326,327,316,-1,327,328,313,-1,328,329,313,-1,329,330,310,-1,330,331,307,-1,332,333,305,-1,333,334,308,-1,334,335,311,-1,335,336,311,-1,336,337,314,-1,337,338,314,-1,338,339,317,-1,339,340,320,-1,308,305,333,-1,307,310,330,-1,311,308,334,-1,310,313,329,-1,314,311,336,-1,313,316,327,-1,317,314,338,-1,316,319,325,-1,320,317,339,-1,319,322,324,-1,341,349,342,-1,342,352,343,-1,343,352,344,-1,344,351,345,-1,345,351,346,-1,346,350,347,-1,347,350,348,-1,348,349,341,-1,349,348,350,-1,350,346,351,-1,351,344,352,-1,352,342,349,-1,353,357,362,-1,357,358,361,-1,358,359,360,-1,359,355,356,-1,356,360,359,-1,360,361,358,-1,361,362,357,-1,362,354,353,-1,369,365,368,-1,365,364,368,-1,370,366,365,-1,370,365,369,-1,373,369,368,-1,373,368,372,-1,374,370,369,-1,374,369,373,-1,377,373,376,-1,373,372,376,-1,378,374,373,-1,378,373,377,-1,381,377,380,-1,377,376,380,-1,382,378,377,-1,382,377,381,-1,385,381,384,-1,381,380,384,-1,386,382,385,-1,382,381,385,-1,363,367,368,-1,367,371,372,-1,371,375,376,-1,375,379,380,-1,379,383,380,-1,387,388,386,-1,388,389,382,-1,389,390,378,-1,390,391,378,-1,391,392,374,-1,392,393,374,-1,393,394,370,-1,394,395,366,-1,364,363,368,-1,383,384,380,-1,366,370,394,-1,372,368,367,-1,370,374,393,-1,376,372,371,-1,374,378,391,-1,380,376,375,-1,378,382,389,-1,382,386,388,-1,396,397,401,-1,397,398,404,-1,398,399,403,-1,399,400,402,-1,400,396,401,-1,401,402,400,-1,402,403,399,-1,403,404,398,-1,404,401,397,-1,409,406,408,-1,406,405,408,-1,410,407,409,-1,407,406,409,-1,413,409,408,-1,413,408,412,-1,414,410,409,-1,414,409,413,-1,417,413,416,-1,413,412,416,-1,418,414,413,-1,418,413,417,-1,421,417,416,-1,421,416,420,-1,422,418,421,-1,418,417,421,-1,423,424,405,-1,424,425,408,-1,425,426,408,-1,426,427,412,-1,427,428,412,-1,428,429,416,-1,429,430,416,-1,430,431,420,-1,432,419,418,-1,419,415,414,-1,415,411,410,-1,411,433,407,-1,422,432,418,-1,408,405,424,-1,407,410,411,-1,412,408,426,-1,410,414,415,-1,416,412,428,-1,414,418,419,-1,420,416,430,-1,434,438,435,-1,435,441,436,-1,436,439,437,-1,437,438,434,-1,438,437,439,-1,439,436,440,-1,440,436,441,-1,441,435,438,-1,446,443,442,-1,446,442,445,-1,449,446,448,-1,446,445,448,-1,452,449,448,-1,452,448,451,-1,455,452,454,-1,452,451,454,-1,458,455,454,-1,458,454,457,-1,461,458,460,-1,458,457,460,-1,463,464,442,-1,464,465,445,-1,465,466,445,-1,466,467,448,-1,467,468,448,-1,468,469,451,-1,469,470,454,-1,470,471,454,-1,471,472,457,-1,472,473,457,-1,473,474,460,-1,462,459,458,-1,459,456,455,-1,456,453,452,-1,453,450,449,-1,450,447,446,-1,447,444,446,-1,444,443,446,-1,461,462,458,-1,445,442,464,-1,446,449,450,-1,448,445,466,-1,449,452,453,-1,451,448,468,-1,452,455,456,-1,454,451,469,-1,455,458,459,-1}; return value; } private int[] getIndexedFaceSet_4_201_coordIndex_3() { int[] value = {457,454,471,-1,460,457,473,-1,475,481,476,-1,476,484,477,-1,477,483,478,-1,478,483,479,-1,479,482,480,-1,480,481,475,-1,481,480,482,-1,482,479,483,-1,483,477,484,-1,484,476,481,-1,485,487,488,-1,487,489,490,-1,489,491,492,-1,491,493,494,-1,493,495,496,-1,496,494,493,-1,494,492,491,-1,492,490,489,-1,490,488,487,-1,488,486,485,-1,497,498,505,-1,498,499,505,-1,500,501,503,-1,501,497,502,-1,502,503,501,-1,503,504,500,-1,504,505,499,-1,505,502,497,-1,506,511,507,-1,507,514,508,-1,509,512,510,-1,510,511,506,-1,511,510,512,-1,512,509,513,-1,513,508,514,-1,514,507,511,-1,518,519,524,-1,519,520,523,-1,520,521,522,-1,521,516,515,-1,515,522,521,-1,522,523,520,-1,523,524,519,-1,524,517,518,-1,525,527,526,-1,527,529,528,-1,529,531,530,-1,531,533,532,-1,533,535,534,-1,536,534,535,-1,534,532,533,-1,532,530,531,-1,530,528,529,-1,528,526,527,-1,537,538,542,-1,538,539,545,-1,540,541,543,-1,541,537,542,-1,542,543,541,-1,543,544,540,-1,544,545,539,-1,545,542,538,-1,546,550,547,-1,547,549,548,-1,549,547,550,-1,551,553,552,-1,553,555,554,-1,555,557,556,-1,557,559,558,-1,559,561,560,-1,562,560,561,-1,560,558,559,-1,558,556,557,-1,556,554,555,-1,554,552,553,-1,563,564,568,-1,564,565,571,-1,566,567,569,-1,567,563,568,-1,568,569,567,-1,569,570,566,-1,570,571,565,-1,571,568,564,-1,572,577,573,-1,573,581,574,-1,575,579,576,-1,576,578,572,-1,577,572,578,-1,578,576,579,-1,579,575,580,-1,580,574,581,-1,581,573,577,-1,582,586,592,-1,586,587,591,-1,587,588,590,-1,588,584,589,-1,585,589,584,-1,589,590,588,-1,590,591,587,-1,591,592,586,-1,592,583,582,-1,596,597,602,-1,597,598,601,-1,598,599,600,-1,599,594,593,-1,593,600,599,-1,600,601,598,-1,601,602,597,-1,602,595,596,-1,603,606,604,-1,604,606,605,-1,607,608,610,-1,608,609,610,-1,611,613,614,-1,614,612,611,-1,615,626,618,-1,617,616,622,-1,616,615,620,-1,618,619,615,-1,619,620,615,-1,620,621,616,-1,621,622,616,-1,622,623,617,-1,623,624,617,-1,624,625,626,-1,625,618,626,-1,626,617,624,-1,627,629,630,-1,630,628,627,-1,631,634,641,-1,633,632,637,-1,634,633,639,-1,632,631,635,-1,635,636,632,-1,636,637,632,-1,637,638,633,-1,638,639,633,-1,639,640,634,-1,640,641,634,-1,641,642,631,-1,642,635,631,-1,644,646,645,-1,646,644,643,-1,647,648,650,-1,648,649,650,-1,654,652,651,-1,651,653,654,-1,655,666,660,-1,657,656,664,-1,656,655,662,-1,658,659,666,-1,659,660,666,-1,660,661,655,-1,661,662,655,-1,662,663,656,-1,663,664,656,-1,664,665,657,-1,665,658,657,-1,666,657,658,-1,667,669,670,-1,670,668,667,-1,671,674,675,-1,673,672,679,-1,674,673,681,-1,672,671,677,-1,675,676,671,-1,676,677,671,-1,677,678,672,-1,678,679,672,-1,679,680,673,-1,680,681,673,-1,681,682,674,-1,682,675,674,-1,687,688,686,-1,688,689,693,-1,689,685,692,-1,685,690,692,-1,690,684,691,-1,683,691,684,-1,691,692,690,-1,692,693,689,-1,693,686,688,-1,698,695,694,-1,698,694,697,-1,699,696,695,-1,699,695,698,-1,701,698,697,-1,701,697,700,-1,702,699,698,-1,702,698,701,-1,704,701,703,-1,701,700,703,-1,705,702,704,-1,702,701,704,-1,707,704,706,-1,704,703,706,-1,708,705,707,-1,705,704,707,-1,709,710,694,-1,710,711,697,-1,711,712,697,-1,712,713,700,-1,713,714,700,-1,714,715,703,-1,715,716,703,-1,716,717,706,-1,718,719,708,-1,719,720,705,-1,720,721,705,-1,721,722,702,-1,722,723,702,-1,723,724,699,-1,724,725,699,-1,725,726,696,-1,697,694,710,-1,696,699,725,-1,700,697,712,-1,699,702,723,-1,703,700,714,-1,702,705,721,-1,706,703,716,-1,705,708,719,-1,727,735,728,-1,728,739,729,-1,729,739,730,-1,730,738,731,-1,731,738,732,-1,732,737,733,-1,733,736,734,-1,734,735,727,-1,735,734,736,-1,736,733,737,-1,737,732,738,-1,738,730,739,-1,739,728,735,-1,740,743,742,-1,743,740,741,-1,744,746,747,-1,747,745,744,-1,748,750,751,-1,751,749,748,-1,752,754,755,-1,755,753,752,-1,756,758,762,-1,759,757,766,-1,757,756,764,-1,758,759,760,-1,760,761,758,-1}; return value; } private int[] getIndexedFaceSet_4_201_coordIndex_4() { int[] value = {761,762,758,-1,762,763,756,-1,763,764,756,-1,764,765,757,-1,765,766,757,-1,766,767,759,-1,767,760,759,-1,768,770,772,-1,771,769,774,-1,770,771,775,-1,769,768,773,-1,772,773,768,-1,773,774,769,-1,774,775,771,-1,775,772,770,-1,780,781,779,-1,781,778,779,-1,778,782,776,-1,782,777,776,-1,783,784,776,-1,784,785,776,-1,785,786,779,-1,786,787,779,-1,794,789,793,-1,789,788,793,-1,795,790,794,-1,790,789,794,-1,798,794,793,-1,798,793,797,-1,799,795,794,-1,799,794,798,-1,802,798,797,-1,802,797,801,-1,803,799,802,-1,799,798,802,-1,806,802,805,-1,802,801,805,-1,807,803,802,-1,807,802,806,-1,809,810,788,-1,810,792,793,-1,792,811,793,-1,811,812,797,-1,812,813,797,-1,813,814,801,-1,814,815,801,-1,815,816,805,-1,808,804,807,-1,804,800,803,-1,800,796,799,-1,796,791,795,-1,791,790,795,-1,793,788,810,-1,797,793,811,-1,795,799,796,-1,801,797,813,-1,799,803,800,-1,805,801,815,-1,803,807,804,-1,817,824,818,-1,818,824,819,-1,819,823,820,-1,820,821,817,-1,821,820,822,-1,822,820,823,-1,823,819,824,-1,824,817,821,-1,825,828,827,-1,828,825,826,-1,829,831,832,-1,832,830,829,-1,833,835,836,-1,836,834,833,-1,837,839,841,-1,840,838,843,-1,838,837,842,-1,839,840,844,-1,841,842,837,-1,842,843,838,-1,843,844,840,-1,844,841,839,-1,845,847,851,-1,848,846,855,-1,846,845,853,-1,847,848,849,-1,849,850,847,-1,850,851,847,-1,851,852,845,-1,852,853,845,-1,853,854,846,-1,854,855,846,-1,855,856,848,-1,856,849,848,-1,857,859,860,-1,860,858,857,-1,866,862,865,-1,862,861,865,-1,867,863,866,-1,863,862,866,-1,869,866,868,-1,866,865,868,-1,870,867,866,-1,870,866,869,-1,872,869,868,-1,872,868,871,-1,873,870,872,-1,870,869,872,-1,875,872,874,-1,872,871,874,-1,876,873,872,-1,876,872,875,-1,878,875,874,-1,878,874,877,-1,879,876,878,-1,876,875,878,-1,881,882,861,-1,882,883,865,-1,883,884,868,-1,884,885,868,-1,885,886,871,-1,886,887,871,-1,887,888,874,-1,888,889,877,-1,880,890,879,-1,890,891,876,-1,891,892,873,-1,892,893,873,-1,893,894,870,-1,894,895,870,-1,895,896,867,-1,896,864,863,-1,865,861,882,-1,863,867,896,-1,868,865,883,-1,867,870,895,-1,871,868,885,-1,870,873,893,-1,874,871,887,-1,873,876,891,-1,877,874,888,-1,876,879,890,-1,897,900,913,-1,900,901,912,-1,901,902,911,-1,902,898,910,-1,898,903,909,-1,903,904,908,-1,904,905,907,-1,905,899,906,-1,906,907,905,-1,907,908,904,-1,908,909,903,-1,909,910,898,-1,910,911,902,-1,911,912,901,-1,912,913,900,-1,913,914,897,-1,915,916,923,-1,916,917,930,-1,917,918,929,-1,918,919,928,-1,919,920,926,-1,920,921,925,-1,921,922,924,-1,922,915,923,-1,923,924,922,-1,924,925,921,-1,925,926,920,-1,926,927,919,-1,927,928,919,-1,928,929,918,-1,929,930,917,-1,930,923,916,-1,936,932,935,-1,932,931,935,-1,937,933,936,-1,933,932,936,-1,939,936,935,-1,939,935,938,-1,940,937,939,-1,937,936,939,-1,942,939,941,-1,939,938,941,-1,943,940,939,-1,943,939,942,-1,945,942,941,-1,945,941,944,-1,946,943,945,-1,943,942,945,-1,948,945,947,-1,945,944,947,-1,949,946,945,-1,949,945,948,-1,951,952,931,-1,952,953,935,-1,953,954,938,-1,954,955,938,-1,955,956,941,-1,956,957,941,-1,957,958,944,-1,958,959,947,-1,950,960,949,-1,960,961,946,-1,961,962,943,-1,962,963,943,-1,963,964,940,-1,964,965,940,-1,965,966,937,-1,966,934,933,-1,935,931,952,-1,933,937,966,-1,938,935,953,-1,937,940,965,-1,941,938,955,-1,940,943,963,-1,944,941,957,-1,943,946,961,-1,947,944,958,-1,946,949,960,-1,967,975,968,-1,975,976,969,-1,976,977,970,-1,977,978,970,-1,978,979,971,-1,979,980,971,-1,980,981,972,-1,981,973,974,-1,974,972,981,-1,972,971,980,-1,971,970,978,-1,970,969,976,-1,969,968,975,-1,982,983,994,-1,983,984,993,-1,984,985,991,-1,985,986,989,-1,986,982,988,-1,987,988,982,-1,988,989,986,-1,989,990,985,-1,990,991,985,-1,991,992,984,-1,992,993,984,-1,993,994,983,-1,994,987,982,-1,1004,1003,999,-1,1003,998,999,-1,1005,1004,1000,-1,1004,999,1000,-1,1009,1008,1004,-1}; return value; } private int[] getIndexedFaceSet_4_201_coordIndex_5() { int[] value = {1008,1003,1004,-1,1010,1009,1005,-1,1009,1004,1005,-1,996,999,995,-1,1012,1009,1013,-1,995,998,997,-1,997,998,1002,-1,1002,1003,1007,-1,1007,1008,1012,-1,1013,1010,1011,-1,1011,1005,1006,-1,1006,1000,1001,-1,1001,1000,996,-1,998,995,999,-1,1003,1002,998,-1,1000,1006,1005,-1,999,996,1000,-1,1008,1007,1003,-1,1009,1012,1008,-1,1005,1011,1010,-1,1010,1013,1009,-1,1023,1022,1018,-1,1022,1017,1018,-1,1024,1023,1019,-1,1023,1018,1019,-1,1028,1027,1023,-1,1027,1022,1023,-1,1029,1028,1024,-1,1028,1023,1024,-1,1015,1018,1014,-1,1031,1028,1032,-1,1014,1017,1016,-1,1016,1022,1021,-1,1021,1022,1026,-1,1026,1027,1031,-1,1032,1029,1030,-1,1030,1024,1025,-1,1025,1019,1020,-1,1020,1019,1015,-1,1017,1014,1018,-1,1022,1016,1017,-1,1019,1025,1024,-1,1018,1015,1019,-1,1027,1026,1022,-1,1028,1031,1027,-1,1024,1030,1029,-1,1029,1032,1028,-1,1042,1041,1037,-1,1041,1036,1037,-1,1043,1042,1038,-1,1042,1037,1038,-1,1047,1046,1042,-1,1046,1041,1042,-1,1048,1047,1043,-1,1047,1042,1043,-1,1034,1037,1033,-1,1050,1047,1051,-1,1051,1048,1049,-1,1049,1043,1044,-1,1044,1038,1039,-1,1039,1038,1034,-1,1033,1036,1035,-1,1035,1041,1040,-1,1040,1041,1045,-1,1045,1046,1050,-1,1036,1033,1037,-1,1041,1035,1036,-1,1038,1044,1043,-1,1037,1034,1038,-1,1046,1045,1041,-1,1047,1050,1046,-1,1043,1049,1048,-1,1048,1051,1047,-1,1061,1060,1056,-1,1060,1055,1056,-1,1062,1061,1057,-1,1061,1056,1057,-1,1066,1065,1061,-1,1065,1060,1061,-1,1067,1066,1062,-1,1066,1061,1062,-1,1053,1056,1052,-1,1069,1066,1070,-1,1052,1055,1054,-1,1054,1055,1059,-1,1059,1060,1064,-1,1064,1065,1069,-1,1070,1067,1068,-1,1068,1062,1063,-1,1063,1057,1058,-1,1058,1057,1053,-1,1055,1052,1056,-1,1060,1059,1055,-1,1057,1063,1062,-1,1056,1053,1057,-1,1065,1064,1060,-1,1066,1069,1065,-1,1062,1068,1067,-1,1067,1070,1066,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_201_point_1() { float[] value = {-0.46593f,45.096f,9.7713f,-0.47194f,45.248f,9.7713f,-0.064713f,45.112f,9.5339f,-0.07073f,45.264f,9.5339f,-0.076746f,45.415f,9.5339f,-0.07322f,45.112f,9.0771f,-0.079237f,45.263f,9.0771f,-0.085254f,45.415f,9.0771f,-0.46593f,45.096f,8.8546f,-0.47194f,45.248f,8.8546f,-0.47796f,45.399f,8.8546f,-0.86714f,45.08f,9.0919f,-0.87316f,45.232f,9.0919f,-0.87918f,45.383f,9.0919f,-0.85864f,45.081f,9.5487f,-0.86465f,45.232f,9.5487f,-0.87067f,45.384f,9.5487f,-0.46593f,45.096f,9.7713f,-0.47194f,45.248f,9.7713f,-0.46063f,44.963f,9.7713f,-0.34191f,44.963f,9.7556f,-0.09255f,44.963f,9.5864f,-0.0019382f,44.963f,9.3129f,-0.09255f,44.963f,9.0394f,-0.34191f,44.963f,8.8702f,-0.57935f,44.963f,8.8702f,-0.82871f,44.963f,9.0394f,-0.91933f,44.963f,9.3129f,-0.82871f,44.963f,9.5864f,-0.57935f,44.963f,9.7556f,-0.46063f,44.963f,9.7713f,-0.47796f,45.399f,9.7713f,-0.47796f,45.399f,9.7713f,-0.47796f,45.399f,9.7713f,-0.87067f,45.384f,9.5487f,-0.87918f,45.383f,9.0919f,-0.47796f,45.399f,8.8546f,-0.085254f,45.415f,9.0771f,-0.076746f,45.415f,9.5339f,-0.478f,45.399f,9.6879f,-0.10329f,45.414f,9.3129f,-0.21304f,45.41f,9.0478f,-0.74295f,45.389f,9.0478f,-0.8527f,45.385f,9.3129f,-0.95872f,57.515f,9.7713f,-0.99341f,58.389f,9.7713f,-0.50075f,57.533f,9.3129f,-0.53544f,58.407f,9.3129f,-0.95872f,57.515f,8.8546f,-0.99341f,58.389f,8.8546f,-1.4167f,57.497f,9.3129f,-1.4514f,58.371f,9.3129f,-0.95872f,57.515f,9.7713f,-0.99341f,58.389f,9.7713f,-0.95872f,57.515f,9.7713f,-1.4167f,57.497f,9.3129f,-0.95872f,57.515f,8.8546f,-0.50075f,57.533f,9.3129f,-0.95872f,57.515f,9.6879f,-0.58401f,57.53f,9.3129f,-0.95872f,57.515f,8.9379f,-1.3334f,57.5f,9.3129f,-0.99341f,58.389f,9.7713f,-1.4514f,58.371f,9.3129f,-0.99341f,58.389f,8.8546f,-0.53544f,58.407f,9.3129f,-0.99341f,58.389f,9.6879f,-0.6187f,58.404f,9.3129f,-0.99341f,58.389f,8.9379f,-1.3681f,58.374f,9.3129f,-0.95872f,57.515f,9.6879f,-0.478f,45.399f,9.6879f,-0.95872f,57.515f,8.9379f,-0.95872f,57.515f,9.6879f,-0.478f,45.399f,9.6879f,-0.10329f,45.414f,9.3129f,-0.21304f,45.41f,9.0478f,-0.74295f,45.389f,9.0478f,-0.8527f,45.385f,9.3129f,-1.3334f,57.5f,9.3129f,-0.58401f,57.53f,9.3129f,-1.9896f,83.494f,9.7713f,-2.0243f,84.369f,9.7713f,-1.5316f,83.513f,9.3129f,-1.5663f,84.387f,9.3129f,-1.9896f,83.494f,8.8546f,-2.0243f,84.369f,8.8546f,-2.4476f,83.476f,9.3129f,-2.4823f,84.351f,9.3129f,-1.9896f,83.494f,9.7713f,-2.0243f,84.369f,9.7713f,-1.9896f,83.494f,9.7713f,-2.4476f,83.476f,9.3129f,-1.9896f,83.494f,8.8546f,-1.5316f,83.513f,9.3129f,-1.9896f,83.494f,9.6879f,-1.6149f,83.509f,9.3129f,-1.9896f,83.494f,8.9379f,-2.3643f,83.48f,9.3129f,-2.0243f,84.369f,9.7713f}; return value; } private float[] getCoordinate_5_201_point_2() { float[] value = {-2.4823f,84.351f,9.3129f,-2.0243f,84.369f,8.8546f,-1.5663f,84.387f,9.3129f,-1.4742f,70.505f,9.7713f,-1.4915f,70.942f,9.7713f,-1.5089f,71.379f,9.7713f,-1.0424f,70.522f,9.4658f,-1.0771f,71.396f,9.4658f,-1.2015f,70.516f,8.9446f,-1.2362f,71.39f,8.9446f,-1.7433f,70.494f,8.9421f,-1.778f,71.368f,8.9421f,-1.9138f,70.487f,9.4414f,-1.9485f,71.362f,9.4414f,-1.4742f,70.505f,9.7713f,-1.4915f,70.942f,9.7713f,-1.5089f,71.379f,9.7713f,-1.4742f,70.505f,9.7713f,-1.9138f,70.487f,9.4414f,-1.7433f,70.494f,8.9421f,-1.2015f,70.516f,8.9446f,-1.0424f,70.522f,9.4658f,-1.4741f,70.505f,9.6879f,-1.0994f,70.52f,9.3129f,-1.4741f,70.505f,8.9379f,-1.8488f,70.49f,9.3129f,-1.5089f,71.379f,9.7713f,-1.9485f,71.362f,9.4414f,-1.778f,71.368f,8.9421f,-1.2362f,71.39f,8.9446f,-1.0771f,71.396f,9.4658f,-1.5089f,71.379f,9.6879f,-1.1342f,71.394f,9.3129f,-1.5089f,71.379f,8.9379f,-1.8836f,71.364f,9.3129f,-1.9896f,83.494f,9.6879f,-1.5089f,71.379f,9.6879f,-1.9896f,83.494f,8.9379f,-1.5089f,71.379f,8.9379f,-1.9896f,83.494f,9.6879f,-1.5089f,71.379f,9.6879f,-2.3643f,83.48f,9.3129f,-1.6149f,83.509f,9.3129f,-1.1342f,71.394f,9.3129f,-1.8836f,71.364f,9.3129f,-1.4741f,70.505f,9.6879f,-0.99341f,58.389f,9.6879f,-1.4741f,70.505f,8.9379f,-0.99341f,58.389f,8.9379f,-1.4741f,70.505f,9.6879f,-0.99341f,58.389f,9.6879f,-0.6187f,58.404f,9.3129f,-1.3681f,58.374f,9.3129f,-1.8488f,70.49f,9.3129f,-1.0994f,70.52f,9.3129f,-0.46063f,44.963f,9.7713f,-0.34191f,44.963f,9.7556f,-0.09255f,44.963f,9.5864f,-0.0019382f,44.963f,9.3129f,-0.09255f,44.963f,9.0394f,-0.34191f,44.963f,8.8702f,-0.57935f,44.963f,8.8702f,-0.82871f,44.963f,9.0394f,-0.91933f,44.963f,9.3129f,-0.82871f,44.963f,9.5864f,-0.57935f,44.963f,9.7556f,-2.2774f,44.963f,10.75f,-2.3607f,44.963f,10.667f,-2.3607f,44.963f,7.9591f,-2.2774f,44.963f,7.8758f,2.4789f,44.963f,7.8758f,2.5622f,44.963f,7.9591f,2.5622f,44.963f,10.667f,2.4789f,44.963f,10.75f,0.6736f,44.963f,9.7712f,0.79229f,44.963f,9.7556f,1.0416f,44.963f,9.5864f,1.1322f,44.963f,9.3129f,1.0416f,44.963f,9.0394f,0.79229f,44.963f,8.8702f,0.55491f,44.963f,8.8702f,0.30561f,44.963f,9.0394f,0.21502f,44.963f,9.3129f,0.30561f,44.963f,9.5864f,0.55491f,44.963f,9.7556f,-2.2774f,40.796f,10.75f,-2.3607f,40.796f,10.667f,-2.3607f,40.796f,7.9591f,-2.2774f,40.796f,7.8758f,2.4789f,40.796f,7.8758f,2.5622f,40.796f,7.9591f,2.5622f,40.796f,10.667f,2.4789f,40.796f,10.75f,-2.2774f,44.963f,7.8758f,-2.2774f,40.796f,7.8758f,2.4789f,44.963f,7.8758f,2.4789f,40.796f,7.8758f,2.4789f,43.907f,7.8758f,2.4789f,42.892f,7.8758f,2.4789f,41.853f,7.8758f}; return value; } private float[] getCoordinate_5_201_point_3() { float[] value = {-2.2774f,41.853f,7.8758f,-2.2774f,42.892f,7.8758f,-2.2774f,43.907f,7.8758f,2.5622f,44.963f,7.9591f,2.5622f,44.963f,10.667f,2.5622f,40.796f,10.667f,2.5622f,40.796f,7.9591f,2.5622f,41.853f,7.9591f,2.5622f,42.892f,7.9591f,2.5622f,43.907f,7.9591f,2.5622f,43.907f,10.667f,2.5622f,42.892f,10.667f,2.5622f,41.853f,10.667f,2.5622f,42.88f,9.5837f,2.5622f,43.097f,9.4745f,2.5622f,43.15f,9.3129f,2.5622f,43.097f,9.1512f,2.5622f,42.81f,9.0513f,2.5622f,42.662f,9.1512f,2.5622f,42.609f,9.3129f,2.5622f,42.662f,9.4745f,2.4789f,44.963f,10.75f,2.4789f,40.796f,10.75f,-2.2774f,44.963f,10.75f,-2.2774f,40.796f,10.75f,2.4789f,41.853f,10.75f,2.4789f,42.892f,10.75f,2.4789f,43.907f,10.75f,-2.2774f,43.907f,10.75f,-2.2774f,42.892f,10.75f,-2.2774f,41.853f,10.75f,-2.3607f,44.963f,10.667f,-2.3607f,44.963f,7.9591f,-2.3607f,43.907f,7.9591f,-2.3607f,42.892f,7.9591f,-2.3607f,41.853f,7.9591f,-2.3607f,40.796f,7.9591f,-2.3607f,40.796f,10.667f,-2.3607f,41.853f,10.667f,-2.3607f,42.892f,10.667f,-2.3607f,43.907f,10.667f,-2.3607f,42.879f,9.5837f,-2.3607f,42.809f,9.5745f,-2.3607f,42.662f,9.4745f,-2.3607f,42.608f,9.3129f,-2.3607f,42.662f,9.1513f,-2.3607f,42.809f,9.0513f,-2.3607f,42.949f,9.0513f,-2.3607f,43.097f,9.1513f,-2.3607f,43.15f,9.3129f,-2.3607f,43.097f,9.4745f,-2.3607f,42.949f,9.5745f,-2.6107f,42.88f,9.4998f,-9.694f,42.888f,9.4998f,-2.6107f,42.88f,9.4998f,-9.694f,42.888f,9.4998f,-2.6105f,43.067f,9.3123f,-2.6107f,42.88f,9.1248f,-2.611f,42.692f,9.3123f,-9.6943f,42.701f,9.3123f,-9.694f,42.888f,9.1248f,-9.6938f,43.076f,9.3123f,-2.6107f,42.88f,9.5837f,-2.5273f,42.88f,9.5837f,-2.4438f,42.879f,9.5837f,-2.611f,42.642f,9.4435f,-2.5276f,42.642f,9.4435f,-2.4441f,42.642f,9.4435f,-2.611f,42.647f,9.1735f,-2.5276f,42.647f,9.1735f,-2.4441f,42.647f,9.1735f,-2.6107f,42.88f,9.042f,-2.5273f,42.88f,9.042f,-2.4438f,42.879f,9.042f,-2.6104f,43.117f,9.1823f,-2.527f,43.117f,9.1823f,-2.4435f,43.117f,9.1823f,-2.6104f,43.112f,9.4522f,-2.527f,43.112f,9.4522f,-2.4436f,43.112f,9.4522f,-2.6107f,42.88f,9.5837f,-2.5273f,42.88f,9.5837f,-2.4438f,42.879f,9.5837f,-2.3607f,42.879f,9.5837f,-2.3607f,42.949f,9.5745f,-2.3607f,43.097f,9.4745f,-2.3607f,43.15f,9.3129f,-2.3607f,43.097f,9.1513f,-2.3607f,42.949f,9.0513f,-2.3607f,42.809f,9.0513f,-2.3607f,42.662f,9.1513f,-2.3607f,42.608f,9.3129f,-2.3607f,42.662f,9.4745f,-2.3607f,42.809f,9.5745f,-2.3607f,42.879f,9.5837f,-2.6107f,42.88f,9.5837f,-2.6104f,43.112f,9.4522f,-2.6104f,43.117f,9.1823f,-2.6107f,42.88f,9.042f,-2.611f,42.647f,9.1735f}; return value; } private float[] getCoordinate_5_201_point_4() { float[] value = {-2.611f,42.642f,9.4435f,-2.6107f,42.88f,9.4998f,-2.611f,42.692f,9.3123f,-2.6107f,42.88f,9.1248f,-2.6105f,43.067f,9.3123f,-9.8818f,42.889f,9.5837f,-9.8192f,42.889f,9.5837f,-9.7566f,42.888f,9.5837f,-9.8821f,42.633f,9.4032f,-9.8195f,42.633f,9.4032f,-9.7569f,42.633f,9.4032f,-9.882f,42.727f,9.0952f,-9.8194f,42.727f,9.0952f,-9.7568f,42.727f,9.0952f,-9.8816f,43.048f,9.0937f,-9.819f,43.048f,9.0937f,-9.7564f,43.048f,9.0937f,-9.8815f,43.149f,9.3888f,-9.8189f,43.149f,9.3888f,-9.7563f,43.148f,9.3888f,-9.8818f,42.889f,9.5837f,-9.8192f,42.889f,9.5837f,-9.7566f,42.888f,9.5837f,-9.694f,42.888f,9.5837f,-9.6938f,43.08f,9.5044f,-9.6937f,43.159f,9.3129f,-9.6938f,43.08f,9.1213f,-9.694f,42.888f,9.042f,-9.6943f,42.697f,9.1213f,-9.6944f,42.618f,9.3129f,-9.6943f,42.697f,9.5044f,-9.694f,42.888f,9.5837f,-9.944f,42.889f,9.5837f,-9.944f,42.671f,9.4745f,-9.944f,42.618f,9.3129f,-9.944f,42.671f,9.1512f,-9.944f,42.889f,9.042f,-9.944f,43.106f,9.1512f,-9.944f,43.16f,9.3129f,-9.944f,43.106f,9.4745f,-9.944f,42.889f,9.5837f,-9.694f,42.888f,9.5837f,-9.6938f,43.08f,9.5044f,-9.6937f,43.159f,9.3129f,-9.6938f,43.08f,9.1213f,-9.694f,42.888f,9.042f,-9.6943f,42.697f,9.1213f,-9.6944f,42.618f,9.3129f,-9.6943f,42.697f,9.5044f,-9.694f,42.888f,9.4998f,-9.6943f,42.701f,9.3123f,-9.694f,42.888f,9.1248f,-9.6938f,43.076f,9.3123f,9.8953f,42.871f,9.4998f,2.812f,42.879f,9.4998f,9.8953f,42.871f,9.4998f,2.812f,42.879f,9.4998f,9.8956f,43.058f,9.3123f,9.8953f,42.871f,9.1248f,9.8951f,42.683f,9.3123f,2.8118f,42.692f,9.3123f,2.812f,42.879f,9.1248f,2.8123f,43.067f,9.3123f,9.8953f,42.871f,9.5837f,9.9578f,42.87f,9.5837f,10.02f,42.87f,9.5837f,10.083f,42.87f,9.5837f,9.895f,42.615f,9.4032f,9.9575f,42.615f,9.4032f,10.02f,42.615f,9.4032f,10.082f,42.615f,9.4032f,9.8951f,42.709f,9.0952f,9.9576f,42.709f,9.0952f,10.02f,42.709f,9.0952f,10.083f,42.709f,9.0952f,9.8955f,43.03f,9.0937f,9.958f,43.03f,9.0937f,10.021f,43.03f,9.0937f,10.083f,43.029f,9.0937f,9.8957f,43.131f,9.3888f,9.9582f,43.13f,9.3888f,10.021f,43.13f,9.3888f,10.083f,43.13f,9.3888f,9.8953f,42.871f,9.5837f,9.9578f,42.87f,9.5837f,10.02f,42.87f,9.5837f,10.083f,42.87f,9.5837f,10.145f,42.87f,9.5837f,10.145f,43.088f,9.4745f,10.145f,43.141f,9.3129f,10.145f,43.088f,9.1513f,10.145f,42.87f,9.042f,10.145f,42.653f,9.1513f,10.145f,42.599f,9.3129f,10.145f,42.653f,9.4745f,10.145f,42.87f,9.5837f,9.8953f,42.871f,9.5837f,9.8957f,43.131f,9.3888f,9.8955f,43.03f,9.0937f,9.8951f,42.709f,9.0952f}; return value; } private float[] getCoordinate_5_201_point_5() { float[] value = {9.895f,42.615f,9.4032f,9.8953f,42.871f,9.4998f,9.8951f,42.683f,9.3123f,9.8953f,42.871f,9.1248f,9.8956f,43.058f,9.3123f,2.6244f,42.88f,9.5837f,2.687f,42.879f,9.5837f,2.7495f,42.879f,9.5837f,2.6241f,42.609f,9.3129f,2.6866f,42.609f,9.3129f,2.7492f,42.609f,9.3129f,2.8117f,42.608f,9.3129f,2.6244f,42.88f,9.042f,2.687f,42.879f,9.042f,2.7495f,42.879f,9.042f,2.812f,42.879f,9.042f,2.6248f,43.15f,9.3129f,2.6873f,43.15f,9.3129f,2.7498f,43.15f,9.3129f,2.8124f,43.15f,9.3129f,2.6244f,42.88f,9.5837f,2.687f,42.879f,9.5837f,2.7495f,42.879f,9.5837f,2.5622f,42.88f,9.5837f,2.5622f,42.662f,9.4745f,2.5622f,42.609f,9.3129f,2.5622f,42.662f,9.1512f,2.5622f,42.81f,9.0513f,2.5622f,43.097f,9.1512f,2.5622f,43.15f,9.3129f,2.5622f,43.097f,9.4745f,2.5622f,42.88f,9.5837f,2.812f,42.879f,9.5837f,2.812f,42.879f,9.5837f,2.812f,42.879f,9.5837f,2.8124f,43.15f,9.3129f,2.812f,42.879f,9.042f,2.8117f,42.608f,9.3129f,2.812f,42.879f,9.4998f,2.8118f,42.692f,9.3123f,2.812f,42.879f,9.1248f,2.8123f,43.067f,9.3123f,0.67803f,45.098f,9.7712f,0.68294f,45.249f,9.7712f,0.68786f,45.399f,9.7712f,1.0793f,45.085f,9.5339f,1.0843f,45.236f,9.5339f,1.0892f,45.386f,9.5339f,1.0708f,45.085f,9.0771f,1.0758f,45.236f,9.0771f,1.0807f,45.387f,9.0771f,0.67803f,45.098f,8.8545f,0.68294f,45.249f,8.8545f,0.68786f,45.399f,8.8545f,0.27671f,45.111f,9.0919f,0.28163f,45.262f,9.0919f,0.28654f,45.413f,9.0919f,0.28522f,45.111f,9.5487f,0.29014f,45.262f,9.5487f,0.29505f,45.412f,9.5487f,0.67803f,45.098f,9.7712f,0.68294f,45.249f,9.7712f,0.68786f,45.399f,9.7712f,0.6736f,44.963f,9.7712f,0.79229f,44.963f,9.7556f,1.0416f,44.963f,9.5864f,1.1322f,44.963f,9.3129f,1.0416f,44.963f,9.0394f,0.79229f,44.963f,8.8702f,0.55491f,44.963f,8.8702f,0.30561f,44.963f,9.0394f,0.21502f,44.963f,9.3129f,0.30561f,44.963f,9.5864f,0.55491f,44.963f,9.7556f,0.6736f,44.963f,9.7712f,0.68786f,45.399f,9.7712f,0.29505f,45.412f,9.5487f,0.28654f,45.413f,9.0919f,0.68786f,45.399f,8.8545f,1.0807f,45.387f,9.0771f,1.0892f,45.386f,9.5339f,0.68782f,45.399f,9.6879f,1.0626f,45.387f,9.3129f,0.68782f,45.399f,8.9379f,0.31302f,45.412f,9.3129f,1.0834f,57.518f,9.7712f,1.1119f,58.393f,9.7712f,1.5152f,57.504f,9.4657f,1.5438f,58.378f,9.4657f,1.3561f,57.509f,8.9446f,1.3846f,58.384f,8.9446f,0.81419f,57.527f,8.942f,0.84274f,58.401f,8.942f,0.64365f,57.532f,9.4414f,0.6722f,58.407f,9.4414f,1.0834f,57.518f,9.7712f,1.1119f,58.393f,9.7712f,1.0834f,57.518f,9.7712f,0.64365f,57.532f,9.4414f,0.81419f,57.527f,8.942f}; return value; } private float[] getCoordinate_5_201_point_6() { float[] value = {1.3561f,57.509f,8.9446f,1.5152f,57.504f,9.4657f,1.0834f,57.518f,9.6879f,1.4582f,57.506f,9.3129f,1.0834f,57.518f,8.9379f,0.70857f,57.53f,9.3129f,1.1119f,58.393f,9.7712f,0.6722f,58.407f,9.4414f,0.84274f,58.401f,8.942f,1.3846f,58.384f,8.9446f,1.5438f,58.378f,9.4657f,1.1119f,58.393f,9.6879f,1.4867f,58.38f,9.3129f,1.1119f,58.393f,8.9379f,0.73712f,58.405f,9.3129f,1.0834f,57.518f,9.6879f,0.68782f,45.399f,9.6879f,1.0834f,57.518f,9.6879f,0.68782f,45.399f,9.6879f,1.0626f,45.387f,9.3129f,0.68782f,45.399f,8.9379f,0.31302f,45.412f,9.3129f,0.70857f,57.53f,9.3129f,1.0834f,57.518f,8.9379f,1.4582f,57.506f,9.3129f,1.9315f,83.504f,9.7712f,1.96f,84.379f,9.7712f,2.3634f,83.49f,9.4657f,2.3919f,84.365f,9.4657f,2.2042f,83.495f,8.9446f,2.2327f,84.37f,8.9446f,1.6623f,83.513f,8.942f,1.6909f,84.388f,8.942f,1.4918f,83.519f,9.4414f,1.5203f,84.393f,9.4414f,1.9315f,83.504f,9.7712f,1.96f,84.379f,9.7712f,1.9315f,83.504f,9.7712f,1.4918f,83.519f,9.4414f,1.6623f,83.513f,8.942f,2.2042f,83.495f,8.9446f,2.3634f,83.49f,9.4657f,1.9315f,83.504f,9.6879f,2.3063f,83.492f,9.3129f,1.9315f,83.504f,8.9379f,1.5567f,83.516f,9.3129f,1.96f,84.379f,9.7712f,1.5203f,84.393f,9.4414f,1.6909f,84.388f,8.942f,2.2327f,84.37f,8.9446f,2.3919f,84.365f,9.4657f,1.5074f,70.511f,9.7712f,1.536f,71.386f,9.7712f,1.9393f,70.497f,9.4657f,1.9678f,71.372f,9.4657f,1.7801f,70.502f,8.9446f,1.8087f,71.377f,8.9446f,1.2383f,70.52f,8.942f,1.2668f,71.394f,8.942f,1.0677f,70.526f,9.4414f,1.0963f,71.4f,9.4414f,1.5074f,70.511f,9.7712f,1.536f,71.386f,9.7712f,1.5074f,70.511f,9.7712f,1.0677f,70.526f,9.4414f,1.2383f,70.52f,8.942f,1.7801f,70.502f,8.9446f,1.9393f,70.497f,9.4657f,1.5075f,70.511f,9.6879f,1.8823f,70.499f,9.3129f,1.5075f,70.511f,8.9379f,1.1327f,70.523f,9.3129f,1.536f,71.386f,9.7712f,1.0963f,71.4f,9.4414f,1.2668f,71.394f,8.942f,1.8087f,71.377f,8.9446f,1.9678f,71.372f,9.4657f,1.5359f,71.386f,9.6879f,1.801f,71.377f,9.578f,1.801f,71.377f,9.0477f,1.5359f,71.386f,8.9379f,1.1611f,71.398f,9.3129f,1.9315f,83.504f,9.6879f,1.5359f,71.386f,9.6879f,1.9315f,83.504f,9.6879f,1.5359f,71.386f,9.6879f,1.5567f,83.516f,9.3129f,1.9315f,83.504f,8.9379f,2.3063f,83.492f,9.3129f,1.801f,71.377f,9.578f,1.801f,71.377f,9.0477f,1.5359f,71.386f,8.9379f,1.1611f,71.398f,9.3129f,1.5075f,70.511f,9.6879f,1.1119f,58.393f,9.6879f,1.5075f,70.511f,9.6879f,1.1119f,58.393f,9.6879f,1.4867f,58.38f,9.3129f,1.1119f,58.393f,8.9379f,0.73712f,58.405f,9.3129f}; return value; } private float[] getCoordinate_5_201_point_7() { float[] value = {1.1327f,70.523f,9.3129f,1.5075f,70.511f,8.9379f,1.8823f,70.499f,9.3129f,10.145f,43.287f,8.8468f,11.823f,43.287f,8.8468f,11.823f,43.287f,9.7789f,10.145f,43.287f,9.7789f,10.145f,42.454f,8.8468f,11.823f,42.454f,8.8468f,11.823f,42.454f,9.7789f,10.145f,42.454f,9.7789f,10.145f,43.287f,8.8468f,10.145f,42.454f,8.8468f,11.823f,43.287f,8.8468f,11.823f,42.454f,8.8468f,11.823f,43.287f,8.8468f,11.823f,42.454f,8.8468f,11.823f,42.454f,9.7789f,11.823f,43.141f,9.3128f,11.823f,43.088f,9.1512f,11.823f,42.8f,9.0512f,11.823f,42.653f,9.1512f,11.823f,42.599f,9.3128f,11.823f,42.653f,9.4744f,11.823f,42.94f,9.5744f,11.823f,43.088f,9.4744f,11.823f,43.287f,9.7789f,11.823f,43.287f,9.7789f,11.823f,42.454f,9.7789f,10.145f,43.287f,9.7789f,10.145f,42.454f,9.7789f,10.145f,43.287f,9.7789f,10.145f,42.454f,9.7789f,10.145f,42.454f,8.8468f,10.145f,43.287f,8.8468f,10.145f,42.87f,9.5837f,10.145f,42.653f,9.4745f,10.145f,42.599f,9.3129f,10.145f,42.653f,9.1513f,10.145f,42.87f,9.042f,10.145f,43.088f,9.1513f,10.145f,43.141f,9.3129f,10.145f,43.088f,9.4745f,-11.622f,43.305f,8.847f,-9.944f,43.305f,8.847f,-9.944f,43.305f,9.7791f,-11.622f,43.305f,9.7791f,-11.622f,42.472f,8.847f,-9.944f,42.472f,8.847f,-9.944f,42.472f,9.7791f,-11.622f,42.472f,9.7791f,-11.622f,43.305f,8.847f,-11.622f,42.472f,8.847f,-9.944f,43.305f,8.847f,-9.944f,42.472f,8.847f,-9.944f,43.305f,8.847f,-9.944f,42.472f,8.847f,-9.944f,42.472f,9.7791f,-9.944f,42.889f,9.5837f,-9.944f,43.106f,9.4745f,-9.944f,43.16f,9.3129f,-9.944f,43.106f,9.1512f,-9.944f,42.889f,9.042f,-9.944f,42.671f,9.1512f,-9.944f,42.618f,9.3129f,-9.944f,42.671f,9.4745f,-9.944f,43.305f,9.7791f,-9.944f,43.305f,9.7791f,-9.944f,42.472f,9.7791f,-11.622f,43.305f,9.7791f,-11.622f,42.472f,9.7791f,-11.622f,43.305f,9.7791f,-11.622f,42.472f,9.7791f,-11.622f,42.472f,8.847f,-11.622f,43.305f,8.847f,-11.622f,43.16f,9.3131f,-11.622f,43.05f,9.5304f,-11.622f,42.889f,9.5839f,-11.622f,42.727f,9.5304f,-11.622f,42.627f,9.243f,-11.622f,42.727f,9.0957f,-11.622f,42.889f,9.0422f,-11.622f,43.05f,9.0957f,17.087f,43.061f,9.3129f,12.073f,43.058f,9.3129f,12.073f,42.683f,9.3129f,17.087f,43.061f,9.3129f,12.073f,43.058f,9.3129f,12.073f,43.003f,9.4454f,12.073f,42.87f,9.5004f,12.073f,42.87f,9.1254f,17.087f,42.873f,9.1254f,17.087f,42.686f,9.3129f,17.087f,42.873f,9.5004f,11.885f,43.141f,9.3128f,11.948f,43.141f,9.3128f,12.01f,43.141f,9.3128f,11.885f,42.87f,9.5837f,11.948f,42.87f,9.5837f,12.01f,42.87f,9.5837f}; return value; } private float[] getCoordinate_5_201_point_8() { float[] value = {11.885f,42.599f,9.3128f,11.948f,42.599f,9.3128f,12.01f,42.599f,9.3128f,11.885f,42.87f,9.042f,11.948f,42.87f,9.042f,12.01f,42.87f,9.042f,11.885f,43.141f,9.3128f,11.948f,43.141f,9.3128f,12.01f,43.141f,9.3128f,11.823f,43.141f,9.3128f,11.823f,43.088f,9.4744f,11.823f,42.94f,9.5744f,11.823f,42.653f,9.4744f,11.823f,42.599f,9.3128f,11.823f,42.653f,9.1512f,11.823f,42.8f,9.0512f,11.823f,43.088f,9.1512f,11.823f,43.141f,9.3128f,12.073f,43.141f,9.3128f,12.073f,43.062f,9.1213f,12.073f,42.87f,9.042f,12.073f,42.679f,9.1213f,12.073f,42.599f,9.3128f,12.073f,42.679f,9.5043f,12.073f,42.87f,9.5837f,12.073f,43.062f,9.5043f,12.073f,43.141f,9.3128f,12.073f,43.141f,9.3128f,12.073f,43.062f,9.1213f,12.073f,42.87f,9.042f,12.073f,42.679f,9.1213f,12.073f,42.599f,9.3128f,12.073f,42.679f,9.5043f,12.073f,42.87f,9.5837f,12.073f,43.062f,9.5043f,12.073f,43.058f,9.3129f,12.073f,43.003f,9.4454f,12.073f,42.87f,9.5004f,12.073f,42.683f,9.3129f,12.073f,42.87f,9.1254f,17.087f,43.29f,8.842f,17.087f,43.29f,9.7584f,17.929f,43.29f,8.842f,17.929f,43.29f,9.7584f,17.087f,42.456f,8.842f,17.087f,42.456f,9.7584f,17.929f,42.456f,8.842f,17.929f,42.456f,9.7584f,17.087f,43.29f,8.842f,17.087f,42.456f,8.842f,17.929f,43.29f,8.842f,17.929f,42.456f,8.842f,17.929f,43.29f,8.842f,17.929f,42.456f,8.842f,17.929f,43.29f,9.7584f,17.929f,42.456f,9.7584f,17.929f,43.29f,9.7584f,17.929f,42.456f,9.7584f,17.087f,43.29f,9.7584f,17.087f,42.456f,9.7584f,17.237f,42.873f,9.7584f,17.316f,43.065f,9.7584f,17.508f,43.144f,9.7584f,17.699f,43.065f,9.7584f,17.778f,42.873f,9.7584f,17.699f,42.682f,9.7584f,17.508f,42.602f,9.7584f,17.316f,42.682f,9.7584f,17.087f,43.29f,9.7584f,17.087f,42.456f,9.7584f,17.087f,43.29f,8.842f,17.087f,42.456f,8.842f,17.087f,43.061f,9.3129f,17.087f,42.873f,9.5004f,17.087f,42.686f,9.3129f,17.087f,42.873f,9.1254f,-14.537f,43.076f,9.319f,-11.872f,43.076f,9.3136f,-11.872f,42.701f,9.3136f,-14.537f,43.076f,9.319f,-11.872f,43.076f,9.3136f,-11.872f,42.889f,9.1261f,-11.872f,42.889f,9.5011f,-17.201f,43.076f,9.3245f,-17.201f,42.889f,9.512f,-17.201f,42.701f,9.3245f,-17.201f,42.889f,9.137f,-17.201f,43.076f,9.3245f,-11.684f,43.16f,9.3132f,-11.747f,43.16f,9.3133f,-11.809f,43.16f,9.3135f,-11.872f,43.16f,9.3136f,-11.622f,42.889f,9.0422f,-11.684f,42.889f,9.0424f,-11.747f,42.889f,9.0425f,-11.81f,42.889f,9.0426f,-11.872f,42.889f,9.0428f,-11.684f,42.618f,9.3132f,-11.747f,42.618f,9.3133f,-11.809f,42.618f,9.3135f}; return value; } private float[] getCoordinate_5_201_point_9() { float[] value = {-11.872f,42.618f,9.3136f,-11.683f,42.889f,9.584f,-11.746f,42.889f,9.5842f,-11.809f,42.889f,9.5843f,-11.871f,42.889f,9.5844f,-11.684f,43.16f,9.3132f,-11.747f,43.16f,9.3133f,-11.809f,43.16f,9.3135f,-11.872f,43.16f,9.3136f,-11.622f,43.16f,9.3131f,-11.622f,43.05f,9.0957f,-11.622f,42.727f,9.0957f,-11.622f,42.627f,9.243f,-11.622f,42.727f,9.5304f,-11.622f,42.889f,9.5839f,-11.622f,43.05f,9.5304f,-11.622f,43.16f,9.3131f,-11.872f,43.16f,9.3136f,-11.871f,42.889f,9.5844f,-11.872f,42.618f,9.3136f,-11.872f,42.889f,9.0428f,-11.872f,43.076f,9.3136f,-11.872f,42.889f,9.1261f,-11.872f,42.701f,9.3136f,-11.872f,42.889f,9.5011f,-18.043f,43.305f,8.8671f,-18.043f,43.305f,9.7835f,-17.201f,43.305f,8.8671f,-17.201f,43.305f,9.7835f,-18.043f,42.472f,8.8671f,-18.043f,42.472f,9.7835f,-17.201f,42.472f,8.8671f,-17.201f,42.472f,9.7835f,-18.043f,43.305f,8.8671f,-18.043f,42.472f,8.8671f,-17.201f,43.305f,8.8671f,-17.201f,42.472f,8.8671f,-17.201f,43.305f,8.8671f,-17.201f,42.472f,8.8671f,-17.201f,43.305f,9.7835f,-17.201f,42.472f,9.7835f,-17.201f,43.076f,9.3245f,-17.201f,42.889f,9.137f,-17.201f,42.701f,9.3245f,-17.201f,42.889f,9.512f,-17.201f,43.305f,9.7835f,-17.201f,42.472f,9.7835f,-18.043f,43.305f,9.7835f,-18.043f,42.472f,9.7835f,-17.893f,42.889f,9.7835f,-17.814f,43.08f,9.7835f,-17.622f,43.16f,9.7835f,-17.431f,43.08f,9.7835f,-17.351f,42.889f,9.7835f,-17.431f,42.697f,9.7835f,-17.622f,42.618f,9.7835f,-17.814f,42.697f,9.7835f,-18.043f,43.305f,9.7835f,-18.043f,42.472f,9.7835f,-18.043f,43.305f,8.8671f,-18.043f,42.472f,8.8671f,17.321f,42.873f,10.947f,17.321f,42.873f,10.634f,17.32f,42.873f,10.322f,17.32f,42.873f,10.009f,17.446f,43.05f,10.947f,17.446f,43.05f,10.634f,17.445f,43.05f,10.322f,17.659f,42.985f,10.947f,17.659f,42.985f,10.634f,17.659f,42.985f,10.322f,17.66f,42.763f,10.947f,17.66f,42.763f,10.634f,17.66f,42.763f,10.322f,17.456f,42.693f,10.947f,17.455f,42.693f,10.634f,17.455f,42.693f,10.322f,17.321f,42.873f,10.947f,17.321f,42.873f,10.634f,17.32f,42.873f,10.322f,17.32f,42.873f,10.009f,17.321f,42.873f,11.259f,17.376f,43.006f,11.259f,17.508f,43.061f,11.259f,17.641f,43.006f,11.259f,17.696f,42.873f,11.259f,17.641f,42.74f,11.259f,17.508f,42.686f,11.259f,17.376f,42.74f,11.259f,17.321f,42.873f,11.259f,17.375f,42.74f,10.009f,17.508f,42.686f,10.009f,17.64f,42.74f,10.009f,17.695f,42.873f,10.009f,17.64f,43.006f,10.009f,17.508f,43.061f,10.009f,17.375f,43.006f,10.009f,17.237f,42.873f,9.7584f,17.778f,42.873f,9.7584f,17.237f,42.873f,9.7584f}; return value; } private float[] getCoordinate_5_201_point_10() { float[] value = {17.316f,42.682f,9.7584f,17.508f,42.602f,9.7584f,17.699f,42.682f,9.7584f,17.699f,43.065f,9.7584f,17.508f,43.144f,9.7584f,17.316f,43.065f,9.7584f,17.237f,42.873f,10.009f,17.316f,43.065f,10.009f,17.508f,43.144f,10.009f,17.699f,43.065f,10.009f,17.778f,42.873f,10.009f,17.699f,42.682f,10.009f,17.508f,42.602f,10.009f,17.316f,42.682f,10.009f,17.237f,42.873f,10.009f,17.237f,42.873f,10.009f,17.316f,42.682f,10.009f,17.508f,42.602f,10.009f,17.699f,42.682f,10.009f,17.778f,42.873f,10.009f,17.699f,43.065f,10.009f,17.508f,43.144f,10.009f,17.316f,43.065f,10.009f,17.32f,42.873f,10.009f,17.375f,43.006f,10.009f,17.508f,43.061f,10.009f,17.64f,43.006f,10.009f,17.695f,42.873f,10.009f,17.64f,42.74f,10.009f,17.508f,42.686f,10.009f,17.375f,42.74f,10.009f,-17.809f,42.889f,10.972f,-17.809f,42.889f,10.659f,-17.809f,42.889f,10.346f,-17.809f,42.889f,10.034f,-17.684f,43.066f,10.972f,-17.684f,43.066f,10.659f,-17.684f,43.066f,10.346f,-17.471f,43.0f,10.972f,-17.471f,43.0f,10.659f,-17.471f,43.0f,10.346f,-17.47f,42.779f,10.972f,-17.47f,42.779f,10.659f,-17.47f,42.779f,10.346f,-17.674f,42.709f,10.972f,-17.674f,42.709f,10.659f,-17.674f,42.709f,10.346f,-17.809f,42.889f,10.972f,-17.809f,42.889f,10.659f,-17.809f,42.889f,10.346f,-17.809f,42.889f,10.034f,-17.809f,42.889f,11.284f,-17.754f,43.021f,11.284f,-17.621f,43.076f,11.284f,-17.489f,43.021f,11.284f,-17.434f,42.889f,11.284f,-17.489f,42.756f,11.284f,-17.621f,42.701f,11.284f,-17.754f,42.756f,11.284f,-17.809f,42.889f,11.284f,-17.754f,42.756f,10.034f,-17.622f,42.701f,10.034f,-17.489f,42.756f,10.034f,-17.434f,42.889f,10.034f,-17.489f,43.021f,10.034f,-17.622f,43.076f,10.034f,-17.754f,43.021f,10.034f,-17.893f,42.889f,9.7835f,-17.893f,42.889f,10.034f,-17.712f,42.633f,10.034f,-17.404f,42.728f,10.034f,-17.403f,43.048f,10.034f,-17.698f,43.149f,10.034f,-17.893f,42.889f,9.7835f,-17.893f,42.889f,10.034f,-17.814f,42.697f,9.7835f,-17.622f,42.618f,9.7835f,-17.431f,42.697f,9.7835f,-17.351f,42.889f,9.7835f,-17.431f,43.08f,9.7835f,-17.622f,43.16f,9.7835f,-17.814f,43.08f,9.7835f,-17.893f,42.889f,10.034f,-17.712f,42.633f,10.034f,-17.404f,42.728f,10.034f,-17.403f,43.048f,10.034f,-17.698f,43.149f,10.034f,-17.809f,42.889f,10.034f,-17.754f,43.021f,10.034f,-17.622f,43.076f,10.034f,-17.489f,43.021f,10.034f,-17.434f,42.889f,10.034f,-17.489f,42.756f,10.034f,-17.622f,42.701f,10.034f,-17.754f,42.756f,10.034f,2.4789f,44.963f,7.8758f,2.5622f,44.963f,7.9591f,2.4789f,43.907f,7.8758f,2.5099f,43.907f,7.8818f,2.5378f,43.907f,7.9002f}; return value; } private float[] getCoordinate_5_201_point_11() { float[] value = {2.5555f,43.907f,7.9263f,2.5622f,43.907f,7.9591f,2.4789f,42.892f,7.8758f,2.5099f,42.892f,7.8818f,2.5378f,42.892f,7.9002f,2.5555f,42.892f,7.9263f,2.5622f,42.892f,7.9591f,2.4789f,41.853f,7.8758f,2.5099f,41.853f,7.8818f,2.5378f,41.853f,7.9002f,2.5555f,41.853f,7.9263f,2.5622f,41.853f,7.9591f,2.4789f,40.796f,7.8758f,2.5622f,40.796f,7.9591f,2.5622f,44.963f,10.667f,2.4789f,44.963f,10.75f,2.5622f,43.907f,10.667f,2.5563f,43.907f,10.698f,2.5378f,43.907f,10.726f,2.5117f,43.907f,10.743f,2.4789f,43.907f,10.75f,2.5622f,42.892f,10.667f,2.5563f,42.892f,10.698f,2.5378f,42.892f,10.726f,2.5117f,42.892f,10.743f,2.4789f,42.892f,10.75f,2.5622f,41.853f,10.667f,2.5563f,41.853f,10.698f,2.5378f,41.853f,10.726f,2.5117f,41.853f,10.743f,2.4789f,41.853f,10.75f,2.5622f,40.796f,10.667f,2.4789f,40.796f,10.75f,-2.3607f,44.963f,7.9591f,-2.2774f,44.963f,7.8758f,-2.3607f,43.907f,7.9591f,-2.3548f,43.907f,7.9282f,-2.3363f,43.907f,7.9002f,-2.3102f,43.907f,7.8825f,-2.2774f,43.907f,7.8758f,-2.3607f,42.892f,7.9591f,-2.3548f,42.892f,7.9282f,-2.3363f,42.892f,7.9002f,-2.3102f,42.892f,7.8825f,-2.2774f,42.892f,7.8758f,-2.3607f,41.853f,7.9591f,-2.3548f,41.853f,7.9282f,-2.3363f,41.853f,7.9002f,-2.3102f,41.853f,7.8825f,-2.2774f,41.853f,7.8758f,-2.3607f,40.796f,7.9591f,-2.2774f,40.796f,7.8758f,-2.2774f,44.963f,10.75f,-2.3607f,44.963f,10.667f,-2.2774f,43.907f,10.75f,-2.3084f,43.907f,10.744f,-2.3363f,43.907f,10.726f,-2.354f,43.907f,10.7f,-2.3607f,43.907f,10.667f,-2.2774f,42.892f,10.75f,-2.3084f,42.892f,10.744f,-2.3363f,42.892f,10.726f,-2.354f,42.892f,10.7f,-2.3607f,42.892f,10.667f,-2.2774f,41.853f,10.75f,-2.3084f,41.853f,10.744f,-2.3363f,41.853f,10.726f,-2.354f,41.853f,10.7f,-2.3607f,41.853f,10.667f,-2.2774f,40.796f,10.75f,-2.3607f,40.796f,10.667f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_202_vector_1() { float[] value = {1.8826E-15f,7.47E-17f,1.0f,7.5305E-15f,2.988E-16f,1.0f,0.87538f,0.034734f,0.48219f,0.87538f,0.034734f,0.48219f,0.87538f,0.034734f,0.48219f,0.85682f,0.033997f,-0.5145f,0.85682f,0.033997f,-0.5145f,0.85682f,0.033997f,-0.5145f,1.8826E-15f,7.47E-17f,-1.0f,4.7066E-15f,1.8675E-16f,-1.0f,-1.8826E-15f,-7.47E-17f,-1.0f,-0.87538f,-0.034734f,-0.48219f,-0.87538f,-0.034734f,-0.48219f,-0.87538f,-0.034734f,-0.48219f,-0.85682f,-0.033997f,0.5145f,-0.85682f,-0.033997f,0.5145f,-0.85682f,-0.033997f,0.5145f,-3.7653E-15f,-1.494E-16f,1.0f,3.7653E-15f,1.494E-16f,1.0f,-1.8826E-15f,-7.47E-17f,1.0f,0.25862f,0.010261f,0.96593f,0.80183f,0.031815f,0.59671f,0.99921f,0.039647f,0.0f,0.80183f,0.031815f,-0.59671f,0.25862f,0.010261f,-0.96593f,-0.25862f,-0.010261f,-0.96593f,-0.80183f,-0.031815f,-0.59671f,-0.99921f,-0.039647f,-1.8113E-16f,-0.80183f,-0.031815f,0.59671f,-0.25862f,-0.010261f,0.96593f,-1.8826E-15f,-7.47E-17f,1.0f,3.7653E-15f,1.494E-16f,1.0f,3.7653E-15f,1.494E-16f,1.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,1.0451E-14f,-0.039647f,0.99921f,7.7453E-15f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,-6.0839E-18f,-0.039647f,0.99921f,0.0f,3.7653E-15f,1.494E-16f,1.0f,-3.7653E-15f,-1.494E-16f,1.0f,0.99921f,0.039647f,3.5763E-16f,0.99921f,0.039647f,1.6188E-14f,5.6479E-15f,2.241E-16f,-1.0f,5.6479E-15f,2.241E-16f,-1.0f,-0.99921f,-0.039647f,-6.6107E-16f,-0.99921f,-0.039647f,-1.2694E-16f,3.7653E-15f,1.494E-16f,1.0f,-3.7653E-15f,-1.494E-16f,1.0f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,1.551E-14f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,1.5491E-14f,0.039647f,-0.99921f,-5.2821E-18f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,0.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,-8.5198E-15f,-0.039647f,0.99921f,-1.5491E-14f,5.6479E-15f,2.241E-16f,1.0f,-9.4131E-15f,-3.735E-16f,1.0f,3.7653E-15f,1.494E-16f,-1.0f,5.6479E-15f,2.241E-16f,1.0f,-9.4131E-15f,-3.735E-16f,1.0f,0.99921f,0.039647f,3.6691E-16f,0.70655f,0.028035f,-0.70711f,-0.70655f,-0.028035f,-0.70711f,-0.99921f,-0.039647f,1.8718E-14f,-0.99921f,-0.039647f,1.3036E-15f,0.99921f,0.039647f,1.1317E-15f,0.0f,0.0f,1.0f,1.8826E-15f,7.47E-17f,1.0f,0.99921f,0.039647f,-1.8755E-14f,0.99921f,0.039647f,-1.0683E-15f,1.8826E-15f,7.47E-17f,-1.0f,1.8826E-15f,7.47E-17f,-1.0f,-0.99921f,-0.039647f,-1.0683E-15f,-0.99921f,-0.039647f,-4.7066E-16f,0.0f,0.0f,1.0f,1.8826E-15f,7.47E-17f,1.0f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,1.5491E-14f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,0.0f,-0.039647f,0.99921f,0.0f}; return value; } private float[] getNormal_5_202_vector_2() { float[] value = {-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,-1.5491E-14f,-0.039647f,0.99921f,0.0f,1.8826E-15f,7.47E-17f,1.0f,1.8826E-15f,7.47E-17f,1.0f,0.0f,0.0f,1.0f,0.942f,0.037377f,0.33353f,0.942f,0.037377f,0.33353f,0.5948f,0.023601f,-0.80352f,0.5948f,0.023601f,-0.80352f,-0.58716f,-0.023297f,-0.80914f,-0.58716f,-0.023297f,-0.80914f,-0.95914f,-0.038057f,0.28035f,-0.95914f,-0.038057f,0.28035f,1.8826E-15f,7.47E-17f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,1.065E-17f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,-1.704E-14f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,0.0f,0.039647f,-0.99921f,0.0f,-0.039647f,0.99921f,9.6037E-18f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,-1.0617E-17f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,1.704E-14f,-0.039647f,0.99921f,0.0f,-0.039647f,0.99921f,-1.0564E-17f,-0.039647f,0.99921f,0.0f,-3.7653E-15f,-1.494E-16f,1.0f,1.8826E-15f,7.47E-17f,1.0f,0.0f,0.0f,-1.0f,-7.5305E-15f,-2.988E-16f,-1.0f,-3.7653E-15f,-1.494E-16f,1.0f,1.8826E-15f,7.47E-17f,1.0f,-0.99921f,-0.039647f,9.4131E-16f,0.99921f,0.039647f,-1.9197E-15f,0.99921f,0.039647f,5.7905E-16f,-0.99921f,-0.039647f,2.7527E-15f,5.6479E-15f,2.241E-16f,1.0f,-3.7653E-15f,-1.494E-16f,1.0f,-1.8826E-15f,-7.47E-17f,-1.0f,1.8826E-15f,7.47E-17f,-1.0f,5.6479E-15f,2.241E-16f,1.0f,-3.7653E-15f,-1.494E-16f,1.0f,0.99921f,0.039647f,6.347E-17f,-0.99921f,-0.039647f,1.2694E-16f,-0.99921f,-0.039647f,-3.6227E-16f,0.99921f,0.039647f,2.4089E-15f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,2.6765E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,-2.6765E-15f,1.0f,0.0f,0.0f,1.0f,-3.7797E-15f,-2.2617E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,-2.0409E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,3.7798E-15f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-1.4682E-15f,1.0f,0.0f,1.4682E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-2.5459E-15f,0.0f,1.0f,0.0f,-2.3417E-15f,1.0f,0.0f,2.2535E-15f,1.0f,0.0f,-2.0884E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-2.2535E-15f,1.0f,-1.3309E-31f,-2.3027E-30f,1.0f,-3.7796E-15f,0.0f,1.0f,0.0f,-2.7586E-15f,1.0f,0.0f,-2.6649E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f}; return value; } private float[] getNormal_5_202_vector_3() { float[] value = {0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,5.7121E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-5.7097E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,0.0f,1.0f,-1.3977E-17f,-1.1305E-14f,1.0f,0.0f,0.0f,1.0f,-1.3977E-17f,-1.1305E-14f,1.0f,0.0012364f,1.0f,4.5217E-14f,4.659E-18f,3.7682E-15f,-1.0f,-0.0012364f,-1.0f,-1.5072E-14f,-0.0012364f,-1.0f,-3.0225E-14f,-4.659E-18f,-3.7682E-15f,-1.0f,0.0012364f,1.0f,3.2613E-17f,-2.3295E-18f,-1.8841E-15f,1.0f,-2.3295E-18f,-1.8841E-15f,1.0f,4.659E-18f,3.7682E-15f,1.0f,-0.0010832f,-0.87607f,0.48219f,-0.0010832f,-0.87607f,0.48219f,-0.0010832f,-0.87607f,0.48219f,-0.0010602f,-0.85749f,-0.5145f,-0.0010602f,-0.85749f,-0.5145f,-0.0010602f,-0.85749f,-0.5145f,4.659E-18f,3.7682E-15f,-1.0f,2.3295E-18f,1.8841E-15f,-1.0f,-2.3295E-18f,-1.8841E-15f,-1.0f,0.0010832f,0.87607f,-0.48219f,0.0010832f,0.87607f,-0.48219f,0.0010832f,0.87607f,-0.48219f,0.0010602f,0.85749f,0.5145f,0.0010602f,0.85749f,0.5145f,0.0010602f,0.85749f,0.5145f,-2.3295E-18f,-1.8841E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-4.659E-18f,-3.7682E-15f,1.0f,3.2001E-4f,0.25882f,0.96593f,9.9216E-4f,0.80246f,0.59671f,0.0012364f,1.0f,0.0f,9.9216E-4f,0.80246f,-0.59671f,3.2001E-4f,0.25882f,-0.96593f,-3.2001E-4f,-0.25882f,-0.96593f,-9.9216E-4f,-0.80246f,-0.59671f,-0.0012364f,-1.0f,5.8238E-19f,-9.9216E-4f,-0.80246f,0.59671f,-3.2001E-4f,-0.25882f,0.96593f,-4.659E-18f,-3.7682E-15f,1.0f,-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,-2.1418E-17f,-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f}; return value; } private float[] getNormal_5_202_vector_4() { float[] value = {-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f,-2.3295E-18f,-1.8841E-15f,1.0f,2.3295E-18f,1.8841E-15f,1.0f,-2.3295E-18f,-1.8841E-15f,1.0f,-0.0011656f,-0.94274f,0.33353f,-0.0011656f,-0.94274f,0.33353f,-0.0011656f,-0.94274f,0.33353f,-7.36E-4f,-0.59527f,-0.80352f,-7.36E-4f,-0.59527f,-0.80352f,-7.36E-4f,-0.59527f,-0.80352f,7.2654E-4f,0.58762f,-0.80914f,7.2654E-4f,0.58762f,-0.80914f,7.2654E-4f,0.58762f,-0.80914f,0.0011868f,0.9599f,0.28035f,0.0011868f,0.9599f,0.28035f,0.0011868f,0.9599f,0.28035f,-4.659E-18f,-3.7682E-15f,1.0f,-2.3295E-18f,-1.8841E-15f,1.0f,1.1648E-17f,9.4205E-15f,1.0f,4.659E-18f,3.7682E-15f,1.0f,8.7427E-4f,0.70711f,0.70711f,0.0012364f,1.0f,3.7673E-14f,8.7427E-4f,0.70711f,-0.70711f,-4.659E-18f,-3.7682E-15f,-1.0f,-8.7427E-4f,-0.70711f,-0.70711f,-0.0012364f,-1.0f,3.0136E-14f,-8.7427E-4f,-0.70711f,0.70711f,4.659E-18f,3.7682E-15f,1.0f,-7.1033E-15f,1.8929E-15f,1.0f,-9.9216E-4f,-0.80246f,0.59671f,-0.0012364f,-1.0f,-7.5411E-15f,-9.9216E-4f,-0.80246f,-0.59671f,2.3295E-18f,1.8841E-15f,-1.0f,9.9216E-4f,0.80246f,-0.59671f,0.0012364f,1.0f,-1.3977E-17f,9.9216E-4f,0.80246f,0.59671f,-7.1033E-15f,1.8929E-15f,1.0f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,-1.9002E-17f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,3.8611E-15f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,3.8421E-15f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,-1.9002E-17f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,0.0f,0.0f,0.0f,1.0f,-1.3977E-17f,-1.1305E-14f,1.0f,0.0f,0.0f,1.0f,-1.3977E-17f,-1.1305E-14f,1.0f,0.0012364f,1.0f,0.0f,4.659E-18f,3.7682E-15f,-1.0f,-0.0012364f,-1.0f,-1.5082E-14f,-0.0012364f,-1.0f,-4.5221E-14f,-4.659E-18f,-3.7682E-15f,-1.0f,0.0012364f,1.0f,1.5121E-14f,-4.659E-18f,-3.7682E-15f,1.0f,-9.3181E-18f,-7.5364E-15f,1.0f,-9.3181E-18f,-7.5364E-15f,1.0f,-1.1648E-17f,-9.4205E-15f,1.0f,-0.0011656f,-0.94274f,0.33353f,-0.0011656f,-0.94274f,0.33353f,-0.0011656f,-0.94274f,0.33353f,-0.0011656f,-0.94274f,0.33353f,-7.36E-4f,-0.59527f,-0.80352f,-7.36E-4f,-0.59527f,-0.80352f,-7.36E-4f,-0.59527f,-0.80352f,-7.36E-4f,-0.59527f,-0.80352f,7.2654E-4f,0.58762f,-0.80914f,7.2654E-4f,0.58762f,-0.80914f,7.2654E-4f,0.58762f,-0.80914f,7.2654E-4f,0.58762f,-0.80914f,0.0011868f,0.9599f,0.28035f,0.0011868f,0.9599f,0.28035f,0.0011868f,0.9599f,0.28035f,0.0011868f,0.9599f,0.28035f,-4.659E-18f,-3.7682E-15f,1.0f,-2.3295E-18f,-1.8841E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-4.659E-18f,-3.7682E-15f,1.0f,9.9216E-4f,0.80246f,0.59671f,0.0012364f,1.0f,-2.2637E-14f,9.9216E-4f,0.80246f,-0.59671f,2.3295E-18f,1.8841E-15f,-1.0f,-9.9216E-4f,-0.80246f,-0.59671f,-0.0012364f,-1.0f,-2.3295E-17f,-9.9216E-4f,-0.80246f,0.59671f,-4.659E-18f,-3.7682E-15f,1.0f,-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f}; return value; } private float[] getNormal_5_202_vector_5() { float[] value = {-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f,-1.0f,0.0012364f,0.0f,9.3181E-18f,7.5364E-15f,1.0f,2.3295E-18f,1.8841E-15f,1.0f,-1.1648E-17f,-9.4205E-15f,1.0f,-0.0012364f,-1.0f,-4.0767E-18f,-0.0012364f,-1.0f,7.5347E-15f,-0.0012364f,-1.0f,4.522E-14f,-0.0012364f,-1.0f,7.5376E-15f,0.0f,0.0f,-1.0f,-2.3295E-18f,-1.8841E-15f,-1.0f,-2.3295E-18f,-1.8841E-15f,-1.0f,6.9886E-18f,5.6523E-15f,-1.0f,0.0012364f,1.0f,-7.5376E-15f,0.0012364f,1.0f,7.5388E-15f,0.0012364f,1.0f,3.0147E-14f,0.0012364f,1.0f,7.5353E-15f,-2.3295E-18f,-1.8841E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,7.1024E-15f,-7.5452E-15f,1.0f,-9.9216E-4f,-0.80246f,0.59671f,-0.0012364f,-1.0f,2.2608E-14f,-9.9216E-4f,-0.80246f,-0.59671f,-3.2001E-4f,-0.25882f,-0.96593f,9.9216E-4f,0.80246f,-0.59671f,0.0012364f,1.0f,1.7471E-18f,9.9216E-4f,0.80246f,0.59671f,7.1024E-15f,-7.5452E-15f,1.0f,-6.9886E-18f,-5.6523E-15f,1.0f,-6.9886E-18f,-5.6523E-15f,1.0f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,0.0f,1.0f,-0.0012364f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.8756f,-0.02858f,0.48219f,0.8756f,-0.02858f,0.48219f,0.8756f,-0.02858f,0.48219f,0.85704f,-0.027974f,-0.5145f,0.85704f,-0.027974f,-0.5145f,0.85704f,-0.027974f,-0.5145f,-6.5909E-15f,2.1513E-16f,-1.0f,-9.4155E-16f,3.0732E-17f,-1.0f,1.8831E-15f,-6.1465E-17f,-1.0f,-0.8756f,0.02858f,-0.48219f,-0.8756f,0.02858f,-0.48219f,-0.8756f,0.02858f,-0.48219f,-0.85704f,0.027974f,0.5145f,-0.85704f,0.027974f,0.5145f,-0.85704f,0.027974f,0.5145f,-1.8831E-15f,6.1465E-17f,1.0f,-3.7662E-15f,1.2293E-16f,1.0f,0.0f,0.0f,1.0f,3.7662E-15f,-1.2293E-16f,1.0f,0.25868f,-0.0084434f,0.96593f,0.80203f,-0.026178f,0.59671f,0.99947f,-0.032623f,0.0f,0.80203f,-0.026178f,-0.59671f,0.25868f,-0.0084434f,-0.96593f,-0.25868f,0.0084434f,-0.96593f,-0.80203f,0.026178f,-0.59671f,-0.99947f,0.032623f,4.9172E-16f,-0.80203f,0.026178f,0.59671f,-0.25868f,0.0084434f,0.96593f,3.7662E-15f,-1.2293E-16f,1.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,-1.0454E-14f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,0.0f,-1.8831E-15f,6.1465E-17f,1.0f,-1.8831E-15f,6.1465E-17f,1.0f,0.94224f,-0.030755f,0.33353f,0.94224f,-0.030755f,0.33353f,0.59496f,-0.019419f,-0.80352f,0.59496f,-0.019419f,-0.80352f,-0.58731f,0.01917f,-0.80914f,-0.58731f,0.01917f,-0.80914f,-0.95939f,0.031315f,0.28035f,-0.95939f,0.031315f,0.28035f,-1.8831E-15f,6.1465E-17f,1.0f,-1.8831E-15f,6.1465E-17f,1.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,4.368E-18f}; return value; } private float[] getNormal_5_202_vector_6() { float[] value = {-0.032623f,-0.99947f,-8.6E-15f,-0.032623f,-0.99947f,-1.1619E-14f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,-1.2102E-14f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,8.5912E-15f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,-1.5804E-17f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,-1.5494E-14f,-5.6493E-15f,1.8439E-16f,1.0f,-1.8831E-15f,6.1465E-17f,1.0f,-5.6493E-15f,1.8439E-16f,1.0f,-1.8831E-15f,6.1465E-17f,1.0f,0.99947f,-0.032623f,1.7356E-14f,-1.8831E-15f,6.1465E-17f,-1.0f,-0.99947f,0.032623f,-1.8701E-16f,-0.99947f,0.032623f,6.0941E-16f,1.8831E-15f,-6.1465E-17f,-1.0f,0.99947f,-0.032623f,2.6312E-15f,-1.8831E-15f,6.1465E-17f,1.0f,3.7662E-15f,-1.2293E-16f,1.0f,0.94224f,-0.030755f,0.33353f,0.94224f,-0.030755f,0.33353f,0.59496f,-0.019419f,-0.80352f,0.59496f,-0.019419f,-0.80352f,-0.58731f,0.01917f,-0.80914f,-0.58731f,0.01917f,-0.80914f,-0.95939f,0.031315f,0.28035f,-0.95939f,0.031315f,0.28035f,-1.8831E-15f,6.1465E-17f,1.0f,3.7662E-15f,-1.2293E-16f,1.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,8.6924E-18f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,-8.6924E-18f,-0.032623f,-0.99947f,0.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,0.0f,-1.8831E-15f,6.1465E-17f,1.0f,-1.8831E-15f,6.1465E-17f,1.0f,0.94224f,-0.030755f,0.33353f,0.94224f,-0.030755f,0.33353f,0.59496f,-0.019419f,-0.80352f,0.59496f,-0.019419f,-0.80352f,-0.58731f,0.01917f,-0.80914f,-0.58731f,0.01917f,-0.80914f,-0.95939f,0.031315f,0.28035f,-0.95939f,0.031315f,0.28035f,-1.8831E-15f,6.1465E-17f,1.0f,-1.8831E-15f,6.1465E-17f,1.0f,-0.032623f,-0.99947f,-7.9022E-18f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,1.1852E-17f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,-0.032623f,-0.99947f,0.0f,0.032623f,0.99947f,7.9022E-18f,0.032623f,0.99947f,-2.4204E-14f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,-1.7182E-14f,0.032623f,0.99947f,1.1852E-17f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,-1.0012E-17f,0.032623f,0.99947f,0.0f,0.032623f,0.99947f,-1.7053E-14f,0.032623f,0.99947f,0.0f,3.7662E-15f,-1.2293E-16f,1.0f,0.0f,0.0f,1.0f,3.7662E-15f,-1.2293E-16f,1.0f,0.0f,0.0f,1.0f,-0.99947f,0.032623f,-2.5633E-16f,0.0f,0.0f,-1.0f,0.99947f,-0.032623f,2.4167E-15f,0.70673f,-0.023068f,0.70711f,0.70673f,-0.023068f,-0.70711f,0.0f,0.0f,-1.0f,-0.99947f,0.032623f,-1.7315E-15f,1.8831E-15f,-6.1465E-17f,1.0f,5.6493E-15f,-1.8439E-16f,1.0f,1.8831E-15f,-6.1465E-17f,1.0f,5.6493E-15f,-1.8439E-16f,1.0f,0.99947f,-0.032623f,5.1266E-16f,1.8831E-15f,-6.1465E-17f,-1.0f,-0.99947f,0.032623f,-9.625E-16f}; return value; } private float[] getNormal_5_202_vector_7() { float[] value = {-0.99947f,0.032623f,2.5633E-16f,1.8831E-15f,-6.1465E-17f,-1.0f,0.99947f,-0.032623f,7.2711E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-2.8018E-15f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-2.5838E-15f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-5.4332E-4f,1.0f,4.5239E-14f,-5.4332E-4f,1.0f,-1.5097E-14f,5.4332E-4f,-1.0f,-4.5192E-14f,-5.4332E-4f,1.0f,4.5239E-14f,-5.4332E-4f,1.0f,-1.5097E-14f,-3.8418E-4f,0.70711f,0.70711f,2.0473E-18f,-3.7682E-15f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,5.4332E-4f,-1.0f,-1.5032E-14f,2.0473E-18f,-3.7682E-15f,1.0f,-5.4332E-4f,1.0f,3.0142E-14f,-5.4332E-4f,1.0f,-1.5071E-14f,-5.4332E-4f,1.0f,3.0144E-14f,1.0237E-18f,-1.8841E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f}; return value; } private float[] getNormal_5_202_vector_8() { float[] value = {5.4332E-4f,-1.0f,1.5067E-14f,5.4332E-4f,-1.0f,1.5065E-14f,5.4332E-4f,-1.0f,-1.5079E-14f,-1.0237E-18f,1.8841E-15f,-1.0f,2.0473E-18f,-3.7682E-15f,-1.0f,-3.071E-18f,5.6523E-15f,-1.0f,-5.4332E-4f,1.0f,-2.2607E-14f,-5.4332E-4f,1.0f,1.5071E-14f,-5.4332E-4f,1.0f,-1.5077E-14f,-5.4332E-4f,1.0f,-1.5071E-14f,-4.3599E-4f,0.80246f,0.59671f,-1.4062E-4f,0.25882f,0.96593f,4.3599E-4f,-0.80246f,0.59671f,5.4332E-4f,-1.0f,0.0f,4.3599E-4f,-0.80246f,-0.59671f,1.4062E-4f,-0.25882f,-0.96593f,-4.3599E-4f,0.80246f,-0.59671f,-5.4332E-4f,1.0f,-1.5071E-14f,-5.4332E-4f,1.0f,-2.2609E-14f,-3.8418E-4f,0.70711f,-0.70711f,2.0473E-18f,-3.7682E-15f,-1.0f,3.8418E-4f,-0.70711f,-0.70711f,5.4332E-4f,-1.0f,2.2611E-14f,3.8418E-4f,-0.70711f,0.70711f,4.0947E-18f,-7.5364E-15f,1.0f,-3.8418E-4f,0.70711f,0.70711f,-5.4332E-4f,1.0f,-2.2609E-14f,1.0f,5.4332E-4f,0.0f,1.0f,5.4332E-4f,0.0f,1.0f,5.4332E-4f,0.0f,1.0f,5.4332E-4f,0.0f,1.0f,5.4332E-4f,0.0f,1.0f,5.4332E-4f,0.0f,1.0f,5.4332E-4f,0.0f,1.0f,5.4332E-4f,0.0f,1.0f,5.4332E-4f,0.0f,1.0f,5.4332E-4f,4.4031E-15f,1.0f,5.4332E-4f,0.0f,1.0f,5.4332E-4f,0.0f,1.0f,5.4332E-4f,-8.4233E-18f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,2.5674E-15f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,7.5446E-15f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-6.1752E-17f,1.0f,-3.0146E-14f,6.1752E-17f,1.0f,3.0146E-14f,-3.0876E-17f,-1.0f,-1.5073E-14f,3.0876E-17f,1.0f,1.5073E-14f,6.1752E-17f,1.0f,3.0146E-14f,-0.0020484f,3.7914E-15f,-1.0f,0.0020484f,3.7759E-15f,1.0f,-6.1752E-17f,1.0f,-3.0146E-14f,0.0020484f,-7.4747E-15f,1.0f,-9.2628E-17f,-1.0f,-4.5219E-14f,-0.0020484f,0.0f,-1.0f,-6.1752E-17f,1.0f,-3.0146E-14f,-7.719E-17f,1.0f,-3.7682E-14f,-1.5438E-17f,1.0f,-7.5364E-15f,1.235E-16f,1.0f,6.0291E-14f,3.0876E-17f,1.0f,1.5073E-14f,-0.0020484f,5.6369E-15f,-1.0f,-0.0020484f,1.861E-15f,-1.0f,-0.0020484f,-1.8995E-15f,-1.0f,-0.0020484f,-5.6678E-15f,-1.0f,-0.0020484f,-7.5596E-15f,-1.0f,7.719E-17f,-1.0f,3.7682E-14f,9.2628E-17f,-1.0f,4.5219E-14f,0.0f,-1.0f,0.0f}; return value; } private float[] getNormal_5_202_vector_9() { float[] value = {-3.0876E-17f,-1.0f,-1.5073E-14f,0.0020484f,-7.5364E-15f,1.0f,0.0020484f,1.5042E-14f,1.0f,0.0020484f,9.4128E-15f,1.0f,0.0020484f,0.0f,1.0f,-1.5438E-17f,1.0f,-7.5364E-15f,-1.5438E-17f,1.0f,-7.5364E-15f,0.0f,1.0f,0.0f,3.0876E-17f,1.0f,1.5073E-14f,0.0f,1.0f,0.0f,-0.0016438f,0.59671f,-0.80246f,-0.0016438f,-0.59671f,-0.80246f,-5.3018E-4f,-0.96593f,-0.25882f,0.0016438f,-0.59671f,0.80246f,0.0020484f,-5.66E-15f,1.0f,0.0016438f,0.59671f,0.80246f,0.0f,1.0f,0.0f,-1.0f,0.0f,0.0020484f,-1.0f,0.0f,0.0020484f,-1.0f,0.0f,0.0020484f,-1.0f,0.0f,0.0020484f,-1.0f,0.0f,0.0020484f,-1.0f,-1.3435E-17f,0.0020484f,-1.0f,0.0f,0.0020484f,-1.0f,-6.5723E-15f,0.0020484f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-7.739E-15f,1.0f,0.0f,5.4948E-15f,1.0f,0.0f,-7.739E-15f,1.0f,0.0f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-3.7687E-14f,6.102E-4f,-1.0f,-7.541E-15f,6.102E-4f,-1.0f,-2.2609E-14f,6.102E-4f,-1.0f,2.26E-14f,6.102E-4f,-0.33353f,0.94274f,2.0352E-4f,-0.33353f,0.94274f,2.0352E-4f,-0.33353f,0.94274f,2.0352E-4f,0.80352f,0.59527f,-4.9031E-4f,0.80352f,0.59527f,-4.9031E-4f,0.80352f,0.59527f,-4.9031E-4f,0.80914f,-0.58762f,-4.9374E-4f,0.80914f,-0.58762f,-4.9374E-4f,0.80914f,-0.58762f,-4.9374E-4f,-0.28035f,-0.9599f,1.7107E-4f,-0.28035f,-0.9599f,1.7107E-4f,-0.28035f,-0.9599f,1.7107E-4f,-1.0f,0.0f,6.102E-4f,-1.0f,7.541E-15f,6.102E-4f,-1.0f,-7.5341E-15f,6.102E-4f,-1.0f,2.26E-14f,6.102E-4f,-1.0f,-7.5364E-15f,6.102E-4f,-0.70711f,0.70711f,4.3148E-4f,1.5073E-14f,1.0f,-9.1975E-18f,0.70711f,0.70711f,-4.3148E-4f,1.0f,-7.5369E-14f,-6.102E-4f,0.70711f,-0.70711f,-4.3148E-4f,4.5219E-14f,-1.0f,-2.7592E-17f,-0.70711f,-0.70711f,4.3148E-4f,-1.0f,-7.5364E-15f,6.102E-4f,-0.70711f,-0.70711f,4.3148E-4f,-9.0435E-14f,-1.0f,4.4273E-15f,0.70711f,-0.70711f,-4.3148E-4f,1.0f,-1.5077E-14f,-6.102E-4f,0.70711f,0.70711f,-4.3148E-4f,1.5073E-14f,1.0f,-9.1975E-18f,-0.70711f,0.70711f,4.3148E-4f,-1.0f,3.7682E-14f,0.0f,1.0f,3.7682E-15f,0.0f,-1.0f,3.7682E-14f,0.0f}; return value; } private float[] getNormal_5_202_vector_10() { float[] value = {-0.70711f,-0.70711f,5.8649E-15f,-1.5073E-14f,-1.0f,0.0f,0.70711f,-0.70711f,-5.8649E-15f,0.70711f,0.70711f,-5.8649E-15f,3.0146E-14f,1.0f,-2.8318E-14f,-0.70711f,0.70711f,5.8649E-15f,-1.0f,-3.0146E-14f,0.0f,-0.70711f,0.70711f,0.0f,7.5364E-15f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,-3.7682E-15f,0.0f,0.70711f,-0.70711f,0.0f,0.0f,-1.0f,0.0f,-0.70711f,-0.70711f,0.0f,-1.0f,-3.0146E-14f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-3.2794E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-3.2794E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-1.0f,2.2614E-14f,6.102E-4f,-1.0f,3.7691E-14f,6.102E-4f,-1.0f,1.5073E-14f,6.102E-4f,-1.0f,-1.5077E-14f,6.102E-4f,-0.33353f,0.94274f,2.0352E-4f,-0.33353f,0.94274f,2.0352E-4f,-0.33353f,0.94274f,2.0352E-4f,0.80352f,0.59527f,-4.9031E-4f,0.80352f,0.59527f,-4.9031E-4f,0.80352f,0.59527f,-4.9031E-4f,0.80914f,-0.58762f,-4.9374E-4f,0.80914f,-0.58762f,-4.9374E-4f,0.80914f,-0.58762f,-4.9374E-4f,-0.28035f,-0.9599f,1.7107E-4f,-0.28035f,-0.9599f,1.7107E-4f,-0.28035f,-0.9599f,1.7107E-4f,-1.0f,7.5318E-15f,6.102E-4f,-1.0f,-7.5364E-15f,6.102E-4f,-1.0f,-7.5364E-15f,6.102E-4f,-1.0f,-1.5077E-14f,6.102E-4f,-1.0f,3.0143E-14f,6.102E-4f,-0.70711f,0.70711f,4.3148E-4f,-7.5364E-14f,1.0f,4.5987E-17f,0.70711f,0.70711f,-4.3148E-4f,1.0f,7.5318E-15f,-6.102E-4f,0.70711f,-0.70711f,-4.3148E-4f,-4.5216E-14f,-1.0f,4.7617E-15f,-0.70711f,-0.70711f,4.3148E-4f,-1.0f,3.0143E-14f,6.102E-4f,-0.70711f,-0.70711f,4.3148E-4f,-9.0436E-14f,-1.0f,2.9707E-15f,0.70711f,-0.70711f,-4.3148E-4f,1.0f,1.5082E-14f,-6.102E-4f,0.70711f,0.70711f,-4.3148E-4f,-4.5219E-14f,1.0f,2.7592E-17f,-0.70711f,0.70711f,4.3148E-4f,-1.0f,3.7682E-15f,0.0f,-1.0f,3.0146E-14f,0.0f,-0.33353f,-0.94274f,0.0f,0.80352f,-0.59527f,0.0f,0.80914f,0.58762f,0.0f,-0.28035f,0.9599f,0.0f,-1.0f,3.7682E-15f,0.0f,-1.0f,3.0146E-14f,0.0f,-0.70711f,-0.70711f,0.0f,1.5073E-14f,-1.0f,0.0f,0.70711f,-0.70711f,-5.8863E-15f,1.0f,-3.7682E-15f,0.0f,0.70711f,0.70711f,-5.8863E-15f,1.5073E-14f,1.0f,0.0f,-0.70711f,0.70711f,5.8863E-15f,0.0f,0.0f,1.0f,0.0f,-3.3761E-15f,1.0f,0.0f,-4.1114E-15f,1.0f,0.0f,0.0f,1.0f,-5.1227E-15f,0.0f,1.0f,-3.8767E-15f,0.0f,1.0f,-4.4046E-15f,-3.879E-29f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,4.4033E-15f,1.0f,0.0f,-3.8757E-15f,1.0f,0.0f,0.0f,1.0f,1.3926E-14f,-5.2255E-16f,-1.0f,1.0f,3.8012E-18f,-3.4814E-15f,6.2665E-14f,4.0599E-16f,-1.0f,0.37148f,-1.1881E-15f,-0.92844f,0.70711f,-1.1669E-15f,-0.70711f}; return value; } private float[] getNormal_5_202_vector_11() { float[] value = {0.91918f,-5.5574E-16f,-0.39383f,1.0f,1.5633E-17f,-3.3073E-14f,6.2665E-14f,1.6136E-16f,-1.0f,0.37148f,2.9739E-16f,-0.92844f,0.70711f,-8.6569E-16f,-0.70711f,0.91918f,-3.5348E-16f,-0.39383f,1.0f,5.9858E-17f,-8.0942E-14f,4.8739E-14f,3.3824E-16f,-1.0f,0.37148f,5.9703E-16f,-0.92844f,0.70711f,3.6865E-16f,-0.70711f,0.91918f,1.9445E-16f,-0.39383f,1.0f,1.0668E-16f,-8.3553E-14f,3.8295E-14f,-1.1785E-15f,-1.0f,1.0f,1.7097E-16f,-5.048E-14f,1.0f,1.4766E-16f,-1.7407E-15f,1.3926E-13f,7.1873E-16f,1.0f,1.0f,5.0746E-17f,6.9628E-15f,0.92844f,3.6192E-16f,0.37148f,0.70711f,-2.8913E-15f,0.70711f,0.39383f,-1.0818E-15f,0.91918f,8.0072E-14f,3.5909E-16f,1.0f,1.0f,-5.9858E-17f,-1.7407E-15f,0.92844f,5.0517E-16f,0.37148f,0.70711f,-3.842E-16f,0.70711f,0.39383f,-6.9026E-16f,0.91918f,2.7851E-14f,1.145E-16f,1.0f,1.0f,-1.3042E-17f,6.0924E-15f,0.92844f,-5.3593E-16f,0.37148f,0.70711f,-3.2351E-15f,0.70711f,0.39383f,-7.0879E-16f,0.91918f,-2.437E-14f,-6.5571E-16f,1.0f,1.0f,0.0f,-1.0444E-14f,-1.9148E-13f,0.0f,1.0f,-1.0f,-3.8938E-15f,8.5294E-14f,-6.6146E-14f,4.5218E-17f,-1.0f,-1.0f,-4.3715E-16f,1.41E-13f,-0.92844f,4.6277E-16f,-0.37148f,-0.70711f,1.6965E-15f,-0.70711f,-0.39383f,6.4349E-16f,-0.91918f,-4.1777E-14f,-2.498E-16f,-1.0f,-1.0f,1.1125E-15f,1.1402E-13f,-0.92844f,6.0106E-16f,-0.37148f,-0.70711f,-4.2278E-17f,-0.70711f,-0.39383f,3.544E-16f,-0.91918f,-2.437E-14f,1.0342E-17f,-1.0f,-1.0f,1.6954E-15f,6.0054E-14f,-0.92844f,3.3237E-16f,-0.37148f,-0.70711f,-1.1519E-15f,-0.70711f,-0.39383f,1.391E-15f,-0.91918f,3.1332E-14f,3.4341E-16f,-1.0f,-1.0f,-1.1645E-29f,-9.5738E-15f,1.6014E-13f,0.0f,-1.0f,-1.9496E-13f,-3.6887E-16f,1.0f,-1.0f,-4.3195E-15f,2.0366E-13f,-1.7059E-13f,-1.7956E-16f,1.0f,-0.37148f,-2.5944E-15f,0.92844f,-0.70711f,-5.1696E-15f,0.70711f,-0.91918f,-7.6369E-16f,0.39383f,-1.0f,-1.9923E-15f,9.3997E-14f,-1.4622E-13f,-3.3828E-16f,1.0f,-0.37148f,-1.5428E-15f,0.92844f,-0.70711f,-1.6772E-15f,0.70711f,-0.91918f,-1.2178E-15f,0.39383f,-1.0f,1.9106E-17f,7.572E-14f,-1.6363E-13f,2.2899E-16f,1.0f,-0.37148f,1.2502E-16f,0.92844f,-0.70711f,-2.2082E-15f,0.70711f,-0.91918f,-5.5539E-17f,0.39383f,-1.0f,2.0284E-15f,1.0618E-13f,-1.9496E-13f,1.2543E-15f,1.0f,-1.0f,3.8134E-15f,1.9931E-13f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_203_point_1() { float[] value = {0.23068f,0.78623f,0.23068f,0.79654f,0.26351f,0.78623f,0.26351f,0.79654f,0.26351f,0.80684f,0.29675f,0.78623f,0.29675f,0.79654f,0.29675f,0.80684f,0.32845f,0.78623f,0.32845f,0.79654f,0.32845f,0.80684f,0.36128f,0.78623f,0.36128f,0.79654f,0.36128f,0.80684f,0.39451f,0.78623f,0.39451f,0.79654f,0.39451f,0.80684f,0.42622f,0.78623f,0.42622f,0.79654f,0.23068f,0.77717f,0.23931f,0.77685f,0.25944f,0.77617f,0.27957f,0.77593f,0.29969f,0.77617f,0.31982f,0.77685f,0.33708f,0.77749f,0.35721f,0.77816f,0.37734f,0.7784f,0.39746f,0.77816f,0.41759f,0.77749f,0.42622f,0.77717f,0.42622f,0.80684f,0.23068f,0.80684f,0.05947f,0.24892f,0.073551f,0.22405f,0.10246f,0.22351f,0.11748f,0.24892f,0.10339f,0.27379f,0.074488f,0.27433f,0.064743f,0.24892f,0.088473f,0.27265f,0.10525f,0.2657f,0.10525f,0.23214f,0.088473f,0.22519f,0.11534f,0.68653f,0.11534f,0.72113f,0.14381f,0.68653f,0.14381f,0.72113f,0.17228f,0.68653f,0.17228f,0.72113f,0.20075f,0.68653f,0.20075f,0.72113f,0.22922f,0.68653f,0.22922f,0.72113f,0.05947f,0.39803f,0.088473f,0.36903f,0.11748f,0.39803f,0.088473f,0.42703f,0.064743f,0.39803f,0.088473f,0.42176f,0.1122f,0.39803f,0.088473f,0.3743f,0.0f,0.24892f,0.029003f,0.21992f,0.058005f,0.24892f,0.029003f,0.27792f,0.0052732f,0.24892f,0.029003f,0.27265f,0.052732f,0.24892f,0.029003f,0.22519f,0.99854f,0.23138f,0.51438f,0.23138f,0.99854f,0.27842f,0.99854f,0.32546f,0.51438f,0.32546f,0.51438f,0.30194f,0.51438f,0.29018f,0.51438f,0.26666f,0.51438f,0.2549f,0.99854f,0.2549f,0.99854f,0.30194f,0.0f,0.62953f,0.0f,0.66413f,0.028469f,0.62953f,0.028469f,0.66413f,0.056938f,0.62953f,0.056938f,0.66413f,0.085408f,0.62953f,0.085408f,0.66413f,0.11388f,0.62953f,0.11388f,0.66413f,0.14219f,0.62882f,0.11534f,0.60198f,0.14219f,0.57513f,0.16903f,0.60198f,0.14219f,0.62394f,0.16415f,0.60198f,0.14219f,0.58001f,0.12022f,0.60198f,0.0f,0.47258f}; return value; } private float[] getTextureCoordinate_5_203_point_2() { float[] value = {0.029003f,0.44358f,0.058005f,0.47258f,0.029003f,0.50159f,0.0f,0.57383f,0.0f,0.59113f,0.0f,0.60843f,0.022016f,0.57383f,0.022016f,0.60843f,0.045248f,0.57383f,0.045248f,0.60843f,0.068465f,0.57383f,0.068465f,0.60843f,0.090845f,0.57383f,0.090845f,0.60843f,0.11388f,0.57383f,0.11388f,0.59113f,0.11388f,0.60843f,0.0f,0.39803f,0.020872f,0.37019f,0.05247f,0.38099f,0.052307f,0.41529f,0.019329f,0.42537f,0.0052732f,0.39803f,0.029003f,0.42176f,0.052732f,0.39803f,0.029003f,0.3743f,0.05947f,0.32347f,0.080342f,0.29563f,0.11194f,0.30643f,0.11178f,0.34074f,0.078799f,0.35082f,0.064743f,0.32347f,0.088473f,0.3472f,0.1122f,0.32347f,0.088473f,0.29974f,0.99854f,0.0f,0.51438f,0.0f,0.99854f,0.047043f,0.51438f,0.047043f,0.99854f,0.094086f,0.51438f,0.094086f,0.99854f,0.023522f,0.99854f,0.070565f,0.51438f,0.070565f,0.51438f,0.023522f,0.99854f,0.46275f,0.51438f,0.46275f,0.99854f,0.50979f,0.51438f,0.50979f,0.99854f,0.55684f,0.51438f,0.55684f,0.51438f,0.53331f,0.51438f,0.48627f,0.99854f,0.48627f,0.99854f,0.53331f,0.60839f,0.7879f,0.61426f,0.78713f,0.6266f,0.77876f,0.63108f,0.76523f,0.6266f,0.75169f,0.61426f,0.74332f,0.60251f,0.74332f,0.59017f,0.75169f,0.58569f,0.76523f,0.59017f,0.77876f,0.60251f,0.78713f,0.5185f,0.83633f,0.51438f,0.83221f,0.51438f,0.69825f,0.5185f,0.69413f,0.75382f,0.69413f,0.75794f,0.69825f,0.75794f,0.83221f,0.75382f,0.83633f,0.6645f,0.7879f,0.67038f,0.78713f,0.68271f,0.77876f,0.68719f,0.76523f,0.68271f,0.75169f,0.67038f,0.74332f,0.65863f,0.74332f,0.64629f,0.75169f,0.64181f,0.76523f,0.64629f,0.77876f,0.65863f,0.78713f,0.76346f,0.99849f,0.75941f,0.99444f,0.75941f,0.86293f,0.76346f,0.85888f,0.99449f,0.85888f,0.99854f,0.86293f,0.99854f,0.99444f,0.99449f,0.99849f,0.2718f,0.0f,0.2718f,0.21122f,0.51291f,0.0f,0.51291f,0.21122f,0.51291f,0.053508f,0.51291f,0.10496f,0.51291f,0.15764f}; return value; } private float[] getTextureCoordinate_5_203_point_3() { float[] value = {0.2718f,0.15764f,0.2718f,0.10496f,0.2718f,0.053508f,0.11534f,0.74093f,0.22922f,0.74093f,0.22922f,0.91617f,0.11534f,0.91617f,0.11534f,0.87172f,0.11534f,0.82801f,0.11534f,0.78533f,0.22922f,0.78533f,0.22922f,0.82801f,0.22922f,0.87172f,0.18367f,0.82854f,0.17907f,0.8194f,0.17228f,0.81715f,0.16548f,0.8194f,0.16127f,0.83149f,0.16548f,0.83768f,0.17228f,0.83993f,0.17907f,0.83768f,0.2718f,0.25907f,0.2718f,0.47029f,0.51291f,0.25907f,0.51291f,0.47029f,0.2718f,0.41671f,0.2718f,0.36403f,0.2718f,0.31258f,0.51291f,0.31258f,0.51291f,0.36403f,0.51291f,0.41671f,0.0f,0.74093f,0.11388f,0.74093f,0.11388f,0.78533f,0.11388f,0.82801f,0.11388f,0.87172f,0.11388f,0.91617f,0.0f,0.91617f,0.0f,0.87172f,0.0f,0.82801f,0.0f,0.78533f,0.045551f,0.82855f,0.045939f,0.8315f,0.050145f,0.83769f,0.056942f,0.83994f,0.063739f,0.83769f,0.067944f,0.8315f,0.067944f,0.82561f,0.063739f,0.81941f,0.056942f,0.81716f,0.050145f,0.81941f,0.045939f,0.82561f,0.51291f,0.92001f,0.23068f,0.92001f,0.51291f,0.96695f,0.23068f,0.96695f,0.51291f,0.93174f,0.51291f,0.94348f,0.51291f,0.95521f,0.23068f,0.95521f,0.23068f,0.94348f,0.23068f,0.93174f,0.0f,0.09582f,0.0f,0.10261f,0.0f,0.10939f,0.023235f,0.09582f,0.023235f,0.10261f,0.023235f,0.10939f,0.046761f,0.09582f,0.046761f,0.10261f,0.046761f,0.10939f,0.069203f,0.09582f,0.069203f,0.10261f,0.069203f,0.10939f,0.092438f,0.09582f,0.092438f,0.10261f,0.092438f,0.10939f,0.11596f,0.09582f,0.11596f,0.10261f,0.11596f,0.10939f,0.13841f,0.09582f,0.13841f,0.10261f,0.13841f,0.10939f,0.13841f,0.11615f,0.1323f,0.11614f,0.11805f,0.11613f,0.1038f,0.11612f,0.089558f,0.11613f,0.075312f,0.11614f,0.063094f,0.11616f,0.048848f,0.11617f,0.034602f,0.11618f,0.020355f,0.11617f,0.0061091f,0.11616f,0.0f,0.11615f,0.28337f,0.57257f,0.29194f,0.55743f,0.30954f,0.5571f,0.31868f,0.57257f,0.31011f,0.58771f}; return value; } private float[] getTextureCoordinate_5_203_point_4() { float[] value = {0.29251f,0.58804f,0.28884f,0.57257f,0.30106f,0.58479f,0.31328f,0.57257f,0.30106f,0.56034f,0.0f,0.12127f,0.0f,0.12636f,0.0f,0.13145f,0.026758f,0.12127f,0.026758f,0.12636f,0.026758f,0.13145f,0.054994f,0.12127f,0.054994f,0.12636f,0.054994f,0.13145f,0.083212f,0.12127f,0.083212f,0.12636f,0.083212f,0.13145f,0.11041f,0.12127f,0.11041f,0.12636f,0.11041f,0.13145f,0.13841f,0.12127f,0.13841f,0.12636f,0.13841f,0.13145f,0.13841f,0.13654f,0.12111f,0.13654f,0.1038f,0.13654f,0.086504f,0.13654f,0.069203f,0.13654f,0.051902f,0.13654f,0.034602f,0.13654f,0.017301f,0.13654f,0.0f,0.13654f,0.0f,0.11621f,0.020355f,0.11623f,0.034602f,0.11623f,0.048848f,0.11623f,0.069203f,0.11621f,0.089558f,0.11619f,0.1038f,0.11618f,0.11805f,0.11619f,0.13841f,0.11621f,0.23068f,0.64613f,0.23585f,0.63364f,0.24834f,0.62847f,0.26083f,0.63364f,0.266f,0.64613f,0.26083f,0.65861f,0.24834f,0.66378f,0.23585f,0.65861f,0.23615f,0.64612f,0.24837f,0.65835f,0.2606f,0.64612f,0.24837f,0.6339f,0.51291f,0.66525f,0.23068f,0.66525f,0.51291f,0.71219f,0.23068f,0.71219f,0.51291f,0.67698f,0.51291f,0.68872f,0.51291f,0.70045f,0.23068f,0.70045f,0.23068f,0.68872f,0.23068f,0.67698f,0.18554f,0.51813f,0.18178f,0.51813f,0.17802f,0.51813f,0.17426f,0.51813f,0.18554f,0.53793f,0.18178f,0.53793f,0.17802f,0.53793f,0.17426f,0.53793f,0.18554f,0.55882f,0.18178f,0.55882f,0.17802f,0.55882f,0.17426f,0.55882f,0.18554f,0.5797f,0.18178f,0.5797f,0.17802f,0.5797f,0.17426f,0.5797f,0.18554f,0.59982f,0.18178f,0.59982f,0.17802f,0.59982f,0.17426f,0.59982f,0.18554f,0.62053f,0.18178f,0.62053f,0.17802f,0.62053f,0.17426f,0.62053f,0.17052f,0.62053f,0.17053f,0.60547f,0.17054f,0.59493f,0.17053f,0.58439f,0.17052f,0.56933f,0.1705f,0.55427f,0.1705f,0.54373f,0.1705f,0.53319f,0.17052f,0.51813f,0.28337f,0.53579f,0.29608f,0.51884f,0.31531f,0.52542f,0.31521f,0.5463f}; return value; } private float[] getTextureCoordinate_5_203_point_5() { float[] value = {0.29514f,0.55244f,0.28884f,0.53579f,0.30106f,0.54801f,0.31328f,0.53579f,0.30106f,0.52357f,0.21187f,0.51813f,0.20811f,0.51813f,0.20434f,0.51813f,0.21187f,0.54373f,0.20811f,0.54373f,0.20434f,0.54373f,0.20058f,0.54373f,0.21187f,0.56933f,0.20811f,0.56933f,0.20434f,0.56933f,0.20058f,0.56933f,0.21187f,0.59493f,0.20811f,0.59493f,0.20434f,0.59493f,0.20058f,0.59493f,0.21187f,0.62053f,0.20811f,0.62053f,0.20434f,0.62053f,0.21561f,0.51813f,0.2156f,0.53319f,0.21559f,0.54373f,0.2156f,0.55427f,0.21561f,0.56481f,0.21563f,0.58439f,0.21563f,0.59493f,0.21563f,0.60547f,0.21561f,0.62053f,0.20058f,0.62053f,0.20058f,0.51813f,0.30103f,0.62847f,0.31868f,0.64613f,0.30103f,0.66378f,0.28337f,0.64613f,0.30103f,0.63394f,0.2888f,0.64616f,0.30103f,0.65838f,0.31325f,0.64616f,0.23068f,0.75547f,0.23068f,0.7657f,0.23068f,0.77593f,0.26351f,0.75547f,0.26351f,0.7657f,0.26351f,0.77593f,0.29675f,0.75547f,0.29675f,0.7657f,0.29675f,0.77593f,0.32845f,0.75547f,0.32845f,0.7657f,0.32845f,0.77593f,0.36128f,0.75547f,0.36128f,0.7657f,0.36128f,0.77593f,0.39451f,0.75547f,0.39451f,0.7657f,0.39451f,0.77593f,0.42622f,0.75547f,0.42622f,0.7657f,0.42622f,0.77593f,0.23068f,0.74626f,0.23931f,0.74652f,0.25944f,0.74707f,0.27957f,0.74727f,0.29969f,0.74707f,0.31982f,0.74652f,0.33708f,0.74599f,0.35721f,0.74544f,0.37734f,0.74524f,0.39746f,0.74544f,0.41759f,0.74599f,0.42622f,0.74626f,0.33606f,0.62774f,0.35356f,0.59683f,0.38948f,0.59616f,0.40815f,0.62774f,0.39065f,0.65865f,0.35472f,0.65932f,0.34261f,0.62773f,0.3721f,0.65723f,0.40159f,0.62773f,0.3721f,0.59824f,0.0f,0.51813f,0.0f,0.55273f,0.022016f,0.51813f,0.022016f,0.55273f,0.045248f,0.51813f,0.045248f,0.55273f,0.068465f,0.51813f,0.068465f,0.55273f,0.090845f,0.51813f,0.090845f,0.55273f,0.11388f,0.51813f,0.11388f,0.55273f,0.42522f,0.62774f,0.45116f,0.59314f,0.49043f,0.60656f}; return value; } private float[] getTextureCoordinate_5_203_point_6() { float[] value = {0.49023f,0.64919f,0.44924f,0.66172f,0.43177f,0.62774f,0.46126f,0.65723f,0.49075f,0.62774f,0.46126f,0.59825f,0.3721f,0.59023f,0.3375f,0.56429f,0.35092f,0.52501f,0.39356f,0.52522f,0.40608f,0.5662f,0.3721f,0.58367f,0.40159f,0.55418f,0.3721f,0.52469f,0.34261f,0.55418f,0.99854f,0.11569f,0.51438f,0.11569f,0.99854f,0.20977f,0.51438f,0.20977f,0.51438f,0.18625f,0.51438f,0.16273f,0.51438f,0.13921f,0.99854f,0.13921f,0.99854f,0.16273f,0.99854f,0.18625f,0.0f,0.68523f,0.0f,0.71983f,0.022016f,0.68523f,0.022016f,0.71983f,0.045248f,0.68523f,0.045248f,0.71983f,0.068465f,0.68523f,0.068465f,0.71983f,0.090845f,0.68523f,0.090845f,0.71983f,0.11388f,0.68523f,0.11388f,0.71983f,0.42522f,0.55418f,0.45116f,0.51958f,0.49043f,0.533f,0.49023f,0.57564f,0.44924f,0.58816f,0.43177f,0.55418f,0.46126f,0.58367f,0.49075f,0.55418f,0.46126f,0.52469f,0.14219f,0.57183f,0.11642f,0.55251f,0.12641f,0.52326f,0.15817f,0.52341f,0.1675f,0.55393f,0.11534f,0.63212f,0.11534f,0.66672f,0.13736f,0.63212f,0.13736f,0.66672f,0.16059f,0.63212f,0.16059f,0.66672f,0.18381f,0.63212f,0.18381f,0.66672f,0.20619f,0.63212f,0.20619f,0.66672f,0.22922f,0.63212f,0.22922f,0.66672f,0.05947f,0.47258f,0.080342f,0.44474f,0.11194f,0.45554f,0.11178f,0.48985f,0.078799f,0.49992f,0.064743f,0.47258f,0.088473f,0.49631f,0.1122f,0.47258f,0.088473f,0.44886f,0.0f,0.32347f,0.020872f,0.29563f,0.05247f,0.30643f,0.052307f,0.34074f,0.019329f,0.35082f,0.0052732f,0.32347f,0.012223f,0.34025f,0.045782f,0.34025f,0.052732f,0.32347f,0.029003f,0.29974f,0.99854f,0.34706f,0.51438f,0.34706f,0.99854f,0.44115f,0.51438f,0.44115f,0.99854f,0.37058f,0.99854f,0.39411f,0.99854f,0.41763f,0.51438f,0.42939f,0.51438f,0.40587f,0.51438f,0.39411f,0.51438f,0.37058f,0.99854f,0.57844f,0.51438f,0.57844f,0.99854f,0.67252f,0.51438f,0.67252f,0.51438f,0.649f,0.51438f,0.62548f,0.51438f,0.60196f}; return value; } private float[] getTextureCoordinate_5_203_point_7() { float[] value = {0.99854f,0.60196f,0.99854f,0.62548f,0.99854f,0.649f,0.9848f,0.7765f,0.9848f,0.85741f,0.93985f,0.85741f,0.93985f,0.7765f,0.92466f,0.7765f,0.92466f,0.85741f,0.8797f,0.85741f,0.8797f,0.7765f,0.61951f,0.84738f,0.57564f,0.84738f,0.61951f,0.93572f,0.57564f,0.93572f,0.81956f,0.81791f,0.81956f,0.85741f,0.86375f,0.85741f,0.84165f,0.82482f,0.83399f,0.82736f,0.82925f,0.84098f,0.83399f,0.84796f,0.84165f,0.8505f,0.84931f,0.84796f,0.85405f,0.83434f,0.84931f,0.82736f,0.86375f,0.81791f,0.55825f,0.84738f,0.51438f,0.84738f,0.55825f,0.93572f,0.51438f,0.93572f,0.81956f,0.77693f,0.81956f,0.81644f,0.86375f,0.81644f,0.86375f,0.77693f,0.82881f,0.79668f,0.83399f,0.80699f,0.84165f,0.80952f,0.84931f,0.80699f,0.85449f,0.79668f,0.84931f,0.78638f,0.84165f,0.78384f,0.83399f,0.78638f,0.9848f,0.69413f,0.9848f,0.77504f,0.93985f,0.77504f,0.93985f,0.69413f,0.92466f,0.69413f,0.92466f,0.77504f,0.8797f,0.77504f,0.8797f,0.69413f,0.23068f,0.86343f,0.23068f,0.91854f,0.34165f,0.86343f,0.34165f,0.91854f,0.75941f,0.81791f,0.75941f,0.85741f,0.8036f,0.85741f,0.79434f,0.83766f,0.78916f,0.82736f,0.7815f,0.82482f,0.77383f,0.82736f,0.76866f,0.83766f,0.77383f,0.84796f,0.7815f,0.8505f,0.78916f,0.84796f,0.8036f,0.81791f,0.23068f,0.80684f,0.23068f,0.86196f,0.34165f,0.80684f,0.34165f,0.86196f,0.75941f,0.77693f,0.75941f,0.81644f,0.8036f,0.81644f,0.8036f,0.77693f,0.7815f,0.78384f,0.7712f,0.78902f,0.76866f,0.79668f,0.7712f,0.80434f,0.78483f,0.80908f,0.79181f,0.80434f,0.79434f,0.79668f,0.79181f,0.78902f,0.75794f,0.93718f,0.51438f,0.93718f,0.51438f,0.9658f,0.75794f,0.99441f,0.51438f,0.99441f,0.51438f,0.98726f,0.51438f,0.98011f,0.51438f,0.95149f,0.75794f,0.95149f,0.75793f,0.9658f,0.75794f,0.98011f,0.22692f,0.51813f,0.22316f,0.51813f,0.21939f,0.51813f,0.22692f,0.54373f,0.22316f,0.54373f,0.21939f,0.54373f}; return value; } private float[] getTextureCoordinate_5_203_point_8() { float[] value = {0.22692f,0.56933f,0.22316f,0.56933f,0.21939f,0.56933f,0.22692f,0.59493f,0.22316f,0.59493f,0.21939f,0.59493f,0.22692f,0.62053f,0.22316f,0.62053f,0.21939f,0.62053f,0.23067f,0.51813f,0.23067f,0.52867f,0.23067f,0.53921f,0.23068f,0.55879f,0.23068f,0.56933f,0.23068f,0.57987f,0.23068f,0.59041f,0.23067f,0.60999f,0.23067f,0.62053f,0.21563f,0.62053f,0.21563f,0.60773f,0.21563f,0.59493f,0.21563f,0.58213f,0.21563f,0.56933f,0.21563f,0.55653f,0.21563f,0.54373f,0.21563f,0.53093f,0.21563f,0.51813f,0.24834f,0.55345f,0.23585f,0.54828f,0.23068f,0.53579f,0.23585f,0.52331f,0.24834f,0.51813f,0.26083f,0.52331f,0.266f,0.53579f,0.26083f,0.54828f,0.24834f,0.54802f,0.25699f,0.54444f,0.26057f,0.53579f,0.24834f,0.52357f,0.23612f,0.53579f,0.80287f,0.73553f,0.75941f,0.73553f,0.80287f,0.77547f,0.75941f,0.77547f,0.80287f,0.69413f,0.75941f,0.69413f,0.80287f,0.73406f,0.75941f,0.73406f,0.74114f,0.84738f,0.69815f,0.84738f,0.74114f,0.89082f,0.69815f,0.89082f,0.11894f,0.43296f,0.11894f,0.50114f,0.19391f,0.43296f,0.19391f,0.50114f,0.67988f,0.84738f,0.63689f,0.84738f,0.67988f,0.89082f,0.63689f,0.89082f,0.65839f,0.88307f,0.66826f,0.87898f,0.67236f,0.8691f,0.66826f,0.85922f,0.65839f,0.85513f,0.64851f,0.85922f,0.64442f,0.8691f,0.64851f,0.87898f,0.11894f,0.34779f,0.11894f,0.41596f,0.19391f,0.34779f,0.19391f,0.41596f,0.15539f,0.36654f,0.14005f,0.38188f,0.15539f,0.39722f,0.17072f,0.38188f,0.13517f,0.0f,0.0f,0.0f,0.0f,0.02988f,0.13517f,0.059761f,0.0f,0.059761f,0.0f,0.044821f,0.0f,0.01494f,0.27032f,0.0f,0.27034f,0.01494f,0.27032f,0.02988f,0.2703f,0.044821f,0.27032f,0.059761f,0.0f,0.14164f,0.0f,0.14673f,0.0f,0.15183f,0.0f,0.15692f,0.034602f,0.13654f,0.034602f,0.14164f,0.034602f,0.14673f,0.034602f,0.15183f,0.034602f,0.15692f,0.069203f,0.14164f,0.069203f,0.14673f,0.069203f,0.15183f}; return value; } private float[] getTextureCoordinate_5_203_point_9() { float[] value = {0.069203f,0.15692f,0.1038f,0.14164f,0.1038f,0.14673f,0.1038f,0.15183f,0.1038f,0.15692f,0.13841f,0.14164f,0.13841f,0.14673f,0.13841f,0.15183f,0.13841f,0.15692f,0.0f,0.13658f,0.020355f,0.13655f,0.048848f,0.13655f,0.063094f,0.13657f,0.089558f,0.13662f,0.1038f,0.13663f,0.11805f,0.13662f,0.13841f,0.13658f,0.24834f,0.59023f,0.23068f,0.57257f,0.24834f,0.55491f,0.266f,0.57257f,0.24834f,0.58479f,0.26057f,0.57257f,0.24834f,0.56035f,0.23612f,0.57257f,0.86302f,0.73553f,0.81956f,0.73553f,0.86302f,0.77547f,0.81956f,0.77547f,0.86302f,0.69413f,0.81956f,0.69413f,0.86302f,0.73406f,0.81956f,0.73406f,0.74114f,0.89228f,0.69815f,0.89228f,0.74114f,0.93572f,0.69815f,0.93572f,0.19537f,0.43296f,0.19537f,0.50114f,0.27034f,0.43296f,0.27034f,0.50114f,0.23279f,0.4517f,0.21745f,0.46704f,0.23279f,0.48238f,0.24812f,0.46704f,0.67988f,0.89228f,0.63689f,0.89228f,0.67988f,0.93572f,0.63689f,0.93572f,0.65839f,0.92797f,0.66826f,0.92388f,0.67236f,0.914f,0.66826f,0.90412f,0.65839f,0.90003f,0.64851f,0.90412f,0.64442f,0.914f,0.64851f,0.92388f,0.19537f,0.34779f,0.19537f,0.41596f,0.27034f,0.34779f,0.27034f,0.41596f,0.11894f,0.23981f,0.11894f,0.2597f,0.11894f,0.27959f,0.11894f,0.29948f,0.13343f,0.23981f,0.13343f,0.2597f,0.13343f,0.27959f,0.14873f,0.23981f,0.14873f,0.2597f,0.14873f,0.27959f,0.16401f,0.23981f,0.16401f,0.2597f,0.16401f,0.27959f,0.17874f,0.23981f,0.17874f,0.2597f,0.17874f,0.27959f,0.19391f,0.23981f,0.19391f,0.2597f,0.19391f,0.27959f,0.19391f,0.29948f,0.11894f,0.21993f,0.12831f,0.21993f,0.13768f,0.21992f,0.14705f,0.21992f,0.15642f,0.21992f,0.16579f,0.21992f,0.17517f,0.21992f,0.18454f,0.21993f,0.19391f,0.21993f,0.18454f,0.29947f,0.17517f,0.29947f,0.16579f,0.29946f,0.15642f,0.29946f,0.14705f,0.29946f,0.13768f,0.29947f,0.12831f,0.29947f,0.0f,0.15692f,0.069203f,0.15692f,0.13841f,0.15692f}; return value; } private float[] getTextureCoordinate_5_203_point_10() { float[] value = {0.017301f,0.15692f,0.034602f,0.15692f,0.051902f,0.15692f,0.086504f,0.15692f,0.1038f,0.15692f,0.12111f,0.15692f,0.13841f,0.17733f,0.12111f,0.17733f,0.1038f,0.17733f,0.086504f,0.17733f,0.069203f,0.17733f,0.051902f,0.17733f,0.034602f,0.17733f,0.017301f,0.17733f,0.0f,0.17733f,0.30103f,0.627f,0.28854f,0.62183f,0.28337f,0.60935f,0.28854f,0.59686f,0.30103f,0.59169f,0.31351f,0.59686f,0.31868f,0.60935f,0.31351f,0.62183f,0.30103f,0.62156f,0.30967f,0.61798f,0.31325f,0.60934f,0.30967f,0.6007f,0.30103f,0.59712f,0.29238f,0.6007f,0.2888f,0.60934f,0.29238f,0.61798f,0.19537f,0.23982f,0.19537f,0.25972f,0.19537f,0.27963f,0.19537f,0.29953f,0.20987f,0.23982f,0.20987f,0.25972f,0.20987f,0.27963f,0.22516f,0.23982f,0.22516f,0.25972f,0.22516f,0.27963f,0.24044f,0.23982f,0.24044f,0.25972f,0.24044f,0.27963f,0.25518f,0.23982f,0.25518f,0.25972f,0.25518f,0.27963f,0.27034f,0.23982f,0.27034f,0.25972f,0.27034f,0.27963f,0.27034f,0.29953f,0.19537f,0.21993f,0.20474f,0.21993f,0.21411f,0.21992f,0.22349f,0.21992f,0.23286f,0.21992f,0.24223f,0.21992f,0.2516f,0.21992f,0.26097f,0.21993f,0.27034f,0.21993f,0.26097f,0.29953f,0.2516f,0.29952f,0.24223f,0.29952f,0.23286f,0.29952f,0.22349f,0.29952f,0.21411f,0.29952f,0.20474f,0.29953f,0.20058f,0.51813f,0.18554f,0.51813f,0.18554f,0.53793f,0.18554f,0.55882f,0.18554f,0.5797f,0.18554f,0.59982f,0.20058f,0.62053f,0.18554f,0.62053f,0.20058f,0.53093f,0.20058f,0.54373f,0.20058f,0.55653f,0.20058f,0.56933f,0.20058f,0.58213f,0.20058f,0.59493f,0.20058f,0.60773f,0.23068f,0.60935f,0.24245f,0.5927f,0.26253f,0.59884f,0.26263f,0.61972f,0.24339f,0.6263f,0.23612f,0.60935f,0.2397f,0.61799f,0.24835f,0.62157f,0.25699f,0.61799f,0.26057f,0.60935f,0.25699f,0.6007f,0.24835f,0.59712f,0.2397f,0.6007f,0.0f,0.18798f,0.0f,0.19647f,0.068486f,0.18798f,0.068486f,0.19004f,0.068486f,0.19222f}; return value; } private float[] getTextureCoordinate_5_203_point_11() { float[] value = {0.068486f,0.19428f,0.068486f,0.19647f,0.13434f,0.18798f,0.13434f,0.19004f,0.13434f,0.19222f,0.13434f,0.19428f,0.13434f,0.19647f,0.20177f,0.18798f,0.20177f,0.19004f,0.20177f,0.19222f,0.20177f,0.19428f,0.20177f,0.19647f,0.27034f,0.18798f,0.27034f,0.19647f,0.0f,0.20927f,0.0f,0.21776f,0.068486f,0.20927f,0.068486f,0.21133f,0.068486f,0.21352f,0.068486f,0.21558f,0.068486f,0.21776f,0.13434f,0.20927f,0.13434f,0.21133f,0.13434f,0.21352f,0.13434f,0.21558f,0.13434f,0.21776f,0.20177f,0.20927f,0.20177f,0.21133f,0.20177f,0.21352f,0.20177f,0.21558f,0.20177f,0.21776f,0.27034f,0.20927f,0.27034f,0.21776f,0.0f,0.17733f,0.0f,0.18582f,0.068486f,0.17733f,0.068486f,0.17939f,0.068486f,0.18158f,0.068486f,0.18364f,0.068486f,0.18582f,0.13434f,0.17733f,0.13434f,0.17939f,0.13434f,0.18158f,0.13434f,0.18364f,0.13434f,0.18582f,0.20177f,0.17733f,0.20177f,0.17939f,0.20177f,0.18158f,0.20177f,0.18364f,0.20177f,0.18582f,0.27034f,0.17733f,0.27034f,0.18582f,0.0f,0.19862f,0.0f,0.20712f,0.068486f,0.19862f,0.068486f,0.20068f,0.068486f,0.20287f,0.068486f,0.20493f,0.068486f,0.20712f,0.13434f,0.19862f,0.13434f,0.20068f,0.13434f,0.20287f,0.13434f,0.20493f,0.13434f,0.20712f,0.20177f,0.19862f,0.20177f,0.20068f,0.20177f,0.20287f,0.20177f,0.20493f,0.20177f,0.20712f,0.27034f,0.19862f,0.27034f,0.20712f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_880_coordIndex_1() { int[] value = {8,1,7,-1,1,0,7,-1,9,2,8,-1,2,1,8,-1,10,3,2,-1,10,2,9,-1,11,4,3,-1,11,3,10,-1,12,5,4,-1,12,4,11,-1,13,6,5,-1,13,5,12,-1,15,8,14,-1,8,7,14,-1,16,9,15,-1,9,8,15,-1,17,10,16,-1,10,9,16,-1,18,11,10,-1,18,10,17,-1,19,12,11,-1,19,11,18,-1,20,13,12,-1,20,12,19,-1,22,15,21,-1,15,14,21,-1,23,16,22,-1,16,15,22,-1,24,17,23,-1,17,16,23,-1,25,18,17,-1,25,17,24,-1,26,19,18,-1,26,18,25,-1,27,20,19,-1,27,19,26,-1,29,22,28,-1,22,21,28,-1,30,23,29,-1,23,22,29,-1,31,24,30,-1,24,23,30,-1,32,25,31,-1,25,24,31,-1,33,26,25,-1,33,25,32,-1,34,27,26,-1,34,26,33,-1,36,29,28,-1,36,28,35,-1,37,30,36,-1,30,29,36,-1,38,31,37,-1,31,30,37,-1,39,32,38,-1,32,31,38,-1,40,33,39,-1,33,32,39,-1,41,34,33,-1,41,33,40,-1,43,38,42,-1,38,37,42,-1,44,39,43,-1,39,38,43,-1,45,40,44,-1,40,39,44,-1,46,41,45,-1,41,40,45,-1,47,48,1,-1,48,49,1,-1,49,50,0,-1,50,51,0,-1,51,52,7,-1,52,53,7,-1,53,54,14,-1,54,55,14,-1,55,56,21,-1,56,57,21,-1,57,58,21,-1,58,59,28,-1,59,60,28,-1,60,61,35,-1,61,62,35,-1,62,63,35,-1,63,64,36,-1,64,65,42,-1,65,66,42,-1,66,67,42,-1,67,68,43,-1,68,69,43,-1,69,70,44,-1,70,71,44,-1,71,72,45,-1,72,73,45,-1,73,74,45,-1,74,75,46,-1,75,76,46,-1,76,77,46,-1,77,78,46,-1,78,79,41,-1,79,80,41,-1,80,81,34,-1,81,82,34,-1,82,83,34,-1,83,84,27,-1,84,85,27,-1,85,86,27,-1,86,87,20,-1,87,88,20,-1,88,89,13,-1,89,90,13,-1,90,91,13,-1,91,92,6,-1,92,93,5,-1,93,94,5,-1,94,95,5,-1,95,96,4,-1,96,97,4,-1,97,98,3,-1,98,99,3,-1,99,100,2,-1,100,101,2,-1,101,47,1,-1,0,1,49,-1,7,0,51,-1,1,2,101,-1,2,3,99,-1,3,4,97,-1,4,5,95,-1,6,13,91,-1,5,6,92,-1,14,7,53,-1,13,20,88,-1,21,14,55,-1,20,27,86,-1,28,21,58,-1,27,34,83,-1,35,28,60,-1,36,35,63,-1,37,36,42,-1,34,41,80,-1,43,42,67,-1,44,43,69,-1,45,44,71,-1,41,46,78,-1,46,45,74,-1,36,64,42,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_880_point_1() { float[] value = {5.6695f,-5.1762f,7.2945f,5.6331f,-5.4358f,7.2799f,5.6001f,-5.7011f,7.2587f,5.5696f,-5.9646f,7.2332f,5.5404f,-6.2249f,7.2082f,5.5118f,-6.4901f,7.183f,5.4854f,-6.7484f,7.156f,5.5543f,-5.1961f,7.589f,5.5176f,-5.4504f,7.5665f,5.4816f,-5.7137f,7.5434f,5.4474f,-5.9771f,7.5179f,5.4147f,-6.2373f,7.4923f,5.3828f,-6.5009f,7.4662f,5.3527f,-6.7522f,7.4419f,5.4339f,-5.211f,7.8761f,5.3941f,-5.4631f,7.8503f,5.3545f,-5.7249f,7.8242f,5.3163f,-5.9877f,7.7974f,5.2798f,-6.2469f,7.7704f,5.244f,-6.5079f,7.7431f,5.2104f,-6.7561f,7.7177f,5.2993f,-5.2239f,8.1755f,5.2542f,-5.4738f,8.1474f,5.2092f,-5.7345f,8.1186f,5.1656f,-5.9963f,8.0895f,5.124f,-6.2544f,8.0602f,5.0834f,-6.5137f,8.0302f,5.0459f,-6.7608f,8.0013f,5.1635f,-5.2312f,8.4578f,5.1119f,-5.4807f,8.4267f,5.0601f,-5.7415f,8.3948f,5.0098f,-6.0021f,8.3626f,4.9616f,-6.2587f,8.3304f,4.9145f,-6.5164f,8.297f,4.8714f,-6.7618f,8.2636f,5.0189f,-5.2338f,8.7403f,4.9587f,-5.4867f,8.7041f,4.8988f,-5.7468f,8.6673f,4.8402f,-6.005f,8.6306f,4.7835f,-6.2594f,8.5942f,4.7267f,-6.5158f,8.5574f,4.6741f,-6.7592f,8.5198f,4.7322f,-5.7488f,8.9234f,4.665f,-6.0038f,8.8798f,4.5993f,-6.2554f,8.8361f,4.5317f,-6.511f,8.7936f,4.4651f,-6.7552f,8.7526f,5.726f,-5.5f,7.0f,5.7405f,-5.37f,7.0121f,5.7335f,-5.1703f,7.1176f,5.7116f,-5.0877f,7.2171f,5.6813f,-5.0303f,7.3291f,5.6051f,-4.9991f,7.552f,5.5616f,-5.0f,7.6665f,5.488f,-4.9981f,7.8481f,5.4341f,-4.9966f,7.9776f,5.3748f,-4.9953f,8.118f,5.3148f,-4.9949f,8.2582f,5.2587f,-4.9959f,8.3869f,5.1765f,-5.0043f,8.5655f,5.1168f,-5.0287f,8.6745f,4.9969f,-5.134f,8.8443f,4.9315f,-5.2175f,8.9126f,4.8684f,-5.3157f,8.963f,4.7678f,-5.5275f,8.9986f,4.7224f,-5.6411f,9.0001f,4.6764f,-5.7558f,9.0003f,4.6293f,-5.8701f,9.0006f,4.5808f,-5.9838f,9.0008f,4.531f,-6.0969f,9.0011f,4.4788f,-6.2082f,9.0025f,4.4244f,-6.3184f,9.0044f,4.3701f,-6.4286f,9.0039f,4.3179f,-6.5401f,8.9984f,4.2796f,-6.6619f,8.9738f,4.3109f,-6.8556f,8.8524f,4.3728f,-6.9248f,8.7639f,4.4497f,-6.9697f,8.6717f,4.5301f,-6.9919f,8.5822f,4.6124f,-6.9993f,8.4925f,4.6946f,-7.0001f,8.3994f,4.773f,-7.0001f,8.3044f,4.8477f,-7.0001f,8.2075f,4.9191f,-7.0001f,8.1087f,4.9874f,-7.0001f,8.008f,5.053f,-7.0001f,7.9056f,5.1161f,-7.0f,7.8014f,5.177f,-7.0f,7.6955f,5.2359f,-7.0f,7.5878f,5.2967f,-6.9934f,7.4733f,5.3539f,-6.9726f,7.3649f,5.4553f,-6.8826f,7.1774f,5.5357f,-6.7184f,7.0481f,5.5667f,-6.6048f,7.0125f,5.5908f,-6.4682f,7.0f,5.6074f,-6.3471f,7.0f,5.6242f,-6.2261f,7.0f,5.6409f,-6.1051f,7.0f,5.6578f,-5.984f,7.0f,5.6747f,-5.863f,7.0f}; return value; } private float[] getCoordinate_5_880_point_2() { float[] value = {5.6917f,-5.742f,7.0f,5.7088f,-5.621f,7.0f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_881_vector_1() { float[] value = {0.92846f,-0.15238f,0.33873f,0.92479f,-0.14616f,0.35129f,0.92225f,-0.14172f,0.35968f,0.91848f,-0.14093f,0.3695f,0.91473f,-0.13653f,0.38029f,0.91128f,-0.13467f,0.38915f,0.90732f,-0.13271f,0.39894f,0.9171f,-0.16809f,0.3615f,0.91336f,-0.16104f,0.37396f,0.90824f,-0.15623f,0.38819f,0.90362f,-0.15476f,0.39939f,0.89934f,-0.15139f,0.41021f,0.89416f,-0.1485f,0.42241f,0.88941f,-0.14805f,0.43247f,0.90425f,-0.18762f,0.38358f,0.89915f,-0.17848f,0.39959f,0.89308f,-0.17417f,0.41481f,0.88675f,-0.1711f,0.42941f,0.88044f,-0.16843f,0.44323f,0.87378f,-0.16627f,0.45702f,0.86717f,-0.1645f,0.47006f,0.88895f,-0.21153f,0.40622f,0.88181f,-0.20254f,0.4259f,0.87345f,-0.19713f,0.44523f,0.86445f,-0.19376f,0.46387f,0.85512f,-0.19111f,0.48192f,0.84557f,-0.18816f,0.49961f,0.83618f,-0.18643f,0.5158f,0.87129f,-0.23962f,0.4283f,0.86215f,-0.22966f,0.4516f,0.8507f,-0.22472f,0.47519f,0.83769f,-0.22178f,0.49909f,0.8243f,-0.21917f,0.52201f,0.80943f,-0.21767f,0.54538f,0.79381f,-0.21541f,0.56874f,0.85127f,-0.27137f,0.44911f,0.8383f,-0.26352f,0.47729f,0.82193f,-0.2596f,0.507f,0.80413f,-0.25733f,0.53587f,0.78512f,-0.25458f,0.5646f,0.76463f,-0.25577f,0.59155f,0.74278f,-0.25677f,0.61834f,0.78888f,-0.30062f,0.536f,0.76481f,-0.29891f,0.57071f,0.73859f,-0.29694f,0.60524f,0.70898f,-0.29388f,0.64108f,0.67439f,-0.30833f,0.67092f,0.93389f,-0.13329f,0.33179f,0.93516f,-0.13576f,0.32717f,0.93447f,-0.14395f,0.32564f,0.93244f,-0.15112f,0.32821f,0.92943f,-0.15924f,0.33288f,0.92175f,-0.17529f,0.34591f,0.91727f,-0.18368f,0.35337f,0.9098f,-0.19742f,0.36508f,0.90411f,-0.2076f,0.37347f,0.89755f,-0.21898f,0.38268f,0.89062f,-0.23065f,0.39193f,0.88387f,-0.24168f,0.40045f,0.87345f,-0.25768f,0.41313f,0.86559f,-0.26753f,0.4233f,0.84859f,-0.28387f,0.44643f,0.83778f,-0.29193f,0.46141f,0.82543f,-0.29969f,0.47839f,0.80235f,-0.30864f,0.51086f,0.79048f,-0.31139f,0.52743f,0.77734f,-0.31462f,0.54476f,0.76299f,-0.31829f,0.56262f,0.74735f,-0.3224f,0.58097f,0.73043f,-0.32686f,0.5997f,0.71232f,-0.33158f,0.61859f,0.69299f,-0.33655f,0.63757f,0.67242f,-0.34162f,0.65662f,0.65101f,-0.34643f,0.67541f,0.63281f,-0.34602f,0.69269f,0.62937f,-0.32648f,0.70519f,0.64318f,-0.31027f,0.70004f,0.6642f,-0.29254f,0.68794f,0.68779f,-0.27508f,0.67178f,0.71288f,-0.25799f,0.65211f,0.73813f,-0.24136f,0.63001f,0.76161f,-0.22579f,0.60742f,0.7832f,-0.21138f,0.58474f,0.80276f,-0.19817f,0.56241f,0.82042f,-0.18615f,0.5406f,0.83624f,-0.17536f,0.51957f,0.84987f,-0.16594f,0.50019f,0.8614f,-0.158f,0.48273f,0.87141f,-0.15136f,0.46661f,0.88083f,-0.14511f,0.45064f,0.88937f,-0.13982f,0.43529f,0.90341f,-0.13204f,0.40795f,0.91345f,-0.12761f,0.38641f,0.91714f,-0.12653f,0.37796f,0.91972f,-0.12665f,0.37159f,0.92149f,-0.12706f,0.36704f,0.92323f,-0.12769f,0.36241f,0.92501f,-0.12838f,0.35761f,0.92677f,-0.12909f,0.35274f,0.92856f,-0.12991f,0.34772f}; return value; } private float[] getNormal_5_881_vector_2() { float[] value = {0.93033f,-0.131f,0.34254f,0.9321f,-0.13217f,0.33722f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_882_point_1() { float[] value = {0.11272f,0.11269f,0.11272f,0.24118f,0.11272f,0.37107f,0.11272f,0.50006f,0.11272f,0.62732f,0.11272f,0.75668f,0.11272f,0.88315f,0.24119f,0.11269f,0.24119f,0.24118f,0.24119f,0.37107f,0.24119f,0.50006f,0.24119f,0.62732f,0.24119f,0.75668f,0.24119f,0.88315f,0.36705f,0.11269f,0.36705f,0.24118f,0.36705f,0.37107f,0.36705f,0.50006f,0.36705f,0.62732f,0.36705f,0.75668f,0.36705f,0.88315f,0.50005f,0.11269f,0.50005f,0.24118f,0.50005f,0.37107f,0.50005f,0.50006f,0.50005f,0.62732f,0.50005f,0.75668f,0.50005f,0.88315f,0.62729f,0.11269f,0.62729f,0.24118f,0.62729f,0.37107f,0.62729f,0.50006f,0.62729f,0.62732f,0.62729f,0.75668f,0.62729f,0.88315f,0.75663f,0.11269f,0.75663f,0.24118f,0.75663f,0.37107f,0.75663f,0.50006f,0.75663f,0.62732f,0.75663f,0.75668f,0.75663f,0.88315f,0.88309f,0.37107f,0.88309f,0.50006f,0.88309f,0.62732f,0.88309f,0.75668f,0.88309f,0.88315f,6.2714E-4f,0.2796f,0.0032879f,0.2164f,0.040192f,0.11725f,0.077488f,0.07271f,0.12286f,0.04154f,0.21698f,0.020899f,0.26627f,0.018017f,0.3453f,0.0135f,0.40197f,0.010325f,0.4636f,0.0070584f,0.52534f,0.0041029f,0.58228f,0.0017658f,0.66215f,0.0011942f,0.71267f,0.012503f,0.79726f,0.062684f,0.8357f,0.10293f,0.86753f,0.15151f,0.90182f,0.25875f,0.91154f,0.31659f,0.92162f,0.37492f,0.93194f,0.43309f,0.94251f,0.49113f,0.95332f,0.54902f,0.96431f,0.60634f,0.97552f,0.66343f,0.98701f,0.72041f,0.99798f,0.77751f,0.99771f,0.83984f,0.94986f,0.93607f,0.90683f,0.96894f,0.85899f,0.98913f,0.81147f,0.99832f,0.7633f,0.99968f,0.7139f,0.99812f,0.66457f,0.99685f,0.61529f,0.99598f,0.56601f,0.99561f,0.5167f,0.99558f,0.46729f,0.99587f,0.41773f,0.99648f,0.368f,0.99748f,0.31805f,0.99885f,0.2652f,0.99972f,0.21454f,0.99244f,0.12789f,0.94787f,0.065214f,0.87024f,0.044476f,0.81646f,0.034751f,0.75022f,0.03049f,0.69139f,0.026339f,0.63256f,0.02202f,0.57374f,0.017596f,0.51493f,0.013158f,0.45613f}; return value; } private float[] getTextureCoordinate_5_882_point_2() { float[] value = {0.0087901f,0.39732f,0.0045808f,0.33846f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_887_coordIndex_1() { int[] value = {8,7,1,-1,7,0,1,-1,9,8,2,-1,8,1,2,-1,10,9,2,-1,10,2,3,-1,11,10,3,-1,11,3,4,-1,12,11,4,-1,12,4,5,-1,13,12,5,-1,13,5,6,-1,15,14,8,-1,14,7,8,-1,16,15,9,-1,15,8,9,-1,17,16,10,-1,16,9,10,-1,18,17,10,-1,18,10,11,-1,19,18,11,-1,19,11,12,-1,20,19,12,-1,20,12,13,-1,22,21,15,-1,21,14,15,-1,23,22,16,-1,22,15,16,-1,24,23,17,-1,23,16,17,-1,25,24,17,-1,25,17,18,-1,26,25,18,-1,26,18,19,-1,27,26,19,-1,27,19,20,-1,29,28,22,-1,28,21,22,-1,30,29,23,-1,29,22,23,-1,31,30,24,-1,30,23,24,-1,32,31,25,-1,31,24,25,-1,33,32,25,-1,33,25,26,-1,34,33,26,-1,34,26,27,-1,36,35,28,-1,36,28,29,-1,37,36,30,-1,36,29,30,-1,38,37,31,-1,37,30,31,-1,39,38,32,-1,38,31,32,-1,40,39,33,-1,39,32,33,-1,41,40,33,-1,41,33,34,-1,43,42,38,-1,42,37,38,-1,44,43,39,-1,43,38,39,-1,45,44,40,-1,44,39,40,-1,46,45,41,-1,45,40,41,-1,47,1,48,-1,48,1,49,-1,49,0,50,-1,50,0,51,-1,51,7,52,-1,52,7,53,-1,53,14,54,-1,54,14,55,-1,55,21,56,-1,56,21,57,-1,57,21,58,-1,58,28,59,-1,59,28,60,-1,60,35,61,-1,61,35,62,-1,62,35,63,-1,63,36,64,-1,64,42,65,-1,65,42,66,-1,66,42,67,-1,67,43,68,-1,68,43,69,-1,69,44,70,-1,70,44,71,-1,71,45,72,-1,72,45,73,-1,73,45,74,-1,74,46,75,-1,75,46,76,-1,76,46,77,-1,77,46,78,-1,78,41,79,-1,79,41,80,-1,80,34,81,-1,81,34,82,-1,82,34,83,-1,83,27,84,-1,84,27,85,-1,85,27,86,-1,86,20,87,-1,87,20,88,-1,88,13,89,-1,89,13,90,-1,90,13,91,-1,91,6,92,-1,92,5,93,-1,93,5,94,-1,94,5,95,-1,95,4,96,-1,96,4,97,-1,97,3,98,-1,98,3,99,-1,99,2,100,-1,100,2,101,-1,101,1,47,-1,0,49,1,-1,7,51,0,-1,1,101,2,-1,2,99,3,-1,3,97,4,-1,4,95,5,-1,6,91,13,-1,5,92,6,-1,14,53,7,-1,13,88,20,-1,21,55,14,-1,20,86,27,-1,28,58,21,-1,27,83,34,-1,35,60,28,-1,36,63,35,-1,37,42,36,-1,34,80,41,-1,43,67,42,-1,44,69,43,-1,45,71,44,-1,41,78,46,-1,46,74,45,-1,36,42,64,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_887_point_1() { float[] value = {-5.6695f,-5.1762f,7.2945f,-5.6331f,-5.4358f,7.2799f,-5.6001f,-5.7011f,7.2587f,-5.5696f,-5.9646f,7.2332f,-5.5404f,-6.2249f,7.2082f,-5.5118f,-6.4901f,7.183f,-5.4854f,-6.7484f,7.156f,-5.5543f,-5.1961f,7.589f,-5.5176f,-5.4504f,7.5665f,-5.4816f,-5.7137f,7.5434f,-5.4474f,-5.9771f,7.5179f,-5.4147f,-6.2373f,7.4923f,-5.3828f,-6.5009f,7.4662f,-5.3527f,-6.7522f,7.4419f,-5.4339f,-5.211f,7.8761f,-5.3941f,-5.4631f,7.8503f,-5.3545f,-5.7249f,7.8242f,-5.3163f,-5.9877f,7.7974f,-5.2798f,-6.2469f,7.7704f,-5.244f,-6.5079f,7.7431f,-5.2104f,-6.7561f,7.7177f,-5.2993f,-5.2239f,8.1755f,-5.2542f,-5.4738f,8.1474f,-5.2092f,-5.7345f,8.1186f,-5.1656f,-5.9963f,8.0895f,-5.124f,-6.2544f,8.0602f,-5.0834f,-6.5137f,8.0302f,-5.0459f,-6.7608f,8.0013f,-5.1635f,-5.2312f,8.4578f,-5.1119f,-5.4807f,8.4267f,-5.0601f,-5.7415f,8.3948f,-5.0098f,-6.0021f,8.3626f,-4.9616f,-6.2587f,8.3304f,-4.9145f,-6.5164f,8.297f,-4.8714f,-6.7618f,8.2636f,-5.0189f,-5.2338f,8.7403f,-4.9587f,-5.4867f,8.7041f,-4.8988f,-5.7468f,8.6673f,-4.8402f,-6.005f,8.6306f,-4.7835f,-6.2594f,8.5942f,-4.7267f,-6.5158f,8.5574f,-4.6741f,-6.7592f,8.5198f,-4.7322f,-5.7488f,8.9234f,-4.665f,-6.0038f,8.8798f,-4.5993f,-6.2554f,8.8361f,-4.5317f,-6.511f,8.7936f,-4.4651f,-6.7552f,8.7526f,-5.726f,-5.5f,7.0f,-5.7405f,-5.37f,7.0121f,-5.7335f,-5.1703f,7.1176f,-5.7116f,-5.0877f,7.2171f,-5.6813f,-5.0303f,7.3291f,-5.6051f,-4.9991f,7.552f,-5.5616f,-5.0f,7.6665f,-5.488f,-4.9981f,7.8481f,-5.4341f,-4.9966f,7.9776f,-5.3748f,-4.9953f,8.118f,-5.3148f,-4.9949f,8.2582f,-5.2587f,-4.9959f,8.3869f,-5.1765f,-5.0043f,8.5655f,-5.1168f,-5.0287f,8.6745f,-4.9969f,-5.134f,8.8443f,-4.9315f,-5.2175f,8.9126f,-4.8684f,-5.3157f,8.963f,-4.7678f,-5.5275f,8.9986f,-4.7224f,-5.6411f,9.0001f,-4.6764f,-5.7558f,9.0003f,-4.6293f,-5.8701f,9.0006f,-4.5808f,-5.9838f,9.0008f,-4.531f,-6.0969f,9.0011f,-4.4788f,-6.2082f,9.0025f,-4.4244f,-6.3184f,9.0044f,-4.3701f,-6.4286f,9.0039f,-4.3179f,-6.5401f,8.9984f,-4.2796f,-6.6619f,8.9738f,-4.3109f,-6.8556f,8.8524f,-4.3728f,-6.9248f,8.7639f,-4.4497f,-6.9697f,8.6717f,-4.5301f,-6.9919f,8.5822f,-4.6124f,-6.9993f,8.4925f,-4.6946f,-7.0001f,8.3994f,-4.773f,-7.0001f,8.3044f,-4.8477f,-7.0001f,8.2075f,-4.9191f,-7.0001f,8.1087f,-4.9874f,-7.0001f,8.008f,-5.053f,-7.0001f,7.9056f,-5.1161f,-7.0f,7.8014f,-5.177f,-7.0f,7.6955f,-5.2359f,-7.0f,7.5878f,-5.2967f,-6.9934f,7.4733f,-5.3539f,-6.9726f,7.3649f,-5.4553f,-6.8826f,7.1774f,-5.5357f,-6.7184f,7.0481f,-5.5667f,-6.6048f,7.0125f,-5.5908f,-6.4682f,7.0f,-5.6074f,-6.3471f,7.0f,-5.6242f,-6.2261f,7.0f,-5.6409f,-6.1051f,7.0f,-5.6578f,-5.984f,7.0f,-5.6747f,-5.863f,7.0f}; return value; } private float[] getCoordinate_5_887_point_2() { float[] value = {-5.6917f,-5.742f,7.0f,-5.7088f,-5.621f,7.0f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_888_vector_1() { float[] value = {-0.92846f,-0.15238f,0.33873f,-0.92479f,-0.14616f,0.35129f,-0.92225f,-0.14172f,0.35968f,-0.91848f,-0.14093f,0.3695f,-0.91473f,-0.13653f,0.38029f,-0.91128f,-0.13467f,0.38915f,-0.90732f,-0.13271f,0.39894f,-0.9171f,-0.16809f,0.3615f,-0.91336f,-0.16104f,0.37396f,-0.90824f,-0.15623f,0.38819f,-0.90362f,-0.15476f,0.39939f,-0.89934f,-0.15139f,0.41021f,-0.89416f,-0.1485f,0.42241f,-0.88941f,-0.14805f,0.43247f,-0.90425f,-0.18762f,0.38358f,-0.89915f,-0.17848f,0.39959f,-0.89308f,-0.17417f,0.41481f,-0.88675f,-0.1711f,0.42941f,-0.88044f,-0.16843f,0.44323f,-0.87378f,-0.16627f,0.45702f,-0.86717f,-0.1645f,0.47006f,-0.88895f,-0.21153f,0.40622f,-0.88181f,-0.20254f,0.4259f,-0.87345f,-0.19713f,0.44523f,-0.86445f,-0.19376f,0.46387f,-0.85512f,-0.19111f,0.48192f,-0.84557f,-0.18816f,0.49961f,-0.83618f,-0.18643f,0.5158f,-0.87129f,-0.23962f,0.4283f,-0.86215f,-0.22966f,0.4516f,-0.8507f,-0.22472f,0.47519f,-0.83769f,-0.22178f,0.49909f,-0.8243f,-0.21917f,0.52201f,-0.80943f,-0.21767f,0.54538f,-0.79381f,-0.21541f,0.56874f,-0.85127f,-0.27137f,0.44911f,-0.8383f,-0.26352f,0.47729f,-0.82193f,-0.2596f,0.507f,-0.80413f,-0.25733f,0.53587f,-0.78512f,-0.25458f,0.5646f,-0.76463f,-0.25577f,0.59155f,-0.74278f,-0.25677f,0.61834f,-0.78888f,-0.30062f,0.536f,-0.76481f,-0.29891f,0.57071f,-0.73859f,-0.29694f,0.60524f,-0.70898f,-0.29388f,0.64108f,-0.67439f,-0.30833f,0.67092f,-0.93389f,-0.13329f,0.33179f,-0.93516f,-0.13576f,0.32717f,-0.93447f,-0.14395f,0.32564f,-0.93244f,-0.15112f,0.32821f,-0.92943f,-0.15924f,0.33288f,-0.92175f,-0.17529f,0.34591f,-0.91727f,-0.18368f,0.35337f,-0.9098f,-0.19742f,0.36508f,-0.90411f,-0.2076f,0.37347f,-0.89755f,-0.21898f,0.38268f,-0.89062f,-0.23065f,0.39193f,-0.88387f,-0.24168f,0.40045f,-0.87345f,-0.25768f,0.41313f,-0.86559f,-0.26753f,0.4233f,-0.84859f,-0.28387f,0.44643f,-0.83778f,-0.29193f,0.46141f,-0.82543f,-0.29969f,0.47839f,-0.80235f,-0.30864f,0.51086f,-0.79048f,-0.31139f,0.52743f,-0.77734f,-0.31462f,0.54476f,-0.76299f,-0.31829f,0.56262f,-0.74735f,-0.3224f,0.58097f,-0.73043f,-0.32686f,0.5997f,-0.71232f,-0.33158f,0.61859f,-0.69299f,-0.33655f,0.63757f,-0.67242f,-0.34162f,0.65662f,-0.65101f,-0.34643f,0.67541f,-0.63281f,-0.34602f,0.69269f,-0.62937f,-0.32648f,0.70519f,-0.64318f,-0.31027f,0.70004f,-0.6642f,-0.29254f,0.68794f,-0.68779f,-0.27508f,0.67178f,-0.71288f,-0.25799f,0.65211f,-0.73813f,-0.24136f,0.63001f,-0.76161f,-0.22579f,0.60742f,-0.7832f,-0.21138f,0.58474f,-0.80276f,-0.19817f,0.56241f,-0.82042f,-0.18615f,0.5406f,-0.83624f,-0.17536f,0.51957f,-0.84987f,-0.16594f,0.50019f,-0.8614f,-0.158f,0.48273f,-0.87141f,-0.15136f,0.46661f,-0.88083f,-0.14511f,0.45064f,-0.88937f,-0.13982f,0.43529f,-0.90341f,-0.13204f,0.40795f,-0.91345f,-0.12761f,0.38641f,-0.91714f,-0.12653f,0.37796f,-0.91972f,-0.12665f,0.37159f,-0.92149f,-0.12706f,0.36704f,-0.92323f,-0.12769f,0.36241f,-0.92501f,-0.12838f,0.35761f,-0.92677f,-0.12909f,0.35274f,-0.92856f,-0.12991f,0.34772f}; return value; } private float[] getNormal_5_888_vector_2() { float[] value = {-0.93033f,-0.131f,0.34254f,-0.9321f,-0.13217f,0.33722f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_889_point_1() { float[] value = {0.11272f,0.11269f,0.11272f,0.24118f,0.11272f,0.37107f,0.11272f,0.50006f,0.11272f,0.62732f,0.11272f,0.75668f,0.11272f,0.88315f,0.24119f,0.11269f,0.24119f,0.24118f,0.24119f,0.37107f,0.24119f,0.50006f,0.24119f,0.62732f,0.24119f,0.75668f,0.24119f,0.88315f,0.36705f,0.11269f,0.36705f,0.24118f,0.36705f,0.37107f,0.36705f,0.50006f,0.36705f,0.62732f,0.36705f,0.75668f,0.36705f,0.88315f,0.50005f,0.11269f,0.50005f,0.24118f,0.50005f,0.37107f,0.50005f,0.50006f,0.50005f,0.62732f,0.50005f,0.75668f,0.50005f,0.88315f,0.62729f,0.11269f,0.62729f,0.24118f,0.62729f,0.37107f,0.62729f,0.50006f,0.62729f,0.62732f,0.62729f,0.75668f,0.62729f,0.88315f,0.75663f,0.11269f,0.75663f,0.24118f,0.75663f,0.37107f,0.75663f,0.50006f,0.75663f,0.62732f,0.75663f,0.75668f,0.75663f,0.88315f,0.88309f,0.37107f,0.88309f,0.50006f,0.88309f,0.62732f,0.88309f,0.75668f,0.88309f,0.88315f,6.2714E-4f,0.2796f,0.0032879f,0.2164f,0.040192f,0.11725f,0.077488f,0.07271f,0.12286f,0.04154f,0.21698f,0.020899f,0.26627f,0.018017f,0.3453f,0.0135f,0.40197f,0.010325f,0.4636f,0.0070584f,0.52534f,0.0041029f,0.58228f,0.0017658f,0.66215f,0.0011942f,0.71267f,0.012503f,0.79726f,0.062684f,0.8357f,0.10293f,0.86753f,0.15151f,0.90182f,0.25875f,0.91154f,0.31659f,0.92162f,0.37492f,0.93194f,0.43309f,0.94251f,0.49113f,0.95332f,0.54902f,0.96431f,0.60634f,0.97552f,0.66343f,0.98701f,0.72041f,0.99798f,0.77751f,0.99771f,0.83984f,0.94986f,0.93607f,0.90683f,0.96894f,0.85899f,0.98913f,0.81147f,0.99832f,0.7633f,0.99968f,0.7139f,0.99812f,0.66457f,0.99685f,0.61529f,0.99598f,0.56601f,0.99561f,0.5167f,0.99558f,0.46729f,0.99587f,0.41773f,0.99648f,0.368f,0.99748f,0.31805f,0.99885f,0.2652f,0.99972f,0.21454f,0.99244f,0.12789f,0.94787f,0.065214f,0.87024f,0.044476f,0.81646f,0.034751f,0.75022f,0.03049f,0.69139f,0.026339f,0.63256f,0.02202f,0.57374f,0.017596f,0.51493f,0.013158f,0.45613f}; return value; } private float[] getTextureCoordinate_5_889_point_2() { float[] value = {0.0087901f,0.39732f,0.0045808f,0.33846f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_894_coordIndex_1() { int[] value = {10,1,0,-1,11,2,1,-1,11,1,10,-1,12,3,2,-1,12,2,11,-1,13,4,3,-1,13,3,12,-1,14,5,4,-1,14,4,13,-1,15,6,5,-1,15,5,14,-1,16,7,6,-1,16,6,15,-1,17,8,7,-1,17,7,16,-1,19,10,9,-1,20,11,19,-1,11,10,19,-1,21,12,20,-1,12,11,20,-1,22,13,12,-1,22,12,21,-1,23,17,16,-1,25,19,18,-1,26,20,25,-1,20,19,25,-1,27,21,26,-1,21,20,26,-1,28,22,21,-1,28,21,27,-1,30,25,24,-1,31,26,30,-1,26,25,30,-1,32,27,31,-1,27,26,31,-1,37,30,29,-1,38,31,37,-1,31,30,37,-1,39,32,38,-1,32,31,38,-1,42,34,41,-1,34,33,41,-1,45,37,36,-1,46,38,45,-1,38,37,45,-1,47,39,46,-1,39,38,46,-1,39,47,48,-1,50,41,49,-1,41,40,49,-1,51,42,50,-1,42,41,50,-1,52,43,51,-1,43,42,51,-1,54,45,44,-1,55,46,54,-1,46,45,54,-1,56,47,55,-1,47,46,55,-1,57,48,56,-1,48,47,56,-1,58,49,57,-1,49,48,57,-1,59,50,58,-1,50,49,58,-1,60,51,59,-1,51,50,59,-1,61,52,60,-1,52,51,60,-1,63,54,53,-1,64,55,63,-1,55,54,63,-1,65,56,64,-1,56,55,64,-1,66,57,65,-1,57,56,65,-1,67,58,66,-1,58,57,66,-1,68,59,67,-1,59,58,67,-1,69,60,68,-1,60,59,68,-1,70,61,69,-1,61,60,69,-1,71,72,34,-1,72,73,33,-1,73,74,88,-1,74,75,28,-1,75,76,28,-1,76,77,13,-1,77,78,14,-1,78,79,15,-1,79,80,16,-1,80,81,23,-1,82,83,32,-1,83,84,27,-1,84,85,28,-1,85,86,28,-1,86,87,74,-1,87,88,74,-1,88,89,41,-1,89,90,40,-1,90,91,40,-1,91,82,39,-1,43,35,34,-1,35,71,34,-1,14,13,77,-1,15,14,78,-1,16,15,79,-1,13,22,76,-1,23,16,80,-1,22,28,76,-1,28,27,84,-1,27,32,83,-1,32,39,82,-1,34,42,43,-1,33,34,72,-1,41,33,88,-1,39,48,91,-1,40,41,89,-1,49,40,48,-1,33,73,88,-1,74,28,86,-1,40,91,48,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_901_coordIndex_1() { int[] value = {10,0,1,-1,11,10,1,-1,11,1,2,-1,12,11,2,-1,12,2,3,-1,13,12,3,-1,13,3,4,-1,14,13,4,-1,14,4,5,-1,15,14,5,-1,15,5,6,-1,16,15,6,-1,16,6,7,-1,17,16,7,-1,17,7,8,-1,19,9,10,-1,20,19,11,-1,19,10,11,-1,21,20,12,-1,20,11,12,-1,22,21,12,-1,22,12,13,-1,23,16,17,-1,25,18,19,-1,26,25,20,-1,25,19,20,-1,27,26,21,-1,26,20,21,-1,28,27,21,-1,28,21,22,-1,30,24,25,-1,31,30,26,-1,30,25,26,-1,32,31,27,-1,31,26,27,-1,37,29,30,-1,38,37,31,-1,37,30,31,-1,39,38,32,-1,38,31,32,-1,42,41,34,-1,41,33,34,-1,45,36,37,-1,46,45,38,-1,45,37,38,-1,47,46,39,-1,46,38,39,-1,39,48,47,-1,50,49,41,-1,49,40,41,-1,51,50,42,-1,50,41,42,-1,52,51,43,-1,51,42,43,-1,54,44,45,-1,55,54,46,-1,54,45,46,-1,56,55,47,-1,55,46,47,-1,57,56,48,-1,56,47,48,-1,58,57,49,-1,57,48,49,-1,59,58,50,-1,58,49,50,-1,60,59,51,-1,59,50,51,-1,61,60,52,-1,60,51,52,-1,63,53,54,-1,64,63,55,-1,63,54,55,-1,65,64,56,-1,64,55,56,-1,66,65,57,-1,65,56,57,-1,67,66,58,-1,66,57,58,-1,68,67,59,-1,67,58,59,-1,69,68,60,-1,68,59,60,-1,70,69,61,-1,69,60,61,-1,71,34,72,-1,72,33,73,-1,73,87,74,-1,74,28,75,-1,75,22,76,-1,76,13,77,-1,77,14,78,-1,78,15,79,-1,79,16,80,-1,80,23,81,-1,82,32,83,-1,83,27,84,-1,84,28,85,-1,85,28,86,-1,86,74,87,-1,87,73,88,-1,88,40,89,-1,89,40,90,-1,90,40,91,-1,91,39,82,-1,43,34,35,-1,35,34,71,-1,14,77,13,-1,15,78,14,-1,16,79,15,-1,13,76,22,-1,23,80,16,-1,22,75,28,-1,28,84,27,-1,27,83,32,-1,32,82,39,-1,34,43,42,-1,33,72,34,-1,41,40,33,-1,39,91,48,-1,49,48,40,-1,33,88,73,-1,74,86,28,-1,88,33,40,-1,40,48,91,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_915_coordIndex_1() { int[] value = {8,1,7,-1,1,0,7,-1,9,2,1,-1,9,1,8,-1,10,3,2,-1,10,2,9,-1,11,4,10,-1,4,3,10,-1,12,5,11,-1,5,4,11,-1,13,6,5,-1,13,5,12,-1,15,8,14,-1,8,7,14,-1,16,9,8,-1,16,8,15,-1,17,10,9,-1,17,9,16,-1,18,11,17,-1,11,10,17,-1,19,12,18,-1,12,11,18,-1,20,13,12,-1,20,12,19,-1,22,15,14,-1,22,14,21,-1,23,16,15,-1,23,15,22,-1,24,17,16,-1,24,16,23,-1,25,18,24,-1,18,17,24,-1,26,19,25,-1,19,18,25,-1,27,20,26,-1,20,19,26,-1,29,22,21,-1,29,21,28,-1,30,23,22,-1,30,22,29,-1,31,24,23,-1,31,23,30,-1,32,25,31,-1,25,24,31,-1,33,26,32,-1,26,25,32,-1,34,27,33,-1,27,26,33,-1,36,29,28,-1,36,28,35,-1,37,30,29,-1,37,29,36,-1,38,31,37,-1,31,30,37,-1,39,32,38,-1,32,31,38,-1,40,33,39,-1,33,32,39,-1,41,34,40,-1,34,33,40,-1,43,36,35,-1,43,35,42,-1,44,37,36,-1,44,36,43,-1,45,38,44,-1,38,37,44,-1,46,39,38,-1,46,38,45,-1,47,40,46,-1,40,39,46,-1,48,41,47,-1,41,40,47,-1,49,50,44,-1,50,51,45,-1,51,52,46,-1,52,53,47,-1,53,54,48,-1,54,55,48,-1,55,56,41,-1,56,57,34,-1,57,58,34,-1,58,59,27,-1,59,60,20,-1,60,61,20,-1,61,62,13,-1,62,63,6,-1,63,64,6,-1,64,65,5,-1,65,66,4,-1,66,67,3,-1,67,68,2,-1,68,69,1,-1,69,70,0,-1,70,71,0,-1,71,72,7,-1,72,73,14,-1,73,74,14,-1,74,75,21,-1,75,76,28,-1,76,77,28,-1,77,78,35,-1,78,79,42,-1,79,80,42,-1,80,49,43,-1,0,1,69,-1,7,0,71,-1,1,2,68,-1,2,3,67,-1,3,4,66,-1,4,5,65,-1,6,13,62,-1,5,6,64,-1,14,7,72,-1,13,20,61,-1,21,14,74,-1,20,27,59,-1,28,21,75,-1,27,34,58,-1,35,28,77,-1,34,41,56,-1,42,35,78,-1,43,42,80,-1,44,43,49,-1,45,44,50,-1,46,45,51,-1,47,46,52,-1,41,48,55,-1,48,47,53,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_964_coordIndex_1() { int[] value = {1,8,2,-1,2,7,3,-1,3,6,4,-1,4,6,5,-1,6,3,7,-1,7,2,8,-1,8,1,0,-1,11,10,12,-1,9,12,10,-1,14,15,13,-1,15,16,13,-1,19,20,25,-1,18,21,30,-1,21,22,29,-1,22,23,29,-1,23,24,28,-1,24,25,27,-1,20,26,25,-1,26,27,25,-1,27,28,24,-1,28,29,23,-1,29,30,21,-1,30,17,18,-1,31,32,39,-1,32,33,39,-1,33,34,38,-1,34,35,37,-1,35,36,37,-1,37,38,34,-1,38,39,33,-1,41,42,40,-1,42,41,43,-1,49,48,46,-1,48,45,46,-1,50,49,47,-1,49,46,47,-1,52,51,49,-1,51,48,49,-1,53,52,50,-1,52,49,50,-1,54,76,55,-1,55,52,56,-1,56,53,57,-1,57,62,58,-1,59,58,60,-1,44,66,61,-1,60,58,62,-1,62,53,63,-1,63,50,64,-1,64,50,65,-1,65,47,66,-1,61,66,67,-1,67,47,68,-1,68,46,69,-1,69,71,70,-1,71,45,72,-1,72,48,73,-1,73,48,74,-1,74,51,75,-1,75,51,76,-1,45,69,46,-1,48,72,45,-1,47,65,50,-1,46,68,47,-1,51,74,48,-1,52,55,51,-1,50,63,53,-1,53,56,52,-1,76,51,55,-1,53,62,57,-1,47,67,66,-1,69,45,71,-1,82,81,78,-1,82,78,79,-1,83,82,79,-1,83,79,80,-1,85,84,81,-1,85,81,82,-1,86,85,82,-1,86,82,83,-1,87,99,88,-1,88,84,89,-1,89,85,90,-1,90,104,91,-1,92,87,93,-1,94,95,77,-1,95,78,96,-1,96,81,97,-1,97,81,98,-1,98,84,99,-1,99,87,92,-1,100,109,101,-1,101,79,102,-1,102,78,103,-1,103,95,94,-1,104,86,105,-1,105,86,106,-1,106,83,107,-1,107,83,108,-1,108,80,109,-1,78,102,79,-1,81,96,78,-1,80,108,83,-1,79,101,80,-1,84,98,81,-1,85,89,84,-1,83,106,86,-1,86,90,85,-1,99,84,88,-1,90,86,104,-1,95,103,78,-1,109,80,101,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_964_point_1() { float[] value = {-0.69289f,88.974f,15.626f,0.69289f,88.974f,15.626f,0.58983f,89.844f,15.626f,0.39322f,91.504f,15.626f,0.19661f,93.164f,15.626f,-6.1062E-16f,94.824f,15.626f,-0.19661f,93.164f,15.626f,-0.39322f,91.504f,15.626f,-0.58983f,89.844f,15.626f,-0.70976f,88.858f,15.682f,0.70976f,88.858f,15.682f,0.69171f,88.974f,15.605f,-0.69171f,88.974f,15.605f,-0.5336f,94.405f,24.003f,0.5336f,94.405f,24.003f,0.51656f,94.566f,23.895f,-0.51656f,94.566f,23.895f,-0.70976f,88.858f,15.682f,0.70976f,88.858f,15.682f,0.5336f,94.405f,24.003f,-0.5336f,94.405f,24.003f,0.67629f,89.806f,17.105f,0.64385f,90.727f,18.485f,0.61347f,91.647f,19.866f,0.5862f,92.595f,21.289f,0.56226f,93.5f,22.646f,-0.56226f,93.5f,22.646f,-0.5862f,92.595f,21.289f,-0.61347f,91.647f,19.866f,-0.64385f,90.727f,18.485f,-0.67629f,89.806f,17.105f,-0.51656f,94.566f,23.895f,0.51656f,94.566f,23.895f,0.42086f,95.707f,23.895f,0.28057f,97.38f,23.895f,0.14029f,99.052f,23.895f,5.5511E-16f,100.72f,23.895f,-0.14029f,99.052f,23.895f,-0.28057f,97.38f,23.895f,-0.42086f,95.707f,23.895f,-0.69289f,88.974f,15.626f,0.69289f,88.974f,15.626f,-0.69171f,88.974f,15.605f,0.69171f,88.974f,15.605f,0.5336f,94.405f,24.003f,0.14161f,97.771f,21.956f,0.28887f,96.163f,21.956f,0.43333f,94.585f,21.956f,0.15433f,96.167f,19.771f,0.31483f,94.571f,19.771f,0.47227f,93.005f,19.771f,0.16768f,94.778f,17.788f,0.34206f,93.179f,17.788f,0.5131f,91.611f,17.788f,-6.1062E-16f,94.824f,15.626f,0.19661f,93.164f,15.626f,0.39322f,91.504f,15.626f,0.58983f,89.844f,15.626f,0.69289f,88.974f,15.626f,0.69171f,88.974f,15.605f,0.70976f,88.858f,15.682f,0.51656f,94.566f,23.895f,0.67629f,89.806f,17.105f,0.64385f,90.727f,18.485f,0.61347f,91.647f,19.866f,0.5862f,92.595f,21.289f,0.56226f,93.5f,22.646f,0.42086f,95.707f,23.895f,0.28057f,97.38f,23.895f,0.14029f,99.052f,23.895f,5.5511E-16f,100.72f,23.895f,3.028E-16f,99.704f,22.472f,1.7592E-16f,98.816f,21.289f,5.9884E-17f,97.906f,20.055f,-7.6227E-17f,97.061f,18.863f,-2.829E-16f,96.095f,17.468f,-4.2848E-16f,95.509f,16.618f,-0.5336f,94.405f,24.003f,-0.43839f,94.529f,21.956f,-0.29628f,96.082f,21.956f,-0.15006f,97.679f,21.956f,-0.47779f,92.95f,19.771f,-0.3229f,94.49f,19.771f,-0.16355f,96.075f,19.771f,-0.5191f,91.556f,17.788f,-0.35083f,93.099f,17.788f,-0.17769f,94.686f,17.788f,-0.69289f,88.974f,15.626f,-0.58983f,89.844f,15.626f,-0.39322f,91.504f,15.626f,-0.19661f,93.164f,15.626f,-6.1062E-16f,94.824f,15.626f,-0.70976f,88.858f,15.682f,-0.69171f,88.974f,15.605f,-0.51656f,94.566f,23.895f,-0.56226f,93.5f,22.646f,-0.5862f,92.595f,21.289f,-0.61347f,91.647f,19.866f,-0.64385f,90.727f,18.485f,-0.67629f,89.806f,17.105f}; return value; } private float[] getCoordinate_5_964_point_2() { float[] value = {5.5511E-16f,100.72f,23.895f,-0.14029f,99.052f,23.895f,-0.28057f,97.38f,23.895f,-0.42086f,95.707f,23.895f,-4.2848E-16f,95.509f,16.618f,-2.829E-16f,96.095f,17.468f,-7.6227E-17f,97.061f,18.863f,5.9884E-17f,97.906f,20.055f,1.7592E-16f,98.816f,21.289f,3.028E-16f,99.704f,22.472f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_965_vector_1() { float[] value = {0.0f,5.5511E-17f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.0736E-15f,0.0f,-1.0f,-9.596E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,-0.5547f,-0.83205f,0.0f,-0.5547f,-0.83205f,-6.8698E-16f,-0.5547f,-0.83205f,-6.8698E-16f,-0.5547f,-0.83205f,-3.9414E-15f,0.5547f,0.83205f,-3.9414E-15f,0.5547f,0.83205f,0.0f,0.5547f,0.83205f,0.0f,0.5547f,0.83205f,0.0f,-0.83205f,0.5547f,0.0f,-0.83205f,0.5547f,5.9318E-15f,-0.83205f,0.5547f,5.9318E-15f,-0.83205f,0.5547f,5.5355E-15f,-0.83205f,0.5547f,0.0f,-0.83205f,0.5547f,5.7032E-15f,-0.83205f,0.5547f,0.0f,-0.83205f,0.5547f,0.0f,-0.83205f,0.5547f,0.0f,-0.83205f,0.5547f,5.7793E-15f,-0.83205f,0.5547f,0.0f,-0.83205f,0.5547f,5.6209E-15f,-0.83205f,0.5547f,5.5355E-15f,-0.83205f,0.5547f,0.0f,0.0f,1.0f,-3.5048E-30f,4.4348E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,1.0f,0.0f,0.0f,1.0f,1.4211E-14f,-2.2423E-29f,1.0f,-2.7135E-14f,0.0f,1.0f,0.0f,0.99603f,0.083124f,-0.032002f,0.99391f,0.090983f,-0.062219f,0.99428f,0.091018f,-0.055834f,0.99461f,0.091048f,-0.049564f,0.99288f,0.099824f,-0.064996f,0.99329f,0.099866f,-0.058305f,0.99365f,0.099902f,-0.051734f,0.9918f,0.10817f,-0.068046f,0.99224f,0.10822f,-0.061198f,0.99263f,0.10827f,-0.054471f,0.98979f,0.11723f,-0.081046f,0.99034f,0.1173f,-0.073982f,0.99083f,0.11735f,-0.066906f,0.99128f,0.11741f,-0.05982f,0.99149f,0.11743f,-0.056102f,0.99148f,0.11752f,-0.056232f,0.99157f,0.1172f,-0.055257f,0.99594f,0.083537f,-0.033579f,0.99251f,0.11119f,-0.050635f,0.99332f,0.10534f,-0.047082f,0.99398f,0.099536f,-0.045741f,0.99457f,0.093724f,-0.045175f,0.99528f,0.088376f,-0.040113f,0.99578f,0.083524f,-0.038037f,0.99551f,0.083501f,-0.044566f,0.9952f,0.083475f,-0.05109f,0.99485f,0.083446f,-0.057607f,0.99386f,0.088935f,-0.065899f,0.99313f,0.093588f,-0.070263f,0.99257f,0.098603f,-0.071252f,0.99198f,0.10358f,-0.07237f,0.99112f,0.10948f,-0.075474f,0.99053f,0.11306f,-0.077952f,-0.99603f,0.083124f,-0.032002f,-0.99462f,0.091049f,-0.049344f,-0.9943f,0.091019f,-0.055512f,-0.99393f,0.090985f,-0.061852f,-0.99366f,0.099903f,-0.051504f,-0.99331f,0.099868f,-0.057968f,-0.9929f,0.099827f,-0.064612f,-0.99264f,0.10827f,-0.054235f,-0.99226f,0.10823f,-0.060853f,-0.99183f,0.10818f,-0.067653f,-0.99149f,0.11743f,-0.056102f,-0.99128f,0.11741f,-0.05982f,-0.99083f,0.11735f,-0.066906f,-0.99034f,0.1173f,-0.073982f,-0.98979f,0.11723f,-0.081046f,-0.99157f,0.1172f,-0.055257f,-0.99148f,0.11752f,-0.056232f,-0.99594f,0.083537f,-0.033579f,-0.99528f,0.088376f,-0.040113f,-0.99457f,0.093724f,-0.045175f,-0.99398f,0.099536f,-0.045741f,-0.99332f,0.10534f,-0.047082f,-0.99251f,0.11119f,-0.050635f}; return value; } private float[] getNormal_5_965_vector_2() { float[] value = {-0.99485f,0.083446f,-0.057607f,-0.9952f,0.083475f,-0.05109f,-0.99551f,0.083501f,-0.044566f,-0.99578f,0.083524f,-0.038037f,-0.99053f,0.11306f,-0.077952f,-0.99112f,0.10948f,-0.075474f,-0.99198f,0.10358f,-0.07237f,-0.99257f,0.098603f,-0.071252f,-0.99313f,0.093588f,-0.070263f,-0.99386f,0.088935f,-0.065899f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_966_point_1() { float[] value = {0.53721f,0.0f,0.53721f,0.10415f,0.47182f,0.096403f,0.34706f,0.081627f,0.2223f,0.066851f,0.097545f,0.052075f,0.2223f,0.037298f,0.34706f,0.022522f,0.47182f,0.0077456f,0.0014645f,0.0f,0.0014645f,0.099832f,0.011253f,0.098563f,0.011253f,0.0012693f,0.024887f,0.0f,0.024887f,0.075054f,0.011253f,0.073856f,0.011253f,0.0011981f,0.84935f,0.10561f,0.84935f,0.21233f,0.097545f,0.19909f,0.097545f,0.11886f,0.72081f,0.20982f,0.59608f,0.20738f,0.47134f,0.2051f,0.34279f,0.20304f,0.22016f,0.20124f,0.22016f,0.1167f,0.34279f,0.1149f,0.47134f,0.11285f,0.59608f,0.11057f,0.72081f,0.10813f,0.09608f,0.43291f,0.024887f,0.43291f,0.031482f,0.35271f,0.041149f,0.23514f,0.050816f,0.11757f,0.060484f,0.0f,0.070151f,0.11757f,0.079818f,0.23514f,0.089485f,0.35271f,0.0f,0.0f,0.0f,0.09746f,0.0014645f,8.2961E-5f,0.0014645f,0.097377f,0.54877f,0.2138f,0.88912f,0.36638f,0.77533f,0.36638f,0.66372f,0.36638f,0.88912f,0.58488f,0.77533f,0.58488f,0.66372f,0.58488f,0.88912f,0.7819f,0.77533f,0.7819f,0.66372f,0.7819f,0.99854f,0.93571f,0.88089f,0.93571f,0.76324f,0.93571f,0.64559f,0.93571f,0.58392f,0.93571f,0.58495f,0.93694f,0.5729f,0.93236f,0.56533f,0.22084f,0.56937f,0.83684f,0.56596f,0.7186f,0.56212f,0.57454f,0.5571f,0.4267f,0.55203f,0.3101f,0.64559f,0.22084f,0.76324f,0.22084f,0.88089f,0.22084f,0.99854f,0.22084f,0.99854f,0.32377f,0.99854f,0.4267f,0.99854f,0.55396f,0.99854f,0.68121f,0.99854f,0.80846f,0.99854f,0.87209f,0.54731f,0.2138f,0.43627f,0.36638f,0.32647f,0.36638f,0.21349f,0.36638f,0.43627f,0.58488f,0.32647f,0.58488f,0.21349f,0.58488f,0.43627f,0.7819f,0.32647f,0.7819f,0.21349f,0.7819f,0.51216f,0.93571f,0.45049f,0.93571f,0.33284f,0.93571f,0.21519f,0.93571f,0.097545f,0.93571f,0.52318f,0.93236f,0.51113f,0.93694f,0.53075f,0.22084f,0.54405f,0.3101f,0.53898f,0.4267f,0.53396f,0.57454f,0.53012f,0.7186f,0.52671f,0.83684f}; return value; } private float[] getTextureCoordinate_5_966_point_2() { float[] value = {0.097545f,0.22084f,0.21519f,0.22084f,0.33284f,0.22084f,0.45049f,0.22084f,0.097545f,0.87209f,0.097545f,0.80846f,0.097545f,0.68121f,0.097545f,0.55396f,0.097545f,0.4267f,0.097545f,0.32377f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_985_coordIndex_1() { int[] value = {8,7,1,-1,7,0,1,-1,9,8,1,-1,9,1,2,-1,10,9,2,-1,10,2,3,-1,11,10,4,-1,10,3,4,-1,12,11,5,-1,11,4,5,-1,13,12,5,-1,13,5,6,-1,15,14,8,-1,14,7,8,-1,16,15,8,-1,16,8,9,-1,17,16,9,-1,17,9,10,-1,18,17,11,-1,17,10,11,-1,19,18,12,-1,18,11,12,-1,20,19,12,-1,20,12,13,-1,22,21,14,-1,22,14,15,-1,23,22,15,-1,23,15,16,-1,24,23,16,-1,24,16,17,-1,25,24,18,-1,24,17,18,-1,26,25,19,-1,25,18,19,-1,27,26,20,-1,26,19,20,-1,29,28,21,-1,29,21,22,-1,30,29,22,-1,30,22,23,-1,31,30,23,-1,31,23,24,-1,32,31,25,-1,31,24,25,-1,33,32,26,-1,32,25,26,-1,34,33,27,-1,33,26,27,-1,36,35,28,-1,36,28,29,-1,37,36,29,-1,37,29,30,-1,38,37,31,-1,37,30,31,-1,39,38,32,-1,38,31,32,-1,40,39,33,-1,39,32,33,-1,41,40,34,-1,40,33,34,-1,43,42,35,-1,43,35,36,-1,44,43,36,-1,44,36,37,-1,45,44,38,-1,44,37,38,-1,46,45,38,-1,46,38,39,-1,47,46,40,-1,46,39,40,-1,48,47,41,-1,47,40,41,-1,49,44,50,-1,50,45,51,-1,51,46,52,-1,52,47,53,-1,53,48,54,-1,54,48,55,-1,55,41,56,-1,56,34,57,-1,57,34,58,-1,58,27,59,-1,59,20,60,-1,60,20,61,-1,61,13,62,-1,62,6,63,-1,63,6,64,-1,64,5,65,-1,65,4,66,-1,66,3,67,-1,67,2,68,-1,68,1,69,-1,69,0,70,-1,70,0,71,-1,71,7,72,-1,72,14,73,-1,73,14,74,-1,74,21,75,-1,75,28,76,-1,76,28,77,-1,77,35,78,-1,78,42,79,-1,79,42,80,-1,80,43,49,-1,0,69,1,-1,7,71,0,-1,1,68,2,-1,2,67,3,-1,3,66,4,-1,4,65,5,-1,6,62,13,-1,5,64,6,-1,14,72,7,-1,13,61,20,-1,21,74,14,-1,20,59,27,-1,28,75,21,-1,27,58,34,-1,35,77,28,-1,34,56,41,-1,42,78,35,-1,43,80,42,-1,44,49,43,-1,45,50,44,-1,46,51,45,-1,47,52,46,-1,41,55,48,-1,48,53,47,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1055_coordIndex_1() { int[] value = {1,7,0,-1,8,1,2,-1,9,8,3,-1,8,2,3,-1,10,9,4,-1,9,3,4,-1,11,10,5,-1,10,4,5,-1,12,11,6,-1,11,5,6,-1,14,13,10,-1,13,9,10,-1,15,14,11,-1,14,10,11,-1,16,15,12,-1,15,11,12,-1,19,13,20,-1,21,20,14,-1,20,13,14,-1,22,21,15,-1,21,14,15,-1,23,22,16,-1,22,15,16,-1,26,25,19,-1,25,18,19,-1,27,26,20,-1,26,19,20,-1,28,27,21,-1,27,20,21,-1,29,28,22,-1,28,21,22,-1,30,29,23,-1,29,22,23,-1,32,31,27,-1,31,26,27,-1,33,32,28,-1,32,27,28,-1,34,33,29,-1,33,28,29,-1,35,34,30,-1,34,29,30,-1,39,38,33,-1,38,32,33,-1,40,39,34,-1,39,33,34,-1,41,40,35,-1,40,34,35,-1,45,44,38,-1,44,37,38,-1,46,45,39,-1,45,38,39,-1,47,46,40,-1,46,39,40,-1,48,47,41,-1,47,40,41,-1,49,48,50,-1,50,48,51,-1,51,41,52,-1,52,41,53,-1,53,35,54,-1,54,35,55,-1,55,35,56,-1,56,30,57,-1,57,30,58,-1,58,23,59,-1,59,23,60,-1,60,16,61,-1,61,16,62,-1,62,16,63,-1,63,12,64,-1,64,12,65,-1,65,6,66,-1,67,7,68,-1,68,8,69,-1,69,9,70,-1,70,13,71,-1,71,19,72,-1,72,17,73,-1,74,24,75,-1,75,26,76,-1,76,31,77,-1,77,38,78,-1,78,37,79,-1,79,36,80,-1,17,25,24,-1,36,43,42,-1,43,37,44,-1,1,68,7,-1,8,68,1,-1,9,69,8,-1,6,65,12,-1,13,70,9,-1,12,63,16,-1,19,71,13,-1,16,60,23,-1,18,72,19,-1,25,17,18,-1,26,75,25,-1,23,58,30,-1,31,76,26,-1,32,77,31,-1,30,56,35,-1,38,77,32,-1,35,53,41,-1,37,78,38,-1,41,51,48,-1,72,18,17,-1,24,25,75,-1,37,43,79,-1,79,43,36,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1097_coordIndex_1() { int[] value = {6,1,5,-1,1,0,5,-1,7,2,6,-1,2,1,6,-1,8,3,2,-1,8,2,7,-1,11,5,10,-1,5,4,10,-1,12,6,11,-1,6,5,11,-1,13,7,12,-1,7,6,12,-1,14,8,7,-1,14,7,13,-1,15,9,8,-1,15,8,14,-1,17,11,16,-1,11,10,16,-1,18,12,17,-1,12,11,17,-1,19,13,18,-1,13,12,18,-1,20,14,13,-1,20,13,19,-1,21,15,14,-1,21,14,20,-1,23,17,16,-1,23,16,22,-1,24,18,17,-1,24,17,23,-1,25,19,18,-1,25,18,24,-1,26,20,25,-1,20,19,25,-1,27,21,26,-1,21,20,26,-1,29,24,23,-1,29,23,28,-1,30,25,24,-1,30,24,29,-1,31,26,30,-1,26,25,30,-1,32,33,3,-1,33,34,3,-1,34,35,2,-1,35,36,2,-1,36,37,1,-1,37,38,1,-1,38,39,0,-1,39,40,0,-1,40,41,4,-1,41,42,4,-1,42,43,10,-1,43,44,10,-1,44,45,16,-1,45,46,16,-1,46,47,22,-1,47,48,22,-1,48,49,28,-1,49,50,28,-1,50,51,29,-1,51,52,29,-1,52,53,30,-1,53,54,30,-1,54,55,31,-1,55,56,31,-1,56,57,27,-1,57,58,27,-1,58,59,21,-1,59,60,21,-1,60,61,15,-1,61,62,15,-1,62,63,9,-1,63,32,9,-1,0,1,38,-1,5,0,40,-1,1,2,36,-1,3,8,32,-1,2,3,34,-1,4,5,40,-1,10,4,42,-1,9,15,62,-1,8,9,32,-1,16,10,44,-1,15,21,60,-1,22,16,46,-1,23,22,48,-1,21,27,58,-1,27,26,56,-1,28,23,48,-1,29,28,50,-1,30,29,52,-1,26,31,56,-1,31,30,54,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1104_coordIndex_1() { int[] value = {5,1,0,-1,5,0,4,-1,6,2,1,-1,6,1,5,-1,3,2,6,-1,7,5,4,-1,6,5,7,-1,9,10,8,-1,8,10,11,-1,13,10,12,-1,10,9,12,-1,14,11,13,-1,11,10,13,-1,11,14,15,-1,16,17,103,-1,17,18,3,-1,18,19,3,-1,19,20,21,-1,21,22,3,-1,22,23,3,-1,23,24,2,-1,24,25,2,-1,25,26,1,-1,26,27,1,-1,27,28,0,-1,28,29,0,-1,29,30,43,-1,30,31,43,-1,31,32,42,-1,32,33,40,-1,33,34,39,-1,34,35,38,-1,35,36,37,-1,37,38,35,-1,38,39,34,-1,39,40,33,-1,40,41,32,-1,41,42,32,-1,42,43,31,-1,43,44,29,-1,44,45,0,-1,45,46,0,-1,46,47,4,-1,47,48,4,-1,48,49,4,-1,49,50,4,-1,50,51,7,-1,51,52,7,-1,52,53,8,-1,53,54,8,-1,54,55,9,-1,55,56,9,-1,56,57,9,-1,57,58,9,-1,58,59,12,-1,59,60,12,-1,60,61,74,-1,61,62,73,-1,62,63,72,-1,63,64,72,-1,64,65,71,-1,65,66,70,-1,66,67,69,-1,67,68,69,-1,69,70,66,-1,70,71,65,-1,71,72,64,-1,72,73,62,-1,73,74,61,-1,74,75,12,-1,75,76,12,-1,76,77,12,-1,77,78,13,-1,78,79,13,-1,79,80,14,-1,80,81,14,-1,81,82,15,-1,82,83,15,-1,83,84,85,-1,85,86,15,-1,86,87,15,-1,87,88,15,-1,88,89,15,-1,89,90,15,-1,90,91,11,-1,91,92,11,-1,92,93,11,-1,93,94,11,-1,94,95,8,-1,95,96,8,-1,96,97,7,-1,97,98,7,-1,98,99,6,-1,99,100,6,-1,100,101,6,-1,101,102,6,-1,102,103,3,-1,0,1,27,-1,4,0,46,-1,1,2,25,-1,2,3,23,-1,3,6,102,-1,7,4,50,-1,6,7,98,-1,9,8,54,-1,8,11,94,-1,12,9,58,-1,13,12,77,-1,14,13,79,-1,15,14,81,-1,11,15,90,-1,103,17,3,-1,3,19,21,-1,0,29,44,-1,7,52,8,-1,12,60,74,-1,15,83,85,-1,8,96,7,-1,108,105,104,-1,109,106,108,-1,106,105,108,-1,110,107,109,-1,107,106,109,-1,111,109,108,-1,110,109,111,-1,113,114,112,-1,112,114,115,-1,116,117,113,-1,118,114,113,-1,118,113,117,-1,119,115,114,-1,119,114,118,-1,120,121,207,-1,121,122,104,-1,122,123,104,-1,123,124,130,-1,125,126,116,-1,126,127,116,-1,127,128,116,-1,128,129,145,-1,130,131,104,-1,131,132,108,-1,132,133,108,-1,133,134,108,-1,134,135,108,-1,135,136,111,-1,136,137,111,-1,137,138,112,-1,138,139,112,-1,139,140,113,-1,140,141,113,-1,141,142,113,-1,142,143,113,-1,143,144,116,-1,144,125,116,-1,145,146,116,-1,146,147,116,-1,147,148,117,-1,148,149,117,-1,149,150,118,-1,150,151,118,-1,151,152,119,-1,152,153,119,-1,153,154,167,-1,154,155,167,-1,155,156,166,-1,156,157,164,-1,157,158,163,-1,158,159,162,-1,159,160,161,-1,161,162,159,-1,162,163,158,-1,163,164,157,-1,164,165,156,-1,165,166,156,-1,166,167,155,-1,167,168,153,-1,168,169,119,-1,169,170,119,-1,170,171,115,-1,171,172,115,-1,172,173,115,-1,173,174,115,-1,174,175,112,-1,175,176,112,-1,176,177,111,-1,177,178,111,-1,178,179,110,-1,179,180,110,-1,180,181,110,-1,181,182,110,-1,182,183,107,-1,183,184,107,-1,184,185,198,-1,185,186,197,-1,186,187,196,-1,187,188,196,-1,188,189,195,-1,189,190,194,-1,190,191,193,-1,191,192,193,-1,193,194,190,-1,194,195,189,-1,195,196,188,-1,196,197,186,-1,197,198,185,-1,198,199,107,-1,199,200,107,-1,200,201,107,-1,201,202,106,-1,202,203,106,-1,203,204,105,-1,204,205,105,-1,205,206,104,-1,206,207,104,-1,104,105,205,-1,108,104,131,-1,105,106,203,-1,107,110,182,-1,106,107,201,-1,111,108,135,-1,110,111,178,-1,113,112,139,-1,112,115,174,-1,117,116,147,-1,116,113,143,-1,118,117,149,-1,115,119,170,-1,119,118,151,-1,207,121,104,-1,104,123,130,-1,116,128,145,-1,111,137,112,-1,119,153,168,-1,112,176,111,-1,107,184,198,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_1104_point_1() { float[] value = {1.9999f,98.123f,11.498f,1.5205f,98.123f,11.499f,1.0091f,98.123f,11.504f,0.48851f,98.123f,11.51f,1.9998f,98.123f,11.008f,1.5198f,98.123f,11.009f,1.0098f,98.123f,11.011f,1.5203f,98.123f,10.48f,1.5203f,98.123f,9.5205f,1.9998f,98.123f,9.0145f,1.5198f,98.123f,9.0137f,1.0099f,98.123f,9.0116f,1.9999f,98.123f,8.5106f,1.5205f,98.123f,8.5096f,1.009f,98.123f,8.505f,0.48843f,98.123f,8.4991f,-9.1426E-14f,98.123f,11.0f,-7.7487E-14f,98.123f,11.25f,-4.5698E-14f,98.123f,11.5f,-1.3908E-14f,98.123f,11.75f,3.3625E-17f,98.123f,12.0f,0.25f,98.123f,12.0f,0.5f,98.123f,12.0f,0.75f,98.123f,12.0f,1.0f,98.123f,12.0f,1.25f,98.123f,12.0f,1.5f,98.123f,12.0f,1.75f,98.123f,12.0f,2.0f,98.123f,12.0f,2.25f,98.123f,12.0f,2.5f,98.123f,12.0f,2.75f,98.123f,12.0f,3.0f,98.123f,12.0f,3.25f,98.123f,12.0f,3.5f,98.123f,12.0f,3.75f,98.123f,12.0f,4.0f,98.123f,12.0f,3.7955f,98.123f,11.99f,3.5969f,98.123f,11.959f,3.4053f,98.123f,11.91f,3.2215f,98.123f,11.843f,3.0467f,98.123f,11.759f,2.8818f,98.123f,11.658f,2.7278f,98.123f,11.543f,2.5858f,98.123f,11.414f,2.4567f,98.123f,11.272f,2.3416f,98.123f,11.118f,2.2414f,98.123f,10.953f,2.1572f,98.123f,10.778f,2.0899f,98.123f,10.595f,2.0406f,98.123f,10.403f,2.0103f,98.123f,10.204f,2.0f,98.123f,10.0f,2.0103f,98.123f,9.7955f,2.0406f,98.123f,9.5969f,2.0899f,98.123f,9.4053f,2.1572f,98.123f,9.2215f,2.2414f,98.123f,9.0467f,2.3416f,98.123f,8.8818f,2.4567f,98.123f,8.7278f,2.5858f,98.123f,8.5858f,2.7278f,98.123f,8.4567f,2.8818f,98.123f,8.3416f,3.0467f,98.123f,8.2414f,3.2215f,98.123f,8.1572f,3.4053f,98.123f,8.0899f,3.5969f,98.123f,8.0406f,3.7955f,98.123f,8.0103f,4.0f,98.123f,8.0f,3.75f,98.123f,8.0f,3.5f,98.123f,8.0f,3.25f,98.123f,8.0f,3.0f,98.123f,8.0f,2.75f,98.123f,8.0f,2.5f,98.123f,8.0f,2.25f,98.123f,8.0f,2.0f,98.123f,8.0f,1.75f,98.123f,8.0f,1.5f,98.123f,8.0f,1.25f,98.123f,8.0f,1.0f,98.123f,8.0f,0.75f,98.123f,8.0f,0.5f,98.123f,8.0f,0.25f,98.123f,8.0f,-5.8026E-11f,98.123f,8.0f,-4.897E-11f,98.123f,8.25f,-2.9013E-11f,98.123f,8.5f,-9.0558E-12f,98.123f,8.75f,-1.9982E-16f,98.123f,9.0f,0.20153f,98.123f,9.0203f,0.38925f,98.123f,9.0786f,0.55911f,98.123f,9.1708f,0.70711f,98.123f,9.2929f,0.82922f,98.123f,9.4409f,0.92142f,98.123f,9.6108f,0.97968f,98.123f,9.7985f,1.0f,98.123f,10.0f,0.97968f,98.123f,10.202f,0.92142f,98.123f,10.389f,0.82922f,98.123f,10.559f}; return value; } private float[] getCoordinate_5_1104_point_2() { float[] value = {0.70711f,98.123f,10.707f,0.55911f,98.123f,10.829f,0.38925f,98.123f,10.921f,0.20154f,98.123f,10.98f,-0.47957f,98.123f,11.51f,-0.98574f,98.123f,11.504f,-1.5205f,98.123f,11.499f,-1.9999f,98.123f,11.498f,-0.98661f,98.123f,11.011f,-1.5198f,98.123f,11.009f,-1.9998f,98.123f,11.008f,-1.5203f,98.123f,10.48f,-1.5203f,98.123f,9.5205f,-0.98674f,98.123f,9.0116f,-1.5198f,98.123f,9.0137f,-1.9998f,98.123f,9.0145f,-0.47949f,98.123f,8.499f,-0.98569f,98.123f,8.5047f,-1.5205f,98.123f,8.5096f,-1.9999f,98.123f,8.5106f,3.3625E-17f,98.123f,12.0f,-1.3908E-14f,98.123f,11.75f,-4.5698E-14f,98.123f,11.5f,-7.7487E-14f,98.123f,11.25f,-9.1426E-14f,98.123f,11.0f,-1.9982E-16f,98.123f,9.0f,-9.0558E-12f,98.123f,8.75f,-2.9013E-11f,98.123f,8.5f,-4.897E-11f,98.123f,8.25f,-5.8026E-11f,98.123f,8.0f,-0.20153f,98.123f,10.98f,-0.38925f,98.123f,10.921f,-0.55911f,98.123f,10.829f,-0.70711f,98.123f,10.707f,-0.82922f,98.123f,10.559f,-0.92142f,98.123f,10.389f,-0.97968f,98.123f,10.202f,-1.0f,98.123f,10.0f,-0.97968f,98.123f,9.7985f,-0.92142f,98.123f,9.6108f,-0.82922f,98.123f,9.4409f,-0.70711f,98.123f,9.2929f,-0.55911f,98.123f,9.1708f,-0.38925f,98.123f,9.0786f,-0.20153f,98.123f,9.0203f,-0.25f,98.123f,8.0f,-0.5f,98.123f,8.0f,-0.75f,98.123f,8.0f,-1.0f,98.123f,8.0f,-1.25f,98.123f,8.0f,-1.5f,98.123f,8.0f,-1.75f,98.123f,8.0f,-2.0f,98.123f,8.0f,-2.25f,98.123f,8.0f,-2.5f,98.123f,8.0f,-2.75f,98.123f,8.0f,-3.0f,98.123f,8.0f,-3.25f,98.123f,8.0f,-3.5f,98.123f,8.0f,-3.75f,98.123f,8.0f,-4.0f,98.123f,8.0f,-3.7955f,98.123f,8.0103f,-3.5969f,98.123f,8.0406f,-3.4053f,98.123f,8.0899f,-3.2215f,98.123f,8.1572f,-3.0467f,98.123f,8.2414f,-2.8818f,98.123f,8.3416f,-2.7278f,98.123f,8.4567f,-2.5858f,98.123f,8.5858f,-2.4567f,98.123f,8.7278f,-2.3416f,98.123f,8.8818f,-2.2414f,98.123f,9.0467f,-2.1572f,98.123f,9.2215f,-2.0899f,98.123f,9.4053f,-2.0406f,98.123f,9.5969f,-2.0103f,98.123f,9.7955f,-2.0f,98.123f,10.0f,-2.0103f,98.123f,10.204f,-2.0406f,98.123f,10.403f,-2.0899f,98.123f,10.595f,-2.1572f,98.123f,10.778f,-2.2414f,98.123f,10.953f,-2.3416f,98.123f,11.118f,-2.4567f,98.123f,11.272f,-2.5858f,98.123f,11.414f,-2.7278f,98.123f,11.543f,-2.8818f,98.123f,11.658f,-3.0467f,98.123f,11.759f,-3.2215f,98.123f,11.843f,-3.4053f,98.123f,11.91f,-3.5969f,98.123f,11.959f,-3.7955f,98.123f,11.99f,-4.0f,98.123f,12.0f,-3.75f,98.123f,12.0f,-3.5f,98.123f,12.0f,-3.25f,98.123f,12.0f,-3.0f,98.123f,12.0f,-2.75f,98.123f,12.0f,-2.5f,98.123f,12.0f,-2.25f,98.123f,12.0f}; return value; } private float[] getCoordinate_5_1104_point_3() { float[] value = {-2.0f,98.123f,12.0f,-1.75f,98.123f,12.0f,-1.5f,98.123f,12.0f,-1.25f,98.123f,12.0f,-1.0f,98.123f,12.0f,-0.75f,98.123f,12.0f,-0.5f,98.123f,12.0f,-0.25f,98.123f,12.0f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_1105_vector_1() { float[] value = {-1.2734E-11f,1.0f,-1.0773E-11f,-4.978E-12f,1.0f,1.6615E-12f,-5.795E-12f,1.0f,-3.0171E-13f,4.2918E-11f,1.0f,4.3414E-11f,-9.4779E-13f,1.0f,2.6714E-12f,-1.041E-11f,1.0f,-6.4261E-12f,4.3396E-13f,1.0f,9.0998E-12f,3.7823E-12f,1.0f,1.4689E-11f,2.1843E-12f,1.0f,-1.9077E-11f,-7.4579E-12f,1.0f,-5.1577E-12f,-1.3931E-11f,1.0f,2.098E-12f,2.5265E-12f,1.0f,-1.8615E-11f,-1.654E-11f,1.0f,-3.4846E-13f,-3.0893E-12f,1.0f,-3.5453E-12f,-1.3062E-11f,1.0f,8.6722E-12f,3.6442E-11f,1.0f,-2.5646E-11f,-8.0891E-11f,1.0f,-1.0755E-12f,-1.0146E-10f,1.0f,-5.2624E-12f,-9.0599E-11f,1.0f,1.2257E-11f,-4.2407E-11f,1.0f,-3.2926E-11f,7.1936E-13f,1.0f,-1.6752E-10f,6.2247E-11f,1.0f,-1.3636E-10f,4.1265E-11f,1.0f,-1.0525E-10f,-1.2335E-11f,1.0f,-7.318E-11f,-1.5681E-11f,1.0f,-4.565E-11f,7.4284E-12f,1.0f,-3.0112E-11f,7.6995E-12f,1.0f,-2.0382E-11f,-2.73E-12f,1.0f,-5.4931E-12f,-4.8822E-12f,1.0f,1.8255E-11f,-1.1997E-12f,1.0f,4.4514E-11f,5.1977E-12f,1.0f,3.1851E-11f,5.3644E-12f,1.0f,-3.1863E-11f,-5.9894E-12f,1.0f,-1.7573E-11f,-9.0903E-12f,1.0f,1.543E-10f,4.923E-12f,1.0f,3.2409E-10f,-4.1514E-11f,1.0f,3.608E-10f,-1.6458E-10f,1.0f,3.1129E-10f,-5.8633E-11f,1.0f,3.5196E-10f,-1.0529E-11f,1.0f,3.2655E-10f,-5.6473E-11f,1.0f,2.0052E-10f,-1.0913E-10f,1.0f,6.5346E-11f,-8.7902E-11f,1.0f,2.3448E-11f,-1.4736E-11f,1.0f,3.6561E-11f,1.0169E-11f,1.0f,2.7612E-11f,-2.4587E-12f,1.0f,-8.906E-13f,-1.0189E-11f,1.0f,-6.7693E-12f,-8.6229E-13f,1.0f,4.4486E-12f,3.0528E-12f,1.0f,6.1937E-12f,-1.0902E-11f,1.0f,-4.3184E-12f,-2.7213E-11f,1.0f,-5.9741E-13f,-2.8988E-11f,1.0f,3.0705E-11f,-1.9244E-11f,1.0f,3.9005E-11f,-1.3577E-11f,1.0f,1.7764E-13f,-1.9515E-11f,1.0f,-3.885E-11f,-3.0251E-11f,1.0f,-3.1023E-11f,-2.9735E-11f,1.0f,-3.3724E-13f,-1.5151E-11f,1.0f,2.5957E-12f,-3.0021E-12f,1.0f,-9.8306E-12f,-8.9972E-12f,1.0f,-1.0775E-11f,-2.102E-11f,1.0f,-1.7925E-12f,-1.527E-11f,1.0f,-1.0881E-11f,-1.7391E-12f,1.0f,-4.3346E-11f,-2.4516E-11f,1.0f,-5.3009E-11f,-9.5736E-11f,1.0f,-3.6143E-11f,-1.1449E-10f,1.0f,-7.4606E-11f,-5.8235E-11f,1.0f,-2.0823E-10f,-1.0922E-11f,1.0f,-3.3117E-10f,-5.8753E-11f,1.0f,-3.5176E-10f,-1.6275E-10f,1.0f,-3.088E-10f,-4.2202E-11f,1.0f,-3.604E-10f,4.5156E-12f,1.0f,-3.2542E-10f,-8.4976E-12f,1.0f,-1.4838E-10f,-5.6902E-12f,1.0f,3.4891E-11f,5.2031E-12f,1.0f,5.5526E-11f,5.0087E-12f,1.0f,-3.8024E-12f,-1.1951E-12f,1.0f,-9.4772E-12f,-4.9711E-12f,1.0f,2.1624E-11f,-3.2469E-12f,1.0f,4.1946E-11f,7.8878E-12f,1.0f,4.7907E-11f,8.0643E-12f,1.0f,4.8546E-11f,-1.694E-11f,1.0f,5.5912E-11f,-1.2922E-11f,1.0f,7.8839E-11f,4.6159E-11f,1.0f,1.1195E-10f,5.3713E-11f,1.0f,1.4436E-10f,-4.4003E-11f,1.0f,1.5605E-10f,-3.1546E-11f,1.0f,1.8884E-11f,-2.7858E-11f,1.0f,-1.8422E-11f,-5.3403E-11f,1.0f,7.8401E-12f,-8.1103E-11f,1.0f,2.2398E-12f,-1.3149E-12f,1.0f,-1.0197E-11f,3.4782E-11f,1.0f,-1.822E-11f,3.0241E-11f,1.0f,-2.3648E-11f,1.9583E-11f,1.0f,-2.2901E-11f,2.052E-11f,1.0f,-1.6307E-11f,2.3631E-11f,1.0f,-8.7715E-12f,2.0404E-11f,1.0f,-4.5958E-12f,1.6248E-11f,1.0f,1.7765E-13f,1.878E-11f,1.0f,3.677E-12f,1.985E-11f,1.0f,6.3603E-12f,1.4475E-11f,1.0f,1.2361E-11f}; return value; } private float[] getNormal_5_1105_vector_2() { float[] value = {1.1854E-11f,1.0f,1.6777E-11f,2.2161E-11f,1.0f,1.2292E-11f,2.8097E-11f,1.0f,-6.721E-13f,-4.4182E-12f,1.0f,-1.0348E-11f,-2.8244E-11f,1.0f,2.9594E-11f,1.1651E-11f,1.0f,-2.3146E-13f,1.7062E-12f,1.0f,5.7201E-12f,1.2358E-11f,1.0f,-8.2394E-12f,5.8182E-12f,1.0f,9.6985E-12f,9.319E-12f,1.0f,-2.3867E-12f,-1.7547E-12f,1.0f,4.57E-12f,-2.176E-12f,1.0f,1.2568E-11f,1.2523E-13f,1.0f,-2.1029E-11f,-3.6512E-12f,1.0f,-2.3938E-11f,1.376E-11f,1.0f,-5.6843E-12f,1.2605E-11f,1.0f,-1.1964E-11f,-3.3801E-11f,1.0f,-2.4401E-11f,1.0964E-11f,1.0f,5.4413E-12f,3.2838E-12f,1.0f,-3.3493E-12f,2.2293E-11f,1.0f,3.0036E-12f,-2.08E-12f,1.0f,-1.6526E-10f,1.5541E-11f,1.0f,-3.3436E-11f,3.8532E-11f,1.0f,1.2124E-11f,6.4693E-11f,1.0f,-4.2963E-12f,8.11E-11f,1.0f,-2.046E-12f,8.2436E-11f,1.0f,2.2383E-12f,3.4358E-11f,1.0f,8.0186E-12f,-2.1314E-12f,1.0f,-1.8404E-11f,1.1563E-11f,1.0f,1.858E-11f,4.3391E-11f,1.0f,1.5635E-10f,9.5599E-13f,1.0f,4.724E-12f,-3.3667E-11f,1.0f,1.1233E-11f,-2.5394E-11f,1.0f,1.7836E-11f,-1.2884E-11f,1.0f,1.847E-11f,-1.5271E-11f,1.0f,1.2575E-11f,-2.0913E-11f,1.0f,7.1275E-12f,-2.0911E-11f,1.0f,3.8305E-12f,-2.031E-11f,1.0f,-8.8815E-14f,-2.5784E-11f,1.0f,-5.5151E-12f,-3.0366E-11f,1.0f,-1.0965E-11f,-2.7519E-11f,1.0f,-2.0786E-11f,-2.5767E-11f,1.0f,-2.9689E-11f,-3.6166E-11f,1.0f,-3.2286E-11f,-3.9794E-11f,1.0f,-2.8276E-11f,-7.1465E-13f,1.0f,-1.9778E-11f,-5.3835E-11f,1.0f,1.5601E-10f,-4.6177E-11f,1.0f,1.2487E-10f,1.292E-11f,1.0f,9.5709E-11f,1.7039E-11f,1.0f,7.8234E-11f,-8.0695E-12f,1.0f,7.1192E-11f,-8.0753E-12f,1.0f,6.6997E-11f,3.2488E-12f,1.0f,5.5394E-11f,5.0598E-12f,1.0f,2.9422E-11f,1.1948E-12f,1.0f,-6.5277E-12f,-5.0087E-12f,1.0f,-4.0756E-12f,-5.3613E-12f,1.0f,5.3179E-11f,5.8851E-12f,1.0f,3.2069E-11f,8.6463E-12f,1.0f,-1.5049E-10f,-4.7193E-12f,1.0f,-3.2491E-10f,4.1793E-11f,1.0f,-3.5575E-10f,1.6315E-10f,1.0f,-3.0365E-10f,5.8761E-11f,1.0f,-3.467E-10f,9.9964E-12f,1.0f,-3.2837E-10f,5.7461E-11f,1.0f,-2.0674E-10f,1.1381E-10f,1.0f,-7.3063E-11f,9.5021E-11f,1.0f,-3.3884E-11f,2.3591E-11f,1.0f,-5.1103E-11f,1.5444E-12f,1.0f,-4.2865E-11f,1.7305E-11f,1.0f,-1.3138E-11f,2.6489E-11f,1.0f,-6.2842E-12f,1.6592E-11f,1.0f,-1.5485E-11f,9.9357E-12f,1.0f,-1.3376E-11f,1.9264E-11f,1.0f,1.1605E-12f,3.0178E-11f,1.0f,-9.2192E-13f,2.8503E-11f,1.0f,-3.0917E-11f,1.7788E-11f,1.0f,-3.7612E-11f,1.0915E-11f,1.0f,1.7764E-13f,1.4159E-11f,1.0f,3.7612E-11f,2.141E-11f,1.0f,2.9119E-11f,1.9651E-11f,1.0f,-2.6995E-12f,5.1855E-12f,1.0f,-7.1902E-12f,-6.6016E-12f,1.0f,4.7399E-12f,-1.3047E-14f,1.0f,4.315E-12f,1.1626E-11f,1.0f,-5.6465E-12f,5.9798E-12f,1.0f,1.5599E-12f,-6.6785E-12f,1.0f,3.2417E-11f,1.7497E-11f,1.0f,4.193E-11f,8.9631E-11f,1.0f,2.7117E-11f,1.1078E-10f,1.0f,6.6778E-11f,5.7536E-11f,1.0f,2.022E-10f,1.079E-11f,1.0f,3.3049E-10f,5.8981E-11f,1.0f,3.5822E-10f,1.6571E-10f,1.0f,3.1853E-10f,4.151E-11f,1.0f,3.6646E-10f,-5.3296E-12f,1.0f,3.2643E-10f,9.236E-12f,1.0f,1.527E-10f,6.0832E-12f,1.0f,-2.3214E-11f,-5.3633E-12f,1.0f,-3.9657E-11f,-5.104E-12f,1.0f,2.3746E-11f,1.1988E-12f,1.0f,3.7721E-11f}; return value; } private float[] getNormal_5_1105_vector_3() { float[] value = {4.971E-12f,1.0f,1.2229E-11f,2.5604E-12f,1.0f,-1.1951E-11f,-7.5146E-12f,1.0f,-2.5976E-11f,-7.2708E-12f,1.0f,-3.1456E-11f,1.5584E-11f,1.0f,-4.0387E-11f,1.2337E-11f,1.0f,-6.2428E-11f,-4.1151E-11f,1.0f,-9.6539E-11f,-6.211E-11f,1.0f,-1.3606E-10f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_1106_point_1() { float[] value = {0.74941f,0.060768f,0.68957f,0.060768f,0.62614f,0.060768f,0.56166f,0.060768f,0.74941f,0.12351f,0.68957f,0.12351f,0.62614f,0.12351f,0.68957f,0.18981f,0.68957f,0.3095f,0.74941f,0.37293f,0.68957f,0.37293f,0.62614f,0.37293f,0.74941f,0.43741f,0.68957f,0.43741f,0.62614f,0.43741f,0.56166f,0.43741f,0.50014f,0.12498f,0.50008f,0.093833f,0.50001f,0.062671f,0.50001f,0.031419f,0.50016f,4.5467E-4f,0.53116f,1.7723E-4f,0.56243f,3.6622E-5f,0.59362f,1.3296E-7f,0.62473f,3.4986E-5f,0.65588f,1.1157E-4f,0.68708f,2.0156E-4f,0.71825f,2.7666E-4f,0.74941f,3.0824E-4f,0.78056f,3.0583E-4f,0.81173f,3.0207E-4f,0.84293f,3.0199E-4f,0.87409f,3.1068E-4f,0.90519f,3.0998E-4f,0.93638f,2.9466E-4f,0.96764f,2.8862E-4f,0.99854f,3.1748E-4f,0.97333f,0.0015785f,0.94855f,0.0053353f,0.92461f,0.011536f,0.90171f,0.019956f,0.87993f,0.030441f,0.85936f,0.042899f,0.84015f,0.057262f,0.82243f,0.073363f,0.80636f,0.091056f,0.79201f,0.11026f,0.77954f,0.13083f,0.76906f,0.15263f,0.76068f,0.17553f,0.75452f,0.19941f,0.75071f,0.22416f,0.74941f,0.24966f,0.75071f,0.27515f,0.75452f,0.2999f,0.76068f,0.32378f,0.76906f,0.34669f,0.77954f,0.36848f,0.79201f,0.38906f,0.80636f,0.40826f,0.82243f,0.42595f,0.84015f,0.44205f,0.85936f,0.45641f,0.87993f,0.46887f,0.90171f,0.47936f,0.92461f,0.48778f,0.94855f,0.49398f,0.97333f,0.49774f,0.99854f,0.499f,0.96764f,0.49903f,0.93638f,0.49902f,0.90519f,0.499f,0.87409f,0.499f,0.84293f,0.49901f,0.81173f,0.49901f,0.78056f,0.49901f,0.74941f,0.49901f,0.71825f,0.49904f,0.68708f,0.49911f,0.65588f,0.4992f,0.62473f,0.49928f,0.59362f,0.49931f,0.56243f,0.49928f,0.53116f,0.49914f,0.50016f,0.49886f,0.50001f,0.46789f,0.50001f,0.43664f,0.50008f,0.40548f,0.50014f,0.37433f,0.52514f,0.37178f,0.54861f,0.3645f,0.56979f,0.35303f,0.58821f,0.33782f,0.60343f,0.31935f,0.61492f,0.29817f,0.62218f,0.27478f,0.62473f,0.24966f,0.62218f,0.22454f,0.61492f,0.20114f,0.60343f,0.17996f}; return value; } private float[] getTextureCoordinate_5_1106_point_2() { float[] value = {0.58821f,0.1615f,0.56979f,0.14629f,0.54861f,0.13482f,0.52514f,0.12753f,0.43801f,0.060768f,0.37527f,0.060768f,0.30897f,0.060768f,0.24913f,0.060768f,0.37527f,0.12351f,0.30897f,0.12351f,0.24913f,0.12351f,0.30897f,0.18981f,0.30897f,0.3095f,0.37527f,0.37293f,0.30897f,0.37293f,0.24913f,0.37293f,0.43801f,0.43741f,0.37527f,0.43741f,0.30897f,0.43741f,0.24913f,0.43741f,0.49837f,4.5467E-4f,0.49852f,0.031419f,0.49852f,0.062671f,0.49846f,0.093833f,0.4984f,0.12498f,0.4984f,0.37433f,0.49846f,0.40548f,0.49852f,0.43664f,0.49852f,0.46789f,0.49837f,0.49886f,0.4734f,0.12753f,0.44993f,0.13482f,0.42875f,0.14629f,0.41032f,0.1615f,0.3951f,0.17996f,0.38362f,0.20114f,0.37635f,0.22454f,0.3738f,0.24966f,0.37635f,0.27478f,0.38362f,0.29817f,0.3951f,0.31935f,0.41032f,0.33782f,0.42875f,0.35303f,0.44993f,0.3645f,0.4734f,0.37178f,0.46738f,0.49914f,0.43611f,0.49928f,0.40492f,0.49931f,0.37381f,0.49928f,0.34265f,0.4992f,0.31146f,0.49911f,0.28028f,0.49904f,0.24913f,0.49901f,0.21798f,0.49901f,0.1868f,0.49901f,0.1556f,0.49901f,0.12444f,0.499f,0.093345f,0.499f,0.06216f,0.49902f,0.030893f,0.49903f,0.0f,0.499f,0.025209f,0.49774f,0.049982f,0.49398f,0.073924f,0.48778f,0.096827f,0.47936f,0.11861f,0.46887f,0.13918f,0.45641f,0.15839f,0.44205f,0.1761f,0.42595f,0.19218f,0.40826f,0.20652f,0.38906f,0.21899f,0.36848f,0.22947f,0.34669f,0.23785f,0.32378f,0.24402f,0.2999f,0.24782f,0.27515f,0.24913f,0.24966f,0.24782f,0.22416f,0.24402f,0.19941f,0.23785f,0.17553f,0.22947f,0.15263f,0.21899f,0.13083f,0.20652f,0.11026f,0.19218f,0.091056f,0.1761f,0.073363f,0.15839f,0.057262f,0.13918f,0.042899f,0.11861f,0.030441f,0.096827f,0.019956f,0.073924f,0.011536f,0.049982f,0.0053353f,0.025209f,0.0015785f,0.0f,3.1748E-4f,0.030893f,2.8862E-4f,0.06216f,2.9466E-4f,0.093345f,3.0998E-4f,0.12444f,3.1068E-4f,0.1556f,3.0199E-4f,0.1868f,3.0207E-4f,0.21798f,3.0583E-4f}; return value; } private float[] getTextureCoordinate_5_1106_point_3() { float[] value = {0.24913f,3.0824E-4f,0.28028f,2.7666E-4f,0.31146f,2.0156E-4f,0.34265f,1.1157E-4f,0.37381f,3.4986E-5f,0.40492f,1.3296E-7f,0.43611f,3.6622E-5f,0.46738f,1.7723E-4f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1111_coordIndex_1() { int[] value = {6,1,5,-1,1,0,5,-1,7,2,6,-1,2,1,6,-1,8,3,2,-1,8,2,7,-1,11,5,10,-1,5,4,10,-1,12,6,11,-1,6,5,11,-1,13,7,12,-1,7,6,12,-1,14,8,7,-1,14,7,13,-1,15,9,8,-1,15,8,14,-1,17,11,16,-1,11,10,16,-1,18,12,17,-1,12,11,17,-1,19,13,18,-1,13,12,18,-1,20,14,13,-1,20,13,19,-1,21,15,14,-1,21,14,20,-1,23,17,16,-1,23,16,22,-1,24,18,17,-1,24,17,23,-1,25,19,18,-1,25,18,24,-1,26,20,25,-1,20,19,25,-1,27,21,26,-1,21,20,26,-1,29,24,23,-1,29,23,28,-1,30,25,24,-1,30,24,29,-1,31,26,30,-1,26,25,30,-1,32,33,1,-1,33,34,1,-1,34,35,0,-1,35,36,0,-1,36,37,4,-1,37,38,4,-1,38,39,10,-1,39,40,10,-1,40,41,16,-1,41,42,16,-1,42,43,22,-1,43,44,22,-1,44,45,28,-1,45,46,28,-1,46,47,29,-1,47,48,29,-1,48,49,30,-1,49,50,30,-1,50,51,31,-1,51,52,31,-1,52,53,27,-1,53,54,27,-1,54,55,21,-1,55,56,21,-1,56,57,15,-1,57,58,15,-1,58,59,9,-1,59,60,9,-1,60,61,3,-1,61,62,3,-1,62,63,2,-1,63,32,2,-1,0,1,34,-1,5,0,36,-1,1,2,32,-1,3,8,60,-1,2,3,62,-1,4,5,36,-1,10,4,38,-1,9,15,58,-1,8,9,60,-1,16,10,40,-1,15,21,56,-1,22,16,42,-1,23,22,44,-1,21,27,54,-1,27,26,52,-1,28,23,44,-1,29,28,46,-1,30,29,48,-1,26,31,52,-1,31,30,50,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1118_coordIndex_1() { int[] value = {6,1,5,-1,1,0,5,-1,7,2,6,-1,2,1,6,-1,8,3,2,-1,8,2,7,-1,11,5,10,-1,5,4,10,-1,12,6,11,-1,6,5,11,-1,13,7,12,-1,7,6,12,-1,14,8,7,-1,14,7,13,-1,15,9,8,-1,15,8,14,-1,17,11,16,-1,11,10,16,-1,18,12,17,-1,12,11,17,-1,19,13,18,-1,13,12,18,-1,20,14,13,-1,20,13,19,-1,21,15,14,-1,21,14,20,-1,23,17,16,-1,23,16,22,-1,24,18,17,-1,24,17,23,-1,25,19,18,-1,25,18,24,-1,26,20,25,-1,20,19,25,-1,27,21,26,-1,21,20,26,-1,29,24,23,-1,29,23,28,-1,30,25,24,-1,30,24,29,-1,31,26,30,-1,26,25,30,-1,32,33,30,-1,33,34,30,-1,34,35,31,-1,35,36,31,-1,36,37,27,-1,37,38,27,-1,38,39,21,-1,39,40,21,-1,40,41,15,-1,41,42,15,-1,42,43,9,-1,43,44,9,-1,44,45,3,-1,45,46,3,-1,46,47,2,-1,47,48,2,-1,48,49,1,-1,49,50,1,-1,50,51,0,-1,51,52,0,-1,52,53,4,-1,53,54,4,-1,54,55,10,-1,55,56,10,-1,56,57,16,-1,57,58,16,-1,58,59,22,-1,59,60,22,-1,60,61,28,-1,61,62,28,-1,62,63,29,-1,63,32,29,-1,0,1,50,-1,5,0,52,-1,1,2,48,-1,3,8,44,-1,2,3,46,-1,4,5,52,-1,10,4,54,-1,9,15,42,-1,8,9,44,-1,16,10,56,-1,15,21,40,-1,22,16,58,-1,23,22,60,-1,21,27,38,-1,27,26,36,-1,28,23,60,-1,29,28,62,-1,30,29,32,-1,26,31,36,-1,31,30,34,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1139_coordIndex_1() { int[] value = {10,6,5,-1,10,5,9,-1,8,11,12,-1,16,10,9,-1,16,9,15,-1,18,12,11,-1,18,11,17,-1,19,13,12,-1,19,12,18,-1,20,14,13,-1,20,13,19,-1,21,15,14,-1,21,14,20,-1,22,16,21,-1,16,15,21,-1,24,18,17,-1,24,17,23,-1,25,19,18,-1,25,18,24,-1,26,20,19,-1,26,19,25,-1,27,21,20,-1,27,20,26,-1,28,22,27,-1,22,21,27,-1,30,24,23,-1,30,23,29,-1,31,25,24,-1,31,24,30,-1,32,26,25,-1,32,25,31,-1,33,27,26,-1,33,26,32,-1,34,28,33,-1,28,27,33,-1,36,30,29,-1,36,29,35,-1,37,31,30,-1,37,30,36,-1,38,32,31,-1,38,31,37,-1,39,33,32,-1,39,32,38,-1,40,34,33,-1,40,33,39,-1,43,36,35,-1,43,35,42,-1,44,37,36,-1,44,36,43,-1,45,38,37,-1,45,37,44,-1,46,39,38,-1,46,38,45,-1,47,40,39,-1,47,39,46,-1,0,49,1,-1,49,50,8,-1,50,51,8,-1,51,52,11,-1,52,53,11,-1,53,54,11,-1,54,55,17,-1,55,56,17,-1,56,57,23,-1,57,58,23,-1,58,59,29,-1,59,60,29,-1,60,61,29,-1,61,62,35,-1,62,63,35,-1,63,41,42,-1,64,65,9,-1,65,66,15,-1,66,67,13,-1,67,68,8,-1,68,69,8,-1,69,70,8,-1,70,71,1,-1,71,72,3,-1,72,73,5,-1,73,64,9,-1,48,74,47,-1,74,75,40,-1,75,76,40,-1,76,77,34,-1,77,78,34,-1,78,79,34,-1,79,80,28,-1,80,81,28,-1,81,82,22,-1,82,83,22,-1,83,84,16,-1,84,85,16,-1,85,86,16,-1,86,87,10,-1,87,88,10,-1,88,7,6,-1,5,4,72,-1,4,3,72,-1,3,2,71,-1,2,1,71,-1,6,10,88,-1,9,5,73,-1,11,8,51,-1,8,12,67,-1,10,16,86,-1,15,9,65,-1,17,11,54,-1,12,13,67,-1,13,14,66,-1,14,15,66,-1,16,22,83,-1,23,17,56,-1,22,28,81,-1,29,23,58,-1,28,34,79,-1,35,29,61,-1,34,40,76,-1,42,35,63,-1,40,47,74,-1,1,49,70,-1,49,8,70,-1,98,91,97,-1,91,90,97,-1,101,98,100,-1,98,97,100,-1,104,105,99,-1,107,101,106,-1,101,100,106,-1,108,102,107,-1,102,101,107,-1,109,103,108,-1,103,102,108,-1,110,104,109,-1,104,103,109,-1,111,105,110,-1,105,104,110,-1,113,107,112,-1,107,106,112,-1,114,108,113,-1,108,107,113,-1,115,109,114,-1,109,108,114,-1,116,110,115,-1,110,109,115,-1,117,111,116,-1,111,110,116,-1,119,113,118,-1,113,112,118,-1,120,114,119,-1,114,113,119,-1,121,115,120,-1,115,114,120,-1,122,116,121,-1,116,115,121,-1,123,117,122,-1,117,116,122,-1,125,119,124,-1,119,118,124,-1,126,120,125,-1,120,119,125,-1,127,121,126,-1,121,120,126,-1,128,122,127,-1,122,121,127,-1,129,123,128,-1,123,122,128,-1,132,125,131,-1,125,124,131,-1,133,126,132,-1,126,125,132,-1,134,127,133,-1,127,126,133,-1,135,128,134,-1,128,127,134,-1,136,129,135,-1,129,128,135,-1,137,138,136,-1,138,139,129,-1,139,140,129,-1,140,141,123,-1,141,142,123,-1,142,143,123,-1,143,144,117,-1,144,145,117,-1,145,146,111,-1,146,147,111,-1,147,148,105,-1,148,149,105,-1,149,150,105,-1,150,151,99,-1,151,152,99,-1,152,96,95,-1,89,153,90,-1,153,154,97,-1,154,155,97,-1,155,156,100,-1,156,157,100,-1,157,158,100,-1,158,159,106,-1,159,160,106,-1,160,161,112,-1,161,162,112,-1,162,163,118,-1,163,164,118,-1,164,165,118,-1,165,166,124,-1,166,167,124,-1,167,130,131,-1,168,169,98,-1,169,170,91,-1,170,171,93,-1,171,172,95,-1,172,173,99,-1,173,174,99,-1,174,175,99,-1,175,176,103,-1,176,177,98,-1,177,168,98,-1,95,94,171,-1,94,93,171,-1,93,92,170,-1,92,91,170,-1,91,98,169,-1,97,90,153,-1,98,101,176,-1,100,97,155,-1,99,105,150,-1,104,99,175,-1,106,100,158,-1,101,102,176,-1,102,103,176,-1,103,104,175,-1,105,111,147,-1,112,106,160,-1,111,117,145,-1,118,112,162,-1,117,123,143,-1,124,118,165,-1,123,129,140,-1,131,124,167,-1,129,136,138,-1,99,152,172,-1,152,95,172,-1,180,178,183,-1,179,181,183,-1,181,182,183,-1,178,179,183,-1,184,188,186,-1,185,189,187,-1}; return value; } private int[] getIndexedFaceSet_4_1139_coordIndex_2() { int[] value = {187,189,188,-1,186,188,189,-1,190,193,191,-1,192,191,193,-1,194,199,196,-1,197,200,195,-1,195,200,198,-1,198,199,194,-1,199,198,200,-1,201,207,202,-1,203,205,204,-1,205,203,206,-1,206,202,207,-1,202,206,203,-1,208,210,213,-1,210,211,213,-1,212,209,213,-1,209,208,213,-1,221,216,220,-1,216,215,220,-1,222,217,221,-1,217,216,221,-1,226,221,225,-1,221,220,225,-1,227,222,226,-1,222,221,226,-1,214,230,218,-1,230,231,216,-1,232,233,227,-1,233,229,228,-1,231,219,215,-1,219,224,225,-1,224,232,225,-1,228,223,227,-1,223,218,222,-1,215,216,231,-1,220,215,219,-1,217,222,218,-1,216,217,230,-1,225,220,219,-1,226,225,232,-1,222,227,223,-1,227,226,232,-1,218,230,217,-1,227,233,228,-1,236,234,238,-1,235,237,238,-1,234,235,238,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_1139_point_1() { float[] value = {0.0f,1.1962f,13.25f,-3.0582f,1.1962f,12.839f,-5.239f,1.1962f,10.559f,-6.363f,1.1962f,7.6f,-6.511f,1.1962f,4.4042f,-5.9591f,1.1962f,1.3833f,-3.2604f,1.1962f,0.067282f,0.0f,1.1962f,0.0f,-3.0553f,7.8205f,12.847f,-5.9561f,7.8205f,1.3923f,-3.2574f,7.8205f,0.07624f,-3.0472f,14.84f,12.865f,-5.228f,14.84f,10.585f,-6.352f,14.84f,7.6265f,-6.4999f,14.84f,4.4307f,-5.948f,14.84f,1.4098f,-3.2493f,14.84f,0.093765f,-3.0361f,21.819f,12.887f,-5.2169f,21.819f,10.607f,-6.3409f,21.819f,7.6489f,-6.4888f,21.819f,4.4531f,-5.9369f,21.819f,1.4322f,-3.2382f,21.819f,0.11612f,-3.0243f,28.637f,12.911f,-5.205f,28.637f,10.631f,-6.3291f,28.637f,7.6723f,-6.477f,28.637f,4.4765f,-5.9251f,28.637f,1.4556f,-3.2264f,28.637f,0.13958f,-3.0129f,35.773f,12.934f,-5.1937f,35.773f,10.654f,-6.3177f,35.773f,7.6952f,-6.4656f,35.773f,4.4994f,-5.9137f,35.773f,1.4785f,-3.215f,35.773f,0.16248f,-3.0052f,42.348f,12.95f,-5.1859f,42.348f,10.67f,-6.31f,42.348f,7.7119f,-6.4579f,42.348f,4.516f,-5.906f,42.348f,1.4952f,-3.2073f,42.348f,0.17912f,0.056438f,49.432f,13.372f,-3.0018f,49.432f,12.96f,-5.1826f,49.432f,10.68f,-6.3066f,49.432f,7.7218f,-6.4546f,49.432f,4.5259f,-5.9026f,49.432f,1.5051f,-3.204f,49.432f,0.189f,0.056438f,49.432f,0.12172f,6.6403E-4f,4.2061f,13.253f,0.0024734f,7.2179f,13.258f,0.0052645f,10.231f,13.264f,0.0088737f,13.246f,13.272f,0.013137f,16.262f,13.281f,0.017892f,19.279f,13.29f,0.022974f,22.296f,13.3f,0.028219f,25.314f,13.311f,0.033464f,28.332f,13.321f,0.038546f,31.349f,13.331f,0.043301f,34.366f,13.341f,0.047564f,37.382f,13.35f,0.051174f,40.396f,13.358f,0.053965f,43.41f,13.364f,0.055774f,46.422f,13.369f,-6.3638f,8.0f,3.0f,-6.4036f,8.708f,3.2938f,-6.4767f,9.0f,4.0f,-5.9506f,9.0f,9.0f,-5.5266f,8.0f,10.0f,-5.5263f,6.0f,10.0f,-5.6615f,5.2929f,9.7071f,-5.9508f,5.0f,9.0f,-6.4803f,5.0f,4.0f,-6.3659f,6.0f,3.0f,0.055774f,46.422f,0.11875f,0.053965f,43.41f,0.11393f,0.051174f,40.396f,0.10751f,0.047564f,37.382f,0.099772f,0.043301f,34.366f,0.090972f,0.038546f,31.349f,0.081376f,0.033464f,28.332f,0.071251f,0.028219f,25.314f,0.06086f,0.022974f,22.296f,0.05047f,0.017892f,19.279f,0.040344f,0.013137f,16.262f,0.030749f,0.0088737f,13.246f,0.021948f,0.0052645f,10.231f,0.014208f,0.0024734f,7.2179f,0.0077936f,6.6403E-4f,4.2061f,0.0029691f,0.0f,1.1962f,0.0f,3.1129f,1.1962f,0.0612f,5.8666f,1.1962f,1.1849f,6.5024f,1.1962f,4.2744f,6.3529f,1.1962f,7.6474f,5.239f,1.1962f,10.559f,3.1588f,1.1962f,12.794f,0.0f,1.1962f,13.25f,3.1158f,7.8205f,0.070158f,5.8696f,7.8205f,1.1938f,3.1617f,7.8205f,12.803f}; return value; } private float[] getCoordinate_5_1139_point_2() { float[] value = {3.1239f,14.84f,0.087683f,5.8777f,14.84f,1.2114f,6.5135f,14.84f,4.3009f,6.364f,14.84f,7.6738f,5.2501f,14.84f,10.585f,3.1698f,14.84f,12.82f,3.135f,21.819f,0.11004f,5.8888f,21.819f,1.2337f,6.5246f,21.819f,4.3233f,6.3751f,21.819f,7.6962f,5.2612f,21.819f,10.607f,3.1809f,21.819f,12.843f,3.1469f,28.637f,0.13349f,5.9006f,28.637f,1.2572f,6.5364f,28.637f,4.3467f,6.3869f,28.637f,7.7196f,5.273f,28.637f,10.631f,3.1927f,28.637f,12.866f,3.1582f,35.773f,0.15639f,5.912f,35.773f,1.2801f,6.5478f,35.773f,4.3696f,6.3983f,35.773f,7.7425f,5.2844f,35.773f,10.654f,3.2041f,35.773f,12.889f,3.166f,42.348f,0.17303f,5.9197f,42.348f,1.2967f,6.5555f,42.348f,4.3863f,6.406f,42.348f,7.7592f,5.2921f,42.348f,10.67f,3.2118f,42.348f,12.906f,0.056438f,49.432f,0.12172f,3.1693f,49.432f,0.18292f,5.9231f,49.432f,1.3066f,6.5589f,49.432f,4.3962f,6.4094f,49.432f,7.7691f,5.2955f,49.432f,10.68f,3.2152f,49.432f,12.916f,0.056438f,49.432f,13.372f,0.055774f,46.422f,13.369f,0.053965f,43.41f,13.364f,0.051174f,40.396f,13.358f,0.047564f,37.382f,13.35f,0.043301f,34.366f,13.341f,0.038546f,31.349f,13.331f,0.033464f,28.332f,13.321f,0.028219f,25.314f,13.311f,0.022974f,22.296f,13.3f,0.017892f,19.279f,13.29f,0.013137f,16.262f,13.281f,0.0088737f,13.246f,13.272f,0.0052645f,10.231f,13.264f,0.0024734f,7.2179f,13.258f,6.6403E-4f,4.2061f,13.253f,6.6403E-4f,4.2061f,0.0029691f,0.0024734f,7.2179f,0.0077936f,0.0052645f,10.231f,0.014208f,0.0088737f,13.246f,0.021948f,0.013137f,16.262f,0.030749f,0.017892f,19.279f,0.040344f,0.022974f,22.296f,0.05047f,0.028219f,25.314f,0.06086f,0.033464f,28.332f,0.071251f,0.038546f,31.349f,0.081376f,0.043301f,34.366f,0.090972f,0.047564f,37.382f,0.099772f,0.051174f,40.396f,0.10751f,0.053965f,43.41f,0.11393f,0.055774f,46.422f,0.11875f,6.3691f,6.0f,3.0f,6.4092f,5.2929f,3.2929f,6.4823f,5.0f,4.0f,5.9529f,5.0f,9.0f,5.724f,5.1783f,9.5699f,5.5295f,6.0f,10.0f,5.5328f,8.0f,10.0f,5.9586f,9.0f,9.0f,6.4847f,9.0f,4.0f,6.3701f,8.0f,3.0f,-6.4803f,5.0f,4.0f,6.4823f,5.0f,4.0f,-6.3659f,6.0f,3.0f,6.4092f,5.2929f,3.2929f,6.3691f,6.0f,3.0f,0.0016144f,6.0f,3.0f,-6.3659f,6.0f,3.0f,6.3701f,8.0f,3.0f,-6.3638f,8.0f,3.0f,6.3691f,6.0f,3.0f,0.0016144f,6.0f,3.0f,0.0031102f,8.0f,3.0f,-6.4767f,9.0f,4.0f,-5.9506f,9.0f,9.0f,5.9586f,9.0f,9.0f,6.4847f,9.0f,4.0f,-5.5266f,8.0f,10.0f,5.5328f,8.0f,10.0f,-5.5263f,6.0f,10.0f,5.5295f,6.0f,10.0f,0.0031102f,8.0f,10.0f,-0.035622f,6.0f,10.0f}; return value; } private float[] getCoordinate_5_1139_point_3() { float[] value = {2.9335f,6.0f,10.0f,-5.9508f,5.0f,9.0f,-6.4803f,5.0f,4.0f,6.4823f,5.0f,4.0f,5.9529f,5.0f,9.0f,2.9335f,5.0f,9.0f,-0.035622f,5.0f,9.0f,-2.9352f,5.0f,9.0f,-6.4767f,9.0f,4.0f,6.4847f,9.0f,4.0f,-6.4036f,8.708f,3.2938f,-6.3638f,8.0f,3.0f,6.3701f,8.0f,3.0f,0.0031102f,8.0f,3.0f,-5.9508f,5.0f,9.0f,-2.9352f,5.6285f,9.9284f,-2.9352f,5.2929f,9.7071f,-2.9352f,5.0808f,9.3938f,-2.9352f,5.0f,9.0f,-0.035622f,6.0f,10.0f,-0.035622f,5.6285f,9.9284f,-0.035622f,5.2929f,9.7071f,-0.035622f,5.0808f,9.3938f,-0.035622f,5.0f,9.0f,2.9335f,6.0f,10.0f,2.9335f,5.6285f,9.9284f,2.9335f,5.2929f,9.7071f,2.9335f,5.0808f,9.3938f,2.9335f,5.0f,9.0f,5.9529f,5.0f,9.0f,-5.6615f,5.2929f,9.7071f,-5.5263f,6.0f,10.0f,5.5295f,6.0f,10.0f,5.724f,5.1783f,9.5699f,-5.9506f,9.0f,9.0f,5.9586f,9.0f,9.0f,-5.5266f,8.0f,10.0f,5.5328f,8.0f,10.0f,0.0031102f,8.0f,10.0f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_1140_vector_1() { float[] value = {-0.0079504f,-6.4901E-4f,0.99997f,-0.39f,-5.9295E-4f,0.92082f,-0.87679f,-3.0142E-4f,0.48088f,-0.97851f,-1.2187E-4f,0.20619f,-0.99803f,5.2978E-5f,-0.062801f,-0.92059f,2.6477E-4f,-0.39053f,-0.042786f,6.4906E-4f,-0.99908f,-0.0080545f,6.492E-4f,-0.99997f,-0.39f,-0.0015003f,0.92082f,-0.92059f,0.0015448f,-0.39053f,-0.042786f,0.0020176f,-0.99908f,-0.39f,-0.0021439f,0.92081f,-0.87679f,-1.6289E-4f,0.48088f,-0.97851f,7.8657E-4f,0.20619f,-0.99802f,0.0016025f,-0.062801f,-0.92059f,0.0024528f,-0.39053f,-0.042786f,0.0029883f,-0.99908f,-0.38999f,-0.0024627f,0.92081f,-0.87679f,-1.3441E-4f,0.48088f,-0.97851f,9.7335E-4f,0.20619f,-0.99802f,0.0019211f,-0.062801f,-0.92059f,0.0029026f,-0.39053f,-0.042786f,0.0034693f,-0.99908f,-0.38999f,-0.0024666f,0.92081f,-0.87679f,-1.3407E-4f,0.48088f,-0.97851f,9.7559E-4f,0.20619f,-0.99802f,0.0019249f,-0.062801f,-0.92059f,0.002908f,-0.39053f,-0.042786f,0.003475f,-0.99908f,-0.39f,-0.0021449f,0.92081f,-0.87679f,-1.628E-4f,0.48088f,-0.97851f,7.8719E-4f,0.20619f,-0.99802f,0.0016036f,-0.062801f,-0.92059f,0.0024543f,-0.39053f,-0.042786f,0.0029899f,-0.99908f,-0.39f,-0.0015523f,0.92082f,-0.87679f,-2.1573E-4f,0.48088f,-0.97851f,4.4006E-4f,0.20619f,-0.99803f,0.0010115f,-0.062801f,-0.92059f,0.0016182f,-0.39053f,-0.042786f,0.002096f,-0.99908f,-0.0079504f,-6.4901E-4f,0.99997f,-0.39f,-5.9295E-4f,0.92082f,-0.87679f,-3.0142E-4f,0.48088f,-0.97851f,-1.2187E-4f,0.20619f,-0.99803f,5.2978E-5f,-0.062801f,-0.92059f,2.6477E-4f,-0.39053f,-0.042786f,6.4906E-4f,-0.99908f,-0.0080545f,6.492E-4f,-0.99997f,-0.0079504f,-0.0013055f,0.99997f,-0.0079504f,-0.0018738f,0.99997f,-0.0079504f,-0.0023541f,0.99997f,-0.0079503f,-0.0027467f,0.99996f,-0.0079503f,-0.0030518f,0.99996f,-0.0079503f,-0.0032697f,0.99996f,-0.0079503f,-0.0034003f,0.99996f,-0.0079503f,-0.0034439f,0.99996f,-0.0079503f,-0.0034003f,0.99996f,-0.0079503f,-0.0032697f,0.99996f,-0.0079503f,-0.0030518f,0.99996f,-0.0079503f,-0.0027467f,0.99996f,-0.0079504f,-0.0023541f,0.99997f,-0.0079504f,-0.0018738f,0.99997f,-0.0079504f,-0.0013055f,0.99997f,-0.98897f,0.001144f,-0.14811f,-0.99204f,0.0011876f,-0.12591f,-0.99654f,0.001133f,-0.083062f,-0.93727f,1.3694E-4f,0.34861f,-0.90232f,-9.6381E-5f,0.43106f,-0.90218f,-1.417E-4f,0.43137f,-0.91325f,-1.1595E-4f,0.40739f,-0.93704f,-2.7208E-5f,0.34923f,-0.99658f,6.3772E-4f,-0.082678f,-0.98902f,8.7486E-4f,-0.14781f,-0.0080545f,0.0013122f,-0.99997f,-0.0080545f,0.0018861f,-0.99997f,-0.0080545f,0.0023712f,-0.99996f,-0.0080545f,0.0027677f,-0.99996f,-0.0080545f,0.0030759f,-0.99996f,-0.0080545f,0.0032959f,-0.99996f,-0.0080545f,0.0034279f,-0.99996f,-0.0080545f,0.0034718f,-0.99996f,-0.0080545f,0.0034279f,-0.99996f,-0.0080545f,0.0032959f,-0.99996f,-0.0080545f,0.0030759f,-0.99996f,-0.0080545f,0.0027677f,-0.99996f,-0.0080545f,0.0023712f,-0.99996f,-0.0080545f,0.0018861f,-0.99997f,-0.0080545f,0.0013122f,-0.99997f,0.0080545f,6.4901E-4f,-0.99997f,0.039646f,6.4813E-4f,-0.99921f,0.89f,2.8509E-4f,-0.45597f,0.99763f,3.2464E-5f,-0.068817f,0.97733f,-1.494E-4f,0.21173f,0.87679f,-3.2288E-4f,0.48088f,0.4201f,-5.9421E-4f,0.90748f,0.0079504f,-6.492E-4f,0.99997f,0.039646f,0.0019489f,-0.99921f,0.89f,1.5991E-4f,-0.45597f,0.4201f,-0.0021515f,0.90748f}; return value; } private float[] getNormal_5_1140_vector_2() { float[] value = {0.039646f,0.0028715f,-0.99921f,0.89f,7.1116E-5f,-0.45597f,0.99763f,-0.0012163f,-0.068817f,0.97733f,-0.0020095f,0.21173f,0.87678f,-0.0026552f,0.48088f,0.4201f,-0.0032562f,0.90747f,0.039646f,0.0033287f,-0.99921f,0.89f,2.7124E-5f,-0.45597f,0.99763f,-0.001473f,-0.068817f,0.97733f,-0.0023919f,0.21173f,0.87678f,-0.0031348f,0.48088f,0.4201f,-0.0038035f,0.90747f,0.039646f,0.0033342f,-0.99921f,0.89f,2.6595E-5f,-0.45597f,0.99763f,-0.0014761f,-0.068817f,0.97733f,-0.0023965f,0.21173f,0.87678f,-0.0031405f,0.48088f,0.4201f,-0.00381f,0.90747f,0.039646f,0.0028731f,-0.99921f,0.89f,7.097E-5f,-0.45597f,0.99763f,-0.0012171f,-0.068817f,0.97733f,-0.0020108f,0.21173f,0.87678f,-0.0026568f,0.48088f,0.4201f,-0.003258f,0.90747f,0.039646f,0.0020234f,-0.99921f,0.89f,1.5273E-4f,-0.45597f,0.99763f,-7.3997E-4f,-0.068817f,0.97733f,-0.0013f,0.21173f,0.87679f,-0.0017656f,0.48088f,0.4201f,-0.0022408f,0.90748f,0.0080545f,6.4901E-4f,-0.99997f,0.039646f,6.4813E-4f,-0.99921f,0.89f,2.8509E-4f,-0.45597f,0.99763f,3.2464E-5f,-0.068817f,0.97733f,-1.494E-4f,0.21173f,0.87679f,-3.2288E-4f,0.48088f,0.4201f,-5.9421E-4f,0.90748f,0.0079504f,-6.492E-4f,0.99997f,0.0079504f,-0.0013122f,0.99997f,0.0079504f,-0.0018861f,0.99997f,0.0079504f,-0.0023711f,0.99997f,0.0079503f,-0.0027676f,0.99996f,0.0079503f,-0.0030758f,0.99996f,0.0079503f,-0.0032957f,0.99996f,0.0079503f,-0.0034277f,0.99996f,0.0079503f,-0.0034717f,0.99996f,0.0079503f,-0.0034277f,0.99996f,0.0079503f,-0.0032957f,0.99996f,0.0079503f,-0.0030758f,0.99996f,0.0079503f,-0.0027676f,0.99996f,0.0079504f,-0.0023711f,0.99997f,0.0079504f,-0.0018861f,0.99997f,0.0079504f,-0.0013122f,0.99997f,0.0080545f,0.0013055f,-0.99997f,0.0080545f,0.0018737f,-0.99997f,0.0080545f,0.002354f,-0.99996f,0.0080545f,0.0027466f,-0.99996f,0.0080545f,0.0030517f,-0.99996f,0.0080545f,0.0032695f,-0.99996f,0.0080545f,0.0034002f,-0.99996f,0.0080545f,0.0034437f,-0.99996f,0.0080545f,0.0034002f,-0.99996f,0.0080545f,0.0032695f,-0.99996f,0.0080545f,0.0030517f,-0.99996f,0.0080545f,0.0027466f,-0.99996f,0.0080545f,0.002354f,-0.99996f,0.0080545f,0.0018737f,-0.99997f,0.0080545f,0.0013055f,-0.99997f,0.98902f,-3.8421E-4f,-0.14781f,0.99209f,-3.5758E-4f,-0.12553f,0.99658f,-3.9497E-4f,-0.082678f,0.93703f,-9.982E-4f,0.34923f,0.91814f,-0.0010911f,0.39626f,0.90218f,-0.0012902f,0.43136f,0.90232f,-0.0016397f,0.43106f,0.93727f,-0.0016542f,0.34861f,0.99654f,-7.7144E-4f,-0.083063f,0.98897f,-5.4752E-4f,-0.14811f,-4.4235E-17f,1.0f,-5.9474E-15f,-5.5511E-17f,1.0f,-1.0299E-14f,7.3604E-17f,-4.1341E-15f,1.0f,-2.0771E-16f,0.70711f,0.70711f,-7.3599E-17f,-1.8132E-15f,1.0f,0.0f,-2.7561E-15f,1.0f,3.4694E-17f,3.8519E-33f,1.0f,2.7756E-17f,0.0f,1.0f,2.54E-17f,0.0f,1.0f,2.5398E-17f,0.0f,1.0f,0.0f,0.0f,1.0f,3.994E-17f,0.0f,1.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f}; return value; } private float[] getNormal_5_1140_vector_3() { float[] value = {0.0f,0.0f,-1.0f,0.0f,1.0f,0.0f,4.9941E-17f,1.0f,2.9606E-16f,0.0f,1.0f,1.4803E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-8.8471E-17f,-1.0f,-1.2561E-15f,1.3878E-17f,-1.0f,-6.2804E-16f,-1.6457E-16f,-0.70805f,0.70616f,-1.8368E-17f,6.2804E-16f,1.0f,-7.3479E-17f,3.1402E-16f,1.0f,-5.6614E-17f,-1.2561E-15f,1.0f,9.4542E-17f,1.0f,-4.2067E-15f,-2.7607E-16f,0.37148f,-0.92844f,-1.0728E-16f,0.70711f,-0.70711f,1.6318E-16f,0.91918f,-0.39383f,1.0408E-17f,1.0f,-1.1605E-15f,-1.249E-16f,-7.543E-15f,-1.0f,-3.1336E-16f,0.37148f,-0.92844f,-1.0423E-16f,0.70711f,-0.70711f,2.2324E-17f,0.91918f,-0.39383f,-2.0817E-17f,1.0f,1.0154E-15f,-2.7756E-17f,-2.611E-15f,-1.0f,-2.5174E-16f,0.37148f,-0.92844f,-8.2569E-17f,0.70711f,-0.70711f,1.2169E-16f,0.91918f,-0.39383f,1.3878E-17f,1.0f,4.3517E-15f,-5.5511E-17f,1.0f,6.2375E-15f,-1.1171E-16f,0.70711f,-0.70711f,-3.9813E-16f,-1.5086E-14f,-1.0f,3.9811E-16f,3.4814E-15f,-1.0f,0.0f,0.82169f,-0.56993f,-1.9949E-16f,-1.0f,2.3209E-15f,-9.6628E-31f,-1.0f,4.3517E-15f,-6.3679E-16f,-1.7987E-14f,-1.0f,0.0f,-1.2185E-14f,-1.0f,0.0f,-6.6727E-15f,-1.0f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_1141_point_1() { float[] value = {0.61807f,0.0f,0.53401f,0.0f,0.48398f,0.0f,0.44266f,0.0f,0.39607f,0.0f,0.35407f,0.0f,0.28996f,0.0f,0.23907f,0.0f,0.53401f,0.11282f,0.35407f,0.11282f,0.28996f,0.11282f,0.53401f,0.23222f,0.48398f,0.23222f,0.44266f,0.23222f,0.39607f,0.23222f,0.35407f,0.23222f,0.28996f,0.23222f,0.53401f,0.35086f,0.48398f,0.35086f,0.44266f,0.35086f,0.39607f,0.35086f,0.35407f,0.35086f,0.28996f,0.35086f,0.53401f,0.46673f,0.48398f,0.46673f,0.44266f,0.46673f,0.39607f,0.46673f,0.35407f,0.46673f,0.28996f,0.46673f,0.53401f,0.58803f,0.48398f,0.58803f,0.44266f,0.58803f,0.39607f,0.58803f,0.35407f,0.58803f,0.28996f,0.58803f,0.53401f,0.69988f,0.48398f,0.69988f,0.44266f,0.69988f,0.39607f,0.69988f,0.35407f,0.69988f,0.28996f,0.69988f,0.61807f,0.82051f,0.53401f,0.82051f,0.48398f,0.82051f,0.44266f,0.82051f,0.39607f,0.82051f,0.35407f,0.82051f,0.28996f,0.82051f,0.23907f,0.82051f,0.61807f,0.051282f,0.61807f,0.10256f,0.61807f,0.15385f,0.61807f,0.20513f,0.61807f,0.25641f,0.61807f,0.30769f,0.61807f,0.35897f,0.61807f,0.41026f,0.61807f,0.46154f,0.61807f,0.51282f,0.61807f,0.5641f,0.61807f,0.61538f,0.61807f,0.66666f,0.61807f,0.71795f,0.61807f,0.76923f,0.37776f,0.11588f,0.38158f,0.12793f,0.39067f,0.13289f,0.4625f,0.13289f,0.47607f,0.11588f,0.47612f,0.08183f,0.47216f,0.06979f,0.4626f,0.064803f,0.39077f,0.064803f,0.37781f,0.08183f,0.23907f,0.76923f,0.23907f,0.71795f,0.23907f,0.66666f,0.23907f,0.61538f,0.23907f,0.5641f,0.23907f,0.51282f,0.23907f,0.46154f,0.23907f,0.41026f,0.23907f,0.35897f,0.23907f,0.30769f,0.23907f,0.25641f,0.23907f,0.20513f,0.23907f,0.15385f,0.23907f,0.10256f,0.23907f,0.051282f,0.99854f,0.0f,0.95023f,0.0f,0.88723f,0.0f,0.84323f,0.0f,0.79423f,0.0f,0.75362f,0.0f,0.7059f,0.0f,0.61953f,0.0f,0.95023f,0.11282f,0.88723f,0.11282f,0.7059f,0.11282f}; return value; } private float[] getTextureCoordinate_5_1141_point_2() { float[] value = {0.95023f,0.23222f,0.88723f,0.23222f,0.84323f,0.23222f,0.79423f,0.23222f,0.75362f,0.23222f,0.7059f,0.23222f,0.95023f,0.35086f,0.88723f,0.35086f,0.84323f,0.35086f,0.79423f,0.35086f,0.75362f,0.35086f,0.7059f,0.35086f,0.95023f,0.46673f,0.88723f,0.46673f,0.84323f,0.46673f,0.79423f,0.46673f,0.75362f,0.46673f,0.7059f,0.46673f,0.95023f,0.58803f,0.88723f,0.58803f,0.84323f,0.58803f,0.79423f,0.58803f,0.75362f,0.58803f,0.7059f,0.58803f,0.95023f,0.69988f,0.88723f,0.69988f,0.84323f,0.69988f,0.79423f,0.69988f,0.75362f,0.69988f,0.7059f,0.69988f,0.99854f,0.82051f,0.95023f,0.82051f,0.88723f,0.82051f,0.84323f,0.82051f,0.79423f,0.82051f,0.75362f,0.82051f,0.7059f,0.82051f,0.61953f,0.82051f,0.61953f,0.76923f,0.61953f,0.71795f,0.61953f,0.66666f,0.61953f,0.61538f,0.61953f,0.5641f,0.61953f,0.51282f,0.61953f,0.46154f,0.61953f,0.41026f,0.61953f,0.35897f,0.61953f,0.30769f,0.61953f,0.25641f,0.61953f,0.20513f,0.61953f,0.15385f,0.61953f,0.10256f,0.61953f,0.051282f,0.99854f,0.051282f,0.99854f,0.10256f,0.99854f,0.15385f,0.99854f,0.20513f,0.99854f,0.25641f,0.99854f,0.30769f,0.99854f,0.35897f,0.99854f,0.41026f,0.99854f,0.46154f,0.99854f,0.51282f,0.99854f,0.5641f,0.99854f,0.61538f,0.99854f,0.66666f,0.99854f,0.71795f,0.99854f,0.76923f,0.85979f,0.08183f,0.85595f,0.06979f,0.84683f,0.064803f,0.775f,0.064803f,0.76729f,0.067839f,0.76148f,0.08183f,0.76153f,0.11588f,0.7751f,0.13289f,0.84693f,0.13289f,0.85984f,0.11588f,0.0f,0.24304f,0.2376f,0.24304f,0.0020965f,0.27183f,0.23626f,0.25743f,0.23553f,0.27183f,0.11881f,0.27183f,0.034152f,0.32405f,0.068305f,0.54153f,0.068305f,0.32408f,0.034152f,0.54151f,0.034152f,0.43278f,0.068305f,0.43281f,0.15369f,0.32527f,0.2376f,0.3341f,0.2376f,0.53397f,0.15369f,0.5428f,0.0f,0.32405f,0.0f,0.5129f,0.034152f,0.32405f,0.034152f,0.51284f,0.0f,0.41847f,0.034152f,0.41781f}; return value; } private float[] getTextureCoordinate_5_1141_point_3() { float[] value = {0.034152f,0.46851f,0.068305f,0.33414f,0.15222f,0.32526f,0.15222f,0.54281f,0.068305f,0.53392f,0.068305f,0.48325f,0.068305f,0.43342f,0.068305f,0.38475f,0.0f,0.19082f,0.2376f,0.19082f,0.0013401f,0.17644f,0.0020684f,0.16202f,0.2355f,0.16202f,0.11878f,0.16202f,0.0f,0.031354f,0.060192f,0.0076001f,0.060192f,0.015677f,0.060192f,0.023277f,0.060192f,0.031354f,0.11807f,0.0f,0.11807f,0.0076001f,0.11807f,0.015677f,0.11807f,0.023277f,0.11807f,0.031354f,0.17733f,0.0f,0.17733f,0.0076001f,0.17733f,0.015677f,0.17733f,0.023277f,0.17733f,0.031354f,0.2376f,0.031354f,0.0057753f,0.015677f,0.0084739f,0.0f,0.22915f,0.0f,0.23303f,0.019288f,0.0f,0.081011f,0.2376f,0.081011f,0.0084599f,0.11235f,0.22911f,0.11235f,0.11878f,0.11235f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1146_coordIndex_1() { int[] value = {1,2,43,-1,2,3,42,-1,3,4,40,-1,4,5,39,-1,5,6,14,-1,6,7,13,-1,7,8,11,-1,8,9,10,-1,10,11,8,-1,11,12,7,-1,12,13,7,-1,13,14,6,-1,14,15,5,-1,15,16,5,-1,16,17,27,-1,17,18,27,-1,18,19,26,-1,19,20,25,-1,20,21,25,-1,21,22,24,-1,23,24,22,-1,24,25,21,-1,25,26,19,-1,26,27,18,-1,27,28,35,-1,28,29,34,-1,29,30,32,-1,30,0,31,-1,31,32,30,-1,32,33,29,-1,33,34,29,-1,34,35,28,-1,35,36,27,-1,36,37,27,-1,37,38,5,-1,38,39,5,-1,39,40,4,-1,40,41,3,-1,41,42,3,-1,42,43,2,-1,5,16,37,-1,16,27,37,-1,50,46,45,-1,51,47,50,-1,47,46,50,-1,54,51,53,-1,51,50,53,-1,57,53,56,-1,53,52,56,-1,58,54,57,-1,54,53,57,-1,60,58,59,-1,58,57,59,-1,62,63,59,-1,64,60,63,-1,60,59,63,-1,66,67,49,-1,67,68,44,-1,68,69,45,-1,69,70,45,-1,71,72,62,-1,72,73,62,-1,73,74,61,-1,74,75,61,-1,76,77,55,-1,77,78,55,-1,78,79,56,-1,79,71,56,-1,70,80,52,-1,80,81,52,-1,81,82,52,-1,82,83,55,-1,65,84,64,-1,84,85,60,-1,85,86,58,-1,86,87,58,-1,87,88,54,-1,88,89,54,-1,89,90,51,-1,90,48,47,-1,44,49,67,-1,45,44,68,-1,61,62,73,-1,50,45,70,-1,47,51,90,-1,51,54,89,-1,53,50,70,-1,52,53,70,-1,56,52,55,-1,57,56,59,-1,54,58,87,-1,58,60,85,-1,62,59,71,-1,60,64,84,-1,55,78,56,-1,56,71,59,-1,52,82,55,-1,91,92,97,-1,92,93,97,-1,93,94,97,-1,94,95,96,-1,96,97,94,-1,98,99,103,-1,99,100,103,-1,100,101,103,-1,101,102,103,-1,105,106,150,-1,106,107,149,-1,107,108,147,-1,108,109,146,-1,109,110,118,-1,110,111,117,-1,111,112,115,-1,112,113,114,-1,114,115,112,-1,115,116,111,-1,116,117,111,-1,117,118,110,-1,118,119,146,-1,119,120,145,-1,120,121,143,-1,121,122,143,-1,122,123,142,-1,123,124,132,-1,124,125,131,-1,125,126,130,-1,126,127,129,-1,128,129,127,-1,129,130,126,-1,130,131,125,-1,131,132,124,-1,132,133,123,-1,133,134,141,-1,134,135,140,-1,135,136,138,-1,136,104,137,-1,137,138,136,-1,138,139,135,-1,139,140,135,-1,140,141,134,-1,141,142,123,-1,142,143,122,-1,143,144,120,-1,144,145,120,-1,145,146,119,-1,146,147,108,-1,147,148,107,-1,148,149,107,-1,149,150,106,-1,146,109,118,-1,123,133,141,-1,161,162,160,-1,162,163,160,-1,163,164,174,-1,164,165,182,-1,165,166,183,-1,166,167,173,-1,167,168,173,-1,168,154,153,-1,169,170,155,-1,170,171,155,-1,171,172,152,-1,172,173,168,-1,174,175,163,-1,175,176,159,-1,176,177,158,-1,177,178,158,-1,179,180,157,-1,180,181,157,-1,181,182,156,-1,182,174,164,-1,173,183,166,-1,183,184,156,-1,184,185,156,-1,185,186,156,-1,151,155,171,-1,156,157,181,-1,153,152,172,-1,152,151,171,-1,158,159,176,-1,159,160,175,-1,160,163,175,-1,182,165,156,-1,165,183,156,-1,168,153,172,-1,187,188,194,-1,188,189,194,-1,189,190,194,-1,190,191,193,-1,191,192,193,-1,193,194,190,-1,195,196,202,-1,196,197,202,-1,197,198,202,-1,198,199,201,-1,199,200,201,-1,201,202,198,-1,203,205,206,-1,205,207,208,-1,207,209,210,-1,209,211,212,-1,212,210,209,-1,210,208,207,-1,208,206,205,-1,206,204,203,-1,213,215,214,-1,215,213,216,-1,217,227,218,-1,218,226,219,-1,219,226,220,-1,220,226,221,-1,221,229,222,-1,222,229,223,-1,223,228,224,-1,224,228,225,-1,225,227,217,-1,226,218,227,-1,227,225,228,-1,228,223,229,-1,229,221,226,-1,230,232,233,-1,232,234,235,-1,234,236,237,-1,236,238,239,-1,239,237,236,-1,237,235,234,-1,235,233,232,-1,233,231,230,-1,240,242,241,-1,242,240,243,-1,244,255,245,-1,245,254,246,-1,246,254,247,-1,247,253,248,-1,248,253,249,-1,249,252,250,-1,250,252,251,-1,251,255,244,-1,252,249,253,-1,253,247,254,-1,254,245,255,-1,255,251,252,-1,256,258,259,-1,258,260,261,-1,260,262,263,-1,262,264,265,-1,264,266,267,-1,267,265,264,-1,265,263,262,-1,263,261,260,-1}; return value; } private int[] getIndexedFaceSet_4_1146_coordIndex_2() { int[] value = {261,259,258,-1,259,257,256,-1,268,277,269,-1,269,276,270,-1,270,276,271,-1,271,280,272,-1,272,279,273,-1,273,279,274,-1,274,278,275,-1,275,278,268,-1,276,269,277,-1,277,268,278,-1,278,274,279,-1,279,272,280,-1,280,271,276,-1,281,285,282,-1,282,285,283,-1,283,285,284,-1,286,288,289,-1,288,290,291,-1,290,292,293,-1,292,294,295,-1,294,296,297,-1,297,295,294,-1,295,293,292,-1,293,291,290,-1,291,289,288,-1,289,287,286,-1,298,309,299,-1,299,309,300,-1,300,308,301,-1,301,308,302,-1,302,307,303,-1,303,306,304,-1,304,306,305,-1,305,310,298,-1,306,303,307,-1,307,302,308,-1,308,300,309,-1,309,298,310,-1,310,305,306,-1,311,314,312,-1,312,314,313,-1,314,311,315,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_1146_point_1() { float[] value = {-3.4327f,46.069f,-2.112f,-5.0332f,46.069f,-2.112f,-5.0332f,45.971f,-1.8753f,-5.0332f,45.735f,-1.7773f,-5.0332f,45.498f,-1.8753f,-5.0332f,45.4f,-2.112f,-5.0332f,45.498f,-2.3487f,-5.0332f,45.735f,-2.4467f,-5.0332f,45.971f,-2.3487f,-5.0332f,46.069f,-2.112f,-4.9004f,46.069f,-2.112f,-4.8556f,45.971f,-2.3487f,-4.8107f,45.735f,-2.4467f,-4.8466f,45.527f,-2.3743f,-4.8957f,45.409f,-2.1908f,-4.5634f,45.409f,-2.1908f,-4.231f,45.409f,-2.1908f,-3.8987f,45.409f,-2.1908f,-3.5663f,45.409f,-2.1908f,-3.6154f,45.527f,-2.3743f,-3.6514f,45.735f,-2.4467f,-3.6065f,45.971f,-2.3487f,-3.5617f,46.069f,-2.112f,-3.4327f,46.069f,-2.112f,-3.4327f,45.971f,-2.3487f,-3.4327f,45.735f,-2.4467f,-3.4327f,45.498f,-2.3487f,-3.4327f,45.4f,-2.112f,-3.4327f,45.498f,-1.8753f,-3.4327f,45.735f,-1.7773f,-3.4327f,45.971f,-1.8753f,-3.5617f,46.069f,-2.112f,-3.6065f,45.971f,-1.8753f,-3.6514f,45.735f,-1.7773f,-3.6154f,45.527f,-1.8497f,-3.5663f,45.409f,-2.0332f,-3.8987f,45.409f,-2.0332f,-4.231f,45.409f,-2.0332f,-4.5634f,45.409f,-2.0332f,-4.8957f,45.409f,-2.0332f,-4.8466f,45.527f,-1.8497f,-4.8107f,45.735f,-1.7773f,-4.8556f,45.971f,-1.8753f,-4.9004f,46.069f,-2.112f,-4.231f,45.409f,-2.7814f,-4.231f,46.082f,-2.7814f,-4.231f,46.755f,-2.7814f,-4.231f,47.428f,-2.7814f,-4.231f,48.102f,-2.7814f,-4.8621f,45.409f,-2.3352f,-4.8621f,46.755f,-2.3352f,-4.8621f,47.428f,-2.3352f,-4.6295f,46.082f,-1.5742f,-4.6295f,46.755f,-1.5742f,-4.6295f,47.428f,-1.5742f,-3.8377f,45.409f,-1.5704f,-3.8377f,46.082f,-1.5704f,-3.8377f,46.755f,-1.5704f,-3.8377f,47.428f,-1.5704f,-3.5885f,46.755f,-2.2997f,-3.5885f,47.428f,-2.2997f,-4.231f,45.409f,-2.7814f,-4.231f,46.082f,-2.7814f,-4.231f,46.755f,-2.7814f,-4.231f,47.428f,-2.7814f,-4.231f,48.102f,-2.7814f,-4.8957f,45.409f,-2.1908f,-4.8466f,45.527f,-2.3743f,-4.8107f,45.735f,-2.4467f,-4.8556f,45.971f,-2.3487f,-4.9004f,46.069f,-2.112f,-3.5617f,46.069f,-2.112f,-3.6065f,45.971f,-2.3487f,-3.6514f,45.735f,-2.4467f,-3.6154f,45.527f,-2.3743f,-3.5663f,45.409f,-2.1908f,-3.5663f,45.409f,-2.0332f,-3.6154f,45.527f,-1.8497f,-3.6514f,45.735f,-1.7773f,-3.6065f,45.971f,-1.8753f,-4.8556f,45.971f,-1.8753f,-4.8107f,45.735f,-1.7773f,-4.8466f,45.527f,-1.8497f,-4.8957f,45.409f,-2.0332f,-3.7577f,48.102f,-2.5853f,-3.5617f,48.102f,-2.112f,-3.7577f,48.102f,-1.6387f,-4.231f,48.102f,-1.4426f,-4.7043f,48.102f,-1.6387f,-4.9004f,48.102f,-2.112f,-4.7043f,48.102f,-2.5853f,-3.5663f,45.409f,-2.1908f,-3.8987f,45.409f,-2.1908f,-4.231f,45.409f,-2.1908f,-4.5634f,45.409f,-2.1908f,-4.8957f,45.409f,-2.1908f,-4.8621f,45.409f,-2.3352f,-4.231f,45.409f,-2.7814f,-4.8957f,45.409f,-2.0332f,-4.5634f,45.409f,-2.0332f}; return value; } private float[] getCoordinate_5_1146_point_2() { float[] value = {-4.231f,45.409f,-2.0332f,-3.8987f,45.409f,-2.0332f,-3.5663f,45.409f,-2.0332f,-3.8377f,45.409f,-1.5704f,-3.4327f,48.747f,-2.112f,-5.0332f,48.747f,-2.112f,-5.0332f,48.845f,-2.3487f,-5.0332f,49.081f,-2.4467f,-5.0332f,49.318f,-2.3487f,-5.0332f,49.416f,-2.112f,-5.0332f,49.318f,-1.8753f,-5.0332f,49.081f,-1.7773f,-5.0332f,48.845f,-1.8753f,-5.0332f,48.747f,-2.112f,-4.9004f,48.747f,-2.112f,-4.8556f,48.845f,-1.8753f,-4.8107f,49.081f,-1.7773f,-4.8466f,49.289f,-1.8497f,-4.8957f,49.407f,-2.0332f,-4.6299f,49.407f,-2.0332f,-4.364f,49.407f,-2.0332f,-4.0981f,49.407f,-2.0332f,-3.8322f,49.407f,-2.0332f,-3.5663f,49.407f,-2.0332f,-3.6154f,49.289f,-1.8497f,-3.6514f,49.081f,-1.7773f,-3.6065f,48.845f,-1.8753f,-3.5617f,48.747f,-2.112f,-3.4327f,48.747f,-2.112f,-3.4327f,48.795f,-1.9388f,-3.4327f,48.923f,-1.8174f,-3.4327f,49.081f,-1.7773f,-3.4327f,49.318f,-1.8753f,-3.4327f,49.416f,-2.112f,-3.4327f,49.318f,-2.3487f,-3.4327f,49.081f,-2.4467f,-3.4327f,48.845f,-2.3487f,-3.5617f,48.747f,-2.112f,-3.6065f,48.845f,-2.3487f,-3.6514f,49.081f,-2.4467f,-3.6154f,49.289f,-2.3743f,-3.5663f,49.407f,-2.1908f,-3.8322f,49.407f,-2.1908f,-4.0981f,49.407f,-2.1908f,-4.364f,49.407f,-2.1908f,-4.6299f,49.407f,-2.1908f,-4.8957f,49.407f,-2.1908f,-4.8466f,49.289f,-2.3743f,-4.8107f,49.081f,-2.4467f,-4.8556f,48.845f,-2.3487f,-4.9004f,48.747f,-2.112f,-4.231f,49.407f,-1.4426f,-4.231f,48.972f,-1.4426f,-4.231f,48.537f,-1.4426f,-4.231f,48.102f,-1.4426f,-4.8174f,49.407f,-1.7892f,-4.231f,49.407f,-2.7814f,-3.6446f,49.407f,-2.4348f,-4.231f,49.407f,-1.4426f,-4.231f,48.972f,-1.4426f,-4.231f,48.537f,-1.4426f,-4.231f,48.102f,-1.4426f,-3.7577f,48.102f,-1.6387f,-3.5617f,48.102f,-2.112f,-3.7577f,48.102f,-2.5853f,-4.231f,48.102f,-2.7814f,-4.7043f,48.102f,-2.5853f,-4.9004f,48.102f,-2.112f,-4.7043f,48.102f,-1.6387f,-4.8957f,49.407f,-2.0332f,-4.8466f,49.289f,-1.8497f,-4.8107f,49.081f,-1.7773f,-4.8556f,48.845f,-1.8753f,-4.9004f,48.747f,-2.112f,-3.5617f,48.747f,-2.112f,-3.6065f,48.845f,-1.8753f,-3.6514f,49.081f,-1.7773f,-3.6154f,49.289f,-1.8497f,-3.5663f,49.407f,-2.0332f,-3.5663f,49.407f,-2.1908f,-3.6154f,49.289f,-2.3743f,-3.6514f,49.081f,-2.4467f,-3.6065f,48.845f,-2.3487f,-4.8556f,48.845f,-2.3487f,-4.8107f,49.081f,-2.4467f,-4.8466f,49.289f,-2.3743f,-4.8957f,49.407f,-2.1908f,-3.5663f,49.407f,-2.0332f,-3.8322f,49.407f,-2.0332f,-4.0981f,49.407f,-2.0332f,-4.364f,49.407f,-2.0332f,-4.6299f,49.407f,-2.0332f,-4.8957f,49.407f,-2.0332f,-4.8174f,49.407f,-1.7892f,-4.231f,49.407f,-1.4426f,-4.8957f,49.407f,-2.1908f,-4.6299f,49.407f,-2.1908f,-4.364f,49.407f,-2.1908f,-4.0981f,49.407f,-2.1908f,-3.8322f,49.407f,-2.1908f}; return value; } private float[] getCoordinate_5_1146_point_3() { float[] value = {-3.5663f,49.407f,-2.1908f,-3.6446f,49.407f,-2.4348f,-4.231f,49.407f,-2.7814f,-2.4907f,49.081f,-0.85695f,-3.4327f,49.081f,-0.85695f,-2.4907f,50.336f,-2.112f,-3.4327f,50.336f,-2.112f,-2.4907f,49.081f,-3.367f,-3.4327f,49.081f,-3.367f,-2.4907f,47.826f,-2.112f,-3.4327f,47.826f,-2.112f,-2.4907f,49.081f,-0.85695f,-3.4327f,49.081f,-0.85695f,-2.4907f,49.081f,-0.85695f,-2.4907f,50.336f,-2.112f,-2.4907f,49.081f,-3.367f,-2.4907f,47.826f,-2.112f,-3.4327f,48.747f,-2.112f,-3.4327f,48.795f,-1.9388f,-3.4327f,48.923f,-1.8174f,-3.4327f,49.081f,-1.7773f,-3.4327f,49.318f,-1.8753f,-3.4327f,49.416f,-2.112f,-3.4327f,49.318f,-2.3487f,-3.4327f,49.081f,-2.4467f,-3.4327f,48.845f,-2.3487f,-3.4327f,49.081f,-0.85695f,-3.4327f,47.826f,-2.112f,-3.4327f,49.081f,-3.367f,-3.4327f,50.336f,-2.112f,-2.4907f,45.735f,-0.85695f,-3.4327f,45.735f,-0.85695f,-2.4907f,46.99f,-2.112f,-3.4327f,46.99f,-2.112f,-2.4907f,45.735f,-3.367f,-3.4327f,45.735f,-3.367f,-2.4907f,44.48f,-2.112f,-3.4327f,44.48f,-2.112f,-2.4907f,45.735f,-0.85695f,-3.4327f,45.735f,-0.85695f,-2.4907f,45.735f,-0.85695f,-2.4907f,46.99f,-2.112f,-2.4907f,45.735f,-3.367f,-2.4907f,44.48f,-2.112f,-3.4327f,46.069f,-2.112f,-3.4327f,45.971f,-2.3487f,-3.4327f,45.735f,-2.4467f,-3.4327f,45.498f,-2.3487f,-3.4327f,45.4f,-2.112f,-3.4327f,45.498f,-1.8753f,-3.4327f,45.735f,-1.7773f,-3.4327f,45.971f,-1.8753f,-3.4327f,45.735f,-0.85695f,-3.4327f,44.48f,-2.112f,-3.4327f,45.735f,-3.367f,-3.4327f,46.99f,-2.112f,-5.0332f,45.735f,-0.85695f,-5.9751f,45.735f,-0.85695f,-5.0332f,46.918f,-1.6934f,-5.9751f,46.918f,-1.6934f,-5.0332f,46.482f,-3.1205f,-5.9751f,46.482f,-3.1205f,-5.0332f,44.997f,-3.1275f,-5.9751f,44.997f,-3.1275f,-5.0332f,44.53f,-1.7602f,-5.9751f,44.53f,-1.7602f,-5.0332f,45.735f,-0.85695f,-5.9751f,45.735f,-0.85695f,-5.0332f,46.069f,-2.112f,-5.0332f,45.971f,-1.8753f,-5.0332f,45.735f,-1.7773f,-5.0332f,45.498f,-1.8753f,-5.0332f,45.4f,-2.112f,-5.0332f,45.498f,-2.3487f,-5.0332f,45.735f,-2.4467f,-5.0332f,45.971f,-2.3487f,-5.0332f,45.735f,-0.85695f,-5.0332f,46.918f,-1.6934f,-5.0332f,46.482f,-3.1205f,-5.0332f,44.997f,-3.1275f,-5.0332f,44.53f,-1.7602f,-5.9751f,45.735f,-0.85695f,-5.9751f,44.53f,-1.7602f,-5.9751f,44.997f,-3.1275f,-5.9751f,46.482f,-3.1205f,-5.9751f,46.918f,-1.6934f,-5.0332f,49.081f,-0.85695f,-5.9751f,49.081f,-0.85695f,-5.0332f,50.265f,-1.6934f,-5.9751f,50.265f,-1.6934f,-5.0332f,49.829f,-3.1205f,-5.9751f,49.829f,-3.1205f,-5.0332f,48.344f,-3.1275f,-5.9751f,48.344f,-3.1275f,-5.0332f,47.877f,-1.7602f,-5.9751f,47.877f,-1.7602f,-5.0332f,49.081f,-0.85695f,-5.9751f,49.081f,-0.85695f,-5.0332f,48.747f,-2.112f,-5.0332f,48.845f,-2.3487f}; return value; } private float[] getCoordinate_5_1146_point_4() { float[] value = {-5.0332f,49.081f,-2.4467f,-5.0332f,49.318f,-2.3487f,-5.0332f,49.416f,-2.112f,-5.0332f,49.318f,-1.8753f,-5.0332f,49.081f,-1.7773f,-5.0332f,48.845f,-1.8753f,-5.0332f,49.081f,-0.85695f,-5.0332f,50.265f,-1.6934f,-5.0332f,49.829f,-3.1205f,-5.0332f,48.344f,-3.1275f,-5.0332f,47.877f,-1.7602f,-5.9751f,49.081f,-0.85695f,-5.9751f,47.877f,-1.7602f,-5.9751f,48.344f,-3.1275f,-5.9751f,49.829f,-3.1205f,-5.9751f,50.265f,-1.6934f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_1147_vector_1() { float[] value = {-4.0249E-15f,1.0f,-1.8384E-14f,0.0f,1.0f,2.7576E-14f,0.0f,0.70711f,0.70711f,0.0f,2.0107E-15f,1.0f,0.0f,-0.70711f,0.70711f,0.0f,-1.0f,-9.1919E-15f,-3.3272E-15f,-0.70711f,-0.70711f,0.0f,5.7449E-16f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,2.7576E-14f,0.0f,1.0f,0.0f,-2.7924E-15f,0.70711f,-0.70711f,0.0f,-1.149E-15f,-1.0f,0.0f,-0.62093f,-0.78387f,-1.3035E-15f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,-4.5957E-15f,-0.97187f,-0.23551f,0.0f,-0.62093f,-0.78387f,0.0f,0.0f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,0.0f,-4.0249E-15f,1.0f,-1.8384E-14f,0.0f,0.70711f,-0.70711f,2.5156E-16f,2.298E-15f,-1.0f,0.0f,-0.70711f,-0.70711f,4.0249E-15f,-1.0f,-5.5152E-14f,0.0f,-0.70711f,0.70711f,0.0f,2.0107E-15f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,9.1919E-15f,-1.1558E-16f,0.70711f,0.70711f,9.2374E-30f,2.0107E-15f,1.0f,-2.434E-15f,-0.62093f,0.78387f,-4.5957E-15f,-0.97187f,0.23551f,-5.7712E-15f,-0.97187f,0.23551f,5.5619E-15f,-0.97187f,0.23551f,0.0f,-0.97187f,0.23551f,-1.2996E-15f,-0.97187f,0.23551f,0.0f,-0.62093f,0.78387f,0.0f,2.0107E-15f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,9.1919E-15f,-5.7449E-16f,-6.6346E-16f,-1.0f,5.7449E-16f,-6.6346E-16f,-1.0f,2.8725E-16f,-6.6346E-16f,-1.0f,2.8725E-16f,-6.6346E-16f,-1.0f,9.1476E-30f,-6.6346E-16f,-1.0f,-0.94274f,-7.3981E-17f,-0.33353f,-0.94274f,-7.3981E-17f,-0.33353f,-0.94274f,-7.3981E-17f,-0.33353f,-0.59527f,2.4847E-16f,0.80352f,-0.59527f,2.4847E-16f,0.80352f,-0.59527f,2.4847E-16f,0.80352f,0.58762f,2.1877E-16f,0.80914f,0.58762f,2.1877E-16f,0.80914f,0.58762f,2.1877E-16f,0.80914f,0.58762f,2.1877E-16f,0.80914f,0.9599f,-4.857E-17f,-0.28035f,0.9599f,-4.857E-17f,-0.28035f,-2.8725E-16f,-6.6346E-16f,-1.0f,2.8725E-16f,-6.6346E-16f,-1.0f,-2.8725E-16f,-6.6346E-16f,-1.0f,3.0492E-30f,-6.6346E-16f,-1.0f,-2.8725E-16f,-6.6346E-16f,-1.0f,-0.99304f,-2.0316E-17f,-0.11776f,-0.92f,-1.5266E-16f,-0.39191f,-0.86603f,-1.0803E-16f,-0.5f,-0.93526f,-8.262E-17f,-0.35397f,-1.0f,0.0f,4.0215E-15f,1.0f,2.1852E-16f,-5.7449E-16f,0.93526f,-8.262E-17f,-0.35397f,0.86603f,-1.9043E-16f,-0.5f,0.92f,0.0f,-0.39191f,0.99304f,0.0f,-0.11776f,0.99304f,1.0158E-17f,0.11776f,0.92f,7.633E-17f,0.39191f,0.86603f,5.4017E-17f,0.5f,0.93526f,-1.5285E-16f,0.35397f,-0.93526f,4.131E-17f,0.35397f,-0.86603f,1.0803E-16f,0.5f,-0.92f,7.633E-17f,0.39191f,-0.99304f,0.0f,0.11776f,0.70711f,-2.7331E-16f,-0.70711f,1.0f,0.0f,0.0f,0.70711f,1.3665E-16f,0.70711f,-6.8379E-13f,3.2991E-16f,1.0f,-0.70711f,1.3665E-16f,0.70711f,-1.0f,0.0f,-6.8078E-13f,-0.70711f,-4.0996E-16f,-0.70711f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.2032E-14f,0.0f,-1.0f,0.0f}; return value; } private float[] getNormal_5_1147_vector_2() { float[] value = {0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,4.0249E-15f,-1.0f,-2.7576E-14f,0.0f,-1.0f,4.596E-14f,0.0f,-0.70711f,-0.70711f,0.0f,0.0f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,0.0f,0.0f,0.70711f,0.70711f,0.0f,5.7449E-16f,1.0f,0.0f,-0.70711f,0.70711f,0.0f,-1.0f,4.596E-14f,0.0f,-1.0f,-9.1919E-15f,2.9311E-15f,-0.70711f,0.70711f,0.0f,5.7449E-16f,1.0f,2.5163E-15f,0.62093f,0.78387f,1.0833E-15f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,-6.8175E-15f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,-1.284E-16f,0.62093f,0.78387f,0.0f,5.7449E-16f,1.0f,0.0f,-0.70711f,0.70711f,0.0f,-1.0f,-9.1919E-15f,4.0249E-15f,-1.0f,-2.7576E-14f,-3.1046E-15f,-0.85568f,0.51751f,-4.0084E-16f,-0.47466f,0.88017f,0.0f,5.7449E-16f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,0.0f,0.0f,0.70711f,-0.70711f,0.0f,0.0f,-1.0f,0.0f,-0.70711f,-0.70711f,0.0f,-1.0f,9.1919E-15f,0.0f,-0.70711f,-0.70711f,0.0f,0.0f,-1.0f,-2.6591E-15f,0.62093f,-0.78387f,4.5957E-15f,0.97187f,-0.23551f,4.284E-15f,0.97187f,-0.23551f,0.0f,0.97187f,-0.23551f,0.0f,0.97187f,-0.23551f,0.0f,0.97187f,-0.23551f,-3.5859E-15f,0.97187f,-0.23551f,0.0f,0.62093f,-0.78387f,0.0f,0.0f,-1.0f,0.0f,-0.70711f,-0.70711f,0.0f,-1.0f,9.1919E-15f,4.3087E-16f,0.0f,1.0f,2.8725E-16f,0.0f,1.0f,1.4362E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,-0.87607f,0.0f,0.48219f,2.8725E-16f,0.0f,-1.0f,0.87607f,0.0f,-0.48219f,-1.4362E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,-4.3087E-16f,0.0f,1.0f,-4.3087E-16f,0.0f,1.0f,0.70711f,0.0f,0.70711f,1.0f,0.0f,0.0f,0.70711f,0.0f,-0.70711f,0.0f,0.0f,-1.0f,-0.70711f,0.0f,-0.70711f,-1.0f,0.0f,-5.7449E-16f,-0.70711f,1.4094E-16f,0.70711f,-0.99304f,0.0f,0.11776f,-0.92f,0.0f,0.39191f,-0.86603f,0.0f,0.5f,-0.93526f,4.465E-16f,0.35397f,-1.0f,0.0f,-2.8725E-15f,1.0f,0.0f,0.0f,0.93526f,1.1537E-16f,0.35397f,0.86603f,1.9425E-16f,0.5f,0.92f,0.0f,0.39191f,0.99304f,0.0f,0.11776f,0.99304f,0.0f,-0.11776f,0.92f,0.0f,-0.39191f,0.86603f,-3.3645E-16f,-0.5f,0.93526f,4.3064E-16f,-0.35397f,-0.93526f,0.0f,-0.35397f,-0.86603f,-5.2346E-16f,-0.5f,-0.92f,-4.4329E-16f,-0.39191f,-0.99304f,0.0f,-0.11776f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,8.8563E-15f,1.0f,0.0f,-8.8563E-15f,1.0f,-1.2032E-14f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,1.2032E-14f,-8.8563E-15f,1.0f,0.0f,8.8563E-15f,1.0f,0.0f,0.0f,1.0f,1.2032E-14f}; return value; } private float[] getNormal_5_1147_vector_3() { float[] value = {0.0f,1.0f,0.0f,0.0f,1.0f,1.7277E-14f,-1.0615E-14f,1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,0.0f,1.0f,4.596E-15f,0.0f,1.0f,4.596E-15f,0.0f,2.8725E-16f,-1.0f,0.0f,2.8725E-16f,-1.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-2.9771E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-2.9771E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,1.7692E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,2.8725E-16f,-1.0f,0.0f,2.8725E-16f,-1.0f,0.0f,-1.0f,2.298E-15f,0.0f,-1.0f,2.298E-15f,0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-2.9771E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,1.7692E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-3.6427E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,3.6427E-16f,0.0f,0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,0.0f,1.0f,0.0f,-5.7449E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f}; return value; } private float[] getNormal_5_1147_vector_4() { float[] value = {1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-3.6427E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-7.2217E-16f,5.5273E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_1148_point_1() { float[] value = {0.28112f,0.8846f,0.17256f,0.8846f,0.17256f,0.86677f,0.17256f,0.84894f,0.17256f,0.83111f,0.17256f,0.81328f,0.17256f,0.79545f,0.17256f,0.77762f,0.17256f,0.75979f,0.17256f,0.74196f,0.18156f,0.74196f,0.18461f,0.75979f,0.18765f,0.77762f,0.18519f,0.79296f,0.18188f,0.80754f,0.20442f,0.80754f,0.22697f,0.80754f,0.24951f,0.80754f,0.27205f,0.80754f,0.26874f,0.79296f,0.26629f,0.77762f,0.26933f,0.75979f,0.27237f,0.74196f,0.28112f,0.74196f,0.28112f,0.75979f,0.28112f,0.77762f,0.28112f,0.79545f,0.28112f,0.81328f,0.28112f,0.83111f,0.28112f,0.84894f,0.28112f,0.86677f,0.27237f,0.8846f,0.26933f,0.86677f,0.26629f,0.84894f,0.26874f,0.8336f,0.27205f,0.81902f,0.24951f,0.81902f,0.22697f,0.81902f,0.20442f,0.81902f,0.18188f,0.81902f,0.18519f,0.8336f,0.18765f,0.84894f,0.18461f,0.86677f,0.18156f,0.8846f,0.65489f,0.42003f,0.65489f,0.47503f,0.65489f,0.53002f,0.65489f,0.58501f,0.65489f,0.64001f,0.72133f,0.42003f,0.72133f,0.53002f,0.72133f,0.58501f,0.79143f,0.47503f,0.79143f,0.53002f,0.79143f,0.58501f,0.8615f,0.42003f,0.8615f,0.47503f,0.8615f,0.53002f,0.8615f,0.58501f,0.92903f,0.53002f,0.92903f,0.58501f,0.99854f,0.42003f,0.99854f,0.47503f,0.99854f,0.53002f,0.99854f,0.58501f,0.99854f,0.64001f,0.73379f,0.42003f,0.71793f,0.42963f,0.7115f,0.44661f,0.72014f,0.46592f,0.7408f,0.47396f,0.91262f,0.47396f,0.93328f,0.46592f,0.94193f,0.44661f,0.93549f,0.42963f,0.91963f,0.42003f,0.90562f,0.42003f,0.88976f,0.42963f,0.88332f,0.44661f,0.89197f,0.46592f,0.76146f,0.46592f,0.7701f,0.44661f,0.76367f,0.42963f,0.74781f,0.42003f,0.95558f,0.64001f,0.91262f,0.64001f,0.86967f,0.64001f,0.82671f,0.64001f,0.78376f,0.64001f,0.7408f,0.64001f,0.69784f,0.64001f,0.065938f,0.0f,0.065938f,0.03737f,0.065938f,0.074739f,0.065938f,0.11211f,0.065938f,0.14948f,0.049812f,0.14569f,0.0f,0.074739f,0.19631f,0.14948f,0.19631f,0.11211f}; return value; } private float[] getTextureCoordinate_5_1148_point_2() { float[] value = {0.19631f,0.074739f,0.19631f,0.03737f,0.19631f,0.0f,0.24798f,0.030513f,0.39115f,0.8846f,0.28258f,0.8846f,0.28258f,0.86677f,0.28258f,0.84894f,0.28258f,0.83111f,0.28258f,0.81328f,0.28258f,0.79545f,0.28258f,0.77762f,0.28258f,0.75979f,0.28258f,0.74196f,0.29159f,0.74196f,0.29463f,0.75979f,0.29767f,0.77762f,0.29522f,0.79296f,0.29191f,0.80754f,0.30994f,0.80754f,0.32798f,0.80754f,0.34601f,0.80754f,0.36405f,0.80754f,0.38208f,0.80754f,0.37877f,0.79296f,0.37631f,0.77762f,0.37935f,0.75979f,0.3824f,0.74196f,0.39115f,0.74196f,0.39115f,0.75457f,0.39115f,0.7661f,0.39115f,0.77762f,0.39115f,0.79545f,0.39115f,0.81328f,0.39115f,0.83111f,0.39115f,0.84894f,0.39115f,0.86677f,0.3824f,0.8846f,0.37935f,0.86677f,0.37631f,0.84894f,0.37877f,0.8336f,0.38208f,0.81902f,0.36405f,0.81902f,0.34601f,0.81902f,0.32798f,0.81902f,0.30994f,0.81902f,0.29191f,0.81902f,0.29522f,0.8336f,0.29767f,0.84894f,0.29463f,0.86677f,0.29159f,0.8846f,0.48087f,0.42003f,0.45145f,0.42003f,0.42203f,0.42003f,0.39261f,0.42003f,0.48087f,0.46778f,0.48087f,0.56224f,0.48087f,0.60998f,0.48087f,0.70444f,0.45145f,0.70444f,0.42203f,0.70444f,0.39261f,0.70444f,0.39261f,0.66889f,0.39261f,0.63334f,0.39261f,0.59779f,0.39261f,0.56224f,0.39261f,0.52669f,0.39261f,0.49114f,0.39261f,0.45559f,0.48087f,0.48534f,0.47293f,0.47221f,0.45887f,0.46688f,0.44289f,0.47404f,0.43624f,0.49114f,0.43624f,0.63334f,0.44289f,0.65044f,0.45887f,0.65759f,0.47293f,0.65226f,0.48087f,0.63914f,0.48087f,0.62754f,0.47293f,0.61441f,0.45887f,0.60909f,0.44289f,0.61624f,0.44289f,0.50823f,0.45887f,0.51539f,0.47293f,0.51006f,0.48087f,0.49693f,0.3604f,0.0f,0.3604f,0.029896f,0.3604f,0.059791f,0.3604f,0.089687f,0.3604f,0.11958f,0.3604f,0.14948f,0.33316f,0.14067f,0.29446f,0.074739f,0.098153f,0.14948f,0.098153f,0.11958f,0.098153f,0.089687f,0.098153f,0.059791f,0.098153f,0.029896f}; return value; } private float[] getTextureCoordinate_5_1148_point_3() { float[] value = {0.098153f,0.0f,0.12539f,0.0088039f,0.16409f,0.074739f,0.39261f,0.31503f,0.39261f,0.3874f,0.54409f,0.31503f,0.54409f,0.3874f,0.69557f,0.31503f,0.69557f,0.3874f,0.84705f,0.31503f,0.84705f,0.3874f,0.99854f,0.31503f,0.99854f,0.3874f,0.28185f,0.65255f,0.17256f,0.54326f,0.28185f,0.43396f,0.39115f,0.54326f,0.062733f,0.80253f,0.066026f,0.81433f,0.074717f,0.82261f,0.085545f,0.82534f,0.10168f,0.81866f,0.10836f,0.80253f,0.10168f,0.7864f,0.085545f,0.77971f,0.069415f,0.7864f,0.085545f,0.88807f,0.0f,0.80253f,0.085545f,0.71698f,0.17109f,0.80253f,0.39261f,0.21002f,0.39261f,0.28239f,0.54409f,0.21002f,0.54409f,0.28239f,0.69557f,0.21002f,0.69557f,0.28239f,0.84705f,0.21002f,0.84705f,0.28239f,0.99854f,0.21002f,0.99854f,0.28239f,0.085545f,0.60505f,0.0f,0.51951f,0.085545f,0.43396f,0.17109f,0.51951f,0.91299f,0.7829f,0.89686f,0.78958f,0.89018f,0.80571f,0.89686f,0.82184f,0.91299f,0.82852f,0.92912f,0.82184f,0.9358f,0.80571f,0.92912f,0.78958f,0.99854f,0.80571f,0.91299f,0.89126f,0.82744f,0.80571f,0.91299f,0.72017f,0.39261f,0.0f,0.39261f,0.072374f,0.50976f,0.0f,0.50976f,0.072374f,0.63337f,0.0f,0.63337f,0.072374f,0.7569f,0.0f,0.7569f,0.072374f,0.87598f,0.0f,0.87598f,0.072374f,0.99854f,0.0f,0.99854f,0.072374f,0.74043f,0.7829f,0.7243f,0.78958f,0.71762f,0.80571f,0.7243f,0.82184f,0.74043f,0.82852f,0.75656f,0.82184f,0.76325f,0.80571f,0.75656f,0.78958f,0.65489f,0.80571f,0.7119f,0.72507f,0.80917f,0.75479f,0.80965f,0.85598f,0.71645f,0.88783f,0.39115f,0.24836f,0.32104f,0.34188f,0.2149f,0.30561f,0.21545f,0.19037f,0.32622f,0.15652f,0.39261f,0.10501f,0.39261f,0.17738f,0.50976f,0.10501f,0.50976f,0.17738f,0.63337f,0.10501f,0.63337f,0.17738f,0.7569f,0.10501f,0.7569f,0.17738f,0.87598f,0.10501f,0.87598f,0.17738f,0.99854f,0.10501f,0.99854f,0.17738f,0.097421f,0.27434f,0.11579f,0.26673f}; return value; } private float[] getTextureCoordinate_5_1148_point_4() { float[] value = {0.1234f,0.24836f,0.11579f,0.22999f,0.097421f,0.22239f,0.079051f,0.22999f,0.071442f,0.24836f,0.079051f,0.26673f,0.0f,0.24836f,0.064928f,0.15652f,0.1757f,0.19037f,0.17625f,0.30561f,0.070109f,0.34188f,0.65342f,0.50558f,0.59186f,0.58769f,0.49866f,0.55585f,0.49914f,0.45466f,0.59641f,0.42493f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1181_coordIndex_1() { int[] value = {12,13,10,-1,13,14,8,-1,14,15,8,-1,15,16,6,-1,16,17,33,-1,17,18,32,-1,18,19,31,-1,19,20,30,-1,20,21,7,-1,21,22,9,-1,22,23,9,-1,23,24,11,-1,11,9,23,-1,9,7,21,-1,7,5,29,-1,5,3,28,-1,3,1,26,-1,25,26,1,-1,26,27,3,-1,27,28,3,-1,28,29,5,-1,29,30,20,-1,30,31,19,-1,31,32,18,-1,32,33,17,-1,33,34,4,-1,34,35,2,-1,35,36,2,-1,36,37,0,-1,0,2,36,-1,2,4,34,-1,4,6,33,-1,6,8,15,-1,8,10,13,-1,6,16,33,-1,20,7,29,-1,38,40,39,-1,40,42,41,-1,42,40,38,-1,43,44,45,-1,45,46,43,-1,46,47,43,-1,54,50,49,-1,55,51,54,-1,51,50,54,-1,58,55,57,-1,55,54,57,-1,61,57,60,-1,57,56,60,-1,62,58,61,-1,58,57,61,-1,64,62,63,-1,62,61,63,-1,66,67,63,-1,68,64,67,-1,64,63,67,-1,70,71,59,-1,71,72,59,-1,72,73,60,-1,73,74,60,-1,75,76,56,-1,76,77,56,-1,77,78,56,-1,78,79,59,-1,80,81,53,-1,81,82,48,-1,82,83,49,-1,83,75,49,-1,74,84,66,-1,84,85,66,-1,85,86,65,-1,86,87,65,-1,69,88,68,-1,88,89,64,-1,89,90,62,-1,90,91,62,-1,91,92,58,-1,92,93,58,-1,93,94,55,-1,94,52,51,-1,48,53,81,-1,49,48,82,-1,65,66,85,-1,54,49,75,-1,51,55,94,-1,55,58,93,-1,57,54,75,-1,56,57,75,-1,60,56,59,-1,61,60,63,-1,58,62,91,-1,62,64,89,-1,66,63,74,-1,64,68,88,-1,59,72,60,-1,60,74,63,-1,56,78,59,-1,95,96,101,-1,96,97,101,-1,97,98,101,-1,98,99,100,-1,100,101,98,-1,102,103,107,-1,103,104,107,-1,104,105,107,-1,105,106,107,-1,120,121,118,-1,121,122,116,-1,122,123,116,-1,123,124,114,-1,124,125,141,-1,125,126,140,-1,126,127,139,-1,127,128,138,-1,128,129,115,-1,129,130,117,-1,130,131,117,-1,131,132,119,-1,119,117,131,-1,117,115,129,-1,115,113,137,-1,113,111,136,-1,111,109,134,-1,133,134,109,-1,134,135,111,-1,135,136,111,-1,136,137,113,-1,137,138,128,-1,138,139,127,-1,139,140,126,-1,140,141,125,-1,141,142,112,-1,142,143,110,-1,143,144,110,-1,144,145,108,-1,108,110,144,-1,110,112,142,-1,112,114,141,-1,114,116,123,-1,116,118,121,-1,114,124,141,-1,128,115,137,-1,146,150,147,-1,147,149,148,-1,149,147,150,-1,151,152,155,-1,152,153,154,-1,154,155,152,-1,166,167,165,-1,167,168,165,-1,168,169,178,-1,169,170,177,-1,170,171,180,-1,171,172,179,-1,172,173,179,-1,173,159,158,-1,174,175,162,-1,175,176,162,-1,176,177,161,-1,177,178,169,-1,179,180,171,-1,180,181,161,-1,181,182,161,-1,182,183,161,-1,184,185,160,-1,185,186,160,-1,186,187,157,-1,187,179,173,-1,178,188,168,-1,188,189,164,-1,189,190,163,-1,190,191,163,-1,156,160,186,-1,161,162,176,-1,158,157,187,-1,157,156,186,-1,163,164,189,-1,164,165,188,-1,165,168,188,-1,177,170,161,-1,170,180,161,-1,173,158,187,-1,192,193,198,-1,193,194,198,-1,194,195,198,-1,195,196,197,-1,197,198,195,-1,199,200,205,-1,200,201,205,-1,201,202,205,-1,202,203,204,-1,204,205,202,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_1181_point_1() { float[] value = {-3.2641f,46.069f,-2.112f,-5.198f,46.069f,-2.112f,-3.2641f,45.846f,-2.4275f,-5.198f,45.846f,-2.4275f,-3.2641f,45.466f,-2.3112f,-5.198f,45.466f,-2.3112f,-3.2641f,45.464f,-1.9153f,-5.198f,45.464f,-1.9153f,-3.2641f,45.828f,-1.7907f,-5.198f,45.828f,-1.7907f,-3.2641f,46.069f,-2.112f,-5.198f,46.069f,-2.112f,-3.5617f,46.069f,-2.112f,-3.6065f,45.971f,-1.8753f,-3.6514f,45.735f,-1.7773f,-3.6154f,45.527f,-1.8497f,-3.5663f,45.409f,-2.0332f,-3.8987f,45.409f,-2.0332f,-4.231f,45.409f,-2.0332f,-4.5634f,45.409f,-2.0332f,-4.8957f,45.409f,-2.0332f,-4.8466f,45.527f,-1.8497f,-4.8107f,45.735f,-1.7773f,-4.8556f,45.971f,-1.8753f,-4.9004f,46.069f,-2.112f,-4.9004f,46.069f,-2.112f,-4.8556f,45.971f,-2.3487f,-4.8107f,45.735f,-2.4467f,-4.8466f,45.527f,-2.3743f,-4.8957f,45.409f,-2.1908f,-4.5634f,45.409f,-2.1908f,-4.231f,45.409f,-2.1908f,-3.8987f,45.409f,-2.1908f,-3.5663f,45.409f,-2.1908f,-3.6154f,45.527f,-2.3743f,-3.6514f,45.735f,-2.4467f,-3.6065f,45.971f,-2.3487f,-3.5617f,46.069f,-2.112f,-3.2641f,46.069f,-2.112f,-3.2641f,45.846f,-2.4275f,-3.2641f,45.466f,-2.3112f,-3.2641f,45.464f,-1.9153f,-3.2641f,45.828f,-1.7907f,-5.198f,46.069f,-2.112f,-5.198f,45.846f,-2.4275f,-5.198f,45.466f,-2.3112f,-5.198f,45.464f,-1.9153f,-5.198f,45.828f,-1.7907f,-4.231f,45.409f,-2.7814f,-4.231f,46.082f,-2.7814f,-4.231f,46.755f,-2.7814f,-4.231f,47.428f,-2.7814f,-4.231f,48.102f,-2.7814f,-4.8621f,45.409f,-2.3352f,-4.8621f,46.755f,-2.3352f,-4.8621f,47.428f,-2.3352f,-4.6295f,46.082f,-1.5742f,-4.6295f,46.755f,-1.5742f,-4.6295f,47.428f,-1.5742f,-3.8377f,45.409f,-1.5704f,-3.8377f,46.082f,-1.5704f,-3.8377f,46.755f,-1.5704f,-3.8377f,47.428f,-1.5704f,-3.5885f,46.755f,-2.2997f,-3.5885f,47.428f,-2.2997f,-4.231f,45.409f,-2.7814f,-4.231f,46.082f,-2.7814f,-4.231f,46.755f,-2.7814f,-4.231f,47.428f,-2.7814f,-4.231f,48.102f,-2.7814f,-3.5663f,45.409f,-2.0332f,-3.6154f,45.527f,-1.8497f,-3.6514f,45.735f,-1.7773f,-3.6065f,45.971f,-1.8753f,-3.5617f,46.069f,-2.112f,-4.9004f,46.069f,-2.112f,-4.8556f,45.971f,-1.8753f,-4.8107f,45.735f,-1.7773f,-4.8466f,45.527f,-1.8497f,-4.8957f,45.409f,-2.0332f,-4.8957f,45.409f,-2.1908f,-4.8466f,45.527f,-2.3743f,-4.8107f,45.735f,-2.4467f,-4.8556f,45.971f,-2.3487f,-3.6065f,45.971f,-2.3487f,-3.6514f,45.735f,-2.4467f,-3.6154f,45.527f,-2.3743f,-3.5663f,45.409f,-2.1908f,-3.7577f,48.102f,-2.5853f,-3.5617f,48.102f,-2.112f,-3.7577f,48.102f,-1.6387f,-4.231f,48.102f,-1.4426f,-4.7043f,48.102f,-1.6387f,-4.9004f,48.102f,-2.112f,-4.7043f,48.102f,-2.5853f,-3.5663f,45.409f,-2.1908f,-3.8987f,45.409f,-2.1908f,-4.231f,45.409f,-2.1908f,-4.5634f,45.409f,-2.1908f,-4.8957f,45.409f,-2.1908f}; return value; } private float[] getCoordinate_5_1181_point_2() { float[] value = {-4.8621f,45.409f,-2.3352f,-4.231f,45.409f,-2.7814f,-4.8957f,45.409f,-2.0332f,-4.5634f,45.409f,-2.0332f,-4.231f,45.409f,-2.0332f,-3.8987f,45.409f,-2.0332f,-3.5663f,45.409f,-2.0332f,-3.8377f,45.409f,-1.5704f,-3.2641f,48.747f,-2.112f,-5.198f,48.747f,-2.112f,-3.2641f,48.97f,-1.7965f,-5.198f,48.97f,-1.7965f,-3.2641f,49.35f,-1.9128f,-5.198f,49.35f,-1.9128f,-3.2641f,49.352f,-2.3087f,-5.198f,49.352f,-2.3087f,-3.2641f,48.988f,-2.4333f,-5.198f,48.988f,-2.4333f,-3.2641f,48.747f,-2.112f,-5.198f,48.747f,-2.112f,-3.5617f,48.747f,-2.112f,-3.6065f,48.845f,-2.3487f,-3.6514f,49.081f,-2.4467f,-3.6154f,49.289f,-2.3743f,-3.5663f,49.407f,-2.1908f,-3.8987f,49.407f,-2.1908f,-4.231f,49.407f,-2.1908f,-4.5634f,49.407f,-2.1908f,-4.8957f,49.407f,-2.1908f,-4.8466f,49.289f,-2.3743f,-4.8107f,49.081f,-2.4467f,-4.8556f,48.845f,-2.3487f,-4.9004f,48.747f,-2.112f,-4.9004f,48.747f,-2.112f,-4.8556f,48.845f,-1.8753f,-4.8107f,49.081f,-1.7773f,-4.8466f,49.289f,-1.8497f,-4.8957f,49.407f,-2.0332f,-4.5634f,49.407f,-2.0332f,-4.231f,49.407f,-2.0332f,-3.8987f,49.407f,-2.0332f,-3.5663f,49.407f,-2.0332f,-3.6154f,49.289f,-1.8497f,-3.6514f,49.081f,-1.7773f,-3.6065f,48.845f,-1.8753f,-3.5617f,48.747f,-2.112f,-3.2641f,48.747f,-2.112f,-3.2641f,48.97f,-1.7965f,-3.2641f,49.35f,-1.9128f,-3.2641f,49.352f,-2.3087f,-3.2641f,48.988f,-2.4333f,-5.198f,48.747f,-2.112f,-5.198f,48.97f,-1.7965f,-5.198f,49.35f,-1.9128f,-5.198f,49.352f,-2.3087f,-5.198f,48.988f,-2.4333f,-4.231f,49.407f,-1.4426f,-4.231f,48.972f,-1.4426f,-4.231f,48.537f,-1.4426f,-4.231f,48.102f,-1.4426f,-4.8174f,49.407f,-1.7892f,-4.231f,49.407f,-2.7814f,-3.6446f,49.407f,-2.4348f,-4.231f,49.407f,-1.4426f,-4.231f,48.972f,-1.4426f,-4.231f,48.537f,-1.4426f,-4.231f,48.102f,-1.4426f,-3.7577f,48.102f,-1.6387f,-3.5617f,48.102f,-2.112f,-3.7577f,48.102f,-2.5853f,-4.231f,48.102f,-2.7814f,-4.7043f,48.102f,-2.5853f,-4.9004f,48.102f,-2.112f,-4.7043f,48.102f,-1.6387f,-3.5663f,49.407f,-2.1908f,-3.6154f,49.289f,-2.3743f,-3.6514f,49.081f,-2.4467f,-3.6065f,48.845f,-2.3487f,-3.5617f,48.747f,-2.112f,-4.9004f,48.747f,-2.112f,-4.8556f,48.845f,-2.3487f,-4.8107f,49.081f,-2.4467f,-4.8466f,49.289f,-2.3743f,-4.8957f,49.407f,-2.1908f,-4.8957f,49.407f,-2.0332f,-4.8466f,49.289f,-1.8497f,-4.8107f,49.081f,-1.7773f,-4.8556f,48.845f,-1.8753f,-3.6065f,48.845f,-1.8753f,-3.6514f,49.081f,-1.7773f,-3.6154f,49.289f,-1.8497f,-3.5663f,49.407f,-2.0332f,-3.5663f,49.407f,-2.0332f,-3.8987f,49.407f,-2.0332f,-4.231f,49.407f,-2.0332f,-4.5634f,49.407f,-2.0332f,-4.8957f,49.407f,-2.0332f,-4.8174f,49.407f,-1.7892f,-4.231f,49.407f,-1.4426f,-4.8957f,49.407f,-2.1908f}; return value; } private float[] getCoordinate_5_1181_point_3() { float[] value = {-4.5634f,49.407f,-2.1908f,-4.231f,49.407f,-2.1908f,-3.8987f,49.407f,-2.1908f,-3.5663f,49.407f,-2.1908f,-3.6446f,49.407f,-2.4348f,-4.231f,49.407f,-2.7814f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_1182_vector_1() { float[] value = {0.0f,1.0f,9.1919E-15f,0.0f,1.0f,2.7576E-14f,0.0f,0.33353f,-0.94274f,0.0f,0.33353f,-0.94274f,0.0f,-0.80352f,-0.59527f,0.0f,-0.80352f,-0.59527f,0.0f,-0.80914f,0.58762f,0.0f,-0.80914f,0.58762f,0.0f,0.28035f,0.9599f,0.0f,0.28035f,0.9599f,0.0f,1.0f,9.1919E-15f,0.0f,1.0f,2.7576E-14f,0.0f,1.0f,9.1919E-15f,-1.1558E-16f,0.70711f,0.70711f,9.2374E-30f,2.0107E-15f,1.0f,-2.434E-15f,-0.62093f,0.78387f,-4.5957E-15f,-0.97187f,0.23551f,-5.7712E-15f,-0.97187f,0.23551f,5.5619E-15f,-0.97187f,0.23551f,0.0f,-0.97187f,0.23551f,-1.2996E-15f,-0.97187f,0.23551f,0.0f,-0.62093f,0.78387f,0.0f,2.0107E-15f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,9.1919E-15f,0.0f,1.0f,0.0f,-2.7924E-15f,0.70711f,-0.70711f,0.0f,-1.149E-15f,-1.0f,0.0f,-0.62093f,-0.78387f,-1.3035E-15f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,-4.5957E-15f,-0.97187f,-0.23551f,0.0f,-0.62093f,-0.78387f,0.0f,0.0f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,6.8301E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-5.7449E-16f,-6.6346E-16f,-1.0f,5.7449E-16f,-6.6346E-16f,-1.0f,2.8725E-16f,-6.6346E-16f,-1.0f,2.8725E-16f,-6.6346E-16f,-1.0f,9.1476E-30f,-6.6346E-16f,-1.0f,-0.94274f,-7.3981E-17f,-0.33353f,-0.94274f,-7.3981E-17f,-0.33353f,-0.94274f,-7.3981E-17f,-0.33353f,-0.59527f,2.4847E-16f,0.80352f,-0.59527f,2.4847E-16f,0.80352f,-0.59527f,2.4847E-16f,0.80352f,0.58762f,2.1877E-16f,0.80914f,0.58762f,2.1877E-16f,0.80914f,0.58762f,2.1877E-16f,0.80914f,0.58762f,2.1877E-16f,0.80914f,0.9599f,-4.857E-17f,-0.28035f,0.9599f,-4.857E-17f,-0.28035f,-2.8725E-16f,-6.6346E-16f,-1.0f,2.8725E-16f,-6.6346E-16f,-1.0f,-2.8725E-16f,-6.6346E-16f,-1.0f,3.0492E-30f,-6.6346E-16f,-1.0f,-2.8725E-16f,-6.6346E-16f,-1.0f,0.99304f,1.0158E-17f,0.11776f,0.92f,7.633E-17f,0.39191f,0.86603f,5.4017E-17f,0.5f,0.93526f,0.0f,0.35397f,1.0f,2.1852E-16f,-5.7449E-16f,-1.0f,0.0f,4.0215E-15f,-0.93526f,8.262E-17f,0.35397f,-0.86603f,1.0803E-16f,0.5f,-0.92f,7.633E-17f,0.39191f,-0.99304f,0.0f,0.11776f,-0.99304f,-2.0316E-17f,-0.11776f,-0.92f,-1.5266E-16f,-0.39191f,-0.86603f,-1.0803E-16f,-0.5f,-0.93526f,-1.6524E-16f,-0.35397f,0.93526f,-8.262E-17f,-0.35397f,0.86603f,-1.9043E-16f,-0.5f,0.92f,0.0f,-0.39191f,0.99304f,0.0f,-0.11776f,0.70711f,-2.7331E-16f,-0.70711f,1.0f,0.0f,0.0f,0.70711f,1.3665E-16f,0.70711f,-6.8379E-13f,3.2991E-16f,1.0f,-0.70711f,1.3665E-16f,0.70711f,-1.0f,0.0f,-6.8078E-13f,-0.70711f,-4.0996E-16f,-0.70711f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f}; return value; } private float[] getNormal_5_1182_vector_2() { float[] value = {0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.2032E-14f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-9.1919E-15f,0.0f,-1.0f,1.8384E-14f,0.0f,-0.33353f,0.94274f,0.0f,-0.33353f,0.94274f,0.0f,0.80352f,0.59527f,0.0f,0.80352f,0.59527f,0.0f,0.80914f,-0.58762f,0.0f,0.80914f,-0.58762f,0.0f,-0.28035f,-0.9599f,0.0f,-0.28035f,-0.9599f,0.0f,-1.0f,-9.1919E-15f,0.0f,-1.0f,1.8384E-14f,0.0f,-1.0f,9.1919E-15f,0.0f,-0.70711f,-0.70711f,0.0f,0.0f,-1.0f,-2.6591E-15f,0.62093f,-0.78387f,4.5957E-15f,0.97187f,-0.23551f,0.0f,0.97187f,-0.23551f,1.7039E-15f,0.97187f,-0.23551f,5.7712E-15f,0.97187f,-0.23551f,-3.5859E-15f,0.97187f,-0.23551f,0.0f,0.62093f,-0.78387f,0.0f,0.0f,-1.0f,0.0f,-0.70711f,-0.70711f,0.0f,-1.0f,9.1919E-15f,0.0f,-1.0f,-9.1919E-15f,2.9311E-15f,-0.70711f,0.70711f,0.0f,5.7449E-16f,1.0f,2.5163E-15f,0.62093f,0.78387f,1.0833E-15f,0.97187f,0.23551f,-5.7712E-15f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,-1.284E-16f,0.62093f,0.78387f,0.0f,5.7449E-16f,1.0f,0.0f,-0.70711f,0.70711f,0.0f,-1.0f,-9.1919E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-7.3573E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,6.7962E-31f,1.366E-15f,-1.0f,0.0f,0.0f,-1.0f,0.0f,-1.6716E-15f,-1.0f,0.0f,0.0f,4.3087E-16f,0.0f,1.0f,2.8725E-16f,0.0f,1.0f,1.4362E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,-0.87607f,0.0f,0.48219f,2.8725E-16f,0.0f,-1.0f,0.87607f,0.0f,-0.48219f,-1.4362E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,-4.3087E-16f,0.0f,1.0f,-4.3087E-16f,0.0f,1.0f,0.70711f,0.0f,0.70711f,1.0f,0.0f,0.0f,0.70711f,0.0f,-0.70711f,0.0f,0.0f,-1.0f,-0.70711f,0.0f,-0.70711f,-1.0f,0.0f,-5.7449E-16f,-0.70711f,1.4094E-16f,0.70711f,0.99304f,0.0f,-0.11776f,0.92f,0.0f,-0.39191f,0.86603f,-3.3645E-16f,-0.5f,0.93526f,0.0f,-0.35397f,1.0f,0.0f,0.0f,-1.0f,0.0f,-2.8725E-15f,-0.93526f,0.0f,-0.35397f,-0.86603f,-5.2346E-16f,-0.5f,-0.92f,-4.4329E-16f,-0.39191f,-0.99304f,0.0f,-0.11776f,-0.99304f,0.0f,0.11776f,-0.92f,0.0f,0.39191f,-0.86603f,0.0f,0.5f,-0.93526f,-8.1492E-17f,0.35397f,0.93526f,0.0f,0.35397f,0.86603f,1.9425E-16f,0.5f,0.92f,0.0f,0.39191f,0.99304f,0.0f,0.11776f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-1.2032E-14f,7.0933E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f}; return value; } private float[] getNormal_5_1182_vector_3() { float[] value = {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,1.2032E-14f,0.0f,1.0f,0.0f,0.0f,1.0f,1.7277E-14f,-1.0615E-14f,1.0f,0.0f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_1183_point_1() { float[] value = {0.67533f,0.0f,0.35965f,0.0f,0.67533f,0.066363f,0.35965f,0.066363f,0.67533f,0.13639f,0.35965f,0.13639f,0.67533f,0.20637f,0.35965f,0.20637f,0.67533f,0.27383f,0.35965f,0.27383f,0.67533f,0.34326f,0.35965f,0.34326f,0.62675f,0.34326f,0.61943f,0.30035f,0.61211f,0.25745f,0.61802f,0.22053f,0.62599f,0.18544f,0.57174f,0.18544f,0.51749f,0.18544f,0.46324f,0.18544f,0.40899f,0.18544f,0.41696f,0.22053f,0.42287f,0.25745f,0.41555f,0.30035f,0.40823f,0.34326f,0.40823f,0.0f,0.41555f,0.042908f,0.42287f,0.085815f,0.41696f,0.12274f,0.40899f,0.15782f,0.46324f,0.15782f,0.51749f,0.15782f,0.57174f,0.15782f,0.62599f,0.15782f,0.61802f,0.12274f,0.61211f,0.085815f,0.61943f,0.042908f,0.62675f,0.0f,0.08918f,0.25f,0.17325f,0.30944f,0.14227f,0.41084f,0.036776f,0.41134f,0.0035762f,0.31418f,0.08918f,0.17836f,0.0051064f,0.11892f,0.036093f,0.017522f,0.14158f,0.017021f,0.17478f,0.11418f,0.35965f,0.55867f,0.35965f,0.66091f,0.35965f,0.76315f,0.35965f,0.86539f,0.35965f,0.96763f,0.48317f,0.55867f,0.48317f,0.76315f,0.48317f,0.86539f,0.6135f,0.66091f,0.6135f,0.76315f,0.6135f,0.86539f,0.74376f,0.55867f,0.74376f,0.66091f,0.74376f,0.76315f,0.74376f,0.86539f,0.86932f,0.76315f,0.86932f,0.86539f,0.99854f,0.55867f,0.99854f,0.66091f,0.99854f,0.76315f,0.99854f,0.86539f,0.99854f,0.96763f,0.82579f,0.55867f,0.7963f,0.57651f,0.78434f,0.60808f,0.80041f,0.64399f,0.83881f,0.65892f,0.51937f,0.65892f,0.55777f,0.64399f,0.57385f,0.60808f,0.56188f,0.57651f,0.5324f,0.55867f,0.50634f,0.55867f,0.47686f,0.57651f,0.46489f,0.60808f,0.48096f,0.64399f,0.87722f,0.64399f,0.89329f,0.60808f,0.88133f,0.57651f,0.85184f,0.55867f,0.91867f,0.96763f,0.83881f,0.96763f,0.75895f,0.96763f,0.67909f,0.96763f,0.59923f,0.96763f,0.51937f,0.96763f,0.43951f,0.96763f,0.088447f,0.5f,0.088447f,0.55013f,0.088447f,0.60025f,0.088447f,0.65038f,0.088447f,0.7005f}; return value; } private float[] getTextureCoordinate_5_1183_point_2() { float[] value = {0.066816f,0.69543f,0.0f,0.60025f,0.17982f,0.7005f,0.17982f,0.65038f,0.17982f,0.60025f,0.17982f,0.55013f,0.17982f,0.5f,0.24914f,0.54093f,0.99551f,0.0f,0.67982f,0.0f,0.99551f,0.066363f,0.67982f,0.066363f,0.99551f,0.13639f,0.67982f,0.13639f,0.99551f,0.20637f,0.67982f,0.20637f,0.99551f,0.27383f,0.67982f,0.27383f,0.99551f,0.34326f,0.67982f,0.34326f,0.94693f,0.34326f,0.93961f,0.30035f,0.93229f,0.25745f,0.93819f,0.22053f,0.94617f,0.18544f,0.89192f,0.18544f,0.83767f,0.18544f,0.78342f,0.18544f,0.72917f,0.18544f,0.73714f,0.22053f,0.74304f,0.25745f,0.73572f,0.30035f,0.72841f,0.34326f,0.72841f,0.0f,0.73572f,0.042908f,0.74304f,0.085815f,0.73714f,0.12274f,0.72917f,0.15782f,0.78342f,0.15782f,0.83767f,0.15782f,0.89192f,0.15782f,0.94617f,0.15782f,0.93819f,0.12274f,0.93229f,0.085815f,0.93961f,0.042908f,0.94693f,0.0f,0.269f,0.25f,0.35308f,0.30944f,0.32209f,0.41084f,0.2166f,0.41134f,0.1834f,0.31418f,0.269f,0.17836f,0.18493f,0.11892f,0.21592f,0.017522f,0.32141f,0.017021f,0.35461f,0.11418f,0.35965f,0.34473f,0.35965f,0.41081f,0.35965f,0.4769f,0.35965f,0.54298f,0.4669f,0.34473f,0.67909f,0.34473f,0.78634f,0.34473f,0.99854f,0.34473f,0.99854f,0.41081f,0.99854f,0.4769f,0.99854f,0.54298f,0.91867f,0.54298f,0.83881f,0.54298f,0.75895f,0.54298f,0.67909f,0.54298f,0.59923f,0.54298f,0.51937f,0.54298f,0.43951f,0.54298f,0.82579f,0.34473f,0.7963f,0.36256f,0.78434f,0.39414f,0.80041f,0.43004f,0.83881f,0.44497f,0.51937f,0.44497f,0.55777f,0.43004f,0.57385f,0.39414f,0.56188f,0.36256f,0.5324f,0.34473f,0.50634f,0.34473f,0.47686f,0.36256f,0.46489f,0.39414f,0.48096f,0.43004f,0.87722f,0.43004f,0.89329f,0.39414f,0.88133f,0.36256f,0.85184f,0.34473f,0.35818f,0.5f,0.35818f,0.55013f,0.35818f,0.60025f,0.35818f,0.65038f,0.35818f,0.7005f,0.32165f,0.6887f,0.26974f,0.60025f,0.089912f,0.7005f}; return value; } private float[] getTextureCoordinate_5_1183_point_3() { float[] value = {0.089912f,0.65038f,0.089912f,0.60025f,0.089912f,0.55013f,0.089912f,0.5f,0.12645f,0.51181f,0.17836f,0.60025f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1195_coordIndex_1() { int[] value = {1,2,45,-1,2,3,44,-1,3,4,42,-1,4,5,41,-1,5,6,14,-1,6,7,13,-1,7,8,11,-1,8,9,10,-1,10,11,8,-1,11,12,7,-1,12,13,7,-1,13,14,6,-1,14,15,41,-1,15,16,40,-1,16,17,38,-1,17,18,38,-1,18,19,37,-1,19,20,27,-1,20,21,26,-1,21,22,26,-1,22,23,25,-1,24,25,23,-1,25,26,22,-1,26,27,20,-1,27,28,19,-1,28,29,36,-1,29,30,35,-1,30,31,33,-1,31,0,32,-1,32,33,31,-1,33,34,30,-1,34,35,30,-1,35,36,29,-1,36,37,19,-1,37,38,18,-1,38,39,16,-1,39,40,16,-1,40,41,15,-1,41,42,4,-1,42,43,3,-1,43,44,3,-1,44,45,2,-1,41,5,14,-1,19,28,36,-1,52,48,47,-1,53,49,52,-1,49,48,52,-1,56,53,55,-1,53,52,55,-1,59,55,58,-1,55,54,58,-1,60,56,59,-1,56,55,59,-1,62,60,61,-1,60,59,61,-1,64,65,61,-1,66,62,65,-1,62,61,65,-1,68,69,51,-1,69,70,46,-1,70,71,47,-1,71,72,47,-1,73,74,64,-1,74,75,64,-1,75,76,63,-1,76,77,63,-1,78,79,57,-1,79,80,57,-1,80,81,58,-1,81,73,58,-1,72,82,54,-1,82,83,54,-1,83,84,54,-1,84,85,57,-1,67,86,66,-1,86,87,62,-1,87,88,60,-1,88,89,60,-1,89,90,56,-1,90,91,56,-1,91,92,53,-1,92,50,49,-1,46,51,69,-1,47,46,70,-1,63,64,75,-1,52,47,72,-1,49,53,92,-1,53,56,91,-1,55,52,72,-1,54,55,72,-1,58,54,57,-1,59,58,61,-1,56,60,89,-1,60,62,87,-1,64,61,73,-1,62,66,86,-1,57,80,58,-1,58,73,61,-1,54,84,57,-1,93,94,100,-1,94,95,100,-1,95,96,100,-1,96,97,100,-1,97,98,99,-1,99,100,97,-1,101,102,107,-1,102,103,107,-1,103,104,107,-1,104,105,107,-1,105,106,107,-1,109,110,151,-1,110,111,150,-1,111,112,148,-1,112,113,147,-1,113,114,122,-1,114,115,121,-1,115,116,119,-1,116,117,118,-1,118,119,116,-1,119,120,115,-1,120,121,115,-1,121,122,114,-1,122,123,113,-1,123,124,113,-1,124,125,135,-1,125,126,135,-1,126,127,134,-1,127,128,133,-1,128,129,133,-1,129,130,132,-1,131,132,130,-1,132,133,129,-1,133,134,127,-1,134,135,126,-1,135,136,143,-1,136,137,142,-1,137,138,140,-1,138,108,139,-1,139,140,138,-1,140,141,137,-1,141,142,137,-1,142,143,136,-1,143,144,135,-1,144,145,135,-1,145,146,113,-1,146,147,113,-1,147,148,112,-1,148,149,111,-1,149,150,111,-1,150,151,110,-1,113,124,145,-1,124,135,145,-1,162,163,161,-1,163,164,161,-1,164,165,175,-1,165,166,183,-1,166,167,184,-1,167,168,174,-1,168,169,174,-1,169,155,154,-1,170,171,156,-1,171,172,156,-1,172,173,153,-1,173,174,169,-1,175,176,164,-1,176,177,160,-1,177,178,159,-1,178,179,159,-1,180,181,158,-1,181,182,158,-1,182,183,157,-1,183,175,165,-1,174,184,167,-1,184,185,157,-1,185,186,157,-1,186,187,157,-1,152,156,172,-1,157,158,182,-1,154,153,173,-1,153,152,172,-1,159,160,177,-1,160,161,176,-1,161,164,176,-1,183,166,157,-1,166,184,157,-1,169,154,173,-1,188,189,194,-1,189,190,194,-1,190,191,194,-1,191,192,193,-1,193,194,191,-1,195,196,201,-1,196,197,201,-1,197,198,201,-1,198,199,200,-1,200,201,198,-1,202,204,205,-1,204,206,207,-1,206,208,209,-1,208,210,211,-1,210,212,213,-1,213,211,210,-1,211,209,208,-1,209,207,206,-1,207,205,204,-1,205,203,202,-1,214,218,215,-1,215,218,216,-1,216,218,217,-1,219,228,220,-1,220,227,221,-1,221,227,222,-1,222,231,223,-1,223,230,224,-1,224,230,225,-1,225,229,226,-1,226,229,219,-1,227,220,228,-1,228,219,229,-1,229,225,230,-1,230,223,231,-1,231,222,227,-1,232,234,235,-1,234,236,237,-1,236,238,239,-1,238,240,241,-1,240,242,243,-1,243,241,240,-1,241,239,238,-1,239,237,236,-1,237,235,234,-1,235,233,232,-1,244,248,245,-1,245,247,246,-1,247,245,248,-1,249,260,250,-1,250,260,251,-1,251,259,252,-1,252,259,253,-1,253,258,254,-1,254,257,255,-1,255,257,256,-1,256,261,249,-1,257,254,258,-1,258,253,259,-1,259,251,260,-1,260,249,261,-1,261,256,257,-1,262,264,265,-1,264,266,267,-1}; return value; } private int[] getIndexedFaceSet_4_1195_coordIndex_2() { int[] value = {266,268,269,-1,268,270,271,-1,270,272,273,-1,273,271,270,-1,271,269,268,-1,269,267,266,-1,267,265,264,-1,265,263,262,-1,274,283,275,-1,275,282,276,-1,276,282,277,-1,277,286,278,-1,278,285,279,-1,279,285,280,-1,280,284,281,-1,281,284,274,-1,282,275,283,-1,283,274,284,-1,284,280,285,-1,285,278,286,-1,286,277,282,-1,287,291,288,-1,288,291,289,-1,289,291,290,-1,292,294,295,-1,294,296,297,-1,296,298,299,-1,298,300,301,-1,300,302,303,-1,303,301,300,-1,301,299,298,-1,299,297,296,-1,297,295,294,-1,295,293,292,-1,304,315,305,-1,305,315,306,-1,306,314,307,-1,307,314,308,-1,308,313,309,-1,309,312,310,-1,310,312,311,-1,311,316,304,-1,312,309,313,-1,313,308,314,-1,314,306,315,-1,315,304,316,-1,316,311,312,-1,317,320,318,-1,318,320,319,-1,320,317,321,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_1195_point_1() { float[] value = {-7.1828f,46.069f,-2.112f,-8.7833f,46.069f,-2.112f,-8.7833f,45.971f,-1.8753f,-8.7833f,45.735f,-1.7773f,-8.7833f,45.498f,-1.8753f,-8.7833f,45.4f,-2.112f,-8.7833f,45.498f,-2.3487f,-8.7833f,45.735f,-2.4467f,-8.7833f,45.971f,-2.3487f,-8.7833f,46.069f,-2.112f,-8.6505f,46.069f,-2.112f,-8.6057f,45.971f,-2.3487f,-8.5608f,45.735f,-2.4467f,-8.5968f,45.527f,-2.3743f,-8.6459f,45.409f,-2.1908f,-8.38f,45.409f,-2.1908f,-8.1141f,45.409f,-2.1908f,-7.8482f,45.409f,-2.1908f,-7.5823f,45.409f,-2.1908f,-7.3165f,45.409f,-2.1908f,-7.3656f,45.527f,-2.3743f,-7.4015f,45.735f,-2.4467f,-7.3566f,45.971f,-2.3487f,-7.3118f,46.069f,-2.112f,-7.1828f,46.069f,-2.112f,-7.1828f,45.971f,-2.3487f,-7.1828f,45.735f,-2.4467f,-7.1828f,45.498f,-2.3487f,-7.1828f,45.4f,-2.112f,-7.1828f,45.498f,-1.8753f,-7.1828f,45.735f,-1.7773f,-7.1828f,45.971f,-1.8753f,-7.3118f,46.069f,-2.112f,-7.3566f,45.971f,-1.8753f,-7.4015f,45.735f,-1.7773f,-7.3656f,45.527f,-1.8497f,-7.3165f,45.409f,-2.0332f,-7.5823f,45.409f,-2.0332f,-7.8482f,45.409f,-2.0332f,-8.1141f,45.409f,-2.0332f,-8.38f,45.409f,-2.0332f,-8.6459f,45.409f,-2.0332f,-8.5968f,45.527f,-1.8497f,-8.5608f,45.735f,-1.7773f,-8.6057f,45.971f,-1.8753f,-8.6505f,46.069f,-2.112f,-7.9812f,45.409f,-2.7814f,-7.9812f,46.082f,-2.7814f,-7.9812f,46.755f,-2.7814f,-7.9812f,47.428f,-2.7814f,-7.9812f,48.102f,-2.7814f,-8.6122f,45.409f,-2.3352f,-8.6122f,46.755f,-2.3352f,-8.6122f,47.428f,-2.3352f,-8.3796f,46.082f,-1.5742f,-8.3796f,46.755f,-1.5742f,-8.3796f,47.428f,-1.5742f,-7.5878f,45.409f,-1.5704f,-7.5878f,46.082f,-1.5704f,-7.5878f,46.755f,-1.5704f,-7.5878f,47.428f,-1.5704f,-7.3386f,46.755f,-2.2997f,-7.3386f,47.428f,-2.2997f,-7.9812f,45.409f,-2.7814f,-7.9812f,46.082f,-2.7814f,-7.9812f,46.755f,-2.7814f,-7.9812f,47.428f,-2.7814f,-7.9812f,48.102f,-2.7814f,-8.6459f,45.409f,-2.1908f,-8.5968f,45.527f,-2.3743f,-8.5608f,45.735f,-2.4467f,-8.6057f,45.971f,-2.3487f,-8.6505f,46.069f,-2.112f,-7.3118f,46.069f,-2.112f,-7.3566f,45.971f,-2.3487f,-7.4015f,45.735f,-2.4467f,-7.3656f,45.527f,-2.3743f,-7.3165f,45.409f,-2.1908f,-7.3165f,45.409f,-2.0332f,-7.3656f,45.527f,-1.8497f,-7.4015f,45.735f,-1.7773f,-7.3566f,45.971f,-1.8753f,-8.6057f,45.971f,-1.8753f,-8.5608f,45.735f,-1.7773f,-8.5968f,45.527f,-1.8497f,-8.6459f,45.409f,-2.0332f,-7.5079f,48.102f,-2.5853f,-7.3118f,48.102f,-2.112f,-7.5079f,48.102f,-1.6387f,-7.9812f,48.102f,-1.4426f,-8.4545f,48.102f,-1.6387f,-8.6505f,48.102f,-2.112f,-8.4545f,48.102f,-2.5853f,-7.3165f,45.409f,-2.1908f,-7.5823f,45.409f,-2.1908f,-7.8482f,45.409f,-2.1908f,-8.1141f,45.409f,-2.1908f,-8.38f,45.409f,-2.1908f,-8.6459f,45.409f,-2.1908f,-8.6122f,45.409f,-2.3352f}; return value; } private float[] getCoordinate_5_1195_point_2() { float[] value = {-7.9812f,45.409f,-2.7814f,-8.6459f,45.409f,-2.0332f,-8.38f,45.409f,-2.0332f,-8.1141f,45.409f,-2.0332f,-7.8482f,45.409f,-2.0332f,-7.5823f,45.409f,-2.0332f,-7.3165f,45.409f,-2.0332f,-7.5878f,45.409f,-1.5704f,-7.1828f,48.747f,-2.112f,-8.7833f,48.747f,-2.112f,-8.7833f,48.845f,-2.3487f,-8.7833f,49.081f,-2.4467f,-8.7833f,49.318f,-2.3487f,-8.7833f,49.416f,-2.112f,-8.7833f,49.318f,-1.8753f,-8.7833f,49.081f,-1.7773f,-8.7833f,48.845f,-1.8753f,-8.7833f,48.747f,-2.112f,-8.6505f,48.747f,-2.112f,-8.6057f,48.845f,-1.8753f,-8.5608f,49.081f,-1.7773f,-8.5968f,49.289f,-1.8497f,-8.6459f,49.407f,-2.0332f,-8.3135f,49.407f,-2.0332f,-7.9812f,49.407f,-2.0332f,-7.6488f,49.407f,-2.0332f,-7.3165f,49.407f,-2.0332f,-7.3656f,49.289f,-1.8497f,-7.4015f,49.081f,-1.7773f,-7.3566f,48.845f,-1.8753f,-7.3118f,48.747f,-2.112f,-7.1828f,48.747f,-2.112f,-7.1828f,48.795f,-1.9388f,-7.1828f,49.081f,-1.7773f,-7.1828f,49.318f,-1.8753f,-7.1828f,49.416f,-2.112f,-7.1828f,49.318f,-2.3487f,-7.1828f,49.081f,-2.4467f,-7.1828f,48.845f,-2.3487f,-7.3118f,48.747f,-2.112f,-7.3566f,48.845f,-2.3487f,-7.4015f,49.081f,-2.4467f,-7.3656f,49.289f,-2.3743f,-7.3165f,49.407f,-2.1908f,-7.6488f,49.407f,-2.1908f,-7.9812f,49.407f,-2.1908f,-8.3135f,49.407f,-2.1908f,-8.6459f,49.407f,-2.1908f,-8.5968f,49.289f,-2.3743f,-8.5608f,49.081f,-2.4467f,-8.6057f,48.845f,-2.3487f,-8.6505f,48.747f,-2.112f,-7.9812f,49.407f,-1.4426f,-7.9812f,48.972f,-1.4426f,-7.9812f,48.537f,-1.4426f,-7.9812f,48.102f,-1.4426f,-8.5676f,49.407f,-1.7892f,-7.9812f,49.407f,-2.7814f,-7.3948f,49.407f,-2.4348f,-7.9812f,49.407f,-1.4426f,-7.9812f,48.972f,-1.4426f,-7.9812f,48.537f,-1.4426f,-7.9812f,48.102f,-1.4426f,-7.5079f,48.102f,-1.6387f,-7.3118f,48.102f,-2.112f,-7.5079f,48.102f,-2.5853f,-7.9812f,48.102f,-2.7814f,-8.4545f,48.102f,-2.5853f,-8.6505f,48.102f,-2.112f,-8.4545f,48.102f,-1.6387f,-8.6459f,49.407f,-2.0332f,-8.5968f,49.289f,-1.8497f,-8.5608f,49.081f,-1.7773f,-8.6057f,48.845f,-1.8753f,-8.6505f,48.747f,-2.112f,-7.3118f,48.747f,-2.112f,-7.3566f,48.845f,-1.8753f,-7.4015f,49.081f,-1.7773f,-7.3656f,49.289f,-1.8497f,-7.3165f,49.407f,-2.0332f,-7.3165f,49.407f,-2.1908f,-7.3656f,49.289f,-2.3743f,-7.4015f,49.081f,-2.4467f,-7.3566f,48.845f,-2.3487f,-8.6057f,48.845f,-2.3487f,-8.5608f,49.081f,-2.4467f,-8.5968f,49.289f,-2.3743f,-8.6459f,49.407f,-2.1908f,-7.3165f,49.407f,-2.0332f,-7.6488f,49.407f,-2.0332f,-7.9812f,49.407f,-2.0332f,-8.3135f,49.407f,-2.0332f,-8.6459f,49.407f,-2.0332f,-8.5676f,49.407f,-1.7892f,-7.9812f,49.407f,-1.4426f,-8.6459f,49.407f,-2.1908f,-8.3135f,49.407f,-2.1908f,-7.9812f,49.407f,-2.1908f,-7.6488f,49.407f,-2.1908f,-7.3165f,49.407f,-2.1908f}; return value; } private float[] getCoordinate_5_1195_point_3() { float[] value = {-7.3948f,49.407f,-2.4348f,-7.9812f,49.407f,-2.7814f,-6.2409f,49.081f,-0.85695f,-7.1828f,49.081f,-0.85695f,-6.2409f,50.265f,-1.6934f,-7.1828f,50.265f,-1.6934f,-6.2409f,49.829f,-3.1205f,-7.1828f,49.829f,-3.1205f,-6.2409f,48.344f,-3.1275f,-7.1828f,48.344f,-3.1275f,-6.2409f,47.877f,-1.7602f,-7.1828f,47.877f,-1.7602f,-6.2409f,49.081f,-0.85695f,-7.1828f,49.081f,-0.85695f,-6.2409f,49.081f,-0.85695f,-6.2409f,50.265f,-1.6934f,-6.2409f,49.829f,-3.1205f,-6.2409f,48.344f,-3.1275f,-6.2409f,47.877f,-1.7602f,-7.1828f,48.747f,-2.112f,-7.1828f,48.795f,-1.9388f,-7.1828f,49.081f,-1.7773f,-7.1828f,49.318f,-1.8753f,-7.1828f,49.416f,-2.112f,-7.1828f,49.318f,-2.3487f,-7.1828f,49.081f,-2.4467f,-7.1828f,48.845f,-2.3487f,-7.1828f,49.081f,-0.85695f,-7.1828f,47.877f,-1.7602f,-7.1828f,48.344f,-3.1275f,-7.1828f,49.829f,-3.1205f,-7.1828f,50.265f,-1.6934f,-6.2409f,45.735f,-0.85695f,-7.1828f,45.735f,-0.85695f,-6.2409f,46.918f,-1.6934f,-7.1828f,46.918f,-1.6934f,-6.2409f,46.482f,-3.1205f,-7.1828f,46.482f,-3.1205f,-6.2409f,44.997f,-3.1275f,-7.1828f,44.997f,-3.1275f,-6.2409f,44.53f,-1.7602f,-7.1828f,44.53f,-1.7602f,-6.2409f,45.735f,-0.85695f,-7.1828f,45.735f,-0.85695f,-6.2409f,45.735f,-0.85695f,-6.2409f,46.918f,-1.6934f,-6.2409f,46.482f,-3.1205f,-6.2409f,44.997f,-3.1275f,-6.2409f,44.53f,-1.7602f,-7.1828f,46.069f,-2.112f,-7.1828f,45.971f,-2.3487f,-7.1828f,45.735f,-2.4467f,-7.1828f,45.498f,-2.3487f,-7.1828f,45.4f,-2.112f,-7.1828f,45.498f,-1.8753f,-7.1828f,45.735f,-1.7773f,-7.1828f,45.971f,-1.8753f,-7.1828f,45.735f,-0.85695f,-7.1828f,44.53f,-1.7602f,-7.1828f,44.997f,-3.1275f,-7.1828f,46.482f,-3.1205f,-7.1828f,46.918f,-1.6934f,-8.7833f,45.735f,-0.85695f,-9.7252f,45.735f,-0.85695f,-8.7833f,46.918f,-1.6934f,-9.7252f,46.918f,-1.6934f,-8.7833f,46.482f,-3.1205f,-9.7252f,46.482f,-3.1205f,-8.7833f,44.997f,-3.1275f,-9.7252f,44.997f,-3.1275f,-8.7833f,44.53f,-1.7602f,-9.7252f,44.53f,-1.7602f,-8.7833f,45.735f,-0.85695f,-9.7252f,45.735f,-0.85695f,-8.7833f,46.069f,-2.112f,-8.7833f,45.971f,-1.8753f,-8.7833f,45.735f,-1.7773f,-8.7833f,45.498f,-1.8753f,-8.7833f,45.4f,-2.112f,-8.7833f,45.498f,-2.3487f,-8.7833f,45.735f,-2.4467f,-8.7833f,45.971f,-2.3487f,-8.7833f,45.735f,-0.85695f,-8.7833f,46.918f,-1.6934f,-8.7833f,46.482f,-3.1205f,-8.7833f,44.997f,-3.1275f,-8.7833f,44.53f,-1.7602f,-9.7252f,45.735f,-0.85695f,-9.7252f,44.53f,-1.7602f,-9.7252f,44.997f,-3.1275f,-9.7252f,46.482f,-3.1205f,-9.7252f,46.918f,-1.6934f,-8.7833f,49.081f,-0.85695f,-9.7252f,49.081f,-0.85695f,-8.7833f,50.265f,-1.6934f,-9.7252f,50.265f,-1.6934f,-8.7833f,49.829f,-3.1205f,-9.7252f,49.829f,-3.1205f,-8.7833f,48.344f,-3.1275f,-9.7252f,48.344f,-3.1275f}; return value; } private float[] getCoordinate_5_1195_point_4() { float[] value = {-8.7833f,47.877f,-1.7602f,-9.7252f,47.877f,-1.7602f,-8.7833f,49.081f,-0.85695f,-9.7252f,49.081f,-0.85695f,-8.7833f,48.747f,-2.112f,-8.7833f,48.845f,-2.3487f,-8.7833f,49.081f,-2.4467f,-8.7833f,49.318f,-2.3487f,-8.7833f,49.416f,-2.112f,-8.7833f,49.318f,-1.8753f,-8.7833f,49.081f,-1.7773f,-8.7833f,48.845f,-1.8753f,-8.7833f,49.081f,-0.85695f,-8.7833f,50.265f,-1.6934f,-8.7833f,49.829f,-3.1205f,-8.7833f,48.344f,-3.1275f,-8.7833f,47.877f,-1.7602f,-9.7252f,49.081f,-0.85695f,-9.7252f,47.877f,-1.7602f,-9.7252f,48.344f,-3.1275f,-9.7252f,49.829f,-3.1205f,-9.7252f,50.265f,-1.6934f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_1196_vector_1() { float[] value = {-4.0249E-15f,1.0f,-1.8384E-14f,0.0f,1.0f,2.7576E-14f,0.0f,0.70711f,0.70711f,1.2551E-16f,3.1597E-15f,1.0f,0.0f,-0.70711f,0.70711f,0.0f,-1.0f,-9.1919E-15f,-3.3272E-15f,-0.70711f,-0.70711f,0.0f,5.7449E-16f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,2.7576E-14f,0.0f,1.0f,0.0f,-2.7924E-15f,0.70711f,-0.70711f,0.0f,5.7449E-16f,-1.0f,0.0f,-0.62093f,-0.78387f,-1.3731E-15f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,6.8175E-15f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,-4.5957E-15f,-0.97187f,-0.23551f,0.0f,-0.62093f,-0.78387f,0.0f,1.7235E-15f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,0.0f,-4.0249E-15f,1.0f,-1.8384E-14f,0.0f,0.70711f,-0.70711f,2.5156E-16f,2.8725E-15f,-1.0f,0.0f,-0.70711f,-0.70711f,4.0249E-15f,-1.0f,-5.5152E-14f,0.0f,-0.70711f,0.70711f,0.0f,2.298E-15f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,9.1919E-15f,0.0f,0.70711f,0.70711f,1.0557E-29f,2.298E-15f,1.0f,0.0f,-0.62093f,0.78387f,-4.6305E-15f,-0.97187f,0.23551f,-3.9794E-15f,-0.97187f,0.23551f,0.0f,-0.97187f,0.23551f,0.0f,-0.97187f,0.23551f,0.0f,-0.97187f,0.23551f,-1.2996E-15f,-0.97187f,0.23551f,0.0f,-0.62093f,0.78387f,0.0f,2.298E-15f,1.0f,-1.1558E-16f,0.70711f,0.70711f,0.0f,1.0f,9.1919E-15f,3.0492E-30f,-6.6346E-16f,-1.0f,9.1476E-30f,-6.6346E-16f,-1.0f,1.4362E-15f,-6.6346E-16f,-1.0f,-5.7449E-16f,-6.6346E-16f,-1.0f,5.7449E-16f,-6.6346E-16f,-1.0f,-0.94274f,-7.3981E-17f,-0.33353f,-0.94274f,-7.3981E-17f,-0.33353f,-0.94274f,-7.3981E-17f,-0.33353f,-0.59527f,1.8635E-16f,0.80352f,-0.59527f,1.8635E-16f,0.80352f,-0.59527f,1.8635E-16f,0.80352f,0.58762f,2.1877E-16f,0.80914f,0.58762f,2.1877E-16f,0.80914f,0.58762f,2.1877E-16f,0.80914f,0.58762f,2.1877E-16f,0.80914f,0.9599f,-4.857E-17f,-0.28035f,0.9599f,-4.857E-17f,-0.28035f,8.6174E-16f,-6.6346E-16f,-1.0f,-2.8725E-16f,-6.6346E-16f,-1.0f,8.6174E-16f,-6.6346E-16f,-1.0f,-2.8725E-16f,-6.6346E-16f,-1.0f,8.6174E-16f,-6.6346E-16f,-1.0f,-0.99304f,-2.0316E-17f,-0.11776f,-0.92f,-2.2899E-16f,-0.39191f,-0.86603f,5.0139E-17f,-0.5f,-0.93526f,-8.262E-17f,-0.35397f,-1.0f,0.0f,6.8939E-15f,1.0f,0.0f,-1.149E-15f,0.93526f,-8.262E-17f,-0.35397f,0.86603f,6.4093E-17f,-0.5f,0.92f,-1.5266E-16f,-0.39191f,0.99304f,0.0f,-0.11776f,0.99304f,3.0474E-17f,0.11776f,0.92f,3.8165E-17f,0.39191f,0.86603f,1.0803E-16f,0.5f,0.93526f,4.131E-17f,0.35397f,-0.93526f,0.0f,0.35397f,-0.86603f,1.0803E-16f,0.5f,-0.92f,4.672E-17f,0.39191f,-0.99304f,1.0158E-17f,0.11776f,0.70711f,-2.7331E-16f,-0.70711f,1.0f,0.0f,-1.149E-15f,0.70711f,2.7331E-16f,0.70711f,-6.8379E-13f,3.2991E-16f,1.0f,-0.70711f,1.3665E-16f,0.70711f,-1.0f,0.0f,-6.825E-13f,-0.70711f,-4.0996E-16f,-0.70711f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f}; return value; } private float[] getNormal_5_1196_vector_2() { float[] value = {0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.2032E-14f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,4.0249E-15f,-1.0f,-2.7576E-14f,0.0f,-1.0f,4.596E-14f,0.0f,-0.70711f,-0.70711f,0.0f,-1.149E-15f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,0.0f,0.0f,0.70711f,0.70711f,-1.2551E-16f,-1.149E-15f,1.0f,0.0f,-0.70711f,0.70711f,0.0f,-1.0f,4.596E-14f,0.0f,-1.0f,-9.1919E-15f,2.9311E-15f,-0.70711f,0.70711f,0.0f,-2.8725E-16f,1.0f,0.0f,0.62093f,0.78387f,1.0485E-15f,0.97187f,0.23551f,-5.7712E-15f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,-4.3704E-17f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,-3.2547E-15f,0.62093f,0.78387f,1.4356E-16f,-1.149E-15f,1.0f,1.1558E-16f,-0.70711f,0.70711f,0.0f,-1.0f,-9.1919E-15f,4.0249E-15f,-1.0f,-2.7576E-14f,-3.1046E-15f,-0.85568f,0.51751f,0.0f,-2.8725E-16f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,0.0f,0.0f,0.70711f,-0.70711f,0.0f,0.0f,-1.0f,0.0f,-0.70711f,-0.70711f,0.0f,-1.0f,9.1919E-15f,0.0f,-0.70711f,-0.70711f,0.0f,0.0f,-1.0f,0.0f,0.62093f,-0.78387f,4.5957E-15f,0.97187f,-0.23551f,0.0f,0.97187f,-0.23551f,1.7039E-15f,0.97187f,-0.23551f,5.7712E-15f,0.97187f,-0.23551f,-3.5859E-15f,0.97187f,-0.23551f,0.0f,0.62093f,-0.78387f,0.0f,0.0f,-1.0f,0.0f,-0.70711f,-0.70711f,0.0f,-1.0f,9.1919E-15f,-1.4362E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,-0.87607f,0.0f,0.48219f,2.8725E-16f,0.0f,-1.0f,0.87607f,0.0f,-0.48219f,-2.8725E-16f,0.0f,1.0f,4.3087E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.70711f,0.0f,0.70711f,1.0f,0.0f,1.149E-15f,0.70711f,0.0f,-0.70711f,-2.8725E-16f,0.0f,-1.0f,-0.70711f,0.0f,-0.70711f,-1.0f,0.0f,-1.149E-15f,-0.70711f,-5.6376E-16f,0.70711f,-0.99304f,0.0f,0.11776f,-0.92f,0.0f,0.39191f,-0.86603f,9.7125E-17f,0.5f,-0.93526f,8.6127E-16f,0.35397f,-1.0f,0.0f,-4.596E-15f,1.0f,9.0472E-16f,-5.7449E-16f,0.93526f,0.0f,0.35397f,0.86603f,0.0f,0.5f,0.92f,-6.1695E-16f,0.39191f,0.99304f,0.0f,0.11776f,0.99304f,0.0f,-0.11776f,0.92f,0.0f,-0.39191f,0.86603f,0.0f,-0.5f,0.93526f,-6.9614E-16f,-0.35397f,-0.93526f,0.0f,-0.35397f,-0.86603f,-8.3889E-16f,-0.5f,-0.92f,0.0f,-0.39191f,-0.99304f,0.0f,-0.11776f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-1.2032E-14f,7.0933E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,3.0548E-30f,1.0f,1.7277E-14f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,1.2032E-14f,0.0f,1.0f,0.0f}; return value; } private float[] getNormal_5_1196_vector_3() { float[] value = {5.6583E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,7.0769E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,8.8723E-16f,0.0f,1.0f,-4.4575E-16f,3.9117E-16f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,-6.2187E-16f,-1.0f,0.0f,0.0f,-1.0f,-5.9541E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-5.9541E-16f,0.0f,-1.0f,0.0f,5.587E-16f,-1.0f,0.0f,0.0f,-1.0f,-7.0769E-16f,0.0f,-1.0f,0.0f,5.5273E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,5.3069E-16f,0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,7.0769E-16f,0.0f,1.0f,0.0f,5.3069E-16f,1.0f,-8.7035E-32f,3.9239E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,5.5273E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,5.587E-16f,-1.0f,0.0f,5.9541E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,5.9541E-16f,-1.0f,0.0f,5.587E-16f,-1.0f,0.0f,1.1908E-15f,-1.0f,-7.0769E-16f,0.0f,-1.0f,0.0f,5.5273E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,5.3069E-16f,0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f}; return value; } private float[] getNormal_5_1196_vector_4() { float[] value = {0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-2.1544E-16f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,7.2854E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_1197_point_1() { float[] value = {0.28112f,0.8846f,0.17256f,0.8846f,0.17256f,0.86677f,0.17256f,0.84894f,0.17256f,0.83111f,0.17256f,0.81328f,0.17256f,0.79545f,0.17256f,0.77762f,0.17256f,0.75979f,0.17256f,0.74196f,0.18156f,0.74196f,0.18461f,0.75979f,0.18765f,0.77762f,0.18519f,0.79296f,0.18188f,0.80754f,0.19991f,0.80754f,0.21795f,0.80754f,0.23598f,0.80754f,0.25402f,0.80754f,0.27205f,0.80754f,0.26874f,0.79296f,0.26629f,0.77762f,0.26933f,0.75979f,0.27237f,0.74196f,0.28112f,0.74196f,0.28112f,0.75979f,0.28112f,0.77762f,0.28112f,0.79545f,0.28112f,0.81328f,0.28112f,0.83111f,0.28112f,0.84894f,0.28112f,0.86677f,0.27237f,0.8846f,0.26933f,0.86677f,0.26629f,0.84894f,0.26874f,0.8336f,0.27205f,0.81902f,0.25402f,0.81902f,0.23598f,0.81902f,0.21795f,0.81902f,0.19991f,0.81902f,0.18188f,0.81902f,0.18519f,0.8336f,0.18765f,0.84894f,0.18461f,0.86677f,0.18156f,0.8846f,0.65489f,0.42003f,0.65489f,0.47503f,0.65489f,0.53002f,0.65489f,0.58501f,0.65489f,0.64001f,0.72133f,0.42003f,0.72133f,0.53002f,0.72133f,0.58501f,0.79143f,0.47503f,0.79143f,0.53002f,0.79143f,0.58501f,0.8615f,0.42003f,0.8615f,0.47503f,0.8615f,0.53002f,0.8615f,0.58501f,0.92903f,0.53002f,0.92903f,0.58501f,0.99854f,0.42003f,0.99854f,0.47503f,0.99854f,0.53002f,0.99854f,0.58501f,0.99854f,0.64001f,0.73379f,0.42003f,0.71793f,0.42963f,0.7115f,0.44661f,0.72014f,0.46592f,0.7408f,0.47396f,0.91262f,0.47396f,0.93328f,0.46592f,0.94193f,0.44661f,0.93549f,0.42963f,0.91963f,0.42003f,0.90562f,0.42003f,0.88976f,0.42963f,0.88332f,0.44661f,0.89197f,0.46592f,0.76146f,0.46592f,0.7701f,0.44661f,0.76367f,0.42963f,0.74781f,0.42003f,0.95558f,0.64001f,0.91262f,0.64001f,0.86967f,0.64001f,0.82671f,0.64001f,0.78376f,0.64001f,0.7408f,0.64001f,0.69784f,0.64001f,0.065938f,0.0f,0.065938f,0.029896f,0.065938f,0.059791f,0.065938f,0.089687f,0.065938f,0.11958f,0.065938f,0.14948f,0.049812f,0.14569f}; return value; } private float[] getTextureCoordinate_5_1197_point_2() { float[] value = {0.0f,0.074739f,0.29446f,0.14948f,0.29446f,0.11958f,0.29446f,0.089687f,0.29446f,0.059791f,0.29446f,0.029896f,0.29446f,0.0f,0.34613f,0.030513f,0.39115f,0.8846f,0.28258f,0.8846f,0.28258f,0.86677f,0.28258f,0.84894f,0.28258f,0.83111f,0.28258f,0.81328f,0.28258f,0.79545f,0.28258f,0.77762f,0.28258f,0.75979f,0.28258f,0.74196f,0.29159f,0.74196f,0.29463f,0.75979f,0.29767f,0.77762f,0.29522f,0.79296f,0.29191f,0.80754f,0.31445f,0.80754f,0.33699f,0.80754f,0.35954f,0.80754f,0.38208f,0.80754f,0.37877f,0.79296f,0.37631f,0.77762f,0.37935f,0.75979f,0.3824f,0.74196f,0.39115f,0.74196f,0.39115f,0.75457f,0.39115f,0.77762f,0.39115f,0.79545f,0.39115f,0.81328f,0.39115f,0.83111f,0.39115f,0.84894f,0.39115f,0.86677f,0.3824f,0.8846f,0.37935f,0.86677f,0.37631f,0.84894f,0.37877f,0.8336f,0.38208f,0.81902f,0.35954f,0.81902f,0.33699f,0.81902f,0.31445f,0.81902f,0.29191f,0.81902f,0.29522f,0.8336f,0.29767f,0.84894f,0.29463f,0.86677f,0.29159f,0.8846f,0.48087f,0.42003f,0.45145f,0.42003f,0.42203f,0.42003f,0.39261f,0.42003f,0.48087f,0.46778f,0.48087f,0.56224f,0.48087f,0.60998f,0.48087f,0.70444f,0.45145f,0.70444f,0.42203f,0.70444f,0.39261f,0.70444f,0.39261f,0.66889f,0.39261f,0.63334f,0.39261f,0.59779f,0.39261f,0.56224f,0.39261f,0.52669f,0.39261f,0.49114f,0.39261f,0.45559f,0.48087f,0.48534f,0.47293f,0.47221f,0.45887f,0.46688f,0.44289f,0.47404f,0.43624f,0.49114f,0.43624f,0.63334f,0.44289f,0.65044f,0.45887f,0.65759f,0.47293f,0.65226f,0.48087f,0.63914f,0.48087f,0.62754f,0.47293f,0.61441f,0.45887f,0.60909f,0.44289f,0.61624f,0.44289f,0.50823f,0.45887f,0.51539f,0.47293f,0.51006f,0.48087f,0.49693f,0.26224f,0.0f,0.26224f,0.03737f,0.26224f,0.074739f,0.26224f,0.11211f,0.26224f,0.14948f,0.23501f,0.14067f,0.19631f,0.074739f,0.098153f,0.14948f,0.098153f,0.11211f,0.098153f,0.074739f,0.098153f,0.03737f,0.098153f,0.0f}; return value; } private float[] getTextureCoordinate_5_1197_point_3() { float[] value = {0.12539f,0.0088039f,0.16409f,0.074739f,0.39261f,0.31503f,0.39261f,0.3874f,0.50976f,0.31503f,0.50976f,0.3874f,0.63337f,0.31503f,0.63337f,0.3874f,0.7569f,0.31503f,0.7569f,0.3874f,0.87598f,0.31503f,0.87598f,0.3874f,0.99854f,0.31503f,0.99854f,0.3874f,0.28185f,0.65255f,0.17881f,0.57971f,0.21679f,0.45544f,0.34608f,0.45482f,0.38676f,0.5739f,0.062733f,0.80253f,0.066026f,0.81433f,0.085545f,0.82534f,0.10168f,0.81866f,0.10836f,0.80253f,0.10168f,0.7864f,0.085545f,0.77971f,0.069415f,0.7864f,0.085545f,0.88807f,0.0034304f,0.82651f,0.035277f,0.73331f,0.13647f,0.73379f,0.16619f,0.83106f,0.39261f,0.21002f,0.39261f,0.28239f,0.50976f,0.21002f,0.50976f,0.28239f,0.63337f,0.21002f,0.63337f,0.28239f,0.7569f,0.21002f,0.7569f,0.28239f,0.87598f,0.21002f,0.87598f,0.28239f,0.99854f,0.21002f,0.99854f,0.28239f,0.085545f,0.60505f,0.0048983f,0.54804f,0.034623f,0.45077f,0.13581f,0.45029f,0.16766f,0.54349f,0.91299f,0.7829f,0.89686f,0.78958f,0.89018f,0.80571f,0.89686f,0.82184f,0.91299f,0.82852f,0.92912f,0.82184f,0.9358f,0.80571f,0.92912f,0.78958f,0.99854f,0.80571f,0.93697f,0.88783f,0.84377f,0.85598f,0.84425f,0.75479f,0.94152f,0.72507f,0.39261f,0.0f,0.39261f,0.072374f,0.50976f,0.0f,0.50976f,0.072374f,0.63337f,0.0f,0.63337f,0.072374f,0.7569f,0.0f,0.7569f,0.072374f,0.87598f,0.0f,0.87598f,0.072374f,0.99854f,0.0f,0.99854f,0.072374f,0.74043f,0.7829f,0.7243f,0.78958f,0.71762f,0.80571f,0.7243f,0.82184f,0.74043f,0.82852f,0.75656f,0.82184f,0.76325f,0.80571f,0.75656f,0.78958f,0.65489f,0.80571f,0.7119f,0.72507f,0.80917f,0.75479f,0.80965f,0.85598f,0.71645f,0.88783f,0.39115f,0.24836f,0.32104f,0.34188f,0.2149f,0.30561f,0.21545f,0.19037f,0.32622f,0.15652f,0.39261f,0.10501f,0.39261f,0.17738f,0.50976f,0.10501f,0.50976f,0.17738f,0.63337f,0.10501f,0.63337f,0.17738f,0.7569f,0.10501f,0.7569f,0.17738f}; return value; } private float[] getTextureCoordinate_5_1197_point_4() { float[] value = {0.87598f,0.10501f,0.87598f,0.17738f,0.99854f,0.10501f,0.99854f,0.17738f,0.097421f,0.27434f,0.11579f,0.26673f,0.1234f,0.24836f,0.11579f,0.22999f,0.097421f,0.22239f,0.079051f,0.22999f,0.071442f,0.24836f,0.079051f,0.26673f,0.0f,0.24836f,0.064928f,0.15652f,0.1757f,0.19037f,0.17625f,0.30561f,0.070109f,0.34188f,0.65342f,0.50558f,0.59186f,0.58769f,0.49866f,0.55585f,0.49914f,0.45466f,0.59641f,0.42493f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1230_coordIndex_1() { int[] value = {14,15,10,-1,15,16,8,-1,16,17,6,-1,17,18,26,-1,18,19,7,-1,19,20,9,-1,20,21,11,-1,13,11,21,-1,11,9,20,-1,9,7,19,-1,7,5,24,-1,5,3,23,-1,3,1,22,-1,22,23,3,-1,23,24,5,-1,24,25,7,-1,25,26,18,-1,26,27,17,-1,27,28,4,-1,28,29,2,-1,0,2,29,-1,2,4,28,-1,4,6,27,-1,6,8,16,-1,8,10,15,-1,10,12,14,-1,6,17,27,-1,18,7,25,-1,30,35,31,-1,31,34,32,-1,32,34,33,-1,34,31,35,-1,36,37,38,-1,38,39,40,-1,40,41,36,-1,36,38,40,-1,49,44,48,-1,44,43,48,-1,50,45,49,-1,45,44,49,-1,53,50,52,-1,50,49,52,-1,56,52,55,-1,52,51,55,-1,57,53,56,-1,53,52,56,-1,58,56,55,-1,59,57,58,-1,57,56,58,-1,61,62,58,-1,63,59,62,-1,59,58,62,-1,65,66,54,-1,66,67,55,-1,68,69,51,-1,69,70,54,-1,71,72,47,-1,72,68,48,-1,67,73,61,-1,73,74,60,-1,64,75,63,-1,75,76,59,-1,76,77,57,-1,77,78,57,-1,78,79,53,-1,79,80,53,-1,80,81,50,-1,81,46,45,-1,42,47,72,-1,43,42,72,-1,60,61,73,-1,48,43,72,-1,49,48,51,-1,45,50,81,-1,50,53,80,-1,52,49,51,-1,55,51,54,-1,53,57,78,-1,58,55,67,-1,57,59,76,-1,61,58,67,-1,59,63,75,-1,54,66,55,-1,68,51,48,-1,51,69,54,-1,82,83,87,-1,83,84,87,-1,84,85,86,-1,86,87,84,-1,88,89,92,-1,89,90,92,-1,90,91,92,-1,107,108,103,-1,108,109,101,-1,109,110,99,-1,110,111,119,-1,111,112,100,-1,112,113,102,-1,113,114,104,-1,106,104,114,-1,104,102,113,-1,102,100,112,-1,100,98,117,-1,98,96,116,-1,96,94,115,-1,115,116,96,-1,116,117,98,-1,117,118,100,-1,118,119,111,-1,119,120,110,-1,120,121,97,-1,121,122,95,-1,93,95,122,-1,95,97,121,-1,97,99,120,-1,99,101,109,-1,101,103,108,-1,103,105,107,-1,99,110,120,-1,111,100,118,-1,123,128,124,-1,124,126,125,-1,126,128,127,-1,128,126,124,-1,129,130,134,-1,130,131,132,-1,132,133,134,-1,134,130,132,-1,141,137,140,-1,137,136,140,-1,146,143,145,-1,143,142,145,-1,149,146,148,-1,146,145,148,-1,154,151,153,-1,151,150,153,-1,155,156,154,-1,156,157,151,-1,157,158,149,-1,158,159,146,-1,159,160,146,-1,160,161,143,-1,161,162,141,-1,162,138,137,-1,163,164,147,-1,164,165,148,-1,166,167,142,-1,167,168,144,-1,169,170,139,-1,170,166,140,-1,165,171,150,-1,171,172,152,-1,135,139,170,-1,144,147,164,-1,136,135,170,-1,152,153,171,-1,137,141,162,-1,140,136,170,-1,141,140,166,-1,143,146,160,-1,142,143,166,-1,145,142,167,-1,146,149,158,-1,148,145,164,-1,149,148,165,-1,151,154,156,-1,150,151,165,-1,153,150,171,-1,151,157,165,-1,157,149,165,-1,143,161,166,-1,161,141,166,-1,167,144,145,-1,144,164,145,-1,173,174,178,-1,174,175,178,-1,175,176,177,-1,177,178,175,-1,179,180,184,-1,180,181,184,-1,181,182,183,-1,183,184,181,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_1230_point_1() { float[] value = {-7.0142f,46.069f,-2.112f,-8.9481f,46.069f,-2.112f,-7.0142f,45.896f,-2.4052f,-8.9481f,45.896f,-2.4052f,-7.0142f,45.562f,-2.399f,-8.9481f,45.562f,-2.399f,-7.0142f,45.4f,-2.112f,-8.9481f,45.4f,-2.112f,-7.0142f,45.573f,-1.8188f,-8.9481f,45.573f,-1.8188f,-7.0142f,45.907f,-1.825f,-8.9481f,45.907f,-1.825f,-7.0142f,46.069f,-2.112f,-8.9481f,46.069f,-2.112f,-7.3118f,46.069f,-2.112f,-7.4015f,45.735f,-1.7773f,-7.3165f,45.409f,-2.0332f,-7.7596f,45.409f,-2.0332f,-8.2027f,45.409f,-2.0332f,-8.6459f,45.409f,-2.0332f,-8.5608f,45.735f,-1.7773f,-8.6505f,46.069f,-2.112f,-8.6505f,46.069f,-2.112f,-8.5608f,45.735f,-2.4467f,-8.6459f,45.409f,-2.1908f,-8.2027f,45.409f,-2.1908f,-7.7596f,45.409f,-2.1908f,-7.3165f,45.409f,-2.1908f,-7.4015f,45.735f,-2.4467f,-7.3118f,46.069f,-2.112f,-7.0142f,46.069f,-2.112f,-7.0142f,45.896f,-2.4052f,-7.0142f,45.562f,-2.399f,-7.0142f,45.4f,-2.112f,-7.0142f,45.573f,-1.8188f,-7.0142f,45.907f,-1.825f,-8.9481f,46.069f,-2.112f,-8.9481f,45.896f,-2.4052f,-8.9481f,45.562f,-2.399f,-8.9481f,45.4f,-2.112f,-8.9481f,45.573f,-1.8188f,-8.9481f,45.907f,-1.825f,-7.9812f,45.409f,-2.7814f,-7.9812f,46.082f,-2.7814f,-7.9812f,46.755f,-2.7814f,-7.9812f,47.428f,-2.7814f,-7.9812f,48.102f,-2.7814f,-8.6122f,45.409f,-2.3352f,-8.6122f,46.082f,-2.3352f,-8.6122f,46.755f,-2.3352f,-8.6122f,47.428f,-2.3352f,-8.3796f,46.082f,-1.5742f,-8.3796f,46.755f,-1.5742f,-8.3796f,47.428f,-1.5742f,-7.5878f,45.409f,-1.5704f,-7.5878f,46.082f,-1.5704f,-7.5878f,46.755f,-1.5704f,-7.5878f,47.428f,-1.5704f,-7.3386f,46.755f,-2.2997f,-7.3386f,47.428f,-2.2997f,-7.9812f,45.409f,-2.7814f,-7.9812f,46.082f,-2.7814f,-7.9812f,46.755f,-2.7814f,-7.9812f,47.428f,-2.7814f,-7.9812f,48.102f,-2.7814f,-7.3165f,45.409f,-2.0332f,-7.4015f,45.735f,-1.7773f,-7.3118f,46.069f,-2.112f,-8.6505f,46.069f,-2.112f,-8.5608f,45.735f,-1.7773f,-8.6459f,45.409f,-2.0332f,-8.6459f,45.409f,-2.1908f,-8.5608f,45.735f,-2.4467f,-7.4015f,45.735f,-2.4467f,-7.3165f,45.409f,-2.1908f,-7.5079f,48.102f,-2.5853f,-7.3118f,48.102f,-2.112f,-7.5079f,48.102f,-1.6387f,-7.9812f,48.102f,-1.4426f,-8.4545f,48.102f,-1.6387f,-8.6505f,48.102f,-2.112f,-8.4545f,48.102f,-2.5853f,-7.3165f,45.409f,-2.1908f,-7.7596f,45.409f,-2.1908f,-8.2027f,45.409f,-2.1908f,-8.6459f,45.409f,-2.1908f,-8.6122f,45.409f,-2.3352f,-7.9812f,45.409f,-2.7814f,-8.6459f,45.409f,-2.0332f,-8.2027f,45.409f,-2.0332f,-7.7596f,45.409f,-2.0332f,-7.3165f,45.409f,-2.0332f,-7.5878f,45.409f,-1.5704f,-7.0142f,48.747f,-2.112f,-8.9481f,48.747f,-2.112f,-7.0142f,48.92f,-1.8188f,-8.9481f,48.92f,-1.8188f,-7.0142f,49.254f,-1.825f,-8.9481f,49.254f,-1.825f,-7.0142f,49.416f,-2.112f}; return value; } private float[] getCoordinate_5_1230_point_2() { float[] value = {-8.9481f,49.416f,-2.112f,-7.0142f,49.243f,-2.4052f,-8.9481f,49.243f,-2.4052f,-7.0142f,48.909f,-2.399f,-8.9481f,48.909f,-2.399f,-7.0142f,48.747f,-2.112f,-8.9481f,48.747f,-2.112f,-7.3118f,48.747f,-2.112f,-7.4015f,49.081f,-2.4467f,-7.3165f,49.407f,-2.1908f,-7.7596f,49.407f,-2.1908f,-8.2027f,49.407f,-2.1908f,-8.6459f,49.407f,-2.1908f,-8.5608f,49.081f,-2.4467f,-8.6505f,48.747f,-2.112f,-8.6505f,48.747f,-2.112f,-8.5608f,49.081f,-1.7773f,-8.6459f,49.407f,-2.0332f,-8.2027f,49.407f,-2.0332f,-7.7596f,49.407f,-2.0332f,-7.3165f,49.407f,-2.0332f,-7.4015f,49.081f,-1.7773f,-7.3118f,48.747f,-2.112f,-7.0142f,48.747f,-2.112f,-7.0142f,48.92f,-1.8188f,-7.0142f,49.254f,-1.825f,-7.0142f,49.416f,-2.112f,-7.0142f,49.243f,-2.4052f,-7.0142f,48.909f,-2.399f,-8.9481f,48.747f,-2.112f,-8.9481f,48.92f,-1.8188f,-8.9481f,49.254f,-1.825f,-8.9481f,49.416f,-2.112f,-8.9481f,49.243f,-2.4052f,-8.9481f,48.909f,-2.399f,-7.9812f,49.407f,-1.4426f,-7.9812f,48.972f,-1.4426f,-7.9812f,48.537f,-1.4426f,-7.9812f,48.102f,-1.4426f,-8.5676f,49.407f,-1.7892f,-8.5676f,48.972f,-1.7892f,-8.5676f,48.537f,-1.7892f,-8.5551f,48.972f,-2.4564f,-8.5551f,48.537f,-2.4564f,-7.9812f,49.407f,-2.7814f,-7.9812f,48.972f,-2.7814f,-7.9812f,48.537f,-2.7814f,-7.3948f,49.407f,-2.4348f,-7.3948f,48.972f,-2.4348f,-7.3948f,48.537f,-2.4348f,-7.4072f,48.972f,-1.7676f,-7.4072f,48.537f,-1.7676f,-7.9812f,49.407f,-1.4426f,-7.9812f,48.972f,-1.4426f,-7.9812f,48.537f,-1.4426f,-7.9812f,48.102f,-1.4426f,-7.5079f,48.102f,-1.6387f,-7.3118f,48.102f,-2.112f,-7.5079f,48.102f,-2.5853f,-7.9812f,48.102f,-2.7814f,-8.4545f,48.102f,-2.5853f,-8.6505f,48.102f,-2.112f,-8.4545f,48.102f,-1.6387f,-7.3165f,49.407f,-2.1908f,-7.4015f,49.081f,-2.4467f,-7.3118f,48.747f,-2.112f,-8.6505f,48.747f,-2.112f,-8.5608f,49.081f,-2.4467f,-8.6459f,49.407f,-2.1908f,-8.6459f,49.407f,-2.0332f,-8.5608f,49.081f,-1.7773f,-7.4015f,49.081f,-1.7773f,-7.3165f,49.407f,-2.0332f,-7.3165f,49.407f,-2.0332f,-7.7596f,49.407f,-2.0332f,-8.2027f,49.407f,-2.0332f,-8.6459f,49.407f,-2.0332f,-8.5676f,49.407f,-1.7892f,-7.9812f,49.407f,-1.4426f,-8.6459f,49.407f,-2.1908f,-8.2027f,49.407f,-2.1908f,-7.7596f,49.407f,-2.1908f,-7.3165f,49.407f,-2.1908f,-7.3948f,49.407f,-2.4348f,-7.9812f,49.407f,-2.7814f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_1231_vector_1() { float[] value = {0.0f,1.0f,9.1919E-15f,0.0f,1.0f,2.7576E-14f,0.0f,0.48219f,-0.87607f,0.0f,0.48219f,-0.87607f,0.0f,-0.5145f,-0.85749f,0.0f,-0.5145f,-0.85749f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-0.48219f,0.87607f,0.0f,-0.48219f,0.87607f,0.0f,0.5145f,0.85749f,0.0f,0.5145f,0.85749f,0.0f,1.0f,9.1919E-15f,0.0f,1.0f,2.7576E-14f,0.0f,1.0f,9.1919E-15f,1.0557E-29f,2.298E-15f,1.0f,-4.6305E-15f,-0.97187f,0.23551f,-4.7778E-17f,-0.97187f,0.23551f,0.0f,-0.97187f,0.23551f,-1.2996E-15f,-0.97187f,0.23551f,0.0f,2.298E-15f,1.0f,0.0f,1.0f,9.1919E-15f,0.0f,1.0f,0.0f,0.0f,5.7449E-16f,-1.0f,-1.3731E-15f,-0.97187f,-0.23551f,-6.3092E-15f,-0.97187f,-0.23551f,-6.3092E-15f,-0.97187f,-0.23551f,-4.5957E-15f,-0.97187f,-0.23551f,0.0f,1.7235E-15f,-1.0f,0.0f,1.0f,0.0f,1.0f,0.0f,-2.6538E-15f,1.0f,-1.2664E-30f,-1.4146E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,-2.6538E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,3.0492E-30f,-6.6346E-16f,-1.0f,9.1476E-30f,-6.6346E-16f,-1.0f,1.4362E-15f,-6.6346E-16f,-1.0f,-5.7449E-16f,-6.6346E-16f,-1.0f,5.7449E-16f,-6.6346E-16f,-1.0f,-0.94274f,-7.3981E-17f,-0.33353f,-0.94274f,-7.3981E-17f,-0.33353f,-0.94274f,-7.3981E-17f,-0.33353f,-0.94274f,-7.3981E-17f,-0.33353f,-0.59527f,1.8635E-16f,0.80352f,-0.59527f,1.8635E-16f,0.80352f,-0.59527f,1.8635E-16f,0.80352f,0.58762f,2.1877E-16f,0.80914f,0.58762f,2.1877E-16f,0.80914f,0.58762f,2.1877E-16f,0.80914f,0.58762f,2.1877E-16f,0.80914f,0.9599f,-4.857E-17f,-0.28035f,0.9599f,-4.857E-17f,-0.28035f,8.6174E-16f,-6.6346E-16f,-1.0f,-2.8725E-16f,-6.6346E-16f,-1.0f,8.6174E-16f,-6.6346E-16f,-1.0f,-2.8725E-16f,-6.6346E-16f,-1.0f,8.6174E-16f,-6.6346E-16f,-1.0f,0.99304f,3.0474E-17f,0.11776f,0.86603f,1.0803E-16f,0.5f,1.0f,0.0f,-1.149E-15f,-1.0f,0.0f,6.8939E-15f,-0.86603f,1.0803E-16f,0.5f,-0.99304f,1.0158E-17f,0.11776f,-0.99304f,-2.0316E-17f,-0.11776f,-0.86603f,5.0139E-17f,-0.5f,0.86603f,6.4093E-17f,-0.5f,0.99304f,0.0f,-0.11776f,0.70711f,-2.7331E-16f,-0.70711f,1.0f,0.0f,-1.149E-15f,0.70711f,2.7331E-16f,0.70711f,-6.8379E-13f,3.2991E-16f,1.0f,-0.70711f,1.3665E-16f,0.70711f,-1.0f,0.0f,-6.825E-13f,-0.70711f,-4.0996E-16f,-0.70711f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.2032E-14f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-9.1919E-15f,0.0f,-1.0f,1.8384E-14f,0.0f,-0.48219f,0.87607f,0.0f,-0.48219f,0.87607f,0.0f,0.5145f,0.85749f,0.0f,0.5145f,0.85749f,0.0f,1.0f,0.0f}; return value; } private float[] getNormal_5_1231_vector_2() { float[] value = {0.0f,1.0f,0.0f,0.0f,0.48219f,-0.87607f,0.0f,0.48219f,-0.87607f,0.0f,-0.5145f,-0.85749f,0.0f,-0.5145f,-0.85749f,0.0f,-1.0f,-9.1919E-15f,0.0f,-1.0f,1.8384E-14f,0.0f,-1.0f,9.1919E-15f,0.0f,0.0f,-1.0f,4.5957E-15f,0.97187f,-0.23551f,0.0f,0.97187f,-0.23551f,-6.3092E-15f,0.97187f,-0.23551f,-3.5859E-15f,0.97187f,-0.23551f,0.0f,0.0f,-1.0f,0.0f,-1.0f,9.1919E-15f,0.0f,-1.0f,-9.1919E-15f,0.0f,-2.8725E-16f,1.0f,1.0485E-15f,0.97187f,0.23551f,6.2614E-15f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,1.4356E-16f,-1.149E-15f,1.0f,0.0f,-1.0f,-9.1919E-15f,1.0f,0.0f,2.6538E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,-2.8291E-15f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.4362E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,-0.87607f,0.0f,0.48219f,-0.87607f,0.0f,0.48219f,-0.87607f,0.0f,0.48219f,-0.85749f,0.0f,-0.5145f,-0.85749f,0.0f,-0.5145f,2.8725E-16f,0.0f,-1.0f,-1.149E-15f,0.0f,-1.0f,2.8725E-16f,0.0f,-1.0f,0.87607f,0.0f,-0.48219f,0.87607f,0.0f,-0.48219f,0.87607f,0.0f,-0.48219f,0.85749f,0.0f,0.5145f,0.85749f,0.0f,0.5145f,-2.8725E-16f,0.0f,1.0f,4.3087E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.70711f,0.0f,0.70711f,1.0f,0.0f,1.149E-15f,0.70711f,0.0f,-0.70711f,-2.8725E-16f,0.0f,-1.0f,-0.70711f,0.0f,-0.70711f,-1.0f,0.0f,-1.149E-15f,-0.70711f,-5.6376E-16f,0.70711f,0.99304f,0.0f,-0.11776f,0.86603f,0.0f,-0.5f,1.0f,9.0472E-16f,-5.7449E-16f,-1.0f,0.0f,-4.596E-15f,-0.86603f,-8.3889E-16f,-0.5f,-0.99304f,0.0f,-0.11776f,-0.99304f,0.0f,0.11776f,-0.86603f,9.7125E-17f,0.5f,0.86603f,0.0f,0.5f,0.99304f,0.0f,0.11776f,0.0f,1.0f,0.0f,7.9753E-15f,1.0f,0.0f,-7.9753E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,3.0548E-30f,1.0f,1.7277E-14f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,5.6583E-15f,1.0f,0.0f,0.0f,1.0f,0.0f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_1232_point_1() { float[] value = {0.67533f,0.0f,0.35965f,0.0f,0.67533f,0.057624f,0.35965f,0.057624f,0.67533f,0.11597f,0.35965f,0.11597f,0.67533f,0.17163f,0.35965f,0.17163f,0.67533f,0.22925f,0.35965f,0.22925f,0.67533f,0.2876f,0.35965f,0.2876f,0.67533f,0.34326f,0.35965f,0.34326f,0.62675f,0.34326f,0.61211f,0.25745f,0.62599f,0.18544f,0.55366f,0.18544f,0.48132f,0.18544f,0.40899f,0.18544f,0.42287f,0.25745f,0.40823f,0.34326f,0.40823f,0.0f,0.42287f,0.085815f,0.40899f,0.15782f,0.48132f,0.15782f,0.55366f,0.15782f,0.62599f,0.15782f,0.61211f,0.085815f,0.62675f,0.0f,0.08918f,0.25f,0.16731f,0.29618f,0.16565f,0.38506f,0.08918f,0.42836f,0.011052f,0.38218f,0.012709f,0.2933f,0.08918f,0.17836f,0.011052f,0.13218f,0.012709f,0.043297f,0.08918f,0.0f,0.16731f,0.046178f,0.16565f,0.13506f,0.35965f,0.55867f,0.35965f,0.66091f,0.35965f,0.76315f,0.35965f,0.86539f,0.35965f,0.96763f,0.48317f,0.55867f,0.48317f,0.66091f,0.48317f,0.76315f,0.48317f,0.86539f,0.6135f,0.66091f,0.6135f,0.76315f,0.6135f,0.86539f,0.74376f,0.55867f,0.74376f,0.66091f,0.74376f,0.76315f,0.74376f,0.86539f,0.86932f,0.76315f,0.86932f,0.86539f,0.99854f,0.55867f,0.99854f,0.66091f,0.99854f,0.76315f,0.99854f,0.86539f,0.99854f,0.96763f,0.82579f,0.55867f,0.78434f,0.60808f,0.83881f,0.65892f,0.51937f,0.65892f,0.57385f,0.60808f,0.5324f,0.55867f,0.50634f,0.55867f,0.46489f,0.60808f,0.89329f,0.60808f,0.85184f,0.55867f,0.91867f,0.96763f,0.83881f,0.96763f,0.75895f,0.96763f,0.67909f,0.96763f,0.59923f,0.96763f,0.51937f,0.96763f,0.43951f,0.96763f,0.088447f,0.5f,0.088447f,0.56683f,0.088447f,0.63367f,0.088447f,0.7005f,0.066816f,0.69543f,0.0f,0.60025f,0.26974f,0.7005f,0.26974f,0.63367f,0.26974f,0.56683f,0.26974f,0.5f,0.33905f,0.54093f,0.99551f,0.0f,0.67982f,0.0f,0.99551f,0.057624f,0.67982f,0.057624f,0.99551f,0.11597f,0.67982f,0.11597f,0.99551f,0.17163f}; return value; } private float[] getTextureCoordinate_5_1232_point_2() { float[] value = {0.67982f,0.17163f,0.99551f,0.22925f,0.67982f,0.22925f,0.99551f,0.2876f,0.67982f,0.2876f,0.99551f,0.34326f,0.67982f,0.34326f,0.94693f,0.34326f,0.93229f,0.25745f,0.94617f,0.18544f,0.87383f,0.18544f,0.8015f,0.18544f,0.72917f,0.18544f,0.74304f,0.25745f,0.72841f,0.34326f,0.72841f,0.0f,0.74304f,0.085815f,0.72917f,0.15782f,0.8015f,0.15782f,0.87383f,0.15782f,0.94617f,0.15782f,0.93229f,0.085815f,0.94693f,0.0f,0.269f,0.25f,0.34713f,0.29618f,0.34547f,0.38506f,0.269f,0.42836f,0.19088f,0.38218f,0.19253f,0.2933f,0.269f,0.17836f,0.19088f,0.13218f,0.19253f,0.043297f,0.269f,0.0f,0.34713f,0.046178f,0.34547f,0.13506f,0.35965f,0.34473f,0.35965f,0.41081f,0.35965f,0.4769f,0.35965f,0.54298f,0.4669f,0.34473f,0.4669f,0.41081f,0.4669f,0.4769f,0.5755f,0.41081f,0.5755f,0.4769f,0.67909f,0.34473f,0.67909f,0.41081f,0.67909f,0.4769f,0.78634f,0.34473f,0.78634f,0.41081f,0.78634f,0.4769f,0.89494f,0.41081f,0.89494f,0.4769f,0.99854f,0.34473f,0.99854f,0.41081f,0.99854f,0.4769f,0.99854f,0.54298f,0.91867f,0.54298f,0.83881f,0.54298f,0.75895f,0.54298f,0.67909f,0.54298f,0.59923f,0.54298f,0.51937f,0.54298f,0.43951f,0.54298f,0.82579f,0.34473f,0.78434f,0.39414f,0.83881f,0.44497f,0.51937f,0.44497f,0.57385f,0.39414f,0.5324f,0.34473f,0.50634f,0.34473f,0.46489f,0.39414f,0.89329f,0.39414f,0.85184f,0.34473f,0.26827f,0.5f,0.26827f,0.56683f,0.26827f,0.63367f,0.26827f,0.7005f,0.23174f,0.6887f,0.17982f,0.60025f,0.089912f,0.7005f,0.089912f,0.63367f,0.089912f,0.56683f,0.089912f,0.5f,0.12645f,0.51181f,0.17836f,0.60025f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1244_coordIndex_1() { int[] value = {1,2,43,-1,2,3,42,-1,3,4,40,-1,4,5,39,-1,5,6,14,-1,6,7,13,-1,7,8,11,-1,8,9,10,-1,10,11,8,-1,11,12,7,-1,12,13,7,-1,13,14,6,-1,14,15,5,-1,15,16,5,-1,16,17,27,-1,17,18,27,-1,18,19,26,-1,19,20,25,-1,20,21,25,-1,21,22,24,-1,23,24,22,-1,24,25,21,-1,25,26,19,-1,26,27,18,-1,27,28,35,-1,28,29,34,-1,29,30,32,-1,30,0,31,-1,31,32,30,-1,32,33,29,-1,33,34,29,-1,34,35,28,-1,35,36,27,-1,36,37,27,-1,37,38,5,-1,38,39,5,-1,39,40,4,-1,40,41,3,-1,41,42,3,-1,42,43,2,-1,5,16,37,-1,16,27,37,-1,50,46,45,-1,51,47,50,-1,47,46,50,-1,54,51,53,-1,51,50,53,-1,57,53,56,-1,53,52,56,-1,58,54,57,-1,54,53,57,-1,60,58,59,-1,58,57,59,-1,62,63,59,-1,64,60,63,-1,60,59,63,-1,66,67,49,-1,67,68,44,-1,68,69,45,-1,69,70,45,-1,71,72,62,-1,72,73,62,-1,73,74,61,-1,74,75,61,-1,76,77,55,-1,77,78,55,-1,78,79,56,-1,79,71,56,-1,70,80,52,-1,80,81,52,-1,81,82,52,-1,82,83,55,-1,65,84,64,-1,84,85,60,-1,85,86,58,-1,86,87,58,-1,87,88,54,-1,88,89,54,-1,89,90,51,-1,90,48,47,-1,44,49,67,-1,45,44,68,-1,61,62,73,-1,50,45,70,-1,47,51,90,-1,51,54,89,-1,53,50,70,-1,52,53,70,-1,56,52,55,-1,57,56,59,-1,54,58,87,-1,58,60,85,-1,62,59,71,-1,60,64,84,-1,55,78,56,-1,56,71,59,-1,52,82,55,-1,91,92,97,-1,92,93,97,-1,93,94,97,-1,94,95,96,-1,96,97,94,-1,98,99,103,-1,99,100,103,-1,100,101,103,-1,101,102,103,-1,105,106,147,-1,106,107,146,-1,107,108,144,-1,108,109,143,-1,109,110,118,-1,110,111,117,-1,111,112,115,-1,112,113,114,-1,114,115,112,-1,115,116,111,-1,116,117,111,-1,117,118,110,-1,118,119,109,-1,119,120,109,-1,120,121,131,-1,121,122,131,-1,122,123,130,-1,123,124,129,-1,124,125,129,-1,125,126,128,-1,127,128,126,-1,128,129,125,-1,129,130,123,-1,130,131,122,-1,131,132,139,-1,132,133,138,-1,133,134,136,-1,134,104,135,-1,135,136,134,-1,136,137,133,-1,137,138,133,-1,138,139,132,-1,139,140,131,-1,140,141,131,-1,141,142,109,-1,142,143,109,-1,143,144,108,-1,144,145,107,-1,145,146,107,-1,146,147,106,-1,109,120,141,-1,120,131,141,-1,155,151,154,-1,151,150,154,-1,161,157,160,-1,157,156,160,-1,162,158,161,-1,158,157,161,-1,166,167,163,-1,168,169,167,-1,169,170,163,-1,170,171,162,-1,171,172,162,-1,172,173,158,-1,173,174,158,-1,174,175,155,-1,175,152,151,-1,176,177,153,-1,177,178,148,-1,178,179,150,-1,179,180,154,-1,181,182,163,-1,182,183,166,-1,183,184,164,-1,184,185,164,-1,186,187,159,-1,187,188,159,-1,188,189,161,-1,189,181,162,-1,180,190,158,-1,190,191,157,-1,191,192,156,-1,192,193,159,-1,148,153,177,-1,150,149,178,-1,149,148,178,-1,164,165,183,-1,165,166,183,-1,151,155,175,-1,154,150,179,-1,155,154,180,-1,156,157,191,-1,160,156,159,-1,161,160,188,-1,158,162,172,-1,157,158,190,-1,162,161,189,-1,163,167,169,-1,166,163,182,-1,163,170,162,-1,158,174,180,-1,174,155,180,-1,181,163,162,-1,159,188,160,-1,156,192,159,-1,194,195,200,-1,195,196,200,-1,196,197,200,-1,197,198,199,-1,199,200,197,-1,201,202,206,-1,202,203,206,-1,203,204,206,-1,204,205,206,-1,207,209,210,-1,209,211,212,-1,211,213,214,-1,213,215,216,-1,215,217,218,-1,218,216,215,-1,216,214,213,-1,214,212,211,-1,212,210,209,-1,210,208,207,-1,219,223,220,-1,220,223,221,-1,221,223,222,-1,224,233,225,-1,225,232,226,-1,226,232,227,-1,227,236,228,-1,228,235,229,-1,229,235,230,-1,230,234,231,-1,231,234,224,-1,232,225,233,-1,233,224,234,-1,234,230,235,-1,235,228,236,-1,236,227,232,-1,237,239,240,-1,239,241,242,-1,241,243,244,-1,243,245,246,-1,245,247,248,-1,248,246,245,-1,246,244,243,-1,244,242,241,-1,242,240,239,-1,240,238,237,-1,249,253,250,-1,250,252,251,-1,252,250,253,-1,254,265,255,-1}; return value; } private int[] getIndexedFaceSet_4_1244_coordIndex_2() { int[] value = {255,265,256,-1,256,264,257,-1,257,264,258,-1,258,263,259,-1,259,262,260,-1,260,262,261,-1,261,266,254,-1,262,259,263,-1,263,258,264,-1,264,256,265,-1,265,254,266,-1,266,261,262,-1,267,269,270,-1,269,271,272,-1,271,273,274,-1,273,275,276,-1,275,277,278,-1,277,279,280,-1,280,278,277,-1,278,276,275,-1,276,274,273,-1,274,272,271,-1,272,270,269,-1,270,268,267,-1,281,290,282,-1,282,289,283,-1,283,289,284,-1,284,294,285,-1,285,293,286,-1,286,292,287,-1,287,292,288,-1,288,291,281,-1,289,282,290,-1,290,281,291,-1,291,288,292,-1,292,286,293,-1,293,285,294,-1,294,284,289,-1,295,297,296,-1,297,299,298,-1,299,295,300,-1,295,299,297,-1,301,303,304,-1,303,305,306,-1,305,307,308,-1,307,309,310,-1,309,311,312,-1,311,313,314,-1,314,312,311,-1,312,310,309,-1,310,308,307,-1,308,306,305,-1,306,304,303,-1,304,302,301,-1,315,327,316,-1,316,326,317,-1,317,326,318,-1,318,325,319,-1,319,324,320,-1,320,323,321,-1,321,323,322,-1,322,328,315,-1,323,320,324,-1,324,319,325,-1,325,318,326,-1,326,316,327,-1,327,315,328,-1,328,322,323,-1,329,331,330,-1,331,333,332,-1,333,329,334,-1,329,333,331,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_1244_point_1() { float[] value = {8.7101f,46.069f,-2.0531f,7.1095f,46.069f,-2.0531f,7.1095f,45.971f,-1.8164f,7.1095f,45.735f,-1.7184f,7.1095f,45.498f,-1.8164f,7.1095f,45.4f,-2.0531f,7.1095f,45.498f,-2.2897f,7.1095f,45.735f,-2.3878f,7.1095f,45.971f,-2.2897f,7.1095f,46.069f,-2.0531f,7.2423f,46.069f,-2.0531f,7.2872f,45.971f,-2.2897f,7.332f,45.735f,-2.3878f,7.2961f,45.527f,-2.3154f,7.247f,45.409f,-2.1319f,7.5794f,45.409f,-2.1319f,7.9117f,45.409f,-2.1319f,8.2441f,45.409f,-2.1319f,8.5764f,45.409f,-2.1319f,8.5273f,45.527f,-2.3154f,8.4914f,45.735f,-2.3878f,8.5362f,45.971f,-2.2897f,8.5811f,46.069f,-2.0531f,8.7101f,46.069f,-2.0531f,8.7101f,45.971f,-2.2897f,8.7101f,45.735f,-2.3878f,8.7101f,45.498f,-2.2897f,8.7101f,45.4f,-2.0531f,8.7101f,45.498f,-1.8164f,8.7101f,45.735f,-1.7184f,8.7101f,45.971f,-1.8164f,8.5811f,46.069f,-2.0531f,8.5362f,45.971f,-1.8164f,8.4914f,45.735f,-1.7184f,8.5273f,45.527f,-1.7908f,8.5764f,45.409f,-1.9743f,8.2441f,45.409f,-1.9743f,7.9117f,45.409f,-1.9743f,7.5794f,45.409f,-1.9743f,7.247f,45.409f,-1.9743f,7.2961f,45.527f,-1.7908f,7.332f,45.735f,-1.7184f,7.2872f,45.971f,-1.8164f,7.2423f,46.069f,-2.0531f,7.9117f,45.409f,-2.7224f,7.9117f,46.082f,-2.7224f,7.9117f,46.755f,-2.7224f,7.9117f,47.428f,-2.7224f,7.9117f,48.102f,-2.7224f,7.2807f,45.409f,-2.2763f,7.2807f,46.755f,-2.2763f,7.2807f,47.428f,-2.2763f,7.5133f,46.082f,-1.5152f,7.5133f,46.755f,-1.5152f,7.5133f,47.428f,-1.5152f,8.305f,45.409f,-1.5115f,8.305f,46.082f,-1.5115f,8.305f,46.755f,-1.5115f,8.305f,47.428f,-1.5115f,8.5542f,46.755f,-2.2407f,8.5542f,47.428f,-2.2407f,7.9117f,45.409f,-2.7224f,7.9117f,46.082f,-2.7224f,7.9117f,46.755f,-2.7224f,7.9117f,47.428f,-2.7224f,7.9117f,48.102f,-2.7224f,7.247f,45.409f,-2.1319f,7.2961f,45.527f,-2.3154f,7.332f,45.735f,-2.3878f,7.2872f,45.971f,-2.2897f,7.2423f,46.069f,-2.0531f,8.5811f,46.069f,-2.0531f,8.5362f,45.971f,-2.2897f,8.4914f,45.735f,-2.3878f,8.5273f,45.527f,-2.3154f,8.5764f,45.409f,-2.1319f,8.5764f,45.409f,-1.9743f,8.5273f,45.527f,-1.7908f,8.4914f,45.735f,-1.7184f,8.5362f,45.971f,-1.8164f,7.2872f,45.971f,-1.8164f,7.332f,45.735f,-1.7184f,7.2961f,45.527f,-1.7908f,7.247f,45.409f,-1.9743f,8.385f,48.102f,-2.5264f,8.5811f,48.102f,-2.0531f,8.385f,48.102f,-1.5798f,7.9117f,48.102f,-1.3837f,7.4384f,48.102f,-1.5798f,7.2423f,48.102f,-2.0531f,7.4384f,48.102f,-2.5264f,8.5764f,45.409f,-2.1319f,8.2441f,45.409f,-2.1319f,7.9117f,45.409f,-2.1319f,7.5794f,45.409f,-2.1319f,7.247f,45.409f,-2.1319f,7.2807f,45.409f,-2.2763f,7.9117f,45.409f,-2.7224f,7.247f,45.409f,-1.9743f,7.5794f,45.409f,-1.9743f}; return value; } private float[] getCoordinate_5_1244_point_2() { float[] value = {7.9117f,45.409f,-1.9743f,8.2441f,45.409f,-1.9743f,8.5764f,45.409f,-1.9743f,8.305f,45.409f,-1.5115f,8.7101f,48.747f,-2.0531f,7.1095f,48.747f,-2.0531f,7.1095f,48.845f,-2.2897f,7.1095f,49.081f,-2.3878f,7.1095f,49.318f,-2.2897f,7.1095f,49.416f,-2.0531f,7.1095f,49.318f,-1.8164f,7.1095f,49.081f,-1.7184f,7.1095f,48.845f,-1.8164f,7.1095f,48.747f,-2.0531f,7.2423f,48.747f,-2.0531f,7.2872f,48.845f,-1.8164f,7.332f,49.081f,-1.7184f,7.2961f,49.289f,-1.7908f,7.247f,49.407f,-1.9743f,7.5794f,49.407f,-1.9743f,7.9117f,49.407f,-1.9743f,8.2441f,49.407f,-1.9743f,8.5764f,49.407f,-1.9743f,8.5273f,49.289f,-1.7908f,8.4914f,49.081f,-1.7184f,8.5362f,48.845f,-1.8164f,8.5811f,48.747f,-2.0531f,8.7101f,48.747f,-2.0531f,8.7101f,48.795f,-1.8799f,8.7101f,49.081f,-1.7184f,8.7101f,49.318f,-1.8164f,8.7101f,49.416f,-2.0531f,8.7101f,49.318f,-2.2897f,8.7101f,49.081f,-2.3878f,8.7101f,48.845f,-2.2897f,8.5811f,48.747f,-2.0531f,8.5362f,48.845f,-2.2897f,8.4914f,49.081f,-2.3878f,8.5273f,49.289f,-2.3154f,8.5764f,49.407f,-2.1319f,8.2441f,49.407f,-2.1319f,7.9117f,49.407f,-2.1319f,7.5794f,49.407f,-2.1319f,7.247f,49.407f,-2.1319f,7.2961f,49.289f,-2.3154f,7.332f,49.081f,-2.3878f,7.2872f,48.845f,-2.2897f,7.2423f,48.747f,-2.0531f,7.9117f,49.407f,-1.3837f,7.9117f,49.08f,-1.3837f,7.9117f,48.754f,-1.3837f,7.9117f,48.428f,-1.3837f,7.9117f,48.102f,-1.3837f,7.2807f,49.407f,-1.8298f,7.2807f,48.754f,-1.8298f,7.2807f,48.428f,-1.8298f,7.5133f,49.08f,-2.5909f,7.5133f,48.754f,-2.5909f,7.5133f,48.428f,-2.5909f,8.305f,49.407f,-2.5947f,8.305f,49.08f,-2.5947f,8.305f,48.754f,-2.5947f,8.305f,48.428f,-2.5947f,8.5542f,48.428f,-1.8654f,7.9117f,49.407f,-1.3837f,7.9117f,49.08f,-1.3837f,7.9117f,48.754f,-1.3837f,7.9117f,48.428f,-1.3837f,7.9117f,48.102f,-1.3837f,8.385f,48.102f,-1.5798f,8.5811f,48.102f,-2.0531f,8.385f,48.102f,-2.5264f,7.9117f,48.102f,-2.7224f,7.4384f,48.102f,-2.5264f,7.2423f,48.102f,-2.0531f,7.4384f,48.102f,-1.5798f,7.247f,49.407f,-1.9743f,7.2961f,49.289f,-1.7908f,7.332f,49.081f,-1.7184f,7.2872f,48.845f,-1.8164f,7.2423f,48.747f,-2.0531f,8.5811f,48.747f,-2.0531f,8.5362f,48.845f,-1.8164f,8.4914f,49.081f,-1.7184f,8.5273f,49.289f,-1.7908f,8.5764f,49.407f,-1.9743f,8.5764f,49.407f,-2.1319f,8.5273f,49.289f,-2.3154f,8.4914f,49.081f,-2.3878f,8.5362f,48.845f,-2.2897f,7.2872f,48.845f,-2.2897f,7.332f,49.081f,-2.3878f,7.2961f,49.289f,-2.3154f,7.247f,49.407f,-2.1319f,8.5764f,49.407f,-1.9743f,8.2441f,49.407f,-1.9743f,7.9117f,49.407f,-1.9743f,7.5794f,49.407f,-1.9743f,7.247f,49.407f,-1.9743f,7.2807f,49.407f,-1.8298f}; return value; } private float[] getCoordinate_5_1244_point_3() { float[] value = {7.9117f,49.407f,-1.3837f,7.247f,49.407f,-2.1319f,7.5794f,49.407f,-2.1319f,7.9117f,49.407f,-2.1319f,8.2441f,49.407f,-2.1319f,8.5764f,49.407f,-2.1319f,8.305f,49.407f,-2.5947f,9.652f,49.081f,-0.79803f,8.7101f,49.081f,-0.79803f,9.652f,50.265f,-1.6345f,8.7101f,50.265f,-1.6345f,9.652f,49.829f,-3.0615f,8.7101f,49.829f,-3.0615f,9.652f,48.344f,-3.0686f,8.7101f,48.344f,-3.0686f,9.652f,47.877f,-1.7012f,8.7101f,47.877f,-1.7012f,9.652f,49.081f,-0.79803f,8.7101f,49.081f,-0.79803f,9.652f,49.081f,-0.79803f,9.652f,50.265f,-1.6345f,9.652f,49.829f,-3.0615f,9.652f,48.344f,-3.0686f,9.652f,47.877f,-1.7012f,8.7101f,48.747f,-2.0531f,8.7101f,48.795f,-1.8799f,8.7101f,49.081f,-1.7184f,8.7101f,49.318f,-1.8164f,8.7101f,49.416f,-2.0531f,8.7101f,49.318f,-2.2897f,8.7101f,49.081f,-2.3878f,8.7101f,48.845f,-2.2897f,8.7101f,49.081f,-0.79803f,8.7101f,47.877f,-1.7012f,8.7101f,48.344f,-3.0686f,8.7101f,49.829f,-3.0615f,8.7101f,50.265f,-1.6345f,9.652f,45.735f,-0.79803f,8.7101f,45.735f,-0.79803f,9.652f,46.918f,-1.6345f,8.7101f,46.918f,-1.6345f,9.652f,46.482f,-3.0615f,8.7101f,46.482f,-3.0615f,9.652f,44.997f,-3.0686f,8.7101f,44.997f,-3.0686f,9.652f,44.53f,-1.7012f,8.7101f,44.53f,-1.7012f,9.652f,45.735f,-0.79803f,8.7101f,45.735f,-0.79803f,9.652f,45.735f,-0.79803f,9.652f,46.918f,-1.6345f,9.652f,46.482f,-3.0615f,9.652f,44.997f,-3.0686f,9.652f,44.53f,-1.7012f,8.7101f,46.069f,-2.0531f,8.7101f,45.971f,-2.2897f,8.7101f,45.735f,-2.3878f,8.7101f,45.498f,-2.2897f,8.7101f,45.4f,-2.0531f,8.7101f,45.498f,-1.8164f,8.7101f,45.735f,-1.7184f,8.7101f,45.971f,-1.8164f,8.7101f,45.735f,-0.79803f,8.7101f,44.53f,-1.7012f,8.7101f,44.997f,-3.0686f,8.7101f,46.482f,-3.0615f,8.7101f,46.918f,-1.6345f,7.1095f,45.735f,-0.79803f,6.1676f,45.735f,-0.79803f,7.1095f,46.834f,-1.4479f,6.1676f,46.834f,-1.4479f,7.1095f,46.811f,-2.6988f,6.1676f,46.811f,-2.6988f,7.1095f,45.735f,-3.3081f,6.1676f,45.735f,-3.3081f,7.1095f,44.635f,-2.6582f,6.1676f,44.635f,-2.6582f,7.1095f,44.658f,-1.4074f,6.1676f,44.658f,-1.4074f,7.1095f,45.735f,-0.79803f,6.1676f,45.735f,-0.79803f,7.1095f,46.069f,-2.0531f,7.1095f,45.971f,-1.8164f,7.1095f,45.735f,-1.7184f,7.1095f,45.498f,-1.8164f,7.1095f,45.4f,-2.0531f,7.1095f,45.498f,-2.2897f,7.1095f,45.735f,-2.3878f,7.1095f,45.971f,-2.2897f,7.1095f,45.735f,-0.79803f,7.1095f,46.834f,-1.4479f,7.1095f,46.811f,-2.6988f,7.1095f,45.735f,-3.3081f,7.1095f,44.635f,-2.6582f,7.1095f,44.658f,-1.4074f,6.1676f,45.735f,-0.79803f,6.1676f,44.658f,-1.4074f,6.1676f,44.635f,-2.6582f,6.1676f,45.735f,-3.3081f,6.1676f,46.811f,-2.6988f}; return value; } private float[] getCoordinate_5_1244_point_4() { float[] value = {6.1676f,46.834f,-1.4479f,7.1095f,49.081f,-0.79803f,6.1676f,49.081f,-0.79803f,7.1095f,50.181f,-1.4479f,6.1676f,50.181f,-1.4479f,7.1095f,50.158f,-2.6988f,6.1676f,50.158f,-2.6988f,7.1095f,49.081f,-3.3081f,6.1676f,49.081f,-3.3081f,7.1095f,47.982f,-2.6582f,6.1676f,47.982f,-2.6582f,7.1095f,48.005f,-1.4074f,6.1676f,48.005f,-1.4074f,7.1095f,49.081f,-0.79803f,6.1676f,49.081f,-0.79803f,7.1095f,48.747f,-2.0531f,7.1095f,48.845f,-2.2897f,7.1095f,49.081f,-2.3878f,7.1095f,49.318f,-2.2897f,7.1095f,49.416f,-2.0531f,7.1095f,49.318f,-1.8164f,7.1095f,49.081f,-1.7184f,7.1095f,48.845f,-1.8164f,7.1095f,49.081f,-0.79803f,7.1095f,50.181f,-1.4479f,7.1095f,50.158f,-2.6988f,7.1095f,49.081f,-3.3081f,7.1095f,47.982f,-2.6582f,7.1095f,48.005f,-1.4074f,6.1676f,49.081f,-0.79803f,6.1676f,48.005f,-1.4074f,6.1676f,47.982f,-2.6582f,6.1676f,49.081f,-3.3081f,6.1676f,50.158f,-2.6988f,6.1676f,50.181f,-1.4479f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_1245_vector_1() { float[] value = {-4.0249E-15f,1.0f,-1.8384E-14f,0.0f,1.0f,2.7576E-14f,0.0f,0.70711f,0.70711f,0.0f,0.0f,1.0f,-1.0398E-16f,-0.70711f,0.70711f,0.0f,-1.0f,-9.1919E-15f,-3.3272E-15f,-0.70711f,-0.70711f,0.0f,1.149E-15f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,2.7576E-14f,0.0f,1.0f,0.0f,-2.789E-15f,0.70711f,-0.70711f,0.0f,5.7449E-16f,-1.0f,-2.1666E-15f,-0.62093f,-0.78387f,-1.3721E-15f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,-4.5957E-15f,-0.97187f,-0.23551f,0.0f,-0.62093f,-0.78387f,-2.8713E-16f,0.0f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,0.0f,-4.0249E-15f,1.0f,-1.8384E-14f,0.0f,0.70711f,-0.70711f,6.9369E-30f,1.7235E-15f,-1.0f,0.0f,-0.70711f,-0.70711f,4.0249E-15f,-1.0f,-5.5152E-14f,0.0f,-0.70711f,0.70711f,0.0f,1.149E-15f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,9.1919E-15f,-1.1558E-16f,0.70711f,0.70711f,-1.4356E-16f,1.7235E-15f,1.0f,-2.4302E-15f,-0.62093f,0.78387f,-4.5957E-15f,-0.97187f,0.23551f,-5.8149E-15f,-0.97187f,0.23551f,5.5014E-15f,-0.97187f,0.23551f,-4.3704E-17f,-0.97187f,0.23551f,-1.3006E-15f,-0.97187f,0.23551f,2.3018E-15f,-0.62093f,0.78387f,0.0f,1.149E-15f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,9.1919E-15f,-5.7449E-16f,-3.9807E-16f,-1.0f,1.4362E-15f,-3.9807E-16f,-1.0f,-5.7449E-16f,-3.9807E-16f,-1.0f,-1.4362E-15f,-3.9807E-16f,-1.0f,5.7449E-16f,-3.9807E-16f,-1.0f,-0.94274f,-1.233E-16f,-0.33353f,-0.94274f,-1.233E-16f,-0.33353f,-0.94274f,-1.233E-16f,-0.33353f,-0.59527f,3.1058E-16f,0.80352f,-0.59527f,3.1058E-16f,0.80352f,-0.59527f,3.1058E-16f,0.80352f,0.58762f,2.969E-16f,0.80914f,0.58762f,2.969E-16f,0.80914f,0.58762f,2.969E-16f,0.80914f,0.58762f,2.969E-16f,0.80914f,0.9599f,-9.5862E-17f,-0.28035f,0.9599f,-9.5862E-17f,-0.28035f,2.8725E-16f,-3.9807E-16f,-1.0f,2.8725E-16f,-3.9807E-16f,-1.0f,5.7449E-16f,-3.9807E-16f,-1.0f,-2.8725E-16f,-3.9807E-16f,-1.0f,2.8725E-16f,-3.9807E-16f,-1.0f,-0.99304f,-2.0316E-17f,-0.11776f,-0.92f,2.0631E-16f,-0.39191f,-0.86603f,-2.1607E-16f,-0.5f,-0.93526f,-1.6524E-16f,-0.35397f,-1.0f,-7.5324E-31f,-1.7235E-15f,1.0f,0.0f,0.0f,0.93526f,3.5398E-16f,-0.35397f,0.86603f,-1.9551E-16f,-0.5f,0.92f,2.057E-16f,-0.39191f,0.99304f,-4.0632E-17f,-0.11776f,0.99304f,3.0474E-17f,0.11776f,0.92f,4.7286E-16f,0.39191f,0.86603f,1.6205E-16f,0.5f,0.93526f,-3.1267E-16f,0.35397f,-0.93526f,-3.1267E-16f,0.35397f,-0.86603f,1.0803E-16f,0.5f,-0.92f,1.5266E-16f,0.39191f,-0.99304f,3.0474E-17f,0.11776f,0.70711f,-2.7331E-16f,-0.70711f,1.0f,0.0f,0.0f,0.70711f,2.7331E-16f,0.70711f,-6.8379E-13f,3.2991E-16f,1.0f,-0.70711f,2.7331E-16f,0.70711f,-1.0f,-2.2573E-28f,-6.8422E-13f,-0.70711f,-2.7331E-16f,-0.70711f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.2032E-14f,0.0f,-1.0f,0.0f}; return value; } private float[] getNormal_5_1245_vector_2() { float[] value = {0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,4.0249E-15f,-1.0f,-2.7576E-14f,0.0f,-1.0f,4.596E-14f,0.0f,-0.70711f,-0.70711f,-2.5102E-16f,-1.149E-15f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,0.0f,0.0f,0.70711f,0.70711f,0.0f,0.0f,1.0f,0.0f,-0.70711f,0.70711f,0.0f,-1.0f,4.596E-14f,0.0f,-1.0f,-9.1919E-15f,2.8122E-15f,-0.70711f,0.70711f,0.0f,0.0f,1.0f,-2.5201E-15f,0.62093f,0.78387f,1.0475E-15f,0.97187f,0.23551f,-5.7275E-15f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,-4.3704E-17f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,0.0f,0.62093f,0.78387f,0.0f,0.0f,1.0f,0.0f,-0.70711f,0.70711f,0.0f,-1.0f,-9.1919E-15f,4.0249E-15f,-1.0f,-2.7576E-14f,-3.1024E-15f,-0.85568f,0.51751f,0.0f,0.0f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,0.0f,-1.042E-16f,0.70711f,-0.70711f,0.0f,-2.8725E-15f,-1.0f,0.0f,-0.70711f,-0.70711f,0.0f,-1.0f,9.1919E-15f,1.1558E-16f,-0.70711f,-0.70711f,0.0f,-2.8725E-15f,-1.0f,-7.2787E-16f,0.62093f,-0.78387f,4.5957E-15f,0.97187f,-0.23551f,4.3704E-17f,0.97187f,-0.23551f,1.7057E-15f,0.97187f,-0.23551f,5.7712E-15f,0.97187f,-0.23551f,-3.5501E-15f,0.97187f,-0.23551f,0.0f,0.62093f,-0.78387f,0.0f,-2.8725E-15f,-1.0f,0.0f,-0.70711f,-0.70711f,0.0f,-1.0f,9.1919E-15f,1.4362E-16f,0.0f,1.0f,1.4362E-16f,0.0f,1.0f,1.4362E-16f,0.0f,1.0f,7.1812E-16f,0.0f,1.0f,1.4362E-16f,0.0f,1.0f,-0.94274f,0.0f,0.33353f,-0.94274f,0.0f,0.33353f,-0.94274f,0.0f,0.33353f,-0.59527f,0.0f,-0.80352f,-0.59527f,0.0f,-0.80352f,-0.59527f,0.0f,-0.80352f,0.58762f,0.0f,-0.80914f,0.58762f,0.0f,-0.80914f,0.58762f,0.0f,-0.80914f,0.58762f,0.0f,-0.80914f,0.9599f,0.0f,0.28035f,1.4362E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,2.8725E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,0.70711f,0.0f,0.70711f,1.0f,0.0f,0.0f,0.70711f,0.0f,-0.70711f,2.8725E-16f,0.0f,-1.0f,-0.70711f,0.0f,-0.70711f,-1.0f,0.0f,2.298E-15f,-0.70711f,0.0f,0.70711f,-0.99304f,0.0f,0.11776f,-0.92f,0.0f,0.39191f,-0.86603f,0.0f,0.5f,-0.93526f,0.0f,0.35397f,-1.0f,0.0f,5.7449E-16f,1.0f,0.0f,0.0f,0.93526f,0.0f,0.35397f,0.86603f,9.7125E-17f,0.5f,0.92f,5.4088E-16f,0.39191f,0.99304f,0.0f,0.11776f,0.99304f,0.0f,-0.11776f,0.92f,0.0f,-0.39191f,0.86603f,0.0f,-0.5f,0.93526f,0.0f,-0.35397f,-0.93526f,-6.9106E-16f,-0.35397f,-0.86603f,5.0076E-16f,-0.5f,-0.92f,0.0f,-0.39191f,-0.99304f,0.0f,-0.11776f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-1.2032E-14f,7.0933E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,1.5928E-14f}; return value; } private float[] getNormal_5_1245_vector_3() { float[] value = {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,1.2032E-14f,0.0f,1.0f,0.0f,6.6863E-15f,1.0f,0.0f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,-7.2854E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,7.2854E-16f,0.0f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-7.2854E-16f,0.0f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.87607f,0.48219f,0.0f,0.87607f,0.48219f,0.0f,0.85749f,-0.5145f,0.0f,0.85749f,-0.5145f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,-0.87607f,-0.48219f,0.0f,-0.87607f,-0.48219f,0.0f,-0.85749f,0.5145f,0.0f,-0.85749f,0.5145f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-4.7746E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-4.7746E-16f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}; return value; } private float[] getNormal_5_1245_vector_4() { float[] value = {-1.0f,0.0f,0.0f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.87607f,0.48219f,0.0f,0.87607f,0.48219f,0.0f,0.85749f,-0.5145f,0.0f,0.85749f,-0.5145f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,-0.87607f,-0.48219f,0.0f,-0.87607f,-0.48219f,0.0f,-0.85749f,0.5145f,0.0f,-0.85749f,0.5145f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-4.7746E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-4.7746E-16f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_1246_point_1() { float[] value = {0.28112f,0.8846f,0.17256f,0.8846f,0.17256f,0.86677f,0.17256f,0.84894f,0.17256f,0.83111f,0.17256f,0.81328f,0.17256f,0.79545f,0.17256f,0.77762f,0.17256f,0.75979f,0.17256f,0.74196f,0.18156f,0.74196f,0.18461f,0.75979f,0.18765f,0.77762f,0.18519f,0.79296f,0.18188f,0.80754f,0.20442f,0.80754f,0.22697f,0.80754f,0.24951f,0.80754f,0.27205f,0.80754f,0.26874f,0.79296f,0.26629f,0.77762f,0.26933f,0.75979f,0.27237f,0.74196f,0.28112f,0.74196f,0.28112f,0.75979f,0.28112f,0.77762f,0.28112f,0.79545f,0.28112f,0.81328f,0.28112f,0.83111f,0.28112f,0.84894f,0.28112f,0.86677f,0.27237f,0.8846f,0.26933f,0.86677f,0.26629f,0.84894f,0.26874f,0.8336f,0.27205f,0.81902f,0.24951f,0.81902f,0.22697f,0.81902f,0.20442f,0.81902f,0.18188f,0.81902f,0.18519f,0.8336f,0.18765f,0.84894f,0.18461f,0.86677f,0.18156f,0.8846f,0.65489f,0.42003f,0.65489f,0.47503f,0.65489f,0.53002f,0.65489f,0.58501f,0.65489f,0.64001f,0.72133f,0.42003f,0.72133f,0.53002f,0.72133f,0.58501f,0.79143f,0.47503f,0.79143f,0.53002f,0.79143f,0.58501f,0.8615f,0.42003f,0.8615f,0.47503f,0.8615f,0.53002f,0.8615f,0.58501f,0.92903f,0.53002f,0.92903f,0.58501f,0.99854f,0.42003f,0.99854f,0.47503f,0.99854f,0.53002f,0.99854f,0.58501f,0.99854f,0.64001f,0.73379f,0.42003f,0.71793f,0.42963f,0.7115f,0.44661f,0.72014f,0.46592f,0.7408f,0.47396f,0.91262f,0.47396f,0.93328f,0.46592f,0.94193f,0.44661f,0.93549f,0.42963f,0.91963f,0.42003f,0.90562f,0.42003f,0.88976f,0.42963f,0.88332f,0.44661f,0.89197f,0.46592f,0.76146f,0.46592f,0.7701f,0.44661f,0.76367f,0.42963f,0.74781f,0.42003f,0.95558f,0.64001f,0.91262f,0.64001f,0.86967f,0.64001f,0.82671f,0.64001f,0.78376f,0.64001f,0.7408f,0.64001f,0.69784f,0.64001f,0.065938f,0.0f,0.065938f,0.03737f,0.065938f,0.074739f,0.065938f,0.11211f,0.065938f,0.14948f,0.049812f,0.14569f,0.0f,0.074739f,0.19631f,0.14948f,0.19631f,0.11211f}; return value; } private float[] getTextureCoordinate_5_1246_point_2() { float[] value = {0.19631f,0.074739f,0.19631f,0.03737f,0.19631f,0.0f,0.24798f,0.030513f,0.39115f,0.8846f,0.28258f,0.8846f,0.28258f,0.86677f,0.28258f,0.84894f,0.28258f,0.83111f,0.28258f,0.81328f,0.28258f,0.79545f,0.28258f,0.77762f,0.28258f,0.75979f,0.28258f,0.74196f,0.29159f,0.74196f,0.29463f,0.75979f,0.29767f,0.77762f,0.29522f,0.79296f,0.29191f,0.80754f,0.31445f,0.80754f,0.33699f,0.80754f,0.35954f,0.80754f,0.38208f,0.80754f,0.37877f,0.79296f,0.37631f,0.77762f,0.37935f,0.75979f,0.3824f,0.74196f,0.39115f,0.74196f,0.39115f,0.75457f,0.39115f,0.77762f,0.39115f,0.79545f,0.39115f,0.81328f,0.39115f,0.83111f,0.39115f,0.84894f,0.39115f,0.86677f,0.3824f,0.8846f,0.37935f,0.86677f,0.37631f,0.84894f,0.37877f,0.8336f,0.38208f,0.81902f,0.35954f,0.81902f,0.33699f,0.81902f,0.31445f,0.81902f,0.29191f,0.81902f,0.29522f,0.8336f,0.29767f,0.84894f,0.29463f,0.86677f,0.29159f,0.8846f,0.48087f,0.42003f,0.4588f,0.42003f,0.43674f,0.42003f,0.41468f,0.42003f,0.39261f,0.42003f,0.48087f,0.47502f,0.43674f,0.47502f,0.41468f,0.47502f,0.4588f,0.53304f,0.43674f,0.53304f,0.41468f,0.53304f,0.48087f,0.59102f,0.4588f,0.59102f,0.43674f,0.59102f,0.41468f,0.59102f,0.41468f,0.64692f,0.48087f,0.70444f,0.4588f,0.70444f,0.43674f,0.70444f,0.41468f,0.70444f,0.39261f,0.70444f,0.39261f,0.66889f,0.39261f,0.63334f,0.39261f,0.59779f,0.39261f,0.56224f,0.39261f,0.52669f,0.39261f,0.49114f,0.39261f,0.45559f,0.48087f,0.48534f,0.47293f,0.47221f,0.45887f,0.46688f,0.44289f,0.47404f,0.43624f,0.49114f,0.43624f,0.63334f,0.44289f,0.65044f,0.45887f,0.65759f,0.47293f,0.65226f,0.48087f,0.63914f,0.48087f,0.62754f,0.47293f,0.61441f,0.45887f,0.60909f,0.44289f,0.61624f,0.44289f,0.50823f,0.45887f,0.51539f,0.47293f,0.51006f,0.48087f,0.49693f,0.3604f,0.0f,0.3604f,0.03737f,0.3604f,0.074739f,0.3604f,0.11211f,0.3604f,0.14948f,0.34427f,0.14569f}; return value; } private float[] getTextureCoordinate_5_1246_point_3() { float[] value = {0.29446f,0.074739f,0.098153f,0.14948f,0.098153f,0.11211f,0.098153f,0.074739f,0.098153f,0.03737f,0.098153f,0.0f,0.14983f,0.030513f,0.39261f,0.31503f,0.39261f,0.3874f,0.50976f,0.31503f,0.50976f,0.3874f,0.63337f,0.31503f,0.63337f,0.3874f,0.7569f,0.31503f,0.7569f,0.3874f,0.87598f,0.31503f,0.87598f,0.3874f,0.99854f,0.31503f,0.99854f,0.3874f,0.28185f,0.65255f,0.17881f,0.57971f,0.21679f,0.45544f,0.34608f,0.45482f,0.38676f,0.5739f,0.062733f,0.80253f,0.066026f,0.81433f,0.085545f,0.82534f,0.10168f,0.81866f,0.10836f,0.80253f,0.10168f,0.7864f,0.085545f,0.77971f,0.069415f,0.7864f,0.085545f,0.88807f,0.0034304f,0.82651f,0.035277f,0.73331f,0.13647f,0.73379f,0.16619f,0.83106f,0.39261f,0.21002f,0.39261f,0.28239f,0.50976f,0.21002f,0.50976f,0.28239f,0.63337f,0.21002f,0.63337f,0.28239f,0.7569f,0.21002f,0.7569f,0.28239f,0.87598f,0.21002f,0.87598f,0.28239f,0.99854f,0.21002f,0.99854f,0.28239f,0.085545f,0.60505f,0.0048983f,0.54804f,0.034623f,0.45077f,0.13581f,0.45029f,0.16766f,0.54349f,0.91299f,0.7829f,0.89686f,0.78958f,0.89018f,0.80571f,0.89686f,0.82184f,0.91299f,0.82852f,0.92912f,0.82184f,0.9358f,0.80571f,0.92912f,0.78958f,0.99854f,0.80571f,0.93697f,0.88783f,0.84377f,0.85598f,0.84425f,0.75479f,0.94152f,0.72507f,0.39261f,0.0f,0.39261f,0.072374f,0.49433f,0.0f,0.49433f,0.072374f,0.59732f,0.0f,0.59732f,0.072374f,0.69557f,0.0f,0.69557f,0.072374f,0.79729f,0.0f,0.79729f,0.072374f,0.90028f,0.0f,0.90028f,0.072374f,0.99854f,0.0f,0.99854f,0.072374f,0.74043f,0.7829f,0.7243f,0.78958f,0.71762f,0.80571f,0.7243f,0.82184f,0.74043f,0.82852f,0.75656f,0.82184f,0.76325f,0.80571f,0.75656f,0.78958f,0.65489f,0.80571f,0.69919f,0.73077f,0.78445f,0.73236f,0.82598f,0.80571f,0.78168f,0.88066f,0.69642f,0.87907f,0.39115f,0.24836f,0.34385f,0.3319f,0.24675f,0.33371f,0.19631f,0.24836f,0.2436f,0.16483f}; return value; } private float[] getTextureCoordinate_5_1246_point_4() { float[] value = {0.3407f,0.16302f,0.39261f,0.10501f,0.39261f,0.17738f,0.49433f,0.10501f,0.49433f,0.17738f,0.59732f,0.10501f,0.59732f,0.17738f,0.69557f,0.10501f,0.69557f,0.17738f,0.79729f,0.10501f,0.79729f,0.17738f,0.90028f,0.10501f,0.90028f,0.17738f,0.99854f,0.10501f,0.99854f,0.17738f,0.097421f,0.27434f,0.11579f,0.26673f,0.1234f,0.24836f,0.11579f,0.22999f,0.097421f,0.22239f,0.079051f,0.22999f,0.071442f,0.24836f,0.079051f,0.26673f,0.0f,0.24836f,0.050445f,0.16302f,0.14754f,0.16483f,0.19484f,0.24836f,0.1444f,0.33371f,0.047298f,0.3319f,0.65342f,0.50558f,0.61189f,0.57893f,0.52663f,0.58052f,0.48233f,0.50558f,0.52387f,0.43223f,0.60913f,0.43064f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1279_coordIndex_1() { int[] value = {10,11,8,-1,11,12,6,-1,12,13,6,-1,13,14,4,-1,14,15,4,-1,15,16,30,-1,16,17,29,-1,17,18,5,-1,18,19,5,-1,19,20,7,-1,20,21,7,-1,21,22,9,-1,9,7,21,-1,7,5,19,-1,5,3,26,-1,3,1,24,-1,23,24,1,-1,24,25,3,-1,25,26,3,-1,26,27,5,-1,27,28,5,-1,28,29,17,-1,29,30,16,-1,30,31,15,-1,31,32,4,-1,32,33,2,-1,33,34,2,-1,34,35,0,-1,0,2,34,-1,2,4,32,-1,4,6,13,-1,6,8,11,-1,4,15,31,-1,17,5,28,-1,36,38,37,-1,38,36,39,-1,40,41,42,-1,42,43,40,-1,50,46,45,-1,51,47,50,-1,47,46,50,-1,54,51,53,-1,51,50,53,-1,57,53,56,-1,53,52,56,-1,58,54,57,-1,54,53,57,-1,60,58,59,-1,58,57,59,-1,62,63,59,-1,64,60,63,-1,60,59,63,-1,66,67,55,-1,67,68,55,-1,68,69,56,-1,69,70,56,-1,71,72,52,-1,72,73,52,-1,73,74,52,-1,74,75,55,-1,76,77,49,-1,77,78,44,-1,78,79,45,-1,79,71,45,-1,70,80,62,-1,80,81,62,-1,81,82,61,-1,82,83,61,-1,65,84,64,-1,84,85,60,-1,85,86,58,-1,86,87,58,-1,87,88,54,-1,88,89,54,-1,89,90,51,-1,90,48,47,-1,44,49,77,-1,45,44,78,-1,61,62,81,-1,50,45,71,-1,47,51,90,-1,51,54,89,-1,53,50,71,-1,52,53,71,-1,56,52,55,-1,57,56,59,-1,54,58,87,-1,58,60,85,-1,62,59,70,-1,60,64,84,-1,55,68,56,-1,56,70,59,-1,52,74,55,-1,91,92,97,-1,92,93,97,-1,93,94,97,-1,94,95,96,-1,96,97,94,-1,98,99,103,-1,99,100,103,-1,100,101,103,-1,101,102,103,-1,116,117,114,-1,117,118,112,-1,118,119,112,-1,119,120,110,-1,120,121,137,-1,121,122,136,-1,122,123,135,-1,123,124,134,-1,124,125,111,-1,125,126,113,-1,126,127,113,-1,127,128,115,-1,115,113,127,-1,113,111,125,-1,111,109,133,-1,109,107,132,-1,107,105,130,-1,129,130,105,-1,130,131,107,-1,131,132,107,-1,132,133,109,-1,133,134,124,-1,134,135,123,-1,135,136,122,-1,136,137,121,-1,137,138,108,-1,138,139,106,-1,139,140,106,-1,140,141,104,-1,104,106,140,-1,106,108,138,-1,108,110,137,-1,110,112,119,-1,112,114,117,-1,110,120,137,-1,124,111,133,-1,142,146,143,-1,143,145,144,-1,145,143,146,-1,147,148,151,-1,148,149,150,-1,150,151,148,-1,159,155,158,-1,155,154,158,-1,165,161,164,-1,161,160,164,-1,166,162,165,-1,162,161,165,-1,170,171,167,-1,172,173,171,-1,173,174,167,-1,174,175,166,-1,175,176,166,-1,176,177,162,-1,177,178,162,-1,178,179,159,-1,179,156,155,-1,180,181,163,-1,181,182,163,-1,182,183,165,-1,183,184,166,-1,185,186,162,-1,186,187,161,-1,187,188,160,-1,188,189,163,-1,190,191,157,-1,191,192,152,-1,192,193,154,-1,193,185,158,-1,184,194,167,-1,194,195,170,-1,195,196,168,-1,196,197,168,-1,152,157,191,-1,154,153,192,-1,153,152,192,-1,168,169,195,-1,169,170,195,-1,155,159,179,-1,158,154,193,-1,159,158,185,-1,160,161,187,-1,164,160,163,-1,165,164,182,-1,162,166,176,-1,161,162,186,-1,166,165,183,-1,167,171,173,-1,170,167,194,-1,167,174,166,-1,162,178,185,-1,178,159,185,-1,163,182,164,-1,166,184,167,-1,160,188,163,-1,198,199,204,-1,199,200,204,-1,200,201,204,-1,201,202,203,-1,203,204,201,-1,205,206,210,-1,206,207,210,-1,207,208,210,-1,208,209,210,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_1279_point_1() { float[] value = {8.8787f,46.069f,-2.0531f,6.9447f,46.069f,-2.0531f,8.8787f,45.735f,-2.3878f,6.9447f,45.735f,-2.3878f,8.8787f,45.4f,-2.0531f,6.9447f,45.4f,-2.0531f,8.8787f,45.735f,-1.7184f,6.9447f,45.735f,-1.7184f,8.8787f,46.069f,-2.0531f,6.9447f,46.069f,-2.0531f,8.5811f,46.069f,-2.0531f,8.5362f,45.971f,-1.8164f,8.4914f,45.735f,-1.7184f,8.5273f,45.527f,-1.7908f,8.5764f,45.409f,-1.9743f,8.2441f,45.409f,-1.9743f,7.9117f,45.409f,-1.9743f,7.5794f,45.409f,-1.9743f,7.247f,45.409f,-1.9743f,7.2961f,45.527f,-1.7908f,7.332f,45.735f,-1.7184f,7.2872f,45.971f,-1.8164f,7.2423f,46.069f,-2.0531f,7.2423f,46.069f,-2.0531f,7.2872f,45.971f,-2.2897f,7.332f,45.735f,-2.3878f,7.2961f,45.527f,-2.3154f,7.247f,45.409f,-2.1319f,7.5794f,45.409f,-2.1319f,7.9117f,45.409f,-2.1319f,8.2441f,45.409f,-2.1319f,8.5764f,45.409f,-2.1319f,8.5273f,45.527f,-2.3154f,8.4914f,45.735f,-2.3878f,8.5362f,45.971f,-2.2897f,8.5811f,46.069f,-2.0531f,8.8787f,46.069f,-2.0531f,8.8787f,45.735f,-2.3878f,8.8787f,45.4f,-2.0531f,8.8787f,45.735f,-1.7184f,6.9447f,46.069f,-2.0531f,6.9447f,45.735f,-2.3878f,6.9447f,45.4f,-2.0531f,6.9447f,45.735f,-1.7184f,7.9117f,45.409f,-2.7224f,7.9117f,46.082f,-2.7224f,7.9117f,46.755f,-2.7224f,7.9117f,47.428f,-2.7224f,7.9117f,48.102f,-2.7224f,7.2807f,45.409f,-2.2763f,7.2807f,46.755f,-2.2763f,7.2807f,47.428f,-2.2763f,7.5133f,46.082f,-1.5152f,7.5133f,46.755f,-1.5152f,7.5133f,47.428f,-1.5152f,8.305f,45.409f,-1.5115f,8.305f,46.082f,-1.5115f,8.305f,46.755f,-1.5115f,8.305f,47.428f,-1.5115f,8.5542f,46.755f,-2.2407f,8.5542f,47.428f,-2.2407f,7.9117f,45.409f,-2.7224f,7.9117f,46.082f,-2.7224f,7.9117f,46.755f,-2.7224f,7.9117f,47.428f,-2.7224f,7.9117f,48.102f,-2.7224f,8.5764f,45.409f,-1.9743f,8.5273f,45.527f,-1.7908f,8.4914f,45.735f,-1.7184f,8.5362f,45.971f,-1.8164f,8.5811f,46.069f,-2.0531f,7.2423f,46.069f,-2.0531f,7.2872f,45.971f,-1.8164f,7.332f,45.735f,-1.7184f,7.2961f,45.527f,-1.7908f,7.247f,45.409f,-1.9743f,7.247f,45.409f,-2.1319f,7.2961f,45.527f,-2.3154f,7.332f,45.735f,-2.3878f,7.2872f,45.971f,-2.2897f,8.5362f,45.971f,-2.2897f,8.4914f,45.735f,-2.3878f,8.5273f,45.527f,-2.3154f,8.5764f,45.409f,-2.1319f,8.385f,48.102f,-2.5264f,8.5811f,48.102f,-2.0531f,8.385f,48.102f,-1.5798f,7.9117f,48.102f,-1.3837f,7.4384f,48.102f,-1.5798f,7.2423f,48.102f,-2.0531f,7.4384f,48.102f,-2.5264f,8.5764f,45.409f,-2.1319f,8.2441f,45.409f,-2.1319f,7.9117f,45.409f,-2.1319f,7.5794f,45.409f,-2.1319f,7.247f,45.409f,-2.1319f,7.2807f,45.409f,-2.2763f,7.9117f,45.409f,-2.7224f,7.247f,45.409f,-1.9743f,7.5794f,45.409f,-1.9743f}; return value; } private float[] getCoordinate_5_1279_point_2() { float[] value = {7.9117f,45.409f,-1.9743f,8.2441f,45.409f,-1.9743f,8.5764f,45.409f,-1.9743f,8.305f,45.409f,-1.5115f,8.8787f,48.747f,-2.0531f,6.9447f,48.747f,-2.0531f,8.8787f,48.97f,-1.7376f,6.9447f,48.97f,-1.7376f,8.8787f,49.35f,-1.8538f,6.9447f,49.35f,-1.8538f,8.8787f,49.352f,-2.2497f,6.9447f,49.352f,-2.2497f,8.8787f,48.988f,-2.3743f,6.9447f,48.988f,-2.3743f,8.8787f,48.747f,-2.0531f,6.9447f,48.747f,-2.0531f,8.5811f,48.747f,-2.0531f,8.5362f,48.845f,-2.2897f,8.4914f,49.081f,-2.3878f,8.5273f,49.289f,-2.3154f,8.5764f,49.407f,-2.1319f,8.2441f,49.407f,-2.1319f,7.9117f,49.407f,-2.1319f,7.5794f,49.407f,-2.1319f,7.247f,49.407f,-2.1319f,7.2961f,49.289f,-2.3154f,7.332f,49.081f,-2.3878f,7.2872f,48.845f,-2.2897f,7.2423f,48.747f,-2.0531f,7.2423f,48.747f,-2.0531f,7.2872f,48.845f,-1.8164f,7.332f,49.081f,-1.7184f,7.2961f,49.289f,-1.7908f,7.247f,49.407f,-1.9743f,7.5794f,49.407f,-1.9743f,7.9117f,49.407f,-1.9743f,8.2441f,49.407f,-1.9743f,8.5764f,49.407f,-1.9743f,8.5273f,49.289f,-1.7908f,8.4914f,49.081f,-1.7184f,8.5362f,48.845f,-1.8164f,8.5811f,48.747f,-2.0531f,8.8787f,48.747f,-2.0531f,8.8787f,48.97f,-1.7376f,8.8787f,49.35f,-1.8538f,8.8787f,49.352f,-2.2497f,8.8787f,48.988f,-2.3743f,6.9447f,48.747f,-2.0531f,6.9447f,48.97f,-1.7376f,6.9447f,49.35f,-1.8538f,6.9447f,49.352f,-2.2497f,6.9447f,48.988f,-2.3743f,7.9117f,49.407f,-1.3837f,7.9117f,49.08f,-1.3837f,7.9117f,48.754f,-1.3837f,7.9117f,48.428f,-1.3837f,7.9117f,48.102f,-1.3837f,7.2807f,49.407f,-1.8298f,7.2807f,48.754f,-1.8298f,7.2807f,48.428f,-1.8298f,7.5133f,49.08f,-2.5909f,7.5133f,48.754f,-2.5909f,7.5133f,48.428f,-2.5909f,8.305f,49.407f,-2.5947f,8.305f,49.08f,-2.5947f,8.305f,48.754f,-2.5947f,8.305f,48.428f,-2.5947f,8.5542f,48.428f,-1.8654f,7.9117f,49.407f,-1.3837f,7.9117f,49.08f,-1.3837f,7.9117f,48.754f,-1.3837f,7.9117f,48.428f,-1.3837f,7.9117f,48.102f,-1.3837f,8.385f,48.102f,-1.5798f,8.5811f,48.102f,-2.0531f,8.385f,48.102f,-2.5264f,7.9117f,48.102f,-2.7224f,7.4384f,48.102f,-2.5264f,7.2423f,48.102f,-2.0531f,7.4384f,48.102f,-1.5798f,8.5764f,49.407f,-2.1319f,8.5273f,49.289f,-2.3154f,8.4914f,49.081f,-2.3878f,8.5362f,48.845f,-2.2897f,8.5811f,48.747f,-2.0531f,7.2423f,48.747f,-2.0531f,7.2872f,48.845f,-2.2897f,7.332f,49.081f,-2.3878f,7.2961f,49.289f,-2.3154f,7.247f,49.407f,-2.1319f,7.247f,49.407f,-1.9743f,7.2961f,49.289f,-1.7908f,7.332f,49.081f,-1.7184f,7.2872f,48.845f,-1.8164f,8.5362f,48.845f,-1.8164f,8.4914f,49.081f,-1.7184f,8.5273f,49.289f,-1.7908f,8.5764f,49.407f,-1.9743f,8.5764f,49.407f,-1.9743f,8.2441f,49.407f,-1.9743f}; return value; } private float[] getCoordinate_5_1279_point_3() { float[] value = {7.9117f,49.407f,-1.9743f,7.5794f,49.407f,-1.9743f,7.247f,49.407f,-1.9743f,7.2807f,49.407f,-1.8298f,7.9117f,49.407f,-1.3837f,7.247f,49.407f,-2.1319f,7.5794f,49.407f,-2.1319f,7.9117f,49.407f,-2.1319f,8.2441f,49.407f,-2.1319f,8.5764f,49.407f,-2.1319f,8.305f,49.407f,-2.5947f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_1280_vector_1() { float[] value = {0.0f,1.0f,9.1919E-15f,0.0f,1.0f,2.7576E-14f,0.0f,-5.7449E-16f,-1.0f,0.0f,-5.7449E-16f,-1.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,2.8725E-16f,1.0f,0.0f,2.8725E-16f,1.0f,0.0f,1.0f,9.1919E-15f,0.0f,1.0f,2.7576E-14f,0.0f,1.0f,9.1919E-15f,-1.1558E-16f,0.70711f,0.70711f,-1.4356E-16f,1.7235E-15f,1.0f,-2.4302E-15f,-0.62093f,0.78387f,-4.5957E-15f,-0.97187f,0.23551f,-5.8149E-15f,-0.97187f,0.23551f,5.5014E-15f,-0.97187f,0.23551f,-4.3704E-17f,-0.97187f,0.23551f,-1.3006E-15f,-0.97187f,0.23551f,2.3018E-15f,-0.62093f,0.78387f,0.0f,1.149E-15f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,9.1919E-15f,0.0f,1.0f,0.0f,-2.789E-15f,0.70711f,-0.70711f,0.0f,5.7449E-16f,-1.0f,-2.1666E-15f,-0.62093f,-0.78387f,-1.3721E-15f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,-4.5957E-15f,-0.97187f,-0.23551f,0.0f,-0.62093f,-0.78387f,-2.8713E-16f,0.0f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-5.7449E-16f,-3.9807E-16f,-1.0f,1.4362E-15f,-3.9807E-16f,-1.0f,-5.7449E-16f,-3.9807E-16f,-1.0f,-1.4362E-15f,-3.9807E-16f,-1.0f,5.7449E-16f,-3.9807E-16f,-1.0f,-0.94274f,-1.233E-16f,-0.33353f,-0.94274f,-1.233E-16f,-0.33353f,-0.94274f,-1.233E-16f,-0.33353f,-0.59527f,3.1058E-16f,0.80352f,-0.59527f,3.1058E-16f,0.80352f,-0.59527f,3.1058E-16f,0.80352f,0.58762f,2.969E-16f,0.80914f,0.58762f,2.969E-16f,0.80914f,0.58762f,2.969E-16f,0.80914f,0.58762f,2.969E-16f,0.80914f,0.9599f,-9.5862E-17f,-0.28035f,0.9599f,-9.5862E-17f,-0.28035f,2.8725E-16f,-3.9807E-16f,-1.0f,2.8725E-16f,-3.9807E-16f,-1.0f,5.7449E-16f,-3.9807E-16f,-1.0f,-2.8725E-16f,-3.9807E-16f,-1.0f,2.8725E-16f,-3.9807E-16f,-1.0f,0.99304f,3.0474E-17f,0.11776f,0.92f,4.7286E-16f,0.39191f,0.86603f,1.6205E-16f,0.5f,0.93526f,1.321E-16f,0.35397f,1.0f,0.0f,0.0f,-1.0f,-7.5324E-31f,-1.7235E-15f,-0.93526f,1.2393E-16f,0.35397f,-0.86603f,1.0803E-16f,0.5f,-0.92f,1.5266E-16f,0.39191f,-0.99304f,3.0474E-17f,0.11776f,-0.99304f,-2.0316E-17f,-0.11776f,-0.92f,2.0631E-16f,-0.39191f,-0.86603f,-2.1607E-16f,-0.5f,-0.93526f,-8.262E-17f,-0.35397f,0.93526f,-1.6524E-16f,-0.35397f,0.86603f,-1.9551E-16f,-0.5f,0.92f,2.057E-16f,-0.39191f,0.99304f,-4.0632E-17f,-0.11776f,0.70711f,-2.7331E-16f,-0.70711f,1.0f,0.0f,0.0f,0.70711f,2.7331E-16f,0.70711f,-6.8379E-13f,3.2991E-16f,1.0f,-0.70711f,2.7331E-16f,0.70711f,-1.0f,-2.2573E-28f,-6.8422E-13f,-0.70711f,-2.7331E-16f,-0.70711f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.2032E-14f,0.0f,-1.0f,0.0f}; return value; } private float[] getNormal_5_1280_vector_2() { float[] value = {0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-9.1919E-15f,0.0f,-1.0f,1.8384E-14f,0.0f,-0.33353f,0.94274f,0.0f,-0.33353f,0.94274f,0.0f,0.80352f,0.59527f,0.0f,0.80352f,0.59527f,0.0f,0.80914f,-0.58762f,0.0f,0.80914f,-0.58762f,0.0f,-0.28035f,-0.9599f,0.0f,-0.28035f,-0.9599f,0.0f,-1.0f,-9.1919E-15f,0.0f,-1.0f,1.8384E-14f,0.0f,-1.0f,9.1919E-15f,1.1558E-16f,-0.70711f,-0.70711f,0.0f,-2.8725E-15f,-1.0f,-7.2787E-16f,0.62093f,-0.78387f,4.5957E-15f,0.97187f,-0.23551f,4.3704E-17f,0.97187f,-0.23551f,1.7057E-15f,0.97187f,-0.23551f,5.7712E-15f,0.97187f,-0.23551f,-3.5501E-15f,0.97187f,-0.23551f,0.0f,0.62093f,-0.78387f,0.0f,-2.8725E-15f,-1.0f,0.0f,-0.70711f,-0.70711f,0.0f,-1.0f,9.1919E-15f,0.0f,-1.0f,-9.1919E-15f,2.8122E-15f,-0.70711f,0.70711f,0.0f,0.0f,1.0f,-2.5201E-15f,0.62093f,0.78387f,1.0475E-15f,0.97187f,0.23551f,-5.7275E-15f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,-4.3704E-17f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,0.0f,0.62093f,0.78387f,0.0f,0.0f,1.0f,0.0f,-0.70711f,0.70711f,0.0f,-1.0f,-9.1919E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-2.7081E-15f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,1.6636E-15f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,1.4362E-16f,0.0f,1.0f,1.4362E-16f,0.0f,1.0f,1.4362E-16f,0.0f,1.0f,7.1812E-16f,0.0f,1.0f,1.4362E-16f,0.0f,1.0f,-0.94274f,0.0f,0.33353f,-0.94274f,0.0f,0.33353f,-0.94274f,0.0f,0.33353f,-0.59527f,0.0f,-0.80352f,-0.59527f,0.0f,-0.80352f,-0.59527f,0.0f,-0.80352f,0.58762f,0.0f,-0.80914f,0.58762f,0.0f,-0.80914f,0.58762f,0.0f,-0.80914f,0.58762f,0.0f,-0.80914f,0.9599f,0.0f,0.28035f,1.4362E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,2.8725E-16f,0.0f,1.0f,-1.4362E-16f,0.0f,1.0f,0.70711f,0.0f,0.70711f,1.0f,0.0f,0.0f,0.70711f,0.0f,-0.70711f,2.8725E-16f,0.0f,-1.0f,-0.70711f,0.0f,-0.70711f,-1.0f,0.0f,2.298E-15f,-0.70711f,0.0f,0.70711f,0.99304f,0.0f,-0.11776f,0.92f,0.0f,-0.39191f,0.86603f,0.0f,-0.5f,0.93526f,0.0f,-0.35397f,1.0f,0.0f,0.0f,-1.0f,0.0f,5.7449E-16f,-0.93526f,-8.6127E-16f,-0.35397f,-0.86603f,5.0076E-16f,-0.5f,-0.92f,0.0f,-0.39191f,-0.99304f,0.0f,-0.11776f,-0.99304f,0.0f,0.11776f,-0.92f,0.0f,0.39191f,-0.86603f,0.0f,0.5f,-0.93526f,0.0f,0.35397f,0.93526f,0.0f,0.35397f,0.86603f,9.7125E-17f,0.5f,0.92f,5.4088E-16f,0.39191f,0.99304f,0.0f,0.11776f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f}; return value; } private float[] getNormal_5_1280_vector_3() { float[] value = {0.0f,1.0f,-1.2032E-14f,7.0933E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,1.5928E-14f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,1.2032E-14f,0.0f,1.0f,0.0f,6.6863E-15f,1.0f,0.0f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_1281_point_1() { float[] value = {0.67533f,0.0f,0.35965f,0.0f,0.67533f,0.085815f,0.35965f,0.085815f,0.67533f,0.17163f,0.35965f,0.17163f,0.67533f,0.25745f,0.35965f,0.25745f,0.67533f,0.34326f,0.35965f,0.34326f,0.62675f,0.34326f,0.61943f,0.30035f,0.61211f,0.25745f,0.61802f,0.22053f,0.62599f,0.18544f,0.57174f,0.18544f,0.51749f,0.18544f,0.46324f,0.18544f,0.40899f,0.18544f,0.41696f,0.22053f,0.42287f,0.25745f,0.41555f,0.30035f,0.40823f,0.34326f,0.40823f,0.0f,0.41555f,0.042908f,0.42287f,0.085815f,0.41696f,0.12274f,0.40899f,0.15782f,0.46324f,0.15782f,0.51749f,0.15782f,0.57174f,0.15782f,0.62599f,0.15782f,0.61802f,0.12274f,0.61211f,0.085815f,0.61943f,0.042908f,0.62675f,0.0f,0.08918f,0.25f,0.17836f,0.33918f,0.08918f,0.42836f,0.0f,0.33918f,0.08918f,0.17836f,0.0f,0.08918f,0.08918f,0.0f,0.17836f,0.08918f,0.35965f,0.55867f,0.35965f,0.66091f,0.35965f,0.76315f,0.35965f,0.86539f,0.35965f,0.96763f,0.48317f,0.55867f,0.48317f,0.76315f,0.48317f,0.86539f,0.6135f,0.66091f,0.6135f,0.76315f,0.6135f,0.86539f,0.74376f,0.55867f,0.74376f,0.66091f,0.74376f,0.76315f,0.74376f,0.86539f,0.86932f,0.76315f,0.86932f,0.86539f,0.99854f,0.55867f,0.99854f,0.66091f,0.99854f,0.76315f,0.99854f,0.86539f,0.99854f,0.96763f,0.82579f,0.55867f,0.7963f,0.57651f,0.78434f,0.60808f,0.80041f,0.64399f,0.83881f,0.65892f,0.51937f,0.65892f,0.55777f,0.64399f,0.57385f,0.60808f,0.56188f,0.57651f,0.5324f,0.55867f,0.50634f,0.55867f,0.47686f,0.57651f,0.46489f,0.60808f,0.48096f,0.64399f,0.87722f,0.64399f,0.89329f,0.60808f,0.88133f,0.57651f,0.85184f,0.55867f,0.91867f,0.96763f,0.83881f,0.96763f,0.75895f,0.96763f,0.67909f,0.96763f,0.59923f,0.96763f,0.51937f,0.96763f,0.43951f,0.96763f,0.088447f,0.5f,0.088447f,0.55013f,0.088447f,0.60025f,0.088447f,0.65038f,0.088447f,0.7005f,0.066816f,0.69543f,0.0f,0.60025f,0.17982f,0.7005f,0.17982f,0.65038f}; return value; } private float[] getTextureCoordinate_5_1281_point_2() { float[] value = {0.17982f,0.60025f,0.17982f,0.55013f,0.17982f,0.5f,0.24914f,0.54093f,0.99551f,0.0f,0.67982f,0.0f,0.99551f,0.066363f,0.67982f,0.066363f,0.99551f,0.13639f,0.67982f,0.13639f,0.99551f,0.20637f,0.67982f,0.20637f,0.99551f,0.27383f,0.67982f,0.27383f,0.99551f,0.34326f,0.67982f,0.34326f,0.94693f,0.34326f,0.93961f,0.30035f,0.93229f,0.25745f,0.93819f,0.22053f,0.94617f,0.18544f,0.89192f,0.18544f,0.83767f,0.18544f,0.78342f,0.18544f,0.72917f,0.18544f,0.73714f,0.22053f,0.74304f,0.25745f,0.73572f,0.30035f,0.72841f,0.34326f,0.72841f,0.0f,0.73572f,0.042908f,0.74304f,0.085815f,0.73714f,0.12274f,0.72917f,0.15782f,0.78342f,0.15782f,0.83767f,0.15782f,0.89192f,0.15782f,0.94617f,0.15782f,0.93819f,0.12274f,0.93229f,0.085815f,0.93961f,0.042908f,0.94693f,0.0f,0.269f,0.25f,0.35308f,0.30944f,0.32209f,0.41084f,0.2166f,0.41134f,0.1834f,0.31418f,0.269f,0.17836f,0.18493f,0.11892f,0.21592f,0.017522f,0.32141f,0.017021f,0.35461f,0.11418f,0.35965f,0.34473f,0.35965f,0.39429f,0.35965f,0.44385f,0.35965f,0.49342f,0.35965f,0.54298f,0.48317f,0.34473f,0.48317f,0.44385f,0.48317f,0.49342f,0.6135f,0.39429f,0.6135f,0.44385f,0.6135f,0.49342f,0.74376f,0.34473f,0.74376f,0.39429f,0.74376f,0.44385f,0.74376f,0.49342f,0.86932f,0.49342f,0.99854f,0.34473f,0.99854f,0.39429f,0.99854f,0.44385f,0.99854f,0.49342f,0.99854f,0.54298f,0.91867f,0.54298f,0.83881f,0.54298f,0.75895f,0.54298f,0.67909f,0.54298f,0.59923f,0.54298f,0.51937f,0.54298f,0.43951f,0.54298f,0.82579f,0.34473f,0.7963f,0.36256f,0.78434f,0.39414f,0.80041f,0.43004f,0.83881f,0.44497f,0.51937f,0.44497f,0.55777f,0.43004f,0.57385f,0.39414f,0.56188f,0.36256f,0.5324f,0.34473f,0.50634f,0.34473f,0.47686f,0.36256f,0.46489f,0.39414f,0.48096f,0.43004f,0.87722f,0.43004f,0.89329f,0.39414f,0.88133f,0.36256f,0.85184f,0.34473f,0.35818f,0.5f,0.35818f,0.55013f}; return value; } private float[] getTextureCoordinate_5_1281_point_3() { float[] value = {0.35818f,0.60025f,0.35818f,0.65038f,0.35818f,0.7005f,0.33655f,0.69543f,0.26974f,0.60025f,0.089912f,0.7005f,0.089912f,0.65038f,0.089912f,0.60025f,0.089912f,0.55013f,0.089912f,0.5f,0.15922f,0.54093f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1293_coordIndex_1() { int[] value = {1,2,45,-1,2,3,44,-1,3,4,42,-1,4,5,41,-1,5,6,14,-1,6,7,13,-1,7,8,11,-1,8,9,10,-1,10,11,8,-1,11,12,7,-1,12,13,7,-1,13,14,6,-1,14,15,41,-1,15,16,40,-1,16,17,38,-1,17,18,38,-1,18,19,37,-1,19,20,27,-1,20,21,26,-1,21,22,26,-1,22,23,25,-1,24,25,23,-1,25,26,22,-1,26,27,20,-1,27,28,19,-1,28,29,36,-1,29,30,35,-1,30,31,33,-1,31,0,32,-1,32,33,31,-1,33,34,30,-1,34,35,30,-1,35,36,29,-1,36,37,19,-1,37,38,18,-1,38,39,16,-1,39,40,16,-1,40,41,15,-1,41,42,4,-1,42,43,3,-1,43,44,3,-1,44,45,2,-1,41,5,14,-1,19,28,36,-1,52,48,47,-1,53,49,52,-1,49,48,52,-1,56,53,55,-1,53,52,55,-1,59,55,58,-1,55,54,58,-1,60,56,59,-1,56,55,59,-1,62,60,61,-1,60,59,61,-1,64,65,61,-1,66,62,65,-1,62,61,65,-1,68,69,51,-1,69,70,46,-1,70,71,47,-1,71,72,47,-1,73,74,64,-1,74,75,64,-1,75,76,63,-1,76,77,63,-1,78,79,57,-1,79,80,57,-1,80,81,58,-1,81,73,58,-1,72,82,54,-1,82,83,54,-1,83,84,54,-1,84,85,57,-1,67,86,66,-1,86,87,62,-1,87,88,60,-1,88,89,60,-1,89,90,56,-1,90,91,56,-1,91,92,53,-1,92,50,49,-1,46,51,69,-1,47,46,70,-1,63,64,75,-1,52,47,72,-1,49,53,92,-1,53,56,91,-1,55,52,72,-1,54,55,72,-1,58,54,57,-1,59,58,61,-1,56,60,89,-1,60,62,87,-1,64,61,73,-1,62,66,86,-1,57,80,58,-1,58,73,61,-1,54,84,57,-1,93,94,100,-1,94,95,100,-1,95,96,100,-1,96,97,100,-1,97,98,99,-1,99,100,97,-1,101,102,107,-1,102,103,107,-1,103,104,107,-1,104,105,107,-1,105,106,107,-1,109,110,151,-1,110,111,150,-1,111,112,148,-1,112,113,147,-1,113,114,122,-1,114,115,121,-1,115,116,119,-1,116,117,118,-1,118,119,116,-1,119,120,115,-1,120,121,115,-1,121,122,114,-1,122,123,113,-1,123,124,113,-1,124,125,135,-1,125,126,135,-1,126,127,134,-1,127,128,133,-1,128,129,133,-1,129,130,132,-1,131,132,130,-1,132,133,129,-1,133,134,127,-1,134,135,126,-1,135,136,143,-1,136,137,142,-1,137,138,140,-1,138,108,139,-1,139,140,138,-1,140,141,137,-1,141,142,137,-1,142,143,136,-1,143,144,135,-1,144,145,135,-1,145,146,113,-1,146,147,113,-1,147,148,112,-1,148,149,111,-1,149,150,111,-1,150,151,110,-1,113,124,145,-1,124,135,145,-1,162,163,161,-1,163,164,161,-1,164,165,175,-1,165,166,183,-1,166,167,184,-1,167,168,174,-1,168,169,174,-1,169,155,154,-1,170,171,156,-1,171,172,156,-1,172,173,153,-1,173,174,169,-1,175,176,164,-1,176,177,160,-1,177,178,159,-1,178,179,159,-1,180,181,158,-1,181,182,158,-1,182,183,157,-1,183,175,165,-1,174,184,167,-1,184,185,157,-1,185,186,157,-1,186,187,157,-1,152,156,172,-1,157,158,182,-1,154,153,173,-1,153,152,172,-1,159,160,177,-1,160,161,176,-1,161,164,176,-1,183,166,157,-1,166,184,157,-1,169,154,173,-1,188,189,194,-1,189,190,194,-1,190,191,194,-1,191,192,193,-1,193,194,191,-1,195,196,201,-1,196,197,201,-1,197,198,201,-1,198,199,200,-1,200,201,198,-1,202,204,205,-1,204,206,207,-1,206,208,209,-1,208,210,211,-1,210,212,213,-1,213,211,210,-1,211,209,208,-1,209,207,206,-1,207,205,204,-1,205,203,202,-1,214,218,215,-1,215,218,216,-1,216,218,217,-1,219,228,220,-1,220,227,221,-1,221,227,222,-1,222,231,223,-1,223,230,224,-1,224,230,225,-1,225,229,226,-1,226,229,219,-1,227,220,228,-1,228,219,229,-1,229,225,230,-1,230,223,231,-1,231,222,227,-1,232,234,235,-1,234,236,237,-1,236,238,239,-1,238,240,241,-1,240,242,243,-1,243,241,240,-1,241,239,238,-1,239,237,236,-1,237,235,234,-1,235,233,232,-1,244,248,245,-1,245,247,246,-1,247,245,248,-1,249,260,250,-1,250,260,251,-1,251,259,252,-1,252,259,253,-1,253,258,254,-1,254,257,255,-1,255,257,256,-1,256,261,249,-1,257,254,258,-1,258,253,259,-1,259,251,260,-1,260,249,261,-1,261,256,257,-1,262,264,265,-1,264,266,267,-1}; return value; } private int[] getIndexedFaceSet_4_1293_coordIndex_2() { int[] value = {266,268,269,-1,268,270,271,-1,270,272,273,-1,272,274,275,-1,275,273,272,-1,273,271,270,-1,271,269,268,-1,269,267,266,-1,267,265,264,-1,265,263,262,-1,276,285,277,-1,277,284,278,-1,278,284,279,-1,279,289,280,-1,280,288,281,-1,281,287,282,-1,282,287,283,-1,283,286,276,-1,284,277,285,-1,285,276,286,-1,286,283,287,-1,287,281,288,-1,288,280,289,-1,289,279,284,-1,290,292,291,-1,292,294,293,-1,294,290,295,-1,290,294,292,-1,296,298,299,-1,298,300,301,-1,300,302,303,-1,302,304,305,-1,304,306,307,-1,306,308,309,-1,309,307,306,-1,307,305,304,-1,305,303,302,-1,303,301,300,-1,301,299,298,-1,299,297,296,-1,310,322,311,-1,311,321,312,-1,312,321,313,-1,313,320,314,-1,314,319,315,-1,315,318,316,-1,316,318,317,-1,317,323,310,-1,318,315,319,-1,319,314,320,-1,320,313,321,-1,321,311,322,-1,322,310,323,-1,323,317,318,-1,324,326,325,-1,326,328,327,-1,328,324,329,-1,324,328,326,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_1293_point_1() { float[] value = {4.972f,46.069f,-2.0531f,3.3715f,46.069f,-2.0531f,3.3715f,45.971f,-1.8164f,3.3715f,45.735f,-1.7184f,3.3715f,45.498f,-1.8164f,3.3715f,45.4f,-2.0531f,3.3715f,45.498f,-2.2897f,3.3715f,45.735f,-2.3878f,3.3715f,45.971f,-2.2897f,3.3715f,46.069f,-2.0531f,3.5043f,46.069f,-2.0531f,3.5491f,45.971f,-2.2897f,3.5939f,45.735f,-2.3878f,3.558f,45.527f,-2.3154f,3.5089f,45.409f,-2.1319f,3.7748f,45.409f,-2.1319f,4.0407f,45.409f,-2.1319f,4.3066f,45.409f,-2.1319f,4.5724f,45.409f,-2.1319f,4.8383f,45.409f,-2.1319f,4.7892f,45.527f,-2.3154f,4.7533f,45.735f,-2.3878f,4.7981f,45.971f,-2.2897f,4.843f,46.069f,-2.0531f,4.972f,46.069f,-2.0531f,4.972f,45.971f,-2.2897f,4.972f,45.735f,-2.3878f,4.972f,45.498f,-2.2897f,4.972f,45.4f,-2.0531f,4.972f,45.498f,-1.8164f,4.972f,45.735f,-1.7184f,4.972f,45.971f,-1.8164f,4.843f,46.069f,-2.0531f,4.7981f,45.971f,-1.8164f,4.7533f,45.735f,-1.7184f,4.7892f,45.527f,-1.7908f,4.8383f,45.409f,-1.9743f,4.5724f,45.409f,-1.9743f,4.3066f,45.409f,-1.9743f,4.0407f,45.409f,-1.9743f,3.7748f,45.409f,-1.9743f,3.5089f,45.409f,-1.9743f,3.558f,45.527f,-1.7908f,3.5939f,45.735f,-1.7184f,3.5491f,45.971f,-1.8164f,3.5043f,46.069f,-2.0531f,4.1736f,45.409f,-2.7224f,4.1736f,46.082f,-2.7224f,4.1736f,46.755f,-2.7224f,4.1736f,47.428f,-2.7224f,4.1736f,48.102f,-2.7224f,3.5426f,45.409f,-2.2763f,3.5426f,46.755f,-2.2763f,3.5426f,47.428f,-2.2763f,3.7752f,46.082f,-1.5152f,3.7752f,46.755f,-1.5152f,3.7752f,47.428f,-1.5152f,4.567f,45.409f,-1.5115f,4.567f,46.082f,-1.5115f,4.567f,46.755f,-1.5115f,4.567f,47.428f,-1.5115f,4.8161f,46.755f,-2.2407f,4.8161f,47.428f,-2.2407f,4.1736f,45.409f,-2.7224f,4.1736f,46.082f,-2.7224f,4.1736f,46.755f,-2.7224f,4.1736f,47.428f,-2.7224f,4.1736f,48.102f,-2.7224f,3.5089f,45.409f,-2.1319f,3.558f,45.527f,-2.3154f,3.5939f,45.735f,-2.3878f,3.5491f,45.971f,-2.2897f,3.5043f,46.069f,-2.0531f,4.843f,46.069f,-2.0531f,4.7981f,45.971f,-2.2897f,4.7533f,45.735f,-2.3878f,4.7892f,45.527f,-2.3154f,4.8383f,45.409f,-2.1319f,4.8383f,45.409f,-1.9743f,4.7892f,45.527f,-1.7908f,4.7533f,45.735f,-1.7184f,4.7981f,45.971f,-1.8164f,3.5491f,45.971f,-1.8164f,3.5939f,45.735f,-1.7184f,3.558f,45.527f,-1.7908f,3.5089f,45.409f,-1.9743f,4.6469f,48.102f,-2.5264f,4.843f,48.102f,-2.0531f,4.6469f,48.102f,-1.5798f,4.1736f,48.102f,-1.3837f,3.7003f,48.102f,-1.5798f,3.5043f,48.102f,-2.0531f,3.7003f,48.102f,-2.5264f,4.8383f,45.409f,-2.1319f,4.5724f,45.409f,-2.1319f,4.3066f,45.409f,-2.1319f,4.0407f,45.409f,-2.1319f,3.7748f,45.409f,-2.1319f,3.5089f,45.409f,-2.1319f,3.5426f,45.409f,-2.2763f}; return value; } private float[] getCoordinate_5_1293_point_2() { float[] value = {4.1736f,45.409f,-2.7224f,3.5089f,45.409f,-1.9743f,3.7748f,45.409f,-1.9743f,4.0407f,45.409f,-1.9743f,4.3066f,45.409f,-1.9743f,4.5724f,45.409f,-1.9743f,4.8383f,45.409f,-1.9743f,4.567f,45.409f,-1.5115f,4.972f,48.747f,-2.0531f,3.3715f,48.747f,-2.0531f,3.3715f,48.845f,-2.2897f,3.3715f,49.081f,-2.3878f,3.3715f,49.318f,-2.2897f,3.3715f,49.416f,-2.0531f,3.3715f,49.318f,-1.8164f,3.3715f,49.081f,-1.7184f,3.3715f,48.845f,-1.8164f,3.3715f,48.747f,-2.0531f,3.5043f,48.747f,-2.0531f,3.5491f,48.845f,-1.8164f,3.5939f,49.081f,-1.7184f,3.558f,49.289f,-1.7908f,3.5089f,49.407f,-1.9743f,3.8413f,49.407f,-1.9743f,4.1736f,49.407f,-1.9743f,4.506f,49.407f,-1.9743f,4.8383f,49.407f,-1.9743f,4.7892f,49.289f,-1.7908f,4.7533f,49.081f,-1.7184f,4.7981f,48.845f,-1.8164f,4.843f,48.747f,-2.0531f,4.972f,48.747f,-2.0531f,4.972f,48.795f,-1.8799f,4.972f,49.081f,-1.7184f,4.972f,49.318f,-1.8164f,4.972f,49.416f,-2.0531f,4.972f,49.318f,-2.2897f,4.972f,49.081f,-2.3878f,4.972f,48.845f,-2.2897f,4.843f,48.747f,-2.0531f,4.7981f,48.845f,-2.2897f,4.7533f,49.081f,-2.3878f,4.7892f,49.289f,-2.3154f,4.8383f,49.407f,-2.1319f,4.506f,49.407f,-2.1319f,4.1736f,49.407f,-2.1319f,3.8413f,49.407f,-2.1319f,3.5089f,49.407f,-2.1319f,3.558f,49.289f,-2.3154f,3.5939f,49.081f,-2.3878f,3.5491f,48.845f,-2.2897f,3.5043f,48.747f,-2.0531f,4.1736f,49.407f,-1.3837f,4.1736f,48.972f,-1.3837f,4.1736f,48.537f,-1.3837f,4.1736f,48.102f,-1.3837f,3.5872f,49.407f,-1.7303f,4.1736f,49.407f,-2.7224f,4.76f,49.407f,-2.3758f,4.1736f,49.407f,-1.3837f,4.1736f,48.972f,-1.3837f,4.1736f,48.537f,-1.3837f,4.1736f,48.102f,-1.3837f,4.6469f,48.102f,-1.5798f,4.843f,48.102f,-2.0531f,4.6469f,48.102f,-2.5264f,4.1736f,48.102f,-2.7224f,3.7003f,48.102f,-2.5264f,3.5043f,48.102f,-2.0531f,3.7003f,48.102f,-1.5798f,3.5089f,49.407f,-1.9743f,3.558f,49.289f,-1.7908f,3.5939f,49.081f,-1.7184f,3.5491f,48.845f,-1.8164f,3.5043f,48.747f,-2.0531f,4.843f,48.747f,-2.0531f,4.7981f,48.845f,-1.8164f,4.7533f,49.081f,-1.7184f,4.7892f,49.289f,-1.7908f,4.8383f,49.407f,-1.9743f,4.8383f,49.407f,-2.1319f,4.7892f,49.289f,-2.3154f,4.7533f,49.081f,-2.3878f,4.7981f,48.845f,-2.2897f,3.5491f,48.845f,-2.2897f,3.5939f,49.081f,-2.3878f,3.558f,49.289f,-2.3154f,3.5089f,49.407f,-2.1319f,4.8383f,49.407f,-1.9743f,4.506f,49.407f,-1.9743f,4.1736f,49.407f,-1.9743f,3.8413f,49.407f,-1.9743f,3.5089f,49.407f,-1.9743f,3.5872f,49.407f,-1.7303f,4.1736f,49.407f,-1.3837f,3.5089f,49.407f,-2.1319f,3.8413f,49.407f,-2.1319f,4.1736f,49.407f,-2.1319f,4.506f,49.407f,-2.1319f,4.8383f,49.407f,-2.1319f}; return value; } private float[] getCoordinate_5_1293_point_3() { float[] value = {4.76f,49.407f,-2.3758f,4.1736f,49.407f,-2.7224f,5.9139f,49.081f,-0.79803f,4.972f,49.081f,-0.79803f,5.9139f,50.265f,-1.6345f,4.972f,50.265f,-1.6345f,5.9139f,49.829f,-3.0615f,4.972f,49.829f,-3.0615f,5.9139f,48.344f,-3.0686f,4.972f,48.344f,-3.0686f,5.9139f,47.877f,-1.7012f,4.972f,47.877f,-1.7012f,5.9139f,49.081f,-0.79803f,4.972f,49.081f,-0.79803f,5.9139f,49.081f,-0.79803f,5.9139f,50.265f,-1.6345f,5.9139f,49.829f,-3.0615f,5.9139f,48.344f,-3.0686f,5.9139f,47.877f,-1.7012f,4.972f,48.747f,-2.0531f,4.972f,48.795f,-1.8799f,4.972f,49.081f,-1.7184f,4.972f,49.318f,-1.8164f,4.972f,49.416f,-2.0531f,4.972f,49.318f,-2.2897f,4.972f,49.081f,-2.3878f,4.972f,48.845f,-2.2897f,4.972f,49.081f,-0.79803f,4.972f,47.877f,-1.7012f,4.972f,48.344f,-3.0686f,4.972f,49.829f,-3.0615f,4.972f,50.265f,-1.6345f,5.9139f,45.735f,-0.79803f,4.972f,45.735f,-0.79803f,5.9139f,46.918f,-1.6345f,4.972f,46.918f,-1.6345f,5.9139f,46.482f,-3.0615f,4.972f,46.482f,-3.0615f,5.9139f,44.997f,-3.0686f,4.972f,44.997f,-3.0686f,5.9139f,44.53f,-1.7012f,4.972f,44.53f,-1.7012f,5.9139f,45.735f,-0.79803f,4.972f,45.735f,-0.79803f,5.9139f,45.735f,-0.79803f,5.9139f,46.918f,-1.6345f,5.9139f,46.482f,-3.0615f,5.9139f,44.997f,-3.0686f,5.9139f,44.53f,-1.7012f,4.972f,46.069f,-2.0531f,4.972f,45.971f,-2.2897f,4.972f,45.735f,-2.3878f,4.972f,45.498f,-2.2897f,4.972f,45.4f,-2.0531f,4.972f,45.498f,-1.8164f,4.972f,45.735f,-1.7184f,4.972f,45.971f,-1.8164f,4.972f,45.735f,-0.79803f,4.972f,44.53f,-1.7012f,4.972f,44.997f,-3.0686f,4.972f,46.482f,-3.0615f,4.972f,46.918f,-1.6345f,3.3715f,45.735f,-0.79803f,2.4295f,45.735f,-0.79803f,3.3715f,46.834f,-1.4479f,2.4295f,46.834f,-1.4479f,3.3715f,46.811f,-2.6988f,2.4295f,46.811f,-2.6988f,3.3715f,45.735f,-3.3081f,2.4295f,45.735f,-3.3081f,3.3715f,44.635f,-2.6582f,2.4295f,44.635f,-2.6582f,3.3715f,44.658f,-1.4074f,2.4295f,44.658f,-1.4074f,3.3715f,45.735f,-0.79803f,2.4295f,45.735f,-0.79803f,3.3715f,46.069f,-2.0531f,3.3715f,45.971f,-1.8164f,3.3715f,45.735f,-1.7184f,3.3715f,45.498f,-1.8164f,3.3715f,45.4f,-2.0531f,3.3715f,45.498f,-2.2897f,3.3715f,45.735f,-2.3878f,3.3715f,45.971f,-2.2897f,3.3715f,45.735f,-0.79803f,3.3715f,46.834f,-1.4479f,3.3715f,46.811f,-2.6988f,3.3715f,45.735f,-3.3081f,3.3715f,44.635f,-2.6582f,3.3715f,44.658f,-1.4074f,2.4295f,45.735f,-0.79803f,2.4295f,44.658f,-1.4074f,2.4295f,44.635f,-2.6582f,2.4295f,45.735f,-3.3081f,2.4295f,46.811f,-2.6988f,2.4295f,46.834f,-1.4479f,3.3715f,49.081f,-0.79803f,2.4295f,49.081f,-0.79803f,3.3715f,50.181f,-1.4479f,2.4295f,50.181f,-1.4479f}; return value; } private float[] getCoordinate_5_1293_point_4() { float[] value = {3.3715f,50.158f,-2.6988f,2.4295f,50.158f,-2.6988f,3.3715f,49.081f,-3.3081f,2.4295f,49.081f,-3.3081f,3.3715f,47.982f,-2.6582f,2.4295f,47.982f,-2.6582f,3.3715f,48.005f,-1.4074f,2.4295f,48.005f,-1.4074f,3.3715f,49.081f,-0.79803f,2.4295f,49.081f,-0.79803f,3.3715f,48.747f,-2.0531f,3.3715f,48.845f,-2.2897f,3.3715f,49.081f,-2.3878f,3.3715f,49.318f,-2.2897f,3.3715f,49.416f,-2.0531f,3.3715f,49.318f,-1.8164f,3.3715f,49.081f,-1.7184f,3.3715f,48.845f,-1.8164f,3.3715f,49.081f,-0.79803f,3.3715f,50.181f,-1.4479f,3.3715f,50.158f,-2.6988f,3.3715f,49.081f,-3.3081f,3.3715f,47.982f,-2.6582f,3.3715f,48.005f,-1.4074f,2.4295f,49.081f,-0.79803f,2.4295f,48.005f,-1.4074f,2.4295f,47.982f,-2.6582f,2.4295f,49.081f,-3.3081f,2.4295f,50.158f,-2.6988f,2.4295f,50.181f,-1.4479f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_1294_vector_1() { float[] value = {-4.0249E-15f,1.0f,-1.8384E-14f,0.0f,1.0f,2.7576E-14f,0.0f,0.70711f,0.70711f,0.0f,0.0f,1.0f,-1.0398E-16f,-0.70711f,0.70711f,0.0f,-1.0f,-9.1919E-15f,-3.3272E-15f,-0.70711f,-0.70711f,0.0f,1.149E-15f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,2.7576E-14f,0.0f,1.0f,0.0f,-2.789E-15f,0.70711f,-0.70711f,0.0f,5.7449E-16f,-1.0f,-2.1666E-15f,-0.62093f,-0.78387f,-1.3721E-15f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,6.8175E-15f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,-4.5957E-15f,-0.97187f,-0.23551f,0.0f,-0.62093f,-0.78387f,-2.8713E-16f,-6.5981E-31f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,0.0f,-4.0249E-15f,1.0f,-1.8384E-14f,0.0f,0.70711f,-0.70711f,6.9369E-30f,1.7235E-15f,-1.0f,0.0f,-0.70711f,-0.70711f,4.0249E-15f,-1.0f,-5.5152E-14f,0.0f,-0.70711f,0.70711f,0.0f,1.149E-15f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,9.1919E-15f,-1.1558E-16f,0.70711f,0.70711f,-1.4356E-16f,1.7235E-15f,1.0f,-2.4302E-15f,-0.62093f,0.78387f,-4.5957E-15f,-0.97187f,0.23551f,-3.895E-15f,-0.97187f,0.23551f,5.1627E-17f,-0.97187f,0.23551f,0.0f,-0.97187f,0.23551f,0.0f,-0.97187f,0.23551f,-1.3006E-15f,-0.97187f,0.23551f,0.0f,-0.62093f,0.78387f,0.0f,1.149E-15f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,9.1919E-15f,-5.7449E-16f,-3.9807E-16f,-1.0f,1.4362E-15f,-3.9807E-16f,-1.0f,-5.7449E-16f,-3.9807E-16f,-1.0f,-1.4362E-15f,-3.9807E-16f,-1.0f,5.7449E-16f,-3.9807E-16f,-1.0f,-0.94274f,-1.233E-16f,-0.33353f,-0.94274f,-1.233E-16f,-0.33353f,-0.94274f,-1.233E-16f,-0.33353f,-0.59527f,3.1058E-16f,0.80352f,-0.59527f,3.1058E-16f,0.80352f,-0.59527f,3.1058E-16f,0.80352f,0.58762f,2.969E-16f,0.80914f,0.58762f,2.969E-16f,0.80914f,0.58762f,2.969E-16f,0.80914f,0.58762f,2.969E-16f,0.80914f,0.9599f,-9.5862E-17f,-0.28035f,0.9599f,-9.5862E-17f,-0.28035f,2.8725E-16f,-3.9807E-16f,-1.0f,2.8725E-16f,-3.9807E-16f,-1.0f,5.7449E-16f,-3.9807E-16f,-1.0f,-2.8725E-16f,-3.9807E-16f,-1.0f,2.8725E-16f,-3.9807E-16f,-1.0f,-0.99304f,-2.0316E-17f,-0.11776f,-0.92f,-1.5266E-16f,-0.39191f,-0.86603f,-2.1607E-16f,-0.5f,-0.93526f,-8.262E-17f,-0.35397f,-1.0f,-2.5108E-31f,-5.7449E-16f,1.0f,-2.5108E-31f,-5.7449E-16f,0.93526f,-6.0184E-16f,-0.35397f,0.86603f,-3.9489E-16f,-0.5f,0.92f,-7.633E-17f,-0.39191f,0.99304f,-4.0632E-17f,-0.11776f,0.99304f,3.0474E-17f,0.11776f,0.92f,1.145E-16f,0.39191f,0.86603f,1.6205E-16f,0.5f,0.93526f,8.262E-17f,0.35397f,-0.93526f,8.262E-17f,0.35397f,-0.86603f,1.0803E-16f,0.5f,-0.92f,1.5266E-16f,0.39191f,-0.99304f,3.0474E-17f,0.11776f,0.70711f,-2.7331E-16f,-0.70711f,1.0f,1.8953E-31f,5.7449E-16f,0.70711f,2.7331E-16f,0.70711f,-6.8379E-13f,3.2991E-16f,1.0f,-0.70711f,2.7331E-16f,0.70711f,-1.0f,-2.2573E-28f,-6.8422E-13f,-0.70711f,-2.7331E-16f,-0.70711f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f}; return value; } private float[] getNormal_5_1294_vector_2() { float[] value = {0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.2032E-14f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,4.0249E-15f,-1.0f,-2.7576E-14f,0.0f,-1.0f,4.596E-14f,0.0f,-0.70711f,-0.70711f,-2.5102E-16f,1.7235E-15f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,0.0f,0.0f,0.70711f,0.70711f,0.0f,0.0f,1.0f,0.0f,-0.70711f,0.70711f,0.0f,-1.0f,4.596E-14f,0.0f,-1.0f,-9.1919E-15f,2.8122E-15f,-0.70711f,0.70711f,0.0f,0.0f,1.0f,2.5201E-15f,0.62093f,0.78387f,1.0475E-15f,0.97187f,0.23551f,-5.7275E-15f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,-4.3704E-17f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,0.0f,0.62093f,0.78387f,0.0f,0.0f,1.0f,0.0f,-0.70711f,0.70711f,0.0f,-1.0f,-9.1919E-15f,4.0249E-15f,-1.0f,-2.7576E-14f,-3.1024E-15f,-0.85568f,0.51751f,0.0f,0.0f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,0.0f,0.0f,0.70711f,-0.70711f,0.0f,0.0f,-1.0f,0.0f,-0.70711f,-0.70711f,0.0f,-1.0f,9.1919E-15f,1.1558E-16f,-0.70711f,-0.70711f,0.0f,0.0f,-1.0f,-2.6553E-15f,0.62093f,-0.78387f,4.5957E-15f,0.97187f,-0.23551f,4.3704E-17f,0.97187f,-0.23551f,1.7644E-15f,0.97187f,-0.23551f,5.8149E-15f,0.97187f,-0.23551f,-3.5849E-15f,0.97187f,-0.23551f,0.0f,0.62093f,-0.78387f,0.0f,0.0f,-1.0f,0.0f,-0.70711f,-0.70711f,0.0f,-1.0f,9.1919E-15f,1.4362E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,5.7449E-16f,0.0f,1.0f,1.4362E-16f,0.0f,1.0f,-0.87607f,0.0f,0.48219f,2.8725E-16f,0.0f,-1.0f,0.87607f,0.0f,-0.48219f,1.4362E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,-5.7449E-16f,0.0f,1.0f,-7.1812E-16f,0.0f,1.0f,0.70711f,2.8188E-16f,0.70711f,1.0f,0.0f,-5.7449E-16f,0.70711f,0.0f,-0.70711f,2.8725E-16f,0.0f,-1.0f,-0.70711f,0.0f,-0.70711f,-1.0f,0.0f,2.8725E-16f,-0.70711f,0.0f,0.70711f,-0.99304f,0.0f,0.11776f,-0.92f,0.0f,0.39191f,-0.86603f,0.0f,0.5f,-0.93526f,0.0f,0.35397f,-1.0f,0.0f,0.0f,1.0f,0.0f,-1.7235E-15f,0.93526f,0.0f,0.35397f,0.86603f,1.9425E-16f,0.5f,0.92f,0.0f,0.39191f,0.99304f,0.0f,0.11776f,0.99304f,0.0f,-0.11776f,0.92f,0.0f,-0.39191f,0.86603f,0.0f,-0.5f,0.93526f,0.0f,-0.35397f,-0.93526f,-2.8862E-16f,-0.35397f,-0.86603f,1.8634E-16f,-0.5f,-0.92f,-3.0268E-16f,-0.39191f,-0.99304f,0.0f,-0.11776f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,-1.2032E-14f,7.0933E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,5.6583E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,1.2032E-14f,0.0f,1.0f,0.0f}; return value; } private float[] getNormal_5_1294_vector_3() { float[] value = {0.0f,1.0f,1.7277E-14f,0.0f,1.0f,0.0f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-3.9117E-16f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,5.9541E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,5.9541E-16f,0.0f,-1.0f,0.0f,-5.587E-16f,-1.0f,0.0f,0.0f,-1.0f,7.0769E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,4.4361E-16f,0.0f,-1.0f,0.0f,0.0f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.94274f,0.33353f,0.0f,0.94274f,0.33353f,0.0f,0.59527f,-0.80352f,0.0f,0.59527f,-0.80352f,0.0f,-0.58762f,-0.80914f,0.0f,-0.58762f,-0.80914f,0.0f,-0.9599f,0.28035f,0.0f,-0.9599f,0.28035f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,8.8723E-16f,-3.9239E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,5.9541E-16f,0.0f,-1.0f,7.0769E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-3.6427E-16f,0.0f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.87607f,0.48219f,0.0f,0.87607f,0.48219f,0.0f,0.85749f,-0.5145f,0.0f,0.85749f,-0.5145f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,-0.87607f,-0.48219f,0.0f,-0.87607f,-0.48219f,0.0f,-0.85749f,0.5145f,0.0f,-0.85749f,0.5145f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-2.3873E-16f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,1.9049E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.9049E-16f,-7.1211E-31f,-1.0f,0.0f,0.0f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,0.0f,0.87607f,0.48219f,0.0f,0.87607f,0.48219f}; return value; } private float[] getNormal_5_1294_vector_4() { float[] value = {0.0f,0.85749f,-0.5145f,0.0f,0.85749f,-0.5145f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,-0.87607f,-0.48219f,0.0f,-0.87607f,-0.48219f,0.0f,-0.85749f,0.5145f,0.0f,-0.85749f,0.5145f,0.0f,-3.5906E-17f,1.0f,0.0f,-6.4631E-16f,1.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-2.3873E-16f,1.0f,-1.9049E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.8861E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_1295_point_1() { float[] value = {0.28112f,0.8846f,0.17256f,0.8846f,0.17256f,0.86677f,0.17256f,0.84894f,0.17256f,0.83111f,0.17256f,0.81328f,0.17256f,0.79545f,0.17256f,0.77762f,0.17256f,0.75979f,0.17256f,0.74196f,0.18156f,0.74196f,0.18461f,0.75979f,0.18765f,0.77762f,0.18519f,0.79296f,0.18188f,0.80754f,0.19991f,0.80754f,0.21795f,0.80754f,0.23598f,0.80754f,0.25402f,0.80754f,0.27205f,0.80754f,0.26874f,0.79296f,0.26629f,0.77762f,0.26933f,0.75979f,0.27237f,0.74196f,0.28112f,0.74196f,0.28112f,0.75979f,0.28112f,0.77762f,0.28112f,0.79545f,0.28112f,0.81328f,0.28112f,0.83111f,0.28112f,0.84894f,0.28112f,0.86677f,0.27237f,0.8846f,0.26933f,0.86677f,0.26629f,0.84894f,0.26874f,0.8336f,0.27205f,0.81902f,0.25402f,0.81902f,0.23598f,0.81902f,0.21795f,0.81902f,0.19991f,0.81902f,0.18188f,0.81902f,0.18519f,0.8336f,0.18765f,0.84894f,0.18461f,0.86677f,0.18156f,0.8846f,0.65489f,0.42003f,0.65489f,0.47503f,0.65489f,0.53002f,0.65489f,0.58501f,0.65489f,0.64001f,0.72133f,0.42003f,0.72133f,0.53002f,0.72133f,0.58501f,0.79143f,0.47503f,0.79143f,0.53002f,0.79143f,0.58501f,0.8615f,0.42003f,0.8615f,0.47503f,0.8615f,0.53002f,0.8615f,0.58501f,0.92903f,0.53002f,0.92903f,0.58501f,0.99854f,0.42003f,0.99854f,0.47503f,0.99854f,0.53002f,0.99854f,0.58501f,0.99854f,0.64001f,0.73379f,0.42003f,0.71793f,0.42963f,0.7115f,0.44661f,0.72014f,0.46592f,0.7408f,0.47396f,0.91262f,0.47396f,0.93328f,0.46592f,0.94193f,0.44661f,0.93549f,0.42963f,0.91963f,0.42003f,0.90562f,0.42003f,0.88976f,0.42963f,0.88332f,0.44661f,0.89197f,0.46592f,0.76146f,0.46592f,0.7701f,0.44661f,0.76367f,0.42963f,0.74781f,0.42003f,0.95558f,0.64001f,0.91262f,0.64001f,0.86967f,0.64001f,0.82671f,0.64001f,0.78376f,0.64001f,0.7408f,0.64001f,0.69784f,0.64001f,0.065938f,0.0f,0.065938f,0.029896f,0.065938f,0.059791f,0.065938f,0.089687f,0.065938f,0.11958f,0.065938f,0.14948f,0.049812f,0.14569f}; return value; } private float[] getTextureCoordinate_5_1295_point_2() { float[] value = {0.0f,0.074739f,0.19631f,0.14948f,0.19631f,0.11958f,0.19631f,0.089687f,0.19631f,0.059791f,0.19631f,0.029896f,0.19631f,0.0f,0.24798f,0.030513f,0.39115f,0.8846f,0.28258f,0.8846f,0.28258f,0.86677f,0.28258f,0.84894f,0.28258f,0.83111f,0.28258f,0.81328f,0.28258f,0.79545f,0.28258f,0.77762f,0.28258f,0.75979f,0.28258f,0.74196f,0.29159f,0.74196f,0.29463f,0.75979f,0.29767f,0.77762f,0.29522f,0.79296f,0.29191f,0.80754f,0.31445f,0.80754f,0.33699f,0.80754f,0.35954f,0.80754f,0.38208f,0.80754f,0.37877f,0.79296f,0.37631f,0.77762f,0.37935f,0.75979f,0.3824f,0.74196f,0.39115f,0.74196f,0.39115f,0.75457f,0.39115f,0.77762f,0.39115f,0.79545f,0.39115f,0.81328f,0.39115f,0.83111f,0.39115f,0.84894f,0.39115f,0.86677f,0.3824f,0.8846f,0.37935f,0.86677f,0.37631f,0.84894f,0.37877f,0.8336f,0.38208f,0.81902f,0.35954f,0.81902f,0.33699f,0.81902f,0.31445f,0.81902f,0.29191f,0.81902f,0.29522f,0.8336f,0.29767f,0.84894f,0.29463f,0.86677f,0.29159f,0.8846f,0.48087f,0.42003f,0.45145f,0.42003f,0.42203f,0.42003f,0.39261f,0.42003f,0.48087f,0.46778f,0.48087f,0.56224f,0.48087f,0.60998f,0.48087f,0.70444f,0.45145f,0.70444f,0.42203f,0.70444f,0.39261f,0.70444f,0.39261f,0.66889f,0.39261f,0.63334f,0.39261f,0.59779f,0.39261f,0.56224f,0.39261f,0.52669f,0.39261f,0.49114f,0.39261f,0.45559f,0.48087f,0.48534f,0.47293f,0.47221f,0.45887f,0.46688f,0.44289f,0.47404f,0.43624f,0.49114f,0.43624f,0.63334f,0.44289f,0.65044f,0.45887f,0.65759f,0.47293f,0.65226f,0.48087f,0.63914f,0.48087f,0.62754f,0.47293f,0.61441f,0.45887f,0.60909f,0.44289f,0.61624f,0.44289f,0.50823f,0.45887f,0.51539f,0.47293f,0.51006f,0.48087f,0.49693f,0.3604f,0.0f,0.3604f,0.03737f,0.3604f,0.074739f,0.3604f,0.11211f,0.3604f,0.14948f,0.33316f,0.14067f,0.29446f,0.074739f,0.098153f,0.14948f,0.098153f,0.11211f,0.098153f,0.074739f,0.098153f,0.03737f,0.098153f,0.0f}; return value; } private float[] getTextureCoordinate_5_1295_point_3() { float[] value = {0.12539f,0.0088039f,0.16409f,0.074739f,0.39261f,0.31503f,0.39261f,0.3874f,0.50976f,0.31503f,0.50976f,0.3874f,0.63337f,0.31503f,0.63337f,0.3874f,0.7569f,0.31503f,0.7569f,0.3874f,0.87598f,0.31503f,0.87598f,0.3874f,0.99854f,0.31503f,0.99854f,0.3874f,0.28185f,0.65255f,0.17881f,0.57971f,0.21679f,0.45544f,0.34608f,0.45482f,0.38676f,0.5739f,0.062733f,0.80253f,0.066026f,0.81433f,0.085545f,0.82534f,0.10168f,0.81866f,0.10836f,0.80253f,0.10168f,0.7864f,0.085545f,0.77971f,0.069415f,0.7864f,0.085545f,0.88807f,0.0034304f,0.82651f,0.035277f,0.73331f,0.13647f,0.73379f,0.16619f,0.83106f,0.39261f,0.21002f,0.39261f,0.28239f,0.50976f,0.21002f,0.50976f,0.28239f,0.63337f,0.21002f,0.63337f,0.28239f,0.7569f,0.21002f,0.7569f,0.28239f,0.87598f,0.21002f,0.87598f,0.28239f,0.99854f,0.21002f,0.99854f,0.28239f,0.085545f,0.60505f,0.0048983f,0.54804f,0.034623f,0.45077f,0.13581f,0.45029f,0.16766f,0.54349f,0.91299f,0.7829f,0.89686f,0.78958f,0.89018f,0.80571f,0.89686f,0.82184f,0.91299f,0.82852f,0.92912f,0.82184f,0.9358f,0.80571f,0.92912f,0.78958f,0.99854f,0.80571f,0.93697f,0.88783f,0.84377f,0.85598f,0.84425f,0.75479f,0.94152f,0.72507f,0.39261f,0.0f,0.39261f,0.072374f,0.49433f,0.0f,0.49433f,0.072374f,0.59732f,0.0f,0.59732f,0.072374f,0.69557f,0.0f,0.69557f,0.072374f,0.79729f,0.0f,0.79729f,0.072374f,0.90028f,0.0f,0.90028f,0.072374f,0.99854f,0.0f,0.99854f,0.072374f,0.74043f,0.7829f,0.7243f,0.78958f,0.71762f,0.80571f,0.7243f,0.82184f,0.74043f,0.82852f,0.75656f,0.82184f,0.76325f,0.80571f,0.75656f,0.78958f,0.65489f,0.80571f,0.69919f,0.73077f,0.78445f,0.73236f,0.82598f,0.80571f,0.78168f,0.88066f,0.69642f,0.87907f,0.39115f,0.24836f,0.34385f,0.3319f,0.24675f,0.33371f,0.19631f,0.24836f,0.2436f,0.16483f,0.3407f,0.16302f,0.39261f,0.10501f,0.39261f,0.17738f,0.49433f,0.10501f,0.49433f,0.17738f}; return value; } private float[] getTextureCoordinate_5_1295_point_4() { float[] value = {0.59732f,0.10501f,0.59732f,0.17738f,0.69557f,0.10501f,0.69557f,0.17738f,0.79729f,0.10501f,0.79729f,0.17738f,0.90028f,0.10501f,0.90028f,0.17738f,0.99854f,0.10501f,0.99854f,0.17738f,0.097421f,0.27434f,0.11579f,0.26673f,0.1234f,0.24836f,0.11579f,0.22999f,0.097421f,0.22239f,0.079051f,0.22999f,0.071442f,0.24836f,0.079051f,0.26673f,0.0f,0.24836f,0.050445f,0.16302f,0.14754f,0.16483f,0.19484f,0.24836f,0.1444f,0.33371f,0.047298f,0.3319f,0.65342f,0.50558f,0.61189f,0.57893f,0.52663f,0.58052f,0.48233f,0.50558f,0.52387f,0.43223f,0.60913f,0.43064f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1328_coordIndex_1() { int[] value = {12,13,10,-1,13,14,8,-1,14,15,8,-1,15,16,6,-1,16,17,33,-1,17,18,32,-1,18,19,31,-1,19,20,30,-1,20,21,7,-1,21,22,9,-1,22,23,9,-1,23,24,11,-1,11,9,23,-1,9,7,21,-1,7,5,29,-1,5,3,28,-1,3,1,26,-1,25,26,1,-1,26,27,3,-1,27,28,3,-1,28,29,5,-1,29,30,20,-1,30,31,19,-1,31,32,18,-1,32,33,17,-1,33,34,4,-1,34,35,2,-1,35,36,2,-1,36,37,0,-1,0,2,36,-1,2,4,34,-1,4,6,33,-1,6,8,15,-1,8,10,13,-1,6,16,33,-1,20,7,29,-1,38,40,39,-1,40,42,41,-1,42,40,38,-1,43,44,45,-1,45,46,43,-1,46,47,43,-1,54,50,49,-1,55,51,54,-1,51,50,54,-1,58,55,57,-1,55,54,57,-1,61,57,60,-1,57,56,60,-1,62,58,61,-1,58,57,61,-1,64,62,63,-1,62,61,63,-1,66,67,63,-1,68,64,67,-1,64,63,67,-1,70,71,59,-1,71,72,59,-1,72,73,60,-1,73,74,60,-1,75,76,56,-1,76,77,56,-1,77,78,56,-1,78,79,59,-1,80,81,53,-1,81,82,48,-1,82,83,49,-1,83,75,49,-1,74,84,66,-1,84,85,66,-1,85,86,65,-1,86,87,65,-1,69,88,68,-1,88,89,64,-1,89,90,62,-1,90,91,62,-1,91,92,58,-1,92,93,58,-1,93,94,55,-1,94,52,51,-1,48,53,81,-1,49,48,82,-1,65,66,85,-1,54,49,75,-1,51,55,94,-1,55,58,93,-1,57,54,75,-1,56,57,75,-1,60,56,59,-1,61,60,63,-1,58,62,91,-1,62,64,89,-1,66,63,74,-1,64,68,88,-1,59,72,60,-1,60,74,63,-1,56,78,59,-1,95,96,101,-1,96,97,101,-1,97,98,101,-1,98,99,100,-1,100,101,98,-1,102,103,107,-1,103,104,107,-1,104,105,107,-1,105,106,107,-1,122,123,118,-1,123,124,116,-1,124,125,114,-1,125,126,134,-1,126,127,115,-1,127,128,117,-1,128,129,119,-1,121,119,129,-1,119,117,128,-1,117,115,127,-1,115,113,132,-1,113,111,131,-1,111,109,130,-1,130,131,111,-1,131,132,113,-1,132,133,115,-1,133,134,126,-1,134,135,125,-1,135,136,112,-1,136,137,110,-1,108,110,137,-1,110,112,136,-1,112,114,135,-1,114,116,124,-1,116,118,123,-1,118,120,122,-1,114,125,135,-1,126,115,133,-1,138,143,139,-1,139,141,140,-1,141,143,142,-1,143,141,139,-1,144,145,149,-1,145,146,147,-1,147,148,149,-1,149,145,147,-1,156,152,155,-1,152,151,155,-1,161,158,160,-1,158,157,160,-1,164,161,163,-1,161,160,163,-1,169,166,168,-1,166,165,168,-1,170,171,169,-1,171,172,166,-1,172,173,164,-1,173,174,161,-1,174,175,161,-1,175,176,158,-1,176,177,156,-1,177,153,152,-1,178,179,162,-1,179,180,163,-1,181,182,157,-1,182,183,159,-1,184,185,154,-1,185,181,155,-1,180,186,165,-1,186,187,167,-1,150,154,185,-1,159,162,179,-1,151,150,185,-1,167,168,186,-1,152,156,177,-1,155,151,185,-1,156,155,181,-1,158,161,175,-1,157,158,181,-1,160,157,182,-1,161,164,173,-1,163,160,179,-1,164,163,180,-1,166,169,171,-1,165,166,180,-1,168,165,186,-1,166,172,180,-1,172,164,180,-1,158,176,181,-1,176,156,181,-1,182,159,160,-1,159,179,160,-1,188,189,193,-1,189,190,193,-1,190,191,192,-1,192,193,190,-1,194,195,199,-1,195,196,199,-1,196,197,198,-1,198,199,196,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_1328_point_1() { float[] value = {5.1406f,46.069f,-2.0531f,3.2066f,46.069f,-2.0531f,5.1406f,45.846f,-2.3686f,3.2066f,45.846f,-2.3686f,5.1406f,45.466f,-2.2523f,3.2066f,45.466f,-2.2523f,5.1406f,45.464f,-1.8564f,3.2066f,45.464f,-1.8564f,5.1406f,45.828f,-1.7318f,3.2066f,45.828f,-1.7318f,5.1406f,46.069f,-2.0531f,3.2066f,46.069f,-2.0531f,4.843f,46.069f,-2.0531f,4.7981f,45.971f,-1.8164f,4.7533f,45.735f,-1.7184f,4.7892f,45.527f,-1.7908f,4.8383f,45.409f,-1.9743f,4.506f,45.409f,-1.9743f,4.1736f,45.409f,-1.9743f,3.8413f,45.409f,-1.9743f,3.5089f,45.409f,-1.9743f,3.558f,45.527f,-1.7908f,3.5939f,45.735f,-1.7184f,3.5491f,45.971f,-1.8164f,3.5043f,46.069f,-2.0531f,3.5043f,46.069f,-2.0531f,3.5491f,45.971f,-2.2897f,3.5939f,45.735f,-2.3878f,3.558f,45.527f,-2.3154f,3.5089f,45.409f,-2.1319f,3.8413f,45.409f,-2.1319f,4.1736f,45.409f,-2.1319f,4.506f,45.409f,-2.1319f,4.8383f,45.409f,-2.1319f,4.7892f,45.527f,-2.3154f,4.7533f,45.735f,-2.3878f,4.7981f,45.971f,-2.2897f,4.843f,46.069f,-2.0531f,5.1406f,46.069f,-2.0531f,5.1406f,45.846f,-2.3686f,5.1406f,45.466f,-2.2523f,5.1406f,45.464f,-1.8564f,5.1406f,45.828f,-1.7318f,3.2066f,46.069f,-2.0531f,3.2066f,45.846f,-2.3686f,3.2066f,45.466f,-2.2523f,3.2066f,45.464f,-1.8564f,3.2066f,45.828f,-1.7318f,4.1736f,45.409f,-2.7224f,4.1736f,46.082f,-2.7224f,4.1736f,46.755f,-2.7224f,4.1736f,47.428f,-2.7224f,4.1736f,48.102f,-2.7224f,3.5426f,45.409f,-2.2763f,3.5426f,46.755f,-2.2763f,3.5426f,47.428f,-2.2763f,3.7752f,46.082f,-1.5152f,3.7752f,46.755f,-1.5152f,3.7752f,47.428f,-1.5152f,4.567f,45.409f,-1.5115f,4.567f,46.082f,-1.5115f,4.567f,46.755f,-1.5115f,4.567f,47.428f,-1.5115f,4.8161f,46.755f,-2.2407f,4.8161f,47.428f,-2.2407f,4.1736f,45.409f,-2.7224f,4.1736f,46.082f,-2.7224f,4.1736f,46.755f,-2.7224f,4.1736f,47.428f,-2.7224f,4.1736f,48.102f,-2.7224f,4.8383f,45.409f,-1.9743f,4.7892f,45.527f,-1.7908f,4.7533f,45.735f,-1.7184f,4.7981f,45.971f,-1.8164f,4.843f,46.069f,-2.0531f,3.5043f,46.069f,-2.0531f,3.5491f,45.971f,-1.8164f,3.5939f,45.735f,-1.7184f,3.558f,45.527f,-1.7908f,3.5089f,45.409f,-1.9743f,3.5089f,45.409f,-2.1319f,3.558f,45.527f,-2.3154f,3.5939f,45.735f,-2.3878f,3.5491f,45.971f,-2.2897f,4.7981f,45.971f,-2.2897f,4.7533f,45.735f,-2.3878f,4.7892f,45.527f,-2.3154f,4.8383f,45.409f,-2.1319f,4.6469f,48.102f,-2.5264f,4.843f,48.102f,-2.0531f,4.6469f,48.102f,-1.5798f,4.1736f,48.102f,-1.3837f,3.7003f,48.102f,-1.5798f,3.5043f,48.102f,-2.0531f,3.7003f,48.102f,-2.5264f,4.8383f,45.409f,-2.1319f,4.506f,45.409f,-2.1319f,4.1736f,45.409f,-2.1319f,3.8413f,45.409f,-2.1319f,3.5089f,45.409f,-2.1319f}; return value; } private float[] getCoordinate_5_1328_point_2() { float[] value = {3.5426f,45.409f,-2.2763f,4.1736f,45.409f,-2.7224f,3.5089f,45.409f,-1.9743f,3.8413f,45.409f,-1.9743f,4.1736f,45.409f,-1.9743f,4.506f,45.409f,-1.9743f,4.8383f,45.409f,-1.9743f,4.567f,45.409f,-1.5115f,5.1406f,48.747f,-2.0531f,3.2066f,48.747f,-2.0531f,5.1406f,48.92f,-1.7599f,3.2066f,48.92f,-1.7599f,5.1406f,49.254f,-1.7661f,3.2066f,49.254f,-1.7661f,5.1406f,49.416f,-2.0531f,3.2066f,49.416f,-2.0531f,5.1406f,49.243f,-2.3463f,3.2066f,49.243f,-2.3463f,5.1406f,48.909f,-2.3401f,3.2066f,48.909f,-2.3401f,5.1406f,48.747f,-2.0531f,3.2066f,48.747f,-2.0531f,4.843f,48.747f,-2.0531f,4.7533f,49.081f,-2.3878f,4.8383f,49.407f,-2.1319f,4.3952f,49.407f,-2.1319f,3.9521f,49.407f,-2.1319f,3.5089f,49.407f,-2.1319f,3.5939f,49.081f,-2.3878f,3.5043f,48.747f,-2.0531f,3.5043f,48.747f,-2.0531f,3.5939f,49.081f,-1.7184f,3.5089f,49.407f,-1.9743f,3.9521f,49.407f,-1.9743f,4.3952f,49.407f,-1.9743f,4.8383f,49.407f,-1.9743f,4.7533f,49.081f,-1.7184f,4.843f,48.747f,-2.0531f,5.1406f,48.747f,-2.0531f,5.1406f,48.92f,-1.7599f,5.1406f,49.254f,-1.7661f,5.1406f,49.416f,-2.0531f,5.1406f,49.243f,-2.3463f,5.1406f,48.909f,-2.3401f,3.2066f,48.747f,-2.0531f,3.2066f,48.92f,-1.7599f,3.2066f,49.254f,-1.7661f,3.2066f,49.416f,-2.0531f,3.2066f,49.243f,-2.3463f,3.2066f,48.909f,-2.3401f,4.1736f,49.407f,-1.3837f,4.1736f,48.972f,-1.3837f,4.1736f,48.537f,-1.3837f,4.1736f,48.102f,-1.3837f,3.5872f,49.407f,-1.7303f,3.5872f,48.972f,-1.7303f,3.5872f,48.537f,-1.7303f,3.5997f,48.972f,-2.3975f,3.5997f,48.537f,-2.3975f,4.1736f,49.407f,-2.7224f,4.1736f,48.972f,-2.7224f,4.1736f,48.537f,-2.7224f,4.76f,49.407f,-2.3758f,4.76f,48.972f,-2.3758f,4.76f,48.537f,-2.3758f,4.7476f,48.972f,-1.7087f,4.7476f,48.537f,-1.7087f,4.1736f,49.407f,-1.3837f,4.1736f,48.972f,-1.3837f,4.1736f,48.537f,-1.3837f,4.1736f,48.102f,-1.3837f,4.6469f,48.102f,-1.5798f,4.843f,48.102f,-2.0531f,4.6469f,48.102f,-2.5264f,4.1736f,48.102f,-2.7224f,3.7003f,48.102f,-2.5264f,3.5043f,48.102f,-2.0531f,3.7003f,48.102f,-1.5798f,4.8383f,49.407f,-2.1319f,4.7533f,49.081f,-2.3878f,4.843f,48.747f,-2.0531f,3.5043f,48.747f,-2.0531f,3.5939f,49.081f,-2.3878f,3.5089f,49.407f,-2.1319f,3.5089f,49.407f,-1.9743f,3.5939f,49.081f,-1.7184f,4.7533f,49.081f,-1.7184f,4.8383f,49.407f,-1.9743f,4.8383f,49.407f,-1.9743f,4.3952f,49.407f,-1.9743f,3.9521f,49.407f,-1.9743f,3.5089f,49.407f,-1.9743f,3.5872f,49.407f,-1.7303f,4.1736f,49.407f,-1.3837f,3.5089f,49.407f,-2.1319f,3.9521f,49.407f,-2.1319f,4.3952f,49.407f,-2.1319f,4.8383f,49.407f,-2.1319f,4.76f,49.407f,-2.3758f,4.1736f,49.407f,-2.7224f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_1329_vector_1() { float[] value = {0.0f,1.0f,9.1919E-15f,0.0f,1.0f,2.7576E-14f,0.0f,0.33353f,-0.94274f,0.0f,0.33353f,-0.94274f,0.0f,-0.80352f,-0.59527f,0.0f,-0.80352f,-0.59527f,0.0f,-0.80914f,0.58762f,0.0f,-0.80914f,0.58762f,0.0f,0.28035f,0.9599f,0.0f,0.28035f,0.9599f,0.0f,1.0f,9.1919E-15f,0.0f,1.0f,2.7576E-14f,0.0f,1.0f,9.1919E-15f,-1.1558E-16f,0.70711f,0.70711f,-1.4356E-16f,1.7235E-15f,1.0f,-2.4302E-15f,-0.62093f,0.78387f,-4.5957E-15f,-0.97187f,0.23551f,-5.8149E-15f,-0.97187f,0.23551f,5.5014E-15f,-0.97187f,0.23551f,-4.3704E-17f,-0.97187f,0.23551f,-1.3006E-15f,-0.97187f,0.23551f,0.0f,-0.62093f,0.78387f,0.0f,1.149E-15f,1.0f,0.0f,0.70711f,0.70711f,0.0f,1.0f,9.1919E-15f,0.0f,1.0f,0.0f,-2.789E-15f,0.70711f,-0.70711f,0.0f,5.7449E-16f,-1.0f,-2.1666E-15f,-0.62093f,-0.78387f,-1.3721E-15f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,0.0f,-0.97187f,-0.23551f,-4.5957E-15f,-0.97187f,-0.23551f,0.0f,-0.62093f,-0.78387f,-2.8713E-16f,-6.5981E-31f,-1.0f,0.0f,0.70711f,-0.70711f,0.0f,1.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,-1.3541E-15f,-1.0f,0.0f,0.0f,-1.0f,-9.9504E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-5.7449E-16f,-3.9807E-16f,-1.0f,1.4362E-15f,-3.9807E-16f,-1.0f,-5.7449E-16f,-3.9807E-16f,-1.0f,-1.4362E-15f,-3.9807E-16f,-1.0f,5.7449E-16f,-3.9807E-16f,-1.0f,-0.94274f,-1.233E-16f,-0.33353f,-0.94274f,-1.233E-16f,-0.33353f,-0.94274f,-1.233E-16f,-0.33353f,-0.59527f,3.1058E-16f,0.80352f,-0.59527f,3.1058E-16f,0.80352f,-0.59527f,3.1058E-16f,0.80352f,0.58762f,2.969E-16f,0.80914f,0.58762f,2.969E-16f,0.80914f,0.58762f,2.969E-16f,0.80914f,0.58762f,2.969E-16f,0.80914f,0.9599f,-9.5862E-17f,-0.28035f,0.9599f,-9.5862E-17f,-0.28035f,2.8725E-16f,-3.9807E-16f,-1.0f,2.8725E-16f,-3.9807E-16f,-1.0f,5.7449E-16f,-3.9807E-16f,-1.0f,-2.8725E-16f,-3.9807E-16f,-1.0f,2.8725E-16f,-3.9807E-16f,-1.0f,0.99304f,3.0474E-17f,0.11776f,0.92f,1.145E-16f,0.39191f,0.86603f,1.6205E-16f,0.5f,0.93526f,1.2393E-16f,0.35397f,1.0f,-2.5108E-31f,-5.7449E-16f,-1.0f,-2.5108E-31f,-5.7449E-16f,-0.93526f,1.2393E-16f,0.35397f,-0.86603f,1.0803E-16f,0.5f,-0.92f,1.5266E-16f,0.39191f,-0.99304f,3.0474E-17f,0.11776f,-0.99304f,-2.0316E-17f,-0.11776f,-0.92f,-1.5266E-16f,-0.39191f,-0.86603f,-2.1607E-16f,-0.5f,-0.93526f,-8.262E-17f,-0.35397f,0.93526f,-1.6524E-16f,-0.35397f,0.86603f,-3.9489E-16f,-0.5f,0.92f,-7.633E-17f,-0.39191f,0.99304f,-4.0632E-17f,-0.11776f,0.70711f,-2.7331E-16f,-0.70711f,1.0f,1.8953E-31f,5.7449E-16f,0.70711f,2.7331E-16f,0.70711f,-6.8379E-13f,3.2991E-16f,1.0f,-0.70711f,2.7331E-16f,0.70711f,-1.0f,-2.2573E-28f,-6.8422E-13f,-0.70711f,-2.7331E-16f,-0.70711f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f}; return value; } private float[] getNormal_5_1329_vector_2() { float[] value = {0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-1.2032E-14f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-9.1919E-15f,0.0f,-1.0f,1.8384E-14f,0.0f,-0.48219f,0.87607f,0.0f,-0.48219f,0.87607f,0.0f,0.5145f,0.85749f,0.0f,0.5145f,0.85749f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,0.48219f,-0.87607f,0.0f,0.48219f,-0.87607f,0.0f,-0.5145f,-0.85749f,0.0f,-0.5145f,-0.85749f,0.0f,-1.0f,-9.1919E-15f,0.0f,-1.0f,1.8384E-14f,0.0f,-1.0f,9.1919E-15f,0.0f,0.0f,-1.0f,4.5957E-15f,0.97187f,-0.23551f,0.0f,0.97187f,-0.23551f,-6.3569E-15f,0.97187f,-0.23551f,-3.5849E-15f,0.97187f,-0.23551f,0.0f,0.0f,-1.0f,0.0f,-1.0f,9.1919E-15f,0.0f,-1.0f,-9.1919E-15f,0.0f,0.0f,1.0f,1.0475E-15f,0.97187f,0.23551f,6.2614E-15f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,0.0f,0.97187f,0.23551f,0.0f,0.0f,1.0f,0.0f,-1.0f,-9.1919E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,-1.4146E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,1.4146E-15f,1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,0.0f,-1.0f,-8.7614E-16f,0.0f,-1.0f,0.0f,0.0f,-1.0f,0.0f,7.0728E-16f,-1.0f,0.0f,0.0f,1.4362E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,5.7449E-16f,0.0f,1.0f,1.4362E-16f,0.0f,1.0f,-0.87607f,0.0f,0.48219f,-0.87607f,0.0f,0.48219f,-0.87607f,0.0f,0.48219f,-0.85749f,0.0f,-0.5145f,-0.85749f,0.0f,-0.5145f,2.8725E-16f,0.0f,-1.0f,-8.6174E-16f,0.0f,-1.0f,8.6174E-16f,0.0f,-1.0f,0.87607f,0.0f,-0.48219f,0.87607f,0.0f,-0.48219f,0.87607f,0.0f,-0.48219f,0.85749f,3.9394E-17f,0.5145f,0.85749f,3.9394E-17f,0.5145f,1.4362E-16f,0.0f,1.0f,0.0f,0.0f,1.0f,-5.7449E-16f,0.0f,1.0f,-7.1812E-16f,0.0f,1.0f,0.70711f,2.8188E-16f,0.70711f,1.0f,0.0f,-5.7449E-16f,0.70711f,0.0f,-0.70711f,2.8725E-16f,0.0f,-1.0f,-0.70711f,0.0f,-0.70711f,-1.0f,0.0f,2.8725E-16f,-0.70711f,0.0f,0.70711f,0.99304f,0.0f,-0.11776f,0.86603f,0.0f,-0.5f,1.0f,0.0f,-1.7235E-15f,-1.0f,0.0f,0.0f,-0.86603f,1.8634E-16f,-0.5f,-0.99304f,0.0f,-0.11776f,-0.99304f,0.0f,0.11776f,-0.86603f,0.0f,0.5f,0.86603f,1.9425E-16f,0.5f,0.99304f,0.0f,0.11776f,0.0f,1.0f,0.0f,7.9753E-15f,1.0f,0.0f,-7.9753E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,5.6583E-15f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,1.7277E-14f,0.0f,1.0f,0.0f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_1330_point_1() { float[] value = {0.67533f,0.0f,0.35965f,0.0f,0.67533f,0.066363f,0.35965f,0.066363f,0.67533f,0.13639f,0.35965f,0.13639f,0.67533f,0.20637f,0.35965f,0.20637f,0.67533f,0.27383f,0.35965f,0.27383f,0.67533f,0.34326f,0.35965f,0.34326f,0.62675f,0.34326f,0.61943f,0.30035f,0.61211f,0.25745f,0.61802f,0.22053f,0.62599f,0.18544f,0.57174f,0.18544f,0.51749f,0.18544f,0.46324f,0.18544f,0.40899f,0.18544f,0.41696f,0.22053f,0.42287f,0.25745f,0.41555f,0.30035f,0.40823f,0.34326f,0.40823f,0.0f,0.41555f,0.042908f,0.42287f,0.085815f,0.41696f,0.12274f,0.40899f,0.15782f,0.46324f,0.15782f,0.51749f,0.15782f,0.57174f,0.15782f,0.62599f,0.15782f,0.61802f,0.12274f,0.61211f,0.085815f,0.61943f,0.042908f,0.62675f,0.0f,0.08918f,0.25f,0.17325f,0.30944f,0.14227f,0.41084f,0.036776f,0.41134f,0.0035762f,0.31418f,0.08918f,0.17836f,0.0051064f,0.11892f,0.036093f,0.017522f,0.14158f,0.017021f,0.17478f,0.11418f,0.35965f,0.55867f,0.35965f,0.66091f,0.35965f,0.76315f,0.35965f,0.86539f,0.35965f,0.96763f,0.48317f,0.55867f,0.48317f,0.76315f,0.48317f,0.86539f,0.6135f,0.66091f,0.6135f,0.76315f,0.6135f,0.86539f,0.74376f,0.55867f,0.74376f,0.66091f,0.74376f,0.76315f,0.74376f,0.86539f,0.86932f,0.76315f,0.86932f,0.86539f,0.99854f,0.55867f,0.99854f,0.66091f,0.99854f,0.76315f,0.99854f,0.86539f,0.99854f,0.96763f,0.82579f,0.55867f,0.7963f,0.57651f,0.78434f,0.60808f,0.80041f,0.64399f,0.83881f,0.65892f,0.51937f,0.65892f,0.55777f,0.64399f,0.57385f,0.60808f,0.56188f,0.57651f,0.5324f,0.55867f,0.50634f,0.55867f,0.47686f,0.57651f,0.46489f,0.60808f,0.48096f,0.64399f,0.87722f,0.64399f,0.89329f,0.60808f,0.88133f,0.57651f,0.85184f,0.55867f,0.91867f,0.96763f,0.83881f,0.96763f,0.75895f,0.96763f,0.67909f,0.96763f,0.59923f,0.96763f,0.51937f,0.96763f,0.43951f,0.96763f,0.088447f,0.5f,0.088447f,0.55013f,0.088447f,0.60025f,0.088447f,0.65038f,0.088447f,0.7005f}; return value; } private float[] getTextureCoordinate_5_1330_point_2() { float[] value = {0.066816f,0.69543f,0.0f,0.60025f,0.17982f,0.7005f,0.17982f,0.65038f,0.17982f,0.60025f,0.17982f,0.55013f,0.17982f,0.5f,0.24914f,0.54093f,0.99551f,0.0f,0.67982f,0.0f,0.99551f,0.057624f,0.67982f,0.057624f,0.99551f,0.11597f,0.67982f,0.11597f,0.99551f,0.17163f,0.67982f,0.17163f,0.99551f,0.22925f,0.67982f,0.22925f,0.99551f,0.2876f,0.67982f,0.2876f,0.99551f,0.34326f,0.67982f,0.34326f,0.94693f,0.34326f,0.93229f,0.25745f,0.94617f,0.18544f,0.87383f,0.18544f,0.8015f,0.18544f,0.72917f,0.18544f,0.74304f,0.25745f,0.72841f,0.34326f,0.72841f,0.0f,0.74304f,0.085815f,0.72917f,0.15782f,0.8015f,0.15782f,0.87383f,0.15782f,0.94617f,0.15782f,0.93229f,0.085815f,0.94693f,0.0f,0.269f,0.25f,0.34713f,0.29618f,0.34547f,0.38506f,0.269f,0.42836f,0.19088f,0.38218f,0.19253f,0.2933f,0.269f,0.17836f,0.19088f,0.13218f,0.19253f,0.043297f,0.269f,0.0f,0.34713f,0.046178f,0.34547f,0.13506f,0.35965f,0.34473f,0.35965f,0.41081f,0.35965f,0.4769f,0.35965f,0.54298f,0.4669f,0.34473f,0.4669f,0.41081f,0.4669f,0.4769f,0.5755f,0.41081f,0.5755f,0.4769f,0.67909f,0.34473f,0.67909f,0.41081f,0.67909f,0.4769f,0.78634f,0.34473f,0.78634f,0.41081f,0.78634f,0.4769f,0.89494f,0.41081f,0.89494f,0.4769f,0.99854f,0.34473f,0.99854f,0.41081f,0.99854f,0.4769f,0.99854f,0.54298f,0.91867f,0.54298f,0.83881f,0.54298f,0.75895f,0.54298f,0.67909f,0.54298f,0.59923f,0.54298f,0.51937f,0.54298f,0.43951f,0.54298f,0.82579f,0.34473f,0.78434f,0.39414f,0.83881f,0.44497f,0.51937f,0.44497f,0.57385f,0.39414f,0.5324f,0.34473f,0.50634f,0.34473f,0.46489f,0.39414f,0.89329f,0.39414f,0.85184f,0.34473f,0.35818f,0.5f,0.35818f,0.56683f,0.35818f,0.63367f,0.35818f,0.7005f,0.32165f,0.6887f,0.26974f,0.60025f,0.089912f,0.7005f,0.089912f,0.63367f,0.089912f,0.56683f,0.089912f,0.5f,0.12645f,0.51181f,0.17836f,0.60025f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1356_coordIndex_1() { int[] value = {11,0,1,-1,12,11,1,-1,12,1,2,-1,13,12,2,-1,13,2,3,-1,14,13,3,-1,14,3,4,-1,15,14,4,-1,15,4,5,-1,16,15,6,-1,15,5,6,-1,17,16,7,-1,16,6,7,-1,18,17,8,-1,17,7,8,-1,19,18,8,-1,21,10,11,-1,22,21,12,-1,21,11,12,-1,23,22,13,-1,22,12,13,-1,24,23,14,-1,23,13,14,-1,130,24,15,-1,24,14,15,-1,26,25,15,-1,26,15,16,-1,27,26,16,-1,27,16,17,-1,28,27,17,-1,28,17,18,-1,29,28,18,-1,43,42,34,-1,42,33,34,-1,44,43,35,-1,43,34,35,-1,45,44,131,-1,44,35,131,-1,46,45,36,-1,46,36,37,-1,47,46,37,-1,47,37,38,-1,132,133,42,-1,133,41,42,-1,134,135,43,-1,135,42,43,-1,136,137,44,-1,137,43,44,-1,138,139,45,-1,139,44,45,-1,140,141,45,-1,140,45,46,-1,142,143,46,-1,142,46,47,-1,144,145,47,-1,144,47,48,-1,62,61,51,-1,62,51,52,-1,63,62,52,-1,63,52,53,-1,64,63,53,-1,64,53,54,-1,65,64,54,-1,65,54,55,-1,66,65,56,-1,65,55,56,-1,67,66,57,-1,66,56,57,-1,68,67,58,-1,67,57,58,-1,72,71,61,-1,72,61,62,-1,73,72,62,-1,73,62,63,-1,74,73,63,-1,74,63,64,-1,75,74,64,-1,75,64,65,-1,76,75,66,-1,75,65,66,-1,77,76,67,-1,76,66,67,-1,78,77,68,-1,77,67,68,-1,82,81,71,-1,82,71,72,-1,83,82,72,-1,83,72,73,-1,84,83,73,-1,84,73,74,-1,85,84,74,-1,85,74,75,-1,86,85,76,-1,85,75,76,-1,87,86,77,-1,86,76,77,-1,88,87,78,-1,87,77,78,-1,89,88,78,-1,90,68,91,-1,91,58,92,-1,92,58,93,-1,93,48,94,-1,94,38,95,-1,95,38,96,-1,96,37,97,-1,97,37,98,-1,98,36,99,-1,99,35,100,-1,100,35,101,-1,101,34,102,-1,102,33,103,-1,103,33,104,-1,104,41,105,-1,105,51,106,-1,106,51,107,-1,107,71,108,-1,108,70,109,-1,109,60,110,-1,110,40,111,-1,111,20,112,-1,112,21,113,-1,113,22,114,-1,114,22,115,-1,115,22,116,-1,116,23,117,-1,117,23,118,-1,118,24,119,-1,119,24,120,-1,120,25,121,-1,121,26,122,-1,122,27,123,-1,123,27,124,-1,124,28,125,-1,125,28,126,-1,126,31,127,-1,127,39,128,-1,128,49,129,-1,129,69,90,-1,80,108,81,-1,21,112,20,-1,22,113,21,-1,23,116,22,-1,24,118,23,-1,25,120,24,-1,26,121,25,-1,27,122,26,-1,28,124,27,-1,29,126,28,-1,33,102,34,-1,42,104,33,-1,34,101,35,-1,35,99,36,-1,36,98,37,-1,38,94,47,-1,37,96,38,-1,41,104,42,-1,51,105,41,-1,48,93,58,-1,47,94,48,-1,61,107,51,-1,58,91,68,-1,71,107,61,-1,68,90,78,-1,81,108,71,-1,78,90,79,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_1356_point_1() { float[] value = {-4.2796f,28.905f,1.9654f,-4.2854f,30.915f,1.0351f,-4.295f,34.237f,0.54984f,-4.3051f,37.747f,0.28815f,-4.316f,41.505f,0.16775f,-4.3204f,43.021f,0.15731f,-4.3264f,45.122f,0.19404f,-4.3359f,48.413f,0.41498f,-4.3454f,51.696f,0.95086f,-4.3507f,53.504f,1.9654f,-4.2796f,28.905f,1.9654f,-4.1116f,30.917f,2.2274f,-4.0305f,34.241f,2.3641f,-3.9918f,37.752f,2.4378f,-3.9802f,41.51f,2.4718f,-3.9826f,43.025f,2.4747f,-3.9947f,45.127f,2.4644f,-4.0445f,48.417f,2.4021f,-4.1541f,51.699f,2.2512f,-4.3507f,53.504f,1.9654f,-4.2796f,28.905f,1.9654f,-4.2486f,30.917f,3.5061f,-4.239f,34.24f,4.3098f,-4.2388f,37.751f,4.7432f,-4.2449f,41.509f,4.9426f,-4.2489f,43.025f,4.9599f,-4.2229f,45.126f,4.8991f,-4.2055f,48.416f,4.5332f,-4.233f,51.699f,3.6457f,-4.3507f,53.504f,1.9654f,-4.2796f,28.905f,1.9654f,-4.3507f,53.504f,1.9654f,-4.2796f,28.905f,1.9654f,-7.0098f,34.232f,4.7105f,-7.5218f,37.742f,5.218f,-7.7636f,41.499f,5.4515f,-7.788f,43.014f,5.4717f,-7.6748f,45.117f,5.4005f,-7.2086f,48.408f,4.9721f,-4.3507f,53.504f,1.9654f,-4.2796f,28.905f,1.9654f,-6.8127f,30.909f,2.7246f,-8.1408f,34.229f,3.1207f,-8.8619f,37.738f,3.3343f,-9.1998f,41.495f,3.4325f,-9.2326f,43.01f,3.4411f,-9.1314f,45.112f,3.4111f,-8.5329f,48.404f,3.2308f,-7.0858f,51.691f,2.7934f,-4.3507f,53.504f,1.9654f,-4.2796f,28.905f,1.9654f,-7.0735f,30.909f,1.9654f,-8.5377f,34.228f,1.9654f,-9.3322f,37.736f,1.9654f,-9.7039f,41.493f,1.9654f,-9.7395f,43.009f,1.9654f,-9.6355f,45.111f,1.9654f,-8.9829f,48.403f,1.9654f,-7.3862f,51.69f,1.9654f,-4.3507f,53.504f,1.9654f,-4.2796f,28.905f,1.9654f,-6.7672f,30.909f,1.5415f,-8.0715f,34.228f,1.3203f,-8.7799f,37.736f,1.2011f,-9.1119f,41.493f,1.1462f,-9.1442f,43.009f,1.1415f,-9.0522f,45.111f,1.1582f,-8.4723f,48.403f,1.2589f,-7.0521f,51.69f,1.5031f,-4.3507f,53.504f,1.9654f,-4.2796f,28.905f,1.9654f,-5.5511f,30.911f,1.1365f,-6.221f,34.232f,0.70411f,-6.5872f,37.741f,0.47094f,-6.7619f,41.498f,0.36367f,-6.7805f,43.014f,0.35436f,-6.7366f,45.116f,0.38709f,-6.4455f,48.407f,0.58394f,-5.7258f,51.693f,1.0614f,-4.3507f,53.504f,1.9654f,-4.2796f,28.905f,1.9654f,-4.2854f,30.915f,1.0351f,-4.295f,34.237f,0.54984f,-4.3051f,37.747f,0.28815f,-4.316f,41.505f,0.16775f,-4.3204f,43.021f,0.15731f,-4.3264f,45.122f,0.19404f,-4.3359f,48.413f,0.41498f,-4.3454f,51.696f,0.95086f,-4.3507f,53.504f,1.9654f,-5.56f,53.163f,1.756f,-6.0736f,52.879f,1.756f,-6.1448f,52.906f,1.9654f,-6.2802f,52.671f,2.4758f,-6.5038f,51.3f,3.9856f,-6.5688f,49.523f,5.0095f,-6.583f,47.971f,5.5801f,-6.5802f,46.328f,5.9827f,-6.5695f,44.657f,6.2303f,-6.5597f,43.018f,6.3356f}; return value; } private float[] getCoordinate_5_1356_point_2() { float[] value = {-6.5579f,40.772f,6.2639f,-6.558f,38.44f,6.0339f,-6.5501f,36.131f,5.6232f,-6.5238f,33.953f,5.0095f,-6.4515f,31.787f,4.0301f,-6.2146f,30.003f,2.4758f,-6.0777f,29.697f,1.9654f,-6.0067f,29.734f,1.756f,-4.4765f,29.008f,1.756f,-4.4762f,28.921f,1.907f,-4.4762f,28.913f,1.9654f,-4.4772f,29.284f,3.0506f,-4.4825f,31.085f,4.265f,-4.4883f,33.114f,4.9055f,-4.4917f,34.281f,5.162f,-4.4952f,35.503f,5.3754f,-4.4989f,36.765f,5.5485f,-4.5026f,38.046f,5.6841f,-4.5063f,39.331f,5.7848f,-4.51f,40.601f,5.8534f,-4.5135f,41.838f,5.8925f,-4.517f,43.024f,5.905f,-4.5226f,44.968f,6.0108f,-4.5289f,47.152f,5.9465f,-4.5352f,49.319f,5.6116f,-4.5406f,51.211f,4.9055f,-4.5439f,52.329f,4.1293f,-4.5463f,53.166f,3.138f,-5.4781f,53.163f,2.503f,-5.714f,53.162f,1.9654f,-4.2489f,43.025f,4.9599f,-7.788f,43.014f,5.4717f,-8.5377f,34.228f,1.9654f,-7.0735f,30.909f,1.9654f,-9.3322f,37.736f,1.9654f,-8.5377f,34.228f,1.9654f,-9.7039f,41.493f,1.9654f,-9.3322f,37.736f,1.9654f,-9.7395f,43.009f,1.9654f,-9.7039f,41.493f,1.9654f,-9.6355f,45.111f,1.9654f,-9.7395f,43.009f,1.9654f,-8.9829f,48.403f,1.9654f,-9.6355f,45.111f,1.9654f,-7.3862f,51.69f,1.9654f,-8.9829f,48.403f,1.9654f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_1357_vector_1() { float[] value = {0.0028904f,-0.99999f,0.0021407f,6.0354E-4f,-0.20881f,-0.97796f,2.9267E-4f,-0.10126f,-0.99486f,1.4884E-4f,-0.051493f,-0.99867f,3.9958E-5f,-0.013825f,-0.9999f,8.7123E-17f,3.1187E-18f,-1.0f,-1.0202E-4f,0.035296f,-0.99938f,-2.9757E-4f,0.10295f,-0.99469f,-7.1259E-4f,0.24654f,-0.96913f,-0.0028904f,0.99999f,-0.0021407f,0.0028904f,-1.0f,3.6965E-15f,0.99887f,-0.038593f,0.027632f,0.99947f,-0.016902f,0.02765f,0.99959f,-0.0071394f,0.027654f,0.99962f,1.9985E-4f,0.027655f,0.99961f,0.0024333f,0.027655f,0.99966f,0.0093638f,0.024194f,0.99955f,0.022607f,0.01949f,0.99856f,0.051636f,0.014598f,-0.0028904f,1.0f,-4.1616E-16f,0.0028904f,-1.0f,5.8562E-16f,0.97581f,-0.077655f,0.20439f,0.97813f,-0.03564f,0.2049f,0.97862f,-0.016672f,0.20501f,0.97875f,-0.0024012f,0.20505f,0.97865f,-0.014541f,0.20502f,0.98362f,8.7765E-4f,0.18027f,0.98897f,0.024923f,0.14603f,0.99166f,0.067496f,0.10979f,-0.0028904f,1.0f,-2.1402E-15f,0.0028904f,-1.0f,-1.7253E-17f,-0.0028904f,1.0f,2.6155E-15f,0.0028904f,-1.0f,1.523E-15f,-0.66209f,-0.26929f,0.69937f,-0.68081f,-0.14118f,0.71873f,-0.68731f,-0.039659f,0.72528f,-0.68785f,0.015795f,0.72568f,-0.67209f,0.10756f,0.73262f,-0.63475f,0.27552f,0.72193f,-0.0028904f,1.0f,-2.9765E-17f,0.0028904f,-1.0f,1.3908E-15f,-0.77504f,-0.51602f,0.36476f,-0.86954f,-0.27707f,0.40882f,-0.89537f,-0.14577f,0.42078f,-0.90432f,-0.041379f,0.42484f,-0.90512f,9.2936E-4f,0.42516f,-0.89709f,0.098675f,0.43068f,-0.8615f,0.27689f,0.42562f,-0.72865f,0.57617f,0.37026f,-0.0028904f,1.0f,-2.0554E-15f,0.0028904f,-0.99999f,0.0021407f,-0.84084f,-0.54128f,0.0011535f,-0.95566f,-0.29449f,6.2449E-4f,-0.98783f,-0.15557f,3.2691E-4f,-0.99902f,-0.04429f,8.863E-5f,-1.0f,-0.0028904f,-1.5817E-15f,-0.99474f,0.1024f,-2.2537E-4f,-0.95593f,0.29358f,-6.3439E-4f,-0.79681f,0.60423f,-0.0012984f,-0.0028904f,0.99999f,-0.0021407f,0.0028904f,-0.99999f,0.0021407f,-0.50753f,-0.36694f,-0.77959f,-0.53633f,-0.1855f,-0.82337f,-0.54338f,-0.095948f,-0.83398f,-0.54577f,-0.026988f,-0.8375f,-0.546f,-0.0015782f,-0.83778f,-0.54498f,0.063218f,-0.83607f,-0.53673f,0.18536f,-0.82314f,-0.49542f,0.42211f,-0.7592f,-0.0028904f,0.99999f,-0.0021407f,0.0028904f,-0.99999f,0.0021407f,-0.16251f,-0.23039f,-0.95943f,-0.16625f,-0.11239f,-0.97966f,-0.16717f,-0.057441f,-0.98425f,-0.16753f,-0.01578f,-0.98574f,-0.16759f,-4.8439E-4f,-0.98586f,-0.16756f,0.038564f,-0.98511f,-0.16679f,0.11329f,-0.97946f,-0.16201f,0.27046f,-0.949f,-0.0028904f,0.99999f,-0.0021407f,0.0028904f,-0.99999f,0.0021407f,6.0354E-4f,-0.20881f,-0.97796f,2.9267E-4f,-0.10126f,-0.99486f,1.4884E-4f,-0.051493f,-0.99867f,3.9958E-5f,-0.013825f,-0.9999f,-2.0373E-16f,-5.8886E-19f,-1.0f,-1.0202E-4f,0.035296f,-0.99938f,-2.9757E-4f,0.10295f,-0.99469f,-7.1259E-4f,0.24654f,-0.96913f,-0.0028904f,0.99999f,-0.0021407f,-0.34619f,0.76981f,-0.53623f,-0.47171f,0.71663f,-0.51375f,-0.56424f,0.82561f,-0.0017709f,-0.59696f,0.74981f,0.28536f,-0.58779f,0.51356f,0.62511f,-0.53509f,0.34991f,0.76892f,-0.49848f,0.25106f,0.82975f,-0.46864f,0.16622f,0.86761f,-0.44664f,0.090184f,0.89016f,-0.43351f,0.019893f,0.90093f}; return value; } private float[] getNormal_5_1357_vector_2() { float[] value = {-0.44062f,-0.057236f,0.89587f,-0.46323f,-0.11981f,0.8781f,-0.50264f,-0.19249f,0.84279f,-0.55922f,-0.28179f,0.77966f,-0.64001f,-0.41866f,0.64428f,-0.69264f,-0.65306f,0.30619f,-0.67298f,-0.73966f,0.0015792f,-0.53494f,-0.61051f,-0.58405f,-0.068155f,-0.73833f,-0.67098f,-0.088622f,-0.96626f,-0.24186f,-0.091284f,-0.99582f,0.0021312f,0.002357f,-0.81546f,0.5788f,0.85037f,-0.19805f,0.48749f,0.90309f,-0.10026f,0.41758f,0.91383f,-0.075304f,0.39905f,0.92062f,-0.057158f,0.38624f,0.92513f,-0.043026f,0.37719f,0.92817f,-0.031431f,0.37083f,0.93017f,-0.021511f,0.3665f,0.93141f,-0.012727f,0.36375f,0.93206f,-0.0047333f,0.36228f,0.93183f,-0.030067f,0.36164f,0.92712f,-0.0041322f,0.37475f,0.90938f,0.037451f,0.41428f,0.83335f,0.13324f,0.53645f,0.078823f,0.48394f,0.87154f,-0.040267f,0.6573f,0.75256f,-0.081973f,0.86652f,0.49236f,-0.40349f,0.87343f,0.27259f,-0.45195f,0.89204f,-0.0019124f,0.97875f,0.002829f,0.20505f,-0.68791f,-0.0019883f,0.72579f,-0.9345f,-0.28796f,0.20927f,-0.82629f,-0.53191f,0.18522f,-0.96453f,-0.1519f,0.2159f,-0.9345f,-0.28796f,0.20927f,-0.97495f,-0.043223f,0.21817f,-0.96453f,-0.1519f,0.2159f,-0.97587f,-0.0028207f,0.21834f,-0.97495f,-0.043223f,0.21817f,-0.971f,0.099958f,0.21719f,-0.97587f,-0.0028207f,0.21834f,-0.93483f,0.2871f,0.20897f,-0.971f,0.099958f,0.21719f,-0.7845f,0.59489f,0.17514f,-0.93483f,0.2871f,0.20897f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_1358_point_1() { float[] value = {0.0f,0.0f,0.0f,0.1757f,0.0f,0.28442f,0.0f,0.37317f,0.0f,0.46277f,0.0f,0.5f,0.0f,0.56875f,0.0f,0.6757f,0.0f,0.80741f,0.0f,1.0f,0.26875f,0.0f,0.26875f,0.1757f,0.26875f,0.28442f,0.26875f,0.37317f,0.26875f,0.46277f,0.26875f,0.5f,0.26875f,0.56875f,0.26875f,0.6757f,0.26875f,0.80741f,0.26875f,1.0f,0.36044f,0.0f,0.36044f,0.1757f,0.36044f,0.28442f,0.36044f,0.37317f,0.36044f,0.46277f,0.36044f,0.5f,0.36044f,0.56875f,0.36044f,0.6757f,0.36044f,0.80741f,0.36044f,1.0f,0.52359f,0.0f,0.52359f,1.0f,0.61681f,0.0f,0.61681f,0.28442f,0.61681f,0.37317f,0.61681f,0.46277f,0.61681f,0.5f,0.61681f,0.56875f,0.61681f,0.6757f,0.61681f,1.0f,0.69673f,0.0f,0.69673f,0.1757f,0.69673f,0.28442f,0.69673f,0.37317f,0.69673f,0.46277f,0.69673f,0.5f,0.69673f,0.56875f,0.69673f,0.6757f,0.69673f,0.80741f,0.69673f,1.0f,0.75f,0.0f,0.75f,0.1757f,0.75f,0.28442f,0.75f,0.37317f,0.75f,0.46277f,0.75f,0.5f,0.75f,0.56875f,0.75f,0.6757f,0.75f,0.80741f,0.75f,1.0f,0.8275f,0.0f,0.8275f,0.1757f,0.8275f,0.28442f,0.8275f,0.37317f,0.8275f,0.46277f,0.8275f,0.5f,0.8275f,0.56875f,0.8275f,0.6757f,0.8275f,0.80741f,0.8275f,1.0f,0.9228f,0.0f,0.9228f,0.1757f,0.9228f,0.28442f,0.9228f,0.37317f,0.9228f,0.46277f,0.9228f,0.5f,0.9228f,0.56875f,0.9228f,0.6757f,0.9228f,0.80741f,0.9228f,1.0f,1.0f,0.0f,1.0f,0.1757f,1.0f,0.28442f,1.0f,0.37317f,1.0f,0.46277f,1.0f,0.5f,1.0f,0.56875f,1.0f,0.6757f,1.0f,0.80741f,1.0f,1.0f,0.82831f,0.91414f,0.80809f,0.88493f,0.75f,0.88738f,0.7026f,0.86778f,0.62651f,0.78804f,0.59721f,0.71504f,0.58382f,0.66091f,0.57444f,0.60743f,0.56779f,0.5539f,0.56333f,0.5f}; return value; } private float[] getTextureCoordinate_5_1358_point_2() { float[] value = {0.56471f,0.4452f,0.56922f,0.38974f,0.57773f,0.33375f,0.59207f,0.27666f,0.6215f,0.20941f,0.70239f,0.13161f,0.75f,0.11262f,0.80809f,0.11507f,0.94915f,0.042007f,0.86625f,0.017011f,0.75f,0.012734f,0.5f,0.078759f,0.43117f,0.18259f,0.41793f,0.25225f,0.41416f,0.28553f,0.41146f,0.31777f,0.4095f,0.34928f,0.4081f,0.38026f,0.40714f,0.41081f,0.40652f,0.44099f,0.40618f,0.47076f,0.40608f,0.5f,0.41722f,0.56371f,0.43309f,0.63399f,0.457f,0.7078f,0.4977f,0.7836f,0.50791f,0.84363f,0.5256f,0.91409f,0.6729f,0.91409f,0.75f,0.91409f,0.36044f,0.5f,0.61681f,0.5f,0.75f,0.28442f,0.75f,0.1757f,0.75f,0.37317f,0.75f,0.28442f,0.75f,0.46277f,0.75f,0.37317f,0.75f,0.5f,0.75f,0.46277f,0.75f,0.56875f,0.75f,0.5f,0.75f,0.6757f,0.75f,0.56875f,0.75f,0.80741f,0.75f,0.6757f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_4_1363_coordIndex_1() { int[] value = {11,1,0,-1,12,2,1,-1,12,1,11,-1,13,3,2,-1,13,2,12,-1,14,4,3,-1,14,3,13,-1,15,5,4,-1,15,4,14,-1,16,6,15,-1,6,5,15,-1,17,7,16,-1,7,6,16,-1,18,8,17,-1,8,7,17,-1,19,8,18,-1,21,11,10,-1,22,12,21,-1,12,11,21,-1,23,13,22,-1,13,12,22,-1,24,14,23,-1,14,13,23,-1,130,15,24,-1,15,14,24,-1,26,16,15,-1,26,15,25,-1,27,17,16,-1,27,16,26,-1,28,18,17,-1,28,17,27,-1,29,18,28,-1,43,34,42,-1,34,33,42,-1,44,35,43,-1,35,34,43,-1,45,131,44,-1,131,35,44,-1,46,37,36,-1,46,36,45,-1,47,38,37,-1,47,37,46,-1,132,42,133,-1,42,41,133,-1,134,43,135,-1,43,42,135,-1,136,44,137,-1,44,43,137,-1,138,45,139,-1,45,44,139,-1,140,46,45,-1,140,45,141,-1,142,47,46,-1,142,46,143,-1,144,48,47,-1,144,47,145,-1,62,52,51,-1,62,51,61,-1,63,53,52,-1,63,52,62,-1,64,54,53,-1,64,53,63,-1,65,55,54,-1,65,54,64,-1,66,56,65,-1,56,55,65,-1,67,57,66,-1,57,56,66,-1,68,58,67,-1,58,57,67,-1,72,62,61,-1,72,61,71,-1,73,63,62,-1,73,62,72,-1,74,64,63,-1,74,63,73,-1,75,65,64,-1,75,64,74,-1,76,66,75,-1,66,65,75,-1,77,67,76,-1,67,66,76,-1,78,68,77,-1,68,67,77,-1,82,72,71,-1,82,71,81,-1,83,73,72,-1,83,72,82,-1,84,74,73,-1,84,73,83,-1,85,75,74,-1,85,74,84,-1,86,76,85,-1,76,75,85,-1,87,77,86,-1,77,76,86,-1,88,78,87,-1,78,77,87,-1,89,78,88,-1,90,91,68,-1,91,92,58,-1,92,93,58,-1,93,94,48,-1,94,95,38,-1,95,96,38,-1,96,97,37,-1,97,98,37,-1,98,99,36,-1,99,100,35,-1,100,101,35,-1,101,102,34,-1,102,103,33,-1,103,104,33,-1,104,105,41,-1,105,106,51,-1,106,107,51,-1,107,108,71,-1,108,109,70,-1,109,110,60,-1,110,111,40,-1,111,112,20,-1,112,113,21,-1,113,114,22,-1,114,115,22,-1,115,116,22,-1,116,117,23,-1,117,118,23,-1,118,119,24,-1,119,120,24,-1,120,121,25,-1,121,122,26,-1,122,123,27,-1,123,124,27,-1,124,125,28,-1,125,126,28,-1,126,127,31,-1,127,128,39,-1,128,129,49,-1,129,90,69,-1,80,81,108,-1,21,20,112,-1,22,21,113,-1,23,22,116,-1,24,23,118,-1,25,24,120,-1,26,25,121,-1,27,26,122,-1,28,27,124,-1,29,28,126,-1,33,34,102,-1,42,33,104,-1,34,35,101,-1,35,36,99,-1,36,37,98,-1,38,47,94,-1,37,38,96,-1,41,42,104,-1,51,41,105,-1,48,58,93,-1,47,48,94,-1,61,51,107,-1,58,68,91,-1,71,61,107,-1,68,78,90,-1,81,71,108,-1,78,79,90,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_5_1363_point_1() { float[] value = {4.2047f,28.917f,1.9654f,4.2047f,30.927f,1.0351f,4.2047f,34.249f,0.54984f,4.2047f,37.76f,0.28815f,4.2047f,41.518f,0.16775f,4.2047f,43.033f,0.15731f,4.2047f,45.135f,0.19404f,4.2047f,48.425f,0.41498f,4.2047f,51.709f,0.95086f,4.2047f,53.516f,1.9654f,4.2047f,28.917f,1.9654f,4.0309f,30.929f,2.2274f,3.9402f,34.252f,2.3641f,3.8913f,37.764f,2.4378f,3.8689f,41.521f,2.4718f,3.8669f,43.037f,2.4747f,3.8729f,45.139f,2.4644f,3.9133f,48.429f,2.4021f,4.0133f,51.711f,2.2512f,4.2047f,53.516f,1.9654f,4.2047f,28.917f,1.9654f,4.1679f,30.929f,3.5061f,4.1487f,34.252f,4.3098f,4.1383f,37.764f,4.7432f,4.1336f,41.521f,4.9426f,4.1332f,43.037f,4.9599f,4.1011f,45.139f,4.8991f,4.0742f,48.429f,4.5332f,4.0922f,51.711f,3.6457f,4.2047f,53.516f,1.9654f,4.2047f,28.917f,1.9654f,4.2047f,53.516f,1.9654f,4.2047f,28.917f,1.9654f,6.9195f,34.252f,4.7105f,7.4214f,37.764f,5.218f,7.6523f,41.521f,5.4515f,7.6723f,43.037f,5.4717f,7.553f,45.139f,5.4005f,7.0773f,48.429f,4.9721f,4.2047f,53.516f,1.9654f,4.2047f,28.917f,1.9654f,6.732f,30.929f,2.7246f,8.0505f,34.252f,3.1207f,8.7614f,37.764f,3.3343f,9.0885f,41.521f,3.4325f,9.1169f,43.037f,3.4411f,9.0097f,45.139f,3.4111f,8.4016f,48.429f,3.2308f,6.945f,51.711f,2.7934f,4.2047f,53.516f,1.9654f,4.2047f,28.917f,1.9654f,6.9928f,30.929f,1.9654f,8.4474f,34.252f,1.9654f,9.2317f,37.764f,1.9654f,9.5926f,41.521f,1.9654f,9.6239f,43.037f,1.9654f,9.5138f,45.139f,1.9654f,8.8516f,48.429f,1.9654f,7.2454f,51.711f,1.9654f,4.2047f,53.516f,1.9654f,4.2047f,28.917f,1.9654f,6.6865f,30.928f,1.5415f,7.9812f,34.251f,1.3203f,8.6794f,37.762f,1.2011f,9.0006f,41.52f,1.1462f,9.0285f,43.035f,1.1415f,8.9305f,45.137f,1.1582f,8.341f,48.427f,1.2589f,6.9113f,51.71f,1.5031f,4.2047f,53.516f,1.9654f,4.2047f,28.917f,1.9654f,5.4704f,30.928f,1.1365f,6.1307f,34.25f,0.70411f,6.4868f,37.76f,0.47094f,6.6506f,41.518f,0.36367f,6.6648f,43.034f,0.35436f,6.6148f,45.135f,0.38709f,6.3142f,48.426f,0.58394f,5.5851f,51.709f,1.0614f,4.2047f,53.516f,1.9654f,4.2047f,28.917f,1.9654f,4.2047f,30.927f,1.0351f,4.2047f,34.249f,0.54984f,4.2047f,37.76f,0.28815f,4.2047f,41.518f,0.16775f,4.2047f,43.033f,0.15731f,4.2047f,45.135f,0.19404f,4.2047f,48.425f,0.41498f,4.2047f,51.709f,0.95086f,4.2047f,53.516f,1.9654f,5.415f,53.179f,1.756f,5.9294f,52.897f,1.756f,6.0005f,52.924f,1.9654f,6.1366f,52.689f,2.4758f,6.3642f,51.319f,3.9856f,6.4343f,49.542f,5.0095f,6.453f,47.99f,5.5801f,6.455f,46.347f,5.9827f,6.449f,44.676f,6.2303f,6.444f,43.037f,6.3356f}; return value; } private float[] getCoordinate_5_1363_point_2() { float[] value = {6.4487f,40.791f,6.2639f,6.4556f,38.459f,6.0339f,6.4543f,36.15f,5.6232f,6.4343f,33.972f,5.0095f,6.3683f,31.806f,4.0301f,6.1366f,30.021f,2.4758f,6.0005f,29.715f,1.9654f,5.9294f,29.751f,1.756f,4.4013f,29.021f,1.756f,4.4013f,28.934f,1.907f,4.4013f,28.926f,1.9654f,4.4013f,29.297f,3.0506f,4.4013f,31.098f,4.265f,4.4013f,33.128f,4.9055f,4.4013f,34.294f,5.162f,4.4013f,35.516f,5.3754f,4.4013f,36.778f,5.5485f,4.4013f,38.06f,5.6841f,4.4013f,39.344f,5.7848f,4.4013f,40.614f,5.8534f,4.4013f,41.851f,5.8925f,4.4013f,43.037f,5.905f,4.4013f,44.981f,6.0108f,4.4013f,47.166f,5.9465f,4.4013f,49.333f,5.6116f,4.4013f,51.224f,4.9055f,4.4013f,52.342f,4.1293f,4.4013f,53.179f,3.138f,5.3331f,53.179f,2.503f,5.569f,53.179f,1.9654f,4.1332f,43.037f,4.9599f,7.6723f,43.037f,5.4717f,8.4474f,34.252f,1.9654f,6.9928f,30.929f,1.9654f,9.2317f,37.764f,1.9654f,8.4474f,34.252f,1.9654f,9.5926f,41.521f,1.9654f,9.2317f,37.764f,1.9654f,9.6239f,43.037f,1.9654f,9.5926f,41.521f,1.9654f,9.5138f,45.139f,1.9654f,9.6239f,43.037f,1.9654f,8.8516f,48.429f,1.9654f,9.5138f,45.139f,1.9654f,7.2454f,51.711f,1.9654f,8.8516f,48.429f,1.9654f}; return value; } /** Define subarrays using type float[] */ private float[] getNormal_5_1364_vector_1() { float[] value = {-3.2491E-14f,-1.0f,0.0021407f,5.6061E-15f,-0.20881f,-0.97796f,-1.9431E-15f,-0.10126f,-0.99486f,8.5457E-16f,-0.051493f,-0.99867f,9.3116E-17f,-0.013825f,-0.9999f,-8.7132E-17f,2.8668E-18f,-1.0f,-4.776E-17f,0.035297f,-0.99938f,-2.974E-15f,0.10295f,-0.99469f,0.0f,0.24654f,-0.96913f,2.5561E-14f,1.0f,-0.0021407f,-1.3665E-14f,-1.0f,6.8807E-15f,-0.99876f,-0.04148f,0.027632f,-0.99942f,-0.019791f,0.02765f,-0.99957f,-0.010029f,0.027654f,-0.99961f,-0.0026894f,0.027655f,-0.99962f,-4.5604E-4f,0.027655f,-0.99969f,0.0064743f,0.024194f,-0.99962f,0.019718f,0.01949f,-0.9987f,0.04875f,0.014598f,-4.9258E-14f,1.0f,5.4284E-16f,1.6467E-14f,-1.0f,-1.7456E-15f,-0.97558f,-0.080475f,0.20439f,-0.97803f,-0.038467f,0.2049f,-0.97857f,-0.0195f,0.20501f,-0.97874f,-0.0052302f,0.20505f,-0.9786f,-0.01737f,0.20502f,-0.98362f,-0.0019654f,0.18027f,-0.98903f,0.022064f,0.14603f,-0.99185f,0.064629f,0.10979f,-4.4357E-14f,1.0f,-2.3569E-15f,2.6105E-16f,-1.0f,1.2933E-15f,-4.9149E-15f,1.0f,8.9149E-16f,-6.5556E-16f,-1.0f,7.0476E-16f,0.66287f,-0.26737f,0.69937f,0.68121f,-0.13921f,0.71873f,0.68743f,-0.037673f,0.72528f,0.6878f,0.017784f,0.72568f,0.67177f,0.1095f,0.73262f,0.63395f,0.27736f,0.72193f,-2.2831E-16f,1.0f,8.1956E-16f,-3.4847E-16f,-1.0f,-6.1853E-17f,0.77652f,-0.51377f,0.36476f,0.87033f,-0.27456f,0.40882f,0.89579f,-0.14318f,0.42078f,0.90444f,-0.038765f,0.42484f,0.90511f,0.0035455f,0.42516f,0.8968f,0.10127f,0.43068f,0.86069f,0.27938f,0.42562f,0.72698f,0.57827f,0.37026f,1.5649E-15f,1.0f,2.7159E-15f,8.7431E-16f,-1.0f,0.0021407f,0.8424f,-0.53885f,0.0011535f,0.9565f,-0.29172f,6.2449E-4f,0.98827f,-0.15271f,3.2691E-4f,0.99914f,-0.041402f,8.863E-5f,1.0f,1.8348E-16f,-3.9277E-19f,0.99444f,0.10528f,-2.2537E-4f,0.95508f,0.29634f,-6.3439E-4f,0.79506f,0.60653f,-0.0012984f,1.0952E-15f,1.0f,-0.0021407f,1.911E-15f,-1.0f,0.0021407f,0.50859f,-0.36547f,-0.77959f,0.53686f,-0.18395f,-0.82337f,0.54366f,-0.094377f,-0.83398f,0.54585f,-0.025411f,-0.8375f,0.546f,-1.0983E-17f,-0.83778f,0.54479f,0.064793f,-0.83607f,0.5362f,0.18691f,-0.82314f,0.4942f,0.42354f,-0.7592f,-3.6839E-15f,1.0f,-0.0021407f,-1.7745E-15f,-1.0f,0.0021407f,0.16318f,-0.22992f,-0.95943f,0.16657f,-0.11191f,-0.97966f,0.16733f,-0.056958f,-0.98425f,0.16757f,-0.015296f,-0.98574f,0.16759f,6.9757E-18f,-0.98586f,0.16744f,0.039048f,-0.98511f,0.16646f,0.11377f,-0.97946f,0.16122f,0.27093f,-0.949f,-2.0765E-15f,1.0f,-0.0021407f,1.0123E-16f,-1.0f,0.0021407f,-2.0248E-17f,-0.20881f,-0.97796f,1.6053E-16f,-0.10126f,-0.99486f,1.7453E-16f,-0.051493f,-0.99867f,2.0715E-16f,-0.013825f,-0.9999f,2.0373E-16f,0.0f,-1.0f,1.3649E-16f,0.035297f,-0.99938f,-4.079E-17f,0.10295f,-0.99469f,-2.5082E-16f,0.24654f,-0.96913f,-2.3955E-15f,1.0f,-0.0021407f,0.34397f,0.7708f,-0.53623f,0.46963f,0.71799f,-0.51375f,0.56185f,0.82724f,-0.0017709f,0.59479f,0.75153f,0.28536f,0.5863f,0.51526f,0.62511f,0.53408f,0.35145f,0.76892f,0.49775f,0.2525f,0.82975f,0.46816f,0.16757f,0.86761f,0.44638f,0.091475f,0.89016f,0.43345f,0.021146f,0.90093f}; return value; } private float[] getNormal_5_1364_vector_2() { float[] value = {0.44078f,-0.055963f,0.89587f,0.46358f,-0.11847f,0.8781f,0.50319f,-0.19104f,0.84279f,0.56004f,-0.28017f,0.77966f,0.64122f,-0.41681f,0.64428f,0.69453f,-0.65106f,0.30619f,0.67512f,-0.73771f,0.0015792f,0.5367f,-0.60896f,-0.58405f,0.070288f,-0.73813f,-0.67098f,0.091414f,-0.966f,-0.24186f,0.094162f,-0.99555f,0.0021312f,-8.0945E-15f,-0.81547f,0.5788f,-0.8498f,-0.2005f,0.48749f,-0.9028f,-0.10287f,0.41758f,-0.91361f,-0.077945f,0.39905f,-0.92046f,-0.059819f,0.38624f,-0.92501f,-0.0457f,0.37719f,-0.92807f,-0.034114f,0.37083f,-0.93011f,-0.024199f,0.3665f,-0.93137f,-0.015419f,0.36375f,-0.93204f,-0.0074273f,0.36228f,-0.93174f,-0.03276f,0.36164f,-0.9271f,-0.0068119f,0.37475f,-0.90948f,0.034822f,0.41428f,-0.83373f,0.13083f,0.53645f,-0.080222f,0.48371f,0.87154f,0.038367f,0.65741f,0.75256f,0.079468f,0.86675f,0.49236f,0.40097f,0.8746f,0.27259f,0.44937f,0.89334f,-0.0019124f,-0.97875f,3.4902E-18f,0.20505f,0.68791f,7.1544E-17f,0.72579f,0.93532f,-0.28526f,0.20927f,0.82783f,-0.52952f,0.18522f,0.96496f,-0.14911f,0.2159f,0.93532f,-0.28526f,0.20927f,0.97507f,-0.040405f,0.21817f,0.96496f,-0.14911f,0.2159f,0.97587f,-1.0152E-16f,0.21834f,0.97507f,-0.040405f,0.21817f,0.97071f,0.10276f,0.21719f,0.97587f,1.3679E-16f,0.21834f,0.93399f,0.2898f,0.20897f,0.97071f,0.10276f,0.21719f,0.78277f,0.59715f,0.17514f,0.93399f,0.2898f,0.20897f}; return value; } /** Define subarrays using type float[] */ private float[] getTextureCoordinate_5_1365_point_1() { float[] value = {0.0f,0.0f,0.0f,0.1757f,0.0f,0.28442f,0.0f,0.37317f,0.0f,0.46277f,0.0f,0.5f,0.0f,0.56875f,0.0f,0.6757f,0.0f,0.80741f,0.0f,1.0f,0.26875f,0.0f,0.26875f,0.1757f,0.26875f,0.28442f,0.26875f,0.37317f,0.26875f,0.46277f,0.26875f,0.5f,0.26875f,0.56875f,0.26875f,0.6757f,0.26875f,0.80741f,0.26875f,1.0f,0.36044f,0.0f,0.36044f,0.1757f,0.36044f,0.28442f,0.36044f,0.37317f,0.36044f,0.46277f,0.36044f,0.5f,0.36044f,0.56875f,0.36044f,0.6757f,0.36044f,0.80741f,0.36044f,1.0f,0.52359f,0.0f,0.52359f,1.0f,0.61681f,0.0f,0.61681f,0.28442f,0.61681f,0.37317f,0.61681f,0.46277f,0.61681f,0.5f,0.61681f,0.56875f,0.61681f,0.6757f,0.61681f,1.0f,0.69673f,0.0f,0.69673f,0.1757f,0.69673f,0.28442f,0.69673f,0.37317f,0.69673f,0.46277f,0.69673f,0.5f,0.69673f,0.56875f,0.69673f,0.6757f,0.69673f,0.80741f,0.69673f,1.0f,0.75f,0.0f,0.75f,0.1757f,0.75f,0.28442f,0.75f,0.37317f,0.75f,0.46277f,0.75f,0.5f,0.75f,0.56875f,0.75f,0.6757f,0.75f,0.80741f,0.75f,1.0f,0.8275f,0.0f,0.8275f,0.1757f,0.8275f,0.28442f,0.8275f,0.37317f,0.8275f,0.46277f,0.8275f,0.5f,0.8275f,0.56875f,0.8275f,0.6757f,0.8275f,0.80741f,0.8275f,1.0f,0.9228f,0.0f,0.9228f,0.1757f,0.9228f,0.28442f,0.9228f,0.37317f,0.9228f,0.46277f,0.9228f,0.5f,0.9228f,0.56875f,0.9228f,0.6757f,0.9228f,0.80741f,0.9228f,1.0f,1.0f,0.0f,1.0f,0.1757f,1.0f,0.28442f,1.0f,0.37317f,1.0f,0.46277f,1.0f,0.5f,1.0f,0.56875f,1.0f,0.6757f,1.0f,0.80741f,1.0f,1.0f,0.82831f,0.91414f,0.80809f,0.88493f,0.75f,0.88738f,0.7026f,0.86778f,0.62651f,0.78804f,0.59721f,0.71504f,0.58382f,0.66091f,0.57444f,0.60743f,0.56779f,0.5539f,0.56333f,0.5f}; return value; } private float[] getTextureCoordinate_5_1365_point_2() { float[] value = {0.56471f,0.4452f,0.56922f,0.38974f,0.57773f,0.33375f,0.59207f,0.27666f,0.6215f,0.20941f,0.70239f,0.13161f,0.75f,0.11262f,0.80809f,0.11507f,0.94915f,0.042007f,0.86625f,0.017011f,0.75f,0.012734f,0.5f,0.078759f,0.43117f,0.18259f,0.41793f,0.25225f,0.41416f,0.28553f,0.41146f,0.31777f,0.4095f,0.34928f,0.4081f,0.38026f,0.40714f,0.41081f,0.40652f,0.44099f,0.40618f,0.47076f,0.40608f,0.5f,0.41722f,0.56371f,0.43309f,0.63399f,0.457f,0.7078f,0.4977f,0.7836f,0.50791f,0.84363f,0.5256f,0.91409f,0.6729f,0.91409f,0.75f,0.91409f,0.36044f,0.5f,0.61681f,0.5f,0.75f,0.28442f,0.75f,0.1757f,0.75f,0.37317f,0.75f,0.28442f,0.75f,0.46277f,0.75f,0.37317f,0.75f,0.5f,0.75f,0.46277f,0.75f,0.56875f,0.75f,0.5f,0.75f,0.6757f,0.75f,0.56875f,0.75f,0.80741f,0.75f,0.6757f}; return value; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #19, 228 total numbers made up of 76 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_19_point() { MFVec3fObject Coordinate_5_19_point = new MFVec3fObject(new float[] {36.257f,47.389f,10.105f,42.272f,49.305f,10.11f,48.363f,50.11f,10.093f,36.257f,47.88f,10.115f,36.257f,48.022f,10.117f,48.363f,50.604f,10.102f,45.336f,49.429f,10.096f,42.31f,48.749f,10.099f,39.283f,48.069f,10.102f,36.355f,46.78f,10.057f,48.363f,49.125f,9.9998f,48.363f,49.617f,10.055f,48.363f,49.595f,10.054f,45.394f,48.39f,9.9965f,42.425f,47.654f,9.9932f,39.456f,46.919f,9.9898f,36.488f,46.184f,9.9865f,39.357f,47.489f,10.057f,42.358f,48.198f,10.056f,45.361f,48.907f,10.056f,36.488f,46.184f,9.9865f,48.372f,48.637f,9.9348f,39.456f,46.919f,9.9898f,42.425f,47.654f,9.9932f,45.394f,48.39f,9.9965f,48.363f,49.125f,9.9998f,48.363f,49.103f,9.9988f,48.363f,48.721f,9.945f,46.901f,48.256f,9.9307f,45.43f,47.875f,9.9266f,43.961f,47.494f,9.9225f,42.492f,47.114f,9.9184f,41.023f,46.733f,9.9143f,39.555f,46.353f,9.9102f,38.087f,45.973f,9.9061f,36.619f,45.592f,9.902f,48.363f,49.617f,10.055f,36.257f,47.389f,10.105f,39.283f,48.069f,10.102f,42.31f,48.749f,10.099f,45.336f,49.429f,10.096f,48.363f,50.11f,10.093f,45.361f,48.907f,10.056f,42.358f,48.198f,10.056f,39.357f,47.489f,10.057f,36.355f,46.78f,10.057f,36.257f,47.219f,10.092f,48.363f,50.088f,10.092f,36.619f,45.592f,9.902f,39.622f,46.025f,9.8582f,39.622f,45.672f,9.8048f,42.511f,46.792f,9.8688f,42.511f,46.459f,9.8184f,45.468f,47.579f,9.8797f,45.469f,47.266f,9.8324f,38.087f,45.973f,9.9061f,39.555f,46.353f,9.9102f,41.023f,46.733f,9.9143f,42.492f,47.114f,9.9184f,43.961f,47.494f,9.9225f,45.43f,47.875f,9.9266f,46.901f,48.256f,9.9307f,48.372f,48.637f,9.9348f,48.363f,48.185f,9.866f,48.363f,48.117f,9.8556f,48.363f,48.06f,9.8467f,48.477f,47.55f,9.7641f,48.363f,47.524f,9.7644f,48.363f,47.456f,9.754f,48.056f,47.456f,9.7653f,46.058f,47.012f,9.7712f,44.199f,46.599f,9.7769f,42.34f,46.186f,9.7826f,40.481f,45.772f,9.7883f,38.622f,45.359f,9.794f,36.763f,44.946f,9.7997f}); return Coordinate_5_19_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #20, 228 total numbers made up of 76 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_20_vector() { MFVec3fObject Normal_5_20_vector = new MFVec3fObject(new float[] {0.0053021f,-0.018972f,0.99981f,0.0053021f,-0.018972f,0.99981f,0.0053021f,-0.018972f,0.99981f,0.0053021f,-0.018972f,0.99981f,0.0053021f,-0.018972f,0.99981f,0.0053021f,-0.018972f,0.99981f,0.0053021f,-0.018972f,0.99981f,0.0053021f,-0.018972f,0.99981f,0.0053021f,-0.018972f,0.99981f,0.026716f,-0.11236f,0.99331f,0.026716f,-0.11237f,0.99331f,0.026716f,-0.11237f,0.99331f,0.026716f,-0.11237f,0.99331f,0.026716f,-0.11237f,0.99331f,0.026716f,-0.11237f,0.99331f,0.026716f,-0.11237f,0.99331f,0.026716f,-0.11236f,0.99331f,0.026716f,-0.11237f,0.99331f,0.026716f,-0.11237f,0.99331f,0.026716f,-0.11237f,0.99331f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.03217f,-0.13437f,0.99041f,0.017955f,-0.075278f,0.997f,0.017955f,-0.075278f,0.997f,0.017955f,-0.075278f,0.997f,0.017955f,-0.075278f,0.997f,0.017955f,-0.075278f,0.997f,0.017955f,-0.075278f,0.997f,0.017955f,-0.075278f,0.997f,0.017955f,-0.075278f,0.997f,0.017955f,-0.075278f,0.997f,0.017955f,-0.075278f,0.997f,0.017955f,-0.075278f,0.997f,0.017955f,-0.075278f,0.997f,0.035721f,-0.14806f,0.98833f,0.035722f,-0.14806f,0.98833f,0.036916f,-0.15246f,0.98762f,0.035722f,-0.14806f,0.98833f,0.036916f,-0.15246f,0.98762f,0.035722f,-0.14806f,0.98833f,0.036916f,-0.15246f,0.98762f,0.035721f,-0.14806f,0.98833f,0.035721f,-0.14806f,0.98833f,0.035722f,-0.14806f,0.98833f,0.035722f,-0.14806f,0.98833f,0.035722f,-0.14806f,0.98833f,0.035722f,-0.14806f,0.98833f,0.035722f,-0.14806f,0.98833f,0.035722f,-0.14806f,0.98833f,0.035722f,-0.14806f,0.98833f,0.036916f,-0.15246f,0.98762f,0.036916f,-0.15246f,0.98762f,0.036291f,-0.15025f,0.98798f,0.036291f,-0.15025f,0.98798f,0.036291f,-0.15025f,0.98798f,0.036291f,-0.15025f,0.98798f,0.036291f,-0.15025f,0.98798f,0.036916f,-0.15246f,0.98762f,0.036916f,-0.15246f,0.98762f,0.036916f,-0.15246f,0.98762f,0.036916f,-0.15246f,0.98762f,0.036916f,-0.15246f,0.98762f}); return Normal_5_20_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #21, 152 total numbers made up of 76 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_21_point() { MFVec2fObject TextureCoordinate_5_21_point = new MFVec2fObject(new float[] {0.68709f,0.0f,0.73809f,0.49619f,0.68709f,0.99854f,0.72661f,3.3516E-7f,0.73809f,4.325E-7f,0.73809f,0.99853f,0.68709f,0.7489f,0.68709f,0.49927f,0.68709f,0.24963f,0.58193f,0.0f,0.53085f,0.99854f,0.58193f,0.99853f,0.57969f,0.99853f,0.53085f,0.75166f,0.53085f,0.50478f,0.53085f,0.2579f,0.53085f,0.011018f,0.58193f,0.24963f,0.58193f,0.49927f,0.58193f,0.7489f,0.42646f,0.0f,0.37511f,0.99854f,0.42646f,0.24963f,0.42646f,0.49927f,0.42646f,0.7489f,0.42646f,0.99853f,0.42421f,0.99853f,0.38403f,0.99854f,0.37511f,0.87557f,0.37511f,0.75196f,0.37511f,0.6284f,0.37511f,0.50488f,0.37511f,0.38139f,0.37511f,0.25793f,0.37511f,0.13449f,0.37511f,0.011048f,0.84353f,0.99854f,0.89442f,1.1571E-7f,0.89442f,0.24963f,0.89442f,0.49927f,0.89442f,0.7489f,0.89442f,0.99853f,0.84353f,0.75092f,0.84353f,0.5033f,0.84353f,0.25568f,0.84353f,0.0080572f,0.88077f,0.0f,0.89217f,0.99853f,0.12301f,0.0f,0.093037f,0.25296f,0.062471f,0.25296f,0.093037f,0.49619f,0.062471f,0.49619f,0.093037f,0.74526f,0.062471f,0.74526f,0.12301f,0.12363f,0.12301f,0.24726f,0.12301f,0.37091f,0.12301f,0.49459f,0.12301f,0.61829f,0.12301f,0.74204f,0.12301f,0.86584f,0.12301f,0.98899f,0.076089f,0.98899f,0.068962f,0.98899f,0.062962f,0.98899f,0.0063859f,0.99854f,0.0071297f,0.98899f,0.0f,0.98899f,0.0091288f,0.96309f,0.021449f,0.79488f,0.031978f,0.63835f,0.041707f,0.48181f,0.050724f,0.32526f,0.059104f,0.16869f,0.066912f,0.012097f}); return TextureCoordinate_5_21_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #33, 6524 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_33_coordIndex() { MFInt32Object IndexedFaceSet_4_33_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_33_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_4_33_coordIndex_2())) .append(new MFInt32Object(getIndexedFaceSet_4_33_coordIndex_3())) .append(new MFInt32Object(getIndexedFaceSet_4_33_coordIndex_4())) .append(new MFInt32Object(getIndexedFaceSet_4_33_coordIndex_5())) .append(new MFInt32Object(getIndexedFaceSet_4_33_coordIndex_6())) .append(new MFInt32Object(getIndexedFaceSet_4_33_coordIndex_7())); return IndexedFaceSet_4_33_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #33, 5706 total numbers made up of 1902 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_33_point() { MFVec3fObject Coordinate_5_33_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_33_point_1())) .append(new MFVec3fObject(getCoordinate_5_33_point_2())) .append(new MFVec3fObject(getCoordinate_5_33_point_3())) .append(new MFVec3fObject(getCoordinate_5_33_point_4())) .append(new MFVec3fObject(getCoordinate_5_33_point_5())) .append(new MFVec3fObject(getCoordinate_5_33_point_6())) .append(new MFVec3fObject(getCoordinate_5_33_point_7())) .append(new MFVec3fObject(getCoordinate_5_33_point_8())) .append(new MFVec3fObject(getCoordinate_5_33_point_9())) .append(new MFVec3fObject(getCoordinate_5_33_point_10())) .append(new MFVec3fObject(getCoordinate_5_33_point_11())) .append(new MFVec3fObject(getCoordinate_5_33_point_12())) .append(new MFVec3fObject(getCoordinate_5_33_point_13())) .append(new MFVec3fObject(getCoordinate_5_33_point_14())) .append(new MFVec3fObject(getCoordinate_5_33_point_15())) .append(new MFVec3fObject(getCoordinate_5_33_point_16())) .append(new MFVec3fObject(getCoordinate_5_33_point_17())) .append(new MFVec3fObject(getCoordinate_5_33_point_18())) .append(new MFVec3fObject(getCoordinate_5_33_point_19())) .append(new MFVec3fObject(getCoordinate_5_33_point_20())); return Coordinate_5_33_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #34, 5706 total numbers made up of 1902 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_34_vector() { MFVec3fObject Normal_5_34_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_34_vector_1())) .append(new MFVec3fObject(getNormal_5_34_vector_2())) .append(new MFVec3fObject(getNormal_5_34_vector_3())) .append(new MFVec3fObject(getNormal_5_34_vector_4())) .append(new MFVec3fObject(getNormal_5_34_vector_5())) .append(new MFVec3fObject(getNormal_5_34_vector_6())) .append(new MFVec3fObject(getNormal_5_34_vector_7())) .append(new MFVec3fObject(getNormal_5_34_vector_8())) .append(new MFVec3fObject(getNormal_5_34_vector_9())) .append(new MFVec3fObject(getNormal_5_34_vector_10())) .append(new MFVec3fObject(getNormal_5_34_vector_11())) .append(new MFVec3fObject(getNormal_5_34_vector_12())) .append(new MFVec3fObject(getNormal_5_34_vector_13())) .append(new MFVec3fObject(getNormal_5_34_vector_14())) .append(new MFVec3fObject(getNormal_5_34_vector_15())) .append(new MFVec3fObject(getNormal_5_34_vector_16())) .append(new MFVec3fObject(getNormal_5_34_vector_17())) .append(new MFVec3fObject(getNormal_5_34_vector_18())) .append(new MFVec3fObject(getNormal_5_34_vector_19())) .append(new MFVec3fObject(getNormal_5_34_vector_20())); return Normal_5_34_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #35, 3804 total numbers made up of 1902 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_35_point() { MFVec2fObject TextureCoordinate_5_35_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_35_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_2())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_3())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_4())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_5())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_6())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_7())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_8())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_9())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_10())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_11())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_12())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_13())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_14())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_15())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_16())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_17())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_18())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_19())) .append(new MFVec2fObject(getTextureCoordinate_5_35_point_20())); return TextureCoordinate_5_35_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #40, 672 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_40_coordIndex() { MFInt32Object IndexedFaceSet_4_40_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_40_coordIndex_1())); return IndexedFaceSet_4_40_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #40, 774 total numbers made up of 258 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_40_point() { MFVec3fObject Coordinate_5_40_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_40_point_1())) .append(new MFVec3fObject(getCoordinate_5_40_point_2())) .append(new MFVec3fObject(getCoordinate_5_40_point_3())); return Coordinate_5_40_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #41, 774 total numbers made up of 258 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_41_vector() { MFVec3fObject Normal_5_41_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_41_vector_1())) .append(new MFVec3fObject(getNormal_5_41_vector_2())) .append(new MFVec3fObject(getNormal_5_41_vector_3())); return Normal_5_41_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #42, 516 total numbers made up of 258 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_42_point() { MFVec2fObject TextureCoordinate_5_42_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_42_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_42_point_2())) .append(new MFVec2fObject(getTextureCoordinate_5_42_point_3())); return TextureCoordinate_5_42_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #47, 576 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_47_coordIndex() { MFInt32Object IndexedFaceSet_4_47_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_47_coordIndex_1())); return IndexedFaceSet_4_47_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #47, 312 total numbers made up of 104 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_47_point() { MFVec3fObject Coordinate_5_47_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_47_point_1())) .append(new MFVec3fObject(getCoordinate_5_47_point_2())); return Coordinate_5_47_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #48, 312 total numbers made up of 104 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_48_vector() { MFVec3fObject Normal_5_48_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_48_vector_1())) .append(new MFVec3fObject(getNormal_5_48_vector_2())); return Normal_5_48_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #49, 208 total numbers made up of 104 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_49_point() { MFVec2fObject TextureCoordinate_5_49_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_49_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_49_point_2())); return TextureCoordinate_5_49_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #68, 5392 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_68_coordIndex() { MFInt32Object IndexedFaceSet_4_68_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_68_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_4_68_coordIndex_2())) .append(new MFInt32Object(getIndexedFaceSet_4_68_coordIndex_3())) .append(new MFInt32Object(getIndexedFaceSet_4_68_coordIndex_4())) .append(new MFInt32Object(getIndexedFaceSet_4_68_coordIndex_5())) .append(new MFInt32Object(getIndexedFaceSet_4_68_coordIndex_6())); return IndexedFaceSet_4_68_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #68, 4899 total numbers made up of 1633 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_68_point() { MFVec3fObject Coordinate_5_68_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_68_point_1())) .append(new MFVec3fObject(getCoordinate_5_68_point_2())) .append(new MFVec3fObject(getCoordinate_5_68_point_3())) .append(new MFVec3fObject(getCoordinate_5_68_point_4())) .append(new MFVec3fObject(getCoordinate_5_68_point_5())) .append(new MFVec3fObject(getCoordinate_5_68_point_6())) .append(new MFVec3fObject(getCoordinate_5_68_point_7())) .append(new MFVec3fObject(getCoordinate_5_68_point_8())) .append(new MFVec3fObject(getCoordinate_5_68_point_9())) .append(new MFVec3fObject(getCoordinate_5_68_point_10())) .append(new MFVec3fObject(getCoordinate_5_68_point_11())) .append(new MFVec3fObject(getCoordinate_5_68_point_12())) .append(new MFVec3fObject(getCoordinate_5_68_point_13())) .append(new MFVec3fObject(getCoordinate_5_68_point_14())) .append(new MFVec3fObject(getCoordinate_5_68_point_15())) .append(new MFVec3fObject(getCoordinate_5_68_point_16())) .append(new MFVec3fObject(getCoordinate_5_68_point_17())); return Coordinate_5_68_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #69, 4899 total numbers made up of 1633 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_69_vector() { MFVec3fObject Normal_5_69_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_69_vector_1())) .append(new MFVec3fObject(getNormal_5_69_vector_2())) .append(new MFVec3fObject(getNormal_5_69_vector_3())) .append(new MFVec3fObject(getNormal_5_69_vector_4())) .append(new MFVec3fObject(getNormal_5_69_vector_5())) .append(new MFVec3fObject(getNormal_5_69_vector_6())) .append(new MFVec3fObject(getNormal_5_69_vector_7())) .append(new MFVec3fObject(getNormal_5_69_vector_8())) .append(new MFVec3fObject(getNormal_5_69_vector_9())) .append(new MFVec3fObject(getNormal_5_69_vector_10())) .append(new MFVec3fObject(getNormal_5_69_vector_11())) .append(new MFVec3fObject(getNormal_5_69_vector_12())) .append(new MFVec3fObject(getNormal_5_69_vector_13())) .append(new MFVec3fObject(getNormal_5_69_vector_14())) .append(new MFVec3fObject(getNormal_5_69_vector_15())) .append(new MFVec3fObject(getNormal_5_69_vector_16())) .append(new MFVec3fObject(getNormal_5_69_vector_17())); return Normal_5_69_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #70, 3266 total numbers made up of 1633 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_70_point() { MFVec2fObject TextureCoordinate_5_70_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_70_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_2())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_3())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_4())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_5())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_6())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_7())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_8())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_9())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_10())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_11())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_12())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_13())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_14())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_15())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_16())) .append(new MFVec2fObject(getTextureCoordinate_5_70_point_17())); return TextureCoordinate_5_70_point; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #82, 228 total numbers made up of 76 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_82_point() { MFVec3fObject Coordinate_5_82_point = new MFVec3fObject(new float[] {-36.595f,47.163f,10.105f,-42.61f,49.08f,10.11f,-48.701f,49.884f,10.093f,-36.595f,47.654f,10.115f,-36.595f,47.797f,10.117f,-48.701f,50.378f,10.102f,-45.674f,49.204f,10.096f,-42.648f,48.524f,10.099f,-39.621f,47.843f,10.102f,-36.693f,46.554f,10.057f,-48.701f,48.9f,9.9998f,-48.701f,49.391f,10.055f,-48.701f,49.37f,10.054f,-45.732f,48.164f,9.9965f,-42.763f,47.429f,9.9932f,-39.794f,46.693f,9.9898f,-36.826f,45.958f,9.9865f,-39.695f,47.263f,10.057f,-42.696f,47.973f,10.056f,-45.699f,48.682f,10.056f,-36.826f,45.958f,9.9865f,-48.71f,48.412f,9.9348f,-39.794f,46.693f,9.9898f,-42.763f,47.429f,9.9932f,-45.732f,48.164f,9.9965f,-48.701f,48.9f,9.9998f,-48.701f,48.878f,9.9988f,-48.701f,48.495f,9.945f,-47.239f,48.031f,9.9307f,-45.768f,47.65f,9.9266f,-44.299f,47.269f,9.9225f,-42.83f,46.888f,9.9184f,-41.361f,46.508f,9.9143f,-39.893f,46.128f,9.9102f,-38.425f,45.747f,9.9061f,-36.957f,45.367f,9.902f,-48.701f,49.391f,10.055f,-36.595f,47.163f,10.105f,-39.621f,47.843f,10.102f,-42.648f,48.524f,10.099f,-45.674f,49.204f,10.096f,-48.701f,49.884f,10.093f,-45.699f,48.682f,10.056f,-42.696f,47.973f,10.056f,-39.695f,47.263f,10.057f,-36.693f,46.554f,10.057f,-36.595f,46.994f,10.092f,-48.701f,49.862f,10.092f,-36.957f,45.367f,9.902f,-39.96f,45.799f,9.8582f,-39.96f,45.446f,9.8048f,-42.849f,46.567f,9.8688f,-42.849f,46.234f,9.8184f,-45.807f,47.353f,9.8797f,-45.807f,47.04f,9.8324f,-38.425f,45.747f,9.9061f,-39.893f,46.128f,9.9102f,-41.361f,46.508f,9.9143f,-42.83f,46.888f,9.9184f,-44.299f,47.269f,9.9225f,-45.768f,47.65f,9.9266f,-47.239f,48.031f,9.9307f,-48.71f,48.412f,9.9348f,-48.701f,47.96f,9.866f,-48.701f,47.892f,9.8556f,-48.701f,47.834f,9.8467f,-48.815f,47.324f,9.7641f,-48.701f,47.299f,9.7644f,-48.701f,47.231f,9.754f,-48.394f,47.231f,9.7653f,-46.396f,46.787f,9.7712f,-44.537f,46.373f,9.7769f,-42.678f,45.96f,9.7826f,-40.819f,45.547f,9.7883f,-38.96f,45.134f,9.794f,-37.101f,44.721f,9.7997f}); return Coordinate_5_82_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #83, 228 total numbers made up of 76 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_83_vector() { MFVec3fObject Normal_5_83_vector = new MFVec3fObject(new float[] {-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.0053021f,-0.018972f,0.99981f,-0.026716f,-0.11236f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11236f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.026716f,-0.11237f,0.99331f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.03217f,-0.13437f,0.99041f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.017955f,-0.075278f,0.997f,-0.035721f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.036916f,-0.15246f,0.98762f,-0.035722f,-0.14806f,0.98833f,-0.036916f,-0.15246f,0.98762f,-0.035722f,-0.14806f,0.98833f,-0.036916f,-0.15246f,0.98762f,-0.035721f,-0.14806f,0.98833f,-0.035721f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.035722f,-0.14806f,0.98833f,-0.036916f,-0.15246f,0.98762f,-0.036916f,-0.15246f,0.98762f,-0.036291f,-0.15025f,0.98798f,-0.036291f,-0.15025f,0.98798f,-0.036291f,-0.15025f,0.98798f,-0.036291f,-0.15025f,0.98798f,-0.036291f,-0.15025f,0.98798f,-0.036916f,-0.15246f,0.98762f,-0.036916f,-0.15246f,0.98762f,-0.036916f,-0.15246f,0.98762f,-0.036916f,-0.15246f,0.98762f,-0.036916f,-0.15246f,0.98762f}); return Normal_5_83_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #84, 152 total numbers made up of 76 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_84_point() { MFVec2fObject TextureCoordinate_5_84_point = new MFVec2fObject(new float[] {0.68709f,0.0f,0.73809f,0.49619f,0.68709f,0.99854f,0.72661f,3.3516E-7f,0.73809f,4.325E-7f,0.73809f,0.99853f,0.68709f,0.7489f,0.68709f,0.49927f,0.68709f,0.24963f,0.58193f,0.0f,0.53085f,0.99854f,0.58193f,0.99853f,0.57969f,0.99853f,0.53085f,0.75166f,0.53085f,0.50478f,0.53085f,0.2579f,0.53085f,0.011018f,0.58193f,0.24963f,0.58193f,0.49927f,0.58193f,0.7489f,0.42646f,0.0f,0.37511f,0.99854f,0.42646f,0.24963f,0.42646f,0.49927f,0.42646f,0.7489f,0.42646f,0.99853f,0.42421f,0.99853f,0.38403f,0.99854f,0.37511f,0.87557f,0.37511f,0.75196f,0.37511f,0.6284f,0.37511f,0.50488f,0.37511f,0.38139f,0.37511f,0.25793f,0.37511f,0.13449f,0.37511f,0.011048f,0.84353f,0.99854f,0.89442f,1.1571E-7f,0.89442f,0.24963f,0.89442f,0.49927f,0.89442f,0.7489f,0.89442f,0.99853f,0.84353f,0.75092f,0.84353f,0.5033f,0.84353f,0.25568f,0.84353f,0.0080572f,0.88077f,0.0f,0.89217f,0.99853f,0.12301f,0.0f,0.093037f,0.25296f,0.062471f,0.25296f,0.093037f,0.49619f,0.062471f,0.49619f,0.093037f,0.74526f,0.062471f,0.74526f,0.12301f,0.12363f,0.12301f,0.24726f,0.12301f,0.37091f,0.12301f,0.49459f,0.12301f,0.61829f,0.12301f,0.74204f,0.12301f,0.86584f,0.12301f,0.98899f,0.076089f,0.98899f,0.068962f,0.98899f,0.062962f,0.98899f,0.0063859f,0.99854f,0.0071297f,0.98899f,0.0f,0.98899f,0.0091288f,0.96309f,0.021449f,0.79488f,0.031978f,0.63835f,0.041707f,0.48181f,0.050724f,0.32526f,0.059104f,0.16869f,0.066912f,0.012097f}); return TextureCoordinate_5_84_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #103, 564 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_103_coordIndex() { MFInt32Object IndexedFaceSet_4_103_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_103_coordIndex_1())); return IndexedFaceSet_4_103_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #103, 294 total numbers made up of 98 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_103_point() { MFVec3fObject Coordinate_5_103_point = new MFVec3fObject(new float[] {-22.54f,39.535f,12.875f,-22.479f,41.194f,13.051f,-22.437f,42.856f,13.154f,-22.475f,44.451f,13.081f,-22.537f,46.07f,12.977f,-20.941f,38.021f,12.594f,-20.937f,39.545f,12.797f,-20.912f,41.203f,12.993f,-20.894f,42.86f,13.092f,-20.91f,44.451f,13.034f,-20.936f,46.07f,12.913f,-20.941f,47.649f,12.764f,-19.368f,38.082f,12.575f,-19.365f,39.575f,12.763f,-19.357f,41.212f,12.948f,-19.351f,42.864f,13.034f,-19.356f,44.447f,13.007f,-19.364f,46.05f,12.897f,-19.367f,47.597f,12.757f,-17.708f,38.095f,12.603f,-17.708f,39.576f,12.791f,-17.708f,41.22f,12.93f,-17.708f,42.866f,13.015f,-17.708f,44.443f,12.994f,-17.708f,46.039f,12.909f,-17.708f,47.564f,12.765f,-16.12f,38.084f,12.575f,-16.123f,39.575f,12.764f,-16.13f,41.212f,12.947f,-16.136f,42.864f,13.032f,-16.131f,44.447f,13.006f,-16.123f,46.049f,12.897f,-16.12f,47.594f,12.757f,-14.503f,38.021f,12.594f,-14.507f,39.545f,12.795f,-14.532f,41.203f,12.992f,-14.55f,42.86f,13.091f,-14.533f,44.451f,13.033f,-14.508f,46.069f,12.912f,-14.503f,47.649f,12.764f,-12.93f,39.534f,12.873f,-12.989f,41.193f,13.048f,-13.03f,42.856f,13.153f,-12.992f,44.45f,13.077f,-12.932f,46.07f,12.976f,-13.426f,47.422f,12.803f,-13.901f,47.826f,12.74f,-14.41f,48.178f,12.681f,-14.95f,48.478f,12.629f,-15.517f,48.722f,12.585f,-16.683f,49.034f,12.525f,-17.287f,49.105f,12.51f,-17.9f,49.116f,12.507f,-18.921f,49.0f,12.53f,-19.899f,48.722f,12.585f,-20.466f,48.478f,12.63f,-21.006f,48.178f,12.683f,-21.515f,47.825f,12.741f,-21.989f,47.422f,12.804f,-22.685f,46.65f,12.912f,-23.047f,46.119f,12.978f,-23.385f,45.483f,13.046f,-23.648f,44.812f,13.103f,-23.821f,44.168f,13.142f,-23.925f,43.504f,13.164f,-23.958f,42.869f,13.165f,-23.922f,42.196f,13.144f,-23.813f,41.533f,13.104f,-23.636f,40.888f,13.049f,-23.368f,40.216f,12.973f,-23.024f,39.581f,12.886f,-22.548f,38.913f,12.776f,-21.948f,38.278f,12.653f,-21.458f,37.871f,12.565f,-20.932f,37.517f,12.482f,-20.376f,37.218f,12.406f,-19.793f,36.977f,12.342f,-18.678f,36.694f,12.258f,-17.513f,36.621f,12.232f,-16.548f,36.727f,12.264f,-15.623f,36.977f,12.338f,-15.038f,37.218f,12.405f,-14.481f,37.516f,12.482f,-13.956f,37.87f,12.566f,-13.468f,38.277f,12.654f,-12.748f,39.065f,12.8f,-12.392f,39.581f,12.882f,-12.048f,40.217f,12.97f,-11.78f,40.888f,13.046f,-11.602f,41.532f,13.103f,-11.494f,42.196f,13.143f,-11.461f,43.054f,13.167f,-11.49f,43.504f,13.166f,-11.595f,44.167f,13.146f,-11.768f,44.812f,13.108f,-12.031f,45.483f,13.051f,-12.369f,46.118f,12.983f,-12.852f,46.804f,12.894f}); return Coordinate_5_103_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #104, 294 total numbers made up of 98 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_104_vector() { MFVec3fObject Normal_5_104_vector = new MFVec3fObject(new float[] {0.017672f,-0.14488f,0.98929f,0.036678f,-0.085809f,0.99564f,0.021611f,-0.0042048f,0.99976f,0.057488f,0.058478f,0.99663f,0.027954f,0.097317f,0.99486f,0.0097374f,-0.21535f,0.97649f,0.054777f,-0.091183f,0.99433f,0.034322f,-0.11468f,0.99281f,0.04775f,-0.004865f,0.99885f,0.013324f,0.069035f,0.99753f,0.034538f,0.06675f,0.99717f,0.007363f,0.14918f,0.98878f,0.0041225f,-0.14549f,0.98935f,-0.0070475f,-0.11785f,0.99301f,0.022408f,-0.092075f,0.9955f,0.025497f,-0.014955f,0.99956f,0.016501f,0.049817f,0.99862f,-0.0059718f,0.075318f,0.99714f,0.0038114f,0.11865f,0.99293f,1.2576E-6f,-0.17512f,0.98455f,1.6386E-5f,-0.093725f,0.9956f,2.5041E-5f,-0.073749f,0.99728f,3.9229E-5f,-0.019155f,0.99982f,3.2768E-5f,0.03716f,0.99931f,2.7125E-5f,0.068412f,0.99766f,2.0519E-5f,0.12751f,0.99184f,-4.3772E-4f,-0.14424f,0.98954f,0.0096234f,-0.11854f,0.9929f,-0.021565f,-0.090403f,0.99567f,-0.024137f,-0.01529f,0.99959f,-0.015811f,0.048701f,0.99869f,0.0067268f,0.075466f,0.99713f,-0.0026724f,0.11816f,0.99299f,-0.010509f,-0.21444f,0.97668f,-0.053936f,-0.090805f,0.99441f,-0.034121f,-0.11493f,0.99279f,-0.047665f,-0.0050504f,0.99885f,-0.013267f,0.068995f,0.99753f,-0.033695f,0.06666f,0.99721f,-0.0076027f,0.14854f,0.98888f,-0.020331f,-0.14309f,0.9895f,-0.037439f,-0.086375f,0.99556f,-0.023147f,-0.0036444f,0.99973f,-0.056805f,0.058999f,0.99664f,-0.030133f,0.095211f,0.995f,-6.4179E-5f,0.15236f,0.98832f,-8.9949E-4f,0.16588f,0.98615f,-2.7082E-4f,0.16834f,0.98573f,9.226E-4f,0.16863f,0.98568f,3.6292E-5f,0.17726f,0.98416f,-3.994E-5f,0.19797f,0.98021f,0.0021031f,0.19387f,0.98102f,-0.0013533f,0.19246f,0.9813f,0.0012319f,0.19796f,0.98021f,-1.9416E-5f,0.17726f,0.98416f,-9.0322E-4f,0.16863f,0.98568f,2.9149E-4f,0.16835f,0.98573f,9.1378E-4f,0.16587f,0.98615f,8.1259E-5f,0.15236f,0.98832f,6.5748E-5f,0.13152f,0.99131f,7.4432E-4f,0.11889f,0.99291f,-4.1102E-4f,0.094813f,0.99549f,-5.3213E-5f,0.074777f,0.9972f,3.8735E-4f,0.048071f,0.99884f,2.3526E-4f,0.014006f,0.9999f,-1.3693E-4f,-0.016433f,0.99986f,-2.2377E-5f,-0.046114f,0.99894f,-1.4393E-5f,-0.074146f,0.99725f,3.7869E-5f,-0.097158f,0.99527f,-1.73E-4f,-0.1222f,0.99251f,8.0428E-4f,-0.1541f,0.98806f,-3.2438E-4f,-0.1741f,0.98473f,-1.7879E-4f,-0.20618f,0.97851f,0.0014982f,-0.23126f,0.97289f,0.001111f,-0.23509f,0.97197f,-0.0024907f,-0.2344f,0.97214f,3.2053E-4f,-0.26095f,0.96535f,-5.5074E-4f,-0.31389f,0.94946f,0.003506f,-0.30056f,0.95376f,-0.0024967f,-0.31397f,0.94943f,-3.3036E-4f,-0.26095f,0.96535f,0.0024726f,-0.23437f,0.97214f,-0.0011265f,-0.2351f,0.97197f,-0.0015047f,-0.23122f,0.9729f,1.71E-4f,-0.20618f,0.97851f,-3.706E-5f,-0.17034f,0.98539f,-8.1222E-4f,-0.1541f,0.98806f,1.7544E-4f,-0.12218f,0.99251f,-3.9705E-5f,-0.097175f,0.99527f,9.4291E-6f,-0.074136f,0.99725f,2.4454E-5f,-0.046078f,0.99894f,5.7787E-5f,-0.008009f,0.99997f,-2.3031E-4f,0.013957f,0.9999f,-3.8705E-4f,0.048071f,0.99884f,5.9935E-5f,0.074806f,0.9972f,4.2691E-4f,0.09483f,0.99549f,-7.3478E-4f,0.11889f,0.99291f,4.0066E-4f,0.13412f,0.99096f}); return Normal_5_104_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #105, 196 total numbers made up of 98 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_105_point() { MFVec2fObject TextureCoordinate_5_105_point = new MFVec2fObject(new float[] {0.11281f,0.23443f,0.11281f,0.36705f,0.11281f,0.49999f,0.11281f,0.62719f,0.11281f,0.75649f,0.24124f,0.1128f,0.24124f,0.23443f,0.24124f,0.36705f,0.24124f,0.49999f,0.24124f,0.62719f,0.24124f,0.75649f,0.24124f,0.88291f,0.36705f,0.1128f,0.36705f,0.23443f,0.36705f,0.36705f,0.36705f,0.49999f,0.36705f,0.62719f,0.36705f,0.75649f,0.36705f,0.88291f,0.5f,0.1128f,0.5f,0.23443f,0.5f,0.36705f,0.5f,0.49999f,0.5f,0.62719f,0.5f,0.75649f,0.5f,0.88291f,0.6272f,0.1128f,0.6272f,0.23443f,0.6272f,0.36705f,0.6272f,0.49999f,0.6272f,0.62719f,0.6272f,0.75649f,0.6272f,0.88291f,0.75649f,0.1128f,0.75649f,0.23443f,0.75649f,0.36705f,0.75649f,0.49999f,0.75649f,0.62719f,0.75649f,0.75649f,0.75649f,0.88291f,0.88291f,0.23443f,0.88291f,0.36705f,0.88291f,0.49999f,0.88291f,0.62719f,0.88291f,0.75649f,0.84248f,0.86471f,0.80455f,0.89695f,0.7638f,0.92502f,0.7206f,0.94889f,0.67529f,0.96838f,0.58199f,0.99324f,0.53365f,0.99886f,0.48461f,0.99976f,0.4029f,0.99051f,0.32471f,0.96838f,0.27933f,0.94885f,0.2361f,0.92496f,0.19538f,0.89689f,0.15752f,0.86471f,0.10185f,0.80316f,0.072936f,0.76077f,0.045835f,0.71002f,0.024802f,0.6565f,0.010929f,0.60501f,0.0026116f,0.552f,0.0f,0.50116f,0.0029252f,0.44734f,0.011575f,0.39423f,0.02579f,0.34261f,0.047263f,0.28879f,0.074795f,0.2379f,0.1128f,0.18432f,0.16083f,0.13331f,0.19991f,0.10047f,0.24194f,0.072074f,0.28652f,0.048116f,0.33326f,0.028823f,0.42238f,0.0060854f,0.5156f,2.4568E-4f,0.59279f,0.0087097f,0.66675f,0.028827f,0.71363f,0.048186f,0.75824f,0.072184f,0.80022f,0.10057f,0.83917f,0.13332f,0.89677f,0.19644f,0.92521f,0.23791f,0.95276f,0.28884f,0.97421f,0.34262f,0.98843f,0.39424f,0.99708f,0.44735f,0.99978f,0.51601f,0.99739f,0.552f,0.98907f,0.60503f,0.9752f,0.65651f,0.95415f,0.71006f,0.92706f,0.76077f,0.88844f,0.81549f}); return TextureCoordinate_5_105_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #110, 564 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_110_coordIndex() { MFInt32Object IndexedFaceSet_4_110_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_110_coordIndex_1())); return IndexedFaceSet_4_110_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #110, 294 total numbers made up of 98 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_110_point() { MFVec3fObject Coordinate_5_110_point = new MFVec3fObject(new float[] {22.269f,39.534f,12.875f,22.209f,41.193f,13.051f,22.167f,42.855f,13.154f,22.205f,44.45f,13.081f,22.266f,46.069f,12.977f,20.67f,38.021f,12.594f,20.666f,39.545f,12.797f,20.641f,41.203f,12.993f,20.623f,42.86f,13.092f,20.64f,44.45f,13.034f,20.665f,46.069f,12.913f,20.67f,47.649f,12.764f,19.097f,38.082f,12.575f,19.094f,39.574f,12.763f,19.086f,41.211f,12.948f,19.08f,42.864f,13.034f,19.086f,44.447f,13.007f,19.093f,46.05f,12.897f,19.097f,47.596f,12.757f,17.437f,38.095f,12.603f,17.437f,39.575f,12.791f,17.437f,41.219f,12.93f,17.437f,42.865f,13.015f,17.437f,44.442f,12.994f,17.437f,46.038f,12.909f,17.437f,47.564f,12.765f,15.849f,38.084f,12.575f,15.852f,39.575f,12.764f,15.86f,41.212f,12.947f,15.865f,42.864f,13.032f,15.86f,44.446f,13.006f,15.853f,46.049f,12.897f,15.849f,47.593f,12.757f,14.233f,38.021f,12.594f,14.237f,39.545f,12.795f,14.261f,41.203f,12.992f,14.279f,42.86f,13.091f,14.263f,44.45f,13.033f,14.238f,46.069f,12.912f,14.233f,47.648f,12.764f,12.659f,39.534f,12.873f,12.718f,41.193f,13.048f,12.759f,42.855f,13.153f,12.722f,44.45f,13.077f,12.662f,46.07f,12.976f,13.156f,47.421f,12.803f,13.63f,47.825f,12.74f,14.14f,48.178f,12.681f,14.68f,48.477f,12.629f,15.246f,48.722f,12.585f,16.412f,49.034f,12.525f,17.017f,49.104f,12.51f,17.63f,49.115f,12.507f,18.651f,49.0f,12.53f,19.628f,48.722f,12.585f,20.196f,48.477f,12.63f,20.736f,48.177f,12.683f,21.245f,47.825f,12.741f,21.719f,47.422f,12.804f,22.414f,46.649f,12.912f,22.776f,46.118f,12.978f,23.115f,45.482f,13.046f,23.378f,44.812f,13.103f,23.551f,44.167f,13.142f,23.655f,43.504f,13.164f,23.687f,42.868f,13.165f,23.651f,42.196f,13.144f,23.543f,41.532f,13.104f,23.365f,40.888f,13.049f,23.097f,40.216f,12.973f,22.754f,39.581f,12.886f,22.278f,38.913f,12.776f,21.677f,38.277f,12.653f,21.187f,37.87f,12.565f,20.662f,37.516f,12.482f,20.105f,37.218f,12.406f,19.522f,36.976f,12.342f,18.408f,36.693f,12.258f,17.242f,36.621f,12.232f,16.277f,36.727f,12.264f,15.352f,36.976f,12.338f,14.767f,37.217f,12.405f,14.21f,37.516f,12.482f,13.685f,37.87f,12.566f,13.197f,38.277f,12.654f,12.477f,39.064f,12.8f,12.121f,39.581f,12.882f,11.777f,40.217f,12.97f,11.509f,40.888f,13.046f,11.331f,41.532f,13.103f,11.223f,42.196f,13.143f,11.19f,43.054f,13.167f,11.22f,43.504f,13.166f,11.324f,44.167f,13.146f,11.498f,44.812f,13.108f,11.761f,45.483f,13.051f,12.099f,46.118f,12.983f,12.582f,46.804f,12.894f}); return Coordinate_5_110_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #111, 294 total numbers made up of 98 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_111_vector() { MFVec3fObject Normal_5_111_vector = new MFVec3fObject(new float[] {-0.017675f,-0.14488f,0.98929f,-0.03668f,-0.085808f,0.99564f,-0.021611f,-0.0042043f,0.99976f,-0.057487f,0.05848f,0.99663f,-0.027952f,0.097318f,0.99486f,-0.0097424f,-0.21535f,0.97649f,-0.05478f,-0.091182f,0.99433f,-0.034324f,-0.11468f,0.99281f,-0.04775f,-0.0048639f,0.99885f,-0.013322f,0.069036f,0.99753f,-0.034537f,0.06675f,0.99717f,-0.0073595f,0.14918f,0.98878f,-0.0041259f,-0.14549f,0.98935f,0.0070448f,-0.11785f,0.99301f,-0.02241f,-0.092075f,0.9955f,-0.025498f,-0.014955f,0.99956f,-0.0165f,0.049817f,0.99862f,0.0059736f,0.075318f,0.99714f,-0.0038086f,0.11865f,0.99293f,-5.3554E-6f,-0.17512f,0.98455f,-1.8579E-5f,-0.093725f,0.9956f,-2.6767E-5f,-0.073749f,0.99728f,-3.9677E-5f,-0.019155f,0.99982f,-3.1898E-5f,0.03716f,0.99931f,-2.5524E-5f,0.068412f,0.99766f,-1.7535E-5f,0.12751f,0.99184f,4.3434E-4f,-0.14424f,0.98954f,-0.0096262f,-0.11854f,0.9929f,0.021563f,-0.090403f,0.99567f,0.024137f,-0.01529f,0.99959f,0.015813f,0.048701f,0.99869f,-0.006725f,0.075466f,0.99713f,0.0026752f,0.11816f,0.99299f,0.010504f,-0.21444f,0.97668f,0.053934f,-0.090807f,0.99441f,0.034119f,-0.11493f,0.99279f,0.047664f,-0.0050515f,0.99885f,0.013269f,0.068994f,0.99753f,0.033697f,0.066659f,0.99721f,0.0076062f,0.14854f,0.98888f,0.020328f,-0.14309f,0.9895f,0.037437f,-0.086376f,0.99556f,0.023147f,-0.003645f,0.99973f,0.056806f,0.058997f,0.99664f,0.030136f,0.095211f,0.995f,6.7745E-5f,0.15236f,0.98832f,9.0337E-4f,0.16588f,0.98615f,2.7476E-4f,0.16834f,0.98573f,-9.1866E-4f,0.16863f,0.98568f,-3.2144E-5f,0.17726f,0.98416f,4.4573E-5f,0.19797f,0.98021f,-0.0020985f,0.19387f,0.98102f,0.0013578f,0.19246f,0.9813f,-0.0012273f,0.19796f,0.98021f,2.3564E-5f,0.17726f,0.98416f,9.0717E-4f,0.16863f,0.98568f,-2.8755E-4f,0.16835f,0.98573f,-9.0989E-4f,0.16587f,0.98615f,-7.7693E-5f,0.15236f,0.98832f,-6.267E-5f,0.13152f,0.99131f,-7.4154E-4f,0.11889f,0.99291f,4.1324E-4f,0.094813f,0.99549f,5.4963E-5f,0.074777f,0.9972f,-3.8622E-4f,0.048071f,0.99884f,-2.3493E-4f,0.014006f,0.9999f,1.3655E-4f,-0.016433f,0.99986f,2.1298E-5f,-0.046114f,0.99894f,1.2658E-5f,-0.074146f,0.99725f,-4.0142E-5f,-0.097158f,0.99527f,1.7014E-4f,-0.1222f,0.99251f,-8.0789E-4f,-0.1541f,0.98806f,3.2031E-4f,-0.1741f,0.98473f,1.7397E-4f,-0.20618f,0.97851f,-0.0015036f,-0.23126f,0.97289f,-0.0011165f,-0.23509f,0.97197f,0.0024852f,-0.2344f,0.97214f,-3.2663E-4f,-0.26095f,0.96535f,5.434E-4f,-0.31389f,0.94946f,-0.003513f,-0.30056f,0.95376f,0.0024894f,-0.31397f,0.94943f,3.2425E-4f,-0.26095f,0.96535f,-0.0024781f,-0.23437f,0.97214f,0.001121f,-0.2351f,0.97197f,0.0014993f,-0.23122f,0.9729f,-1.7582E-4f,-0.20618f,0.97851f,3.3074E-5f,-0.17034f,0.98539f,8.0861E-4f,-0.1541f,0.98806f,-1.783E-4f,-0.12218f,0.99251f,3.7431E-5f,-0.097175f,0.99527f,-1.1164E-5f,-0.074136f,0.99725f,-2.5532E-5f,-0.046078f,0.99894f,-5.7975E-5f,-0.008009f,0.99997f,2.3064E-4f,0.013956f,0.9999f,3.8818E-4f,0.048071f,0.99884f,-5.8184E-5f,0.074806f,0.9972f,-4.2469E-4f,0.09483f,0.99549f,7.3756E-4f,0.11889f,0.99291f,-3.9753E-4f,0.13412f,0.99096f}); return Normal_5_111_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #112, 196 total numbers made up of 98 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_112_point() { MFVec2fObject TextureCoordinate_5_112_point = new MFVec2fObject(new float[] {0.11281f,0.23443f,0.11281f,0.36705f,0.11281f,0.49999f,0.11281f,0.62719f,0.11281f,0.75649f,0.24124f,0.1128f,0.24124f,0.23443f,0.24124f,0.36705f,0.24124f,0.49999f,0.24124f,0.62719f,0.24124f,0.75649f,0.24124f,0.88291f,0.36705f,0.1128f,0.36705f,0.23443f,0.36705f,0.36705f,0.36705f,0.49999f,0.36705f,0.62719f,0.36705f,0.75649f,0.36705f,0.88291f,0.5f,0.1128f,0.5f,0.23443f,0.5f,0.36705f,0.5f,0.49999f,0.5f,0.62719f,0.5f,0.75649f,0.5f,0.88291f,0.6272f,0.1128f,0.6272f,0.23443f,0.6272f,0.36705f,0.6272f,0.49999f,0.6272f,0.62719f,0.6272f,0.75649f,0.6272f,0.88291f,0.75649f,0.1128f,0.75649f,0.23443f,0.75649f,0.36705f,0.75649f,0.49999f,0.75649f,0.62719f,0.75649f,0.75649f,0.75649f,0.88291f,0.88291f,0.23443f,0.88291f,0.36705f,0.88291f,0.49999f,0.88291f,0.62719f,0.88291f,0.75649f,0.84248f,0.86471f,0.80455f,0.89695f,0.7638f,0.92502f,0.7206f,0.94889f,0.67529f,0.96838f,0.58199f,0.99324f,0.53365f,0.99886f,0.48461f,0.99976f,0.4029f,0.99051f,0.32471f,0.96838f,0.27933f,0.94885f,0.2361f,0.92496f,0.19538f,0.89689f,0.15752f,0.86471f,0.10185f,0.80316f,0.072936f,0.76077f,0.045835f,0.71002f,0.024802f,0.6565f,0.010929f,0.60501f,0.0026116f,0.552f,0.0f,0.50116f,0.0029252f,0.44734f,0.011575f,0.39423f,0.02579f,0.34261f,0.047263f,0.28879f,0.074795f,0.2379f,0.1128f,0.18432f,0.16083f,0.13331f,0.19991f,0.10047f,0.24194f,0.072074f,0.28652f,0.048116f,0.33326f,0.028823f,0.42238f,0.0060854f,0.5156f,2.4568E-4f,0.59279f,0.0087097f,0.66675f,0.028827f,0.71363f,0.048186f,0.75824f,0.072184f,0.80022f,0.10057f,0.83917f,0.13332f,0.89677f,0.19644f,0.92521f,0.23791f,0.95276f,0.28884f,0.97421f,0.34262f,0.98843f,0.39424f,0.99708f,0.44735f,0.99978f,0.51601f,0.99739f,0.552f,0.98907f,0.60503f,0.9752f,0.65651f,0.95415f,0.71006f,0.92706f,0.76077f,0.88844f,0.81549f}); return TextureCoordinate_5_112_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #201, 4396 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_201_coordIndex() { MFInt32Object IndexedFaceSet_4_201_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_201_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_4_201_coordIndex_2())) .append(new MFInt32Object(getIndexedFaceSet_4_201_coordIndex_3())) .append(new MFInt32Object(getIndexedFaceSet_4_201_coordIndex_4())) .append(new MFInt32Object(getIndexedFaceSet_4_201_coordIndex_5())); return IndexedFaceSet_4_201_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #201, 3213 total numbers made up of 1071 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_201_point() { MFVec3fObject Coordinate_5_201_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_201_point_1())) .append(new MFVec3fObject(getCoordinate_5_201_point_2())) .append(new MFVec3fObject(getCoordinate_5_201_point_3())) .append(new MFVec3fObject(getCoordinate_5_201_point_4())) .append(new MFVec3fObject(getCoordinate_5_201_point_5())) .append(new MFVec3fObject(getCoordinate_5_201_point_6())) .append(new MFVec3fObject(getCoordinate_5_201_point_7())) .append(new MFVec3fObject(getCoordinate_5_201_point_8())) .append(new MFVec3fObject(getCoordinate_5_201_point_9())) .append(new MFVec3fObject(getCoordinate_5_201_point_10())) .append(new MFVec3fObject(getCoordinate_5_201_point_11())); return Coordinate_5_201_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #202, 3213 total numbers made up of 1071 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_202_vector() { MFVec3fObject Normal_5_202_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_202_vector_1())) .append(new MFVec3fObject(getNormal_5_202_vector_2())) .append(new MFVec3fObject(getNormal_5_202_vector_3())) .append(new MFVec3fObject(getNormal_5_202_vector_4())) .append(new MFVec3fObject(getNormal_5_202_vector_5())) .append(new MFVec3fObject(getNormal_5_202_vector_6())) .append(new MFVec3fObject(getNormal_5_202_vector_7())) .append(new MFVec3fObject(getNormal_5_202_vector_8())) .append(new MFVec3fObject(getNormal_5_202_vector_9())) .append(new MFVec3fObject(getNormal_5_202_vector_10())) .append(new MFVec3fObject(getNormal_5_202_vector_11())); return Normal_5_202_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #203, 2142 total numbers made up of 1071 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_203_point() { MFVec2fObject TextureCoordinate_5_203_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_203_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_203_point_2())) .append(new MFVec2fObject(getTextureCoordinate_5_203_point_3())) .append(new MFVec2fObject(getTextureCoordinate_5_203_point_4())) .append(new MFVec2fObject(getTextureCoordinate_5_203_point_5())) .append(new MFVec2fObject(getTextureCoordinate_5_203_point_6())) .append(new MFVec2fObject(getTextureCoordinate_5_203_point_7())) .append(new MFVec2fObject(getTextureCoordinate_5_203_point_8())) .append(new MFVec2fObject(getTextureCoordinate_5_203_point_9())) .append(new MFVec2fObject(getTextureCoordinate_5_203_point_10())) .append(new MFVec2fObject(getTextureCoordinate_5_203_point_11())); return TextureCoordinate_5_203_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #237, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_237_vector() { MFVec3fObject Normal_5_237_vector = new MFVec3fObject(new float[] {-1.1275E-6f,0.0f,-1.0f,-4.7347E-5f,0.0f,-1.0f,0.39679f,0.22764f,-0.88923f,0.89441f,0.03146f,-0.44615f,-0.028145f,0.19858f,-0.97968f,0.15748f,0.35852f,-0.92014f,0.075321f,0.33265f,-0.94004f,-0.079247f,0.14639f,-0.98605f,0.4356f,-0.90014f,0.0f,0.43561f,-0.90014f,0.0f,-0.99857f,-0.051007f,-0.015767f,-0.996f,0.085348f,0.026382f,0.0097896f,-0.99938f,-0.033792f,-0.44653f,-0.89094f,-0.082735f,-0.48172f,-0.87313f,-0.07481f,-0.015274f,-0.99936f,-0.032261f,4.7354E-5f,0.0f,1.0f,1.1279E-6f,0.0f,1.0f,-0.99124f,0.087365f,0.099021f,-0.36855f,-0.23422f,0.89962f,0.078305f,-0.17232f,0.98192f,-0.099611f,-0.35527f,0.92944f,-0.18196f,-0.36074f,0.91474f,0.017861f,-0.25117f,0.96778f,-0.39586f,0.91831f,0.0f,-0.39586f,0.91831f,0.0f,-0.39585f,0.91831f,0.0f,0.81169f,0.55804f,0.17249f,0.78775f,0.58852f,0.18192f,0.76425f,0.61616f,0.19046f,-0.04669f,0.9957f,0.080056f,0.44725f,0.88044f,0.15746f,0.3441f,0.92408f,0.16633f,-0.39585f,0.91831f,0.0f,-0.39586f,0.91831f,0.0f,-0.39586f,0.91831f,0.0f,0.32415f,0.24395f,-0.91401f,0.35685f,0.23685f,-0.90364f,0.39679f,0.22764f,-0.88923f,0.22605f,0.49653f,-0.83807f,-0.033177f,0.93771f,-0.34582f,0.13508f,0.4713f,-0.87157f}); return Normal_5_237_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #244, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_244_vector() { MFVec3fObject Normal_5_244_vector = new MFVec3fObject(new float[] {1.1275E-6f,0.0f,-1.0f,4.7347E-5f,0.0f,-1.0f,-0.39679f,-0.22764f,-0.88923f,-0.89441f,-0.03146f,-0.44615f,0.028145f,-0.19858f,-0.97968f,-0.15748f,-0.35852f,-0.92014f,-0.075321f,-0.33265f,-0.94004f,0.079247f,-0.14639f,-0.98605f,-0.4356f,0.90014f,0.0f,-0.43561f,0.90014f,0.0f,0.99857f,0.051007f,-0.015767f,0.996f,-0.085348f,0.026382f,-0.0097896f,0.99938f,-0.033792f,0.44653f,0.89094f,-0.082735f,0.48172f,0.87313f,-0.07481f,0.015274f,0.99936f,-0.032261f,-4.7354E-5f,0.0f,1.0f,-2.2907E-5f,0.0f,1.0f,-1.1279E-6f,0.0f,1.0f,0.99124f,-0.087365f,0.099021f,0.60075f,0.16996f,0.78116f,0.36855f,0.23422f,0.89962f,-0.078305f,0.17232f,0.98192f,0.099611f,0.35527f,0.92944f,0.18196f,0.36074f,0.91474f,-0.017861f,0.25117f,0.96778f,0.39586f,-0.91831f,0.0f,0.39586f,-0.91831f,0.0f,0.39585f,-0.91831f,0.0f,-0.81169f,-0.55804f,0.17249f,-0.78775f,-0.58852f,0.18192f,-0.76425f,-0.61616f,0.19046f,0.04669f,-0.9957f,0.080056f,-0.44725f,-0.88044f,0.15746f,-0.3441f,-0.92408f,0.16633f,0.39585f,-0.91831f,0.0f,0.39586f,-0.91831f,0.0f,-0.32415f,-0.24395f,-0.91401f,-0.39679f,-0.22764f,-0.88923f,-0.22605f,-0.49653f,-0.83807f,0.033177f,-0.93771f,-0.34582f,-0.13508f,-0.4713f,-0.87157f}); return Normal_5_244_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #251, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_251_vector() { MFVec3fObject Normal_5_251_vector = new MFVec3fObject(new float[] {8.3764E-7f,-7.5476E-7f,-1.0f,1.7015E-5f,-1.5331E-5f,-1.0f,3.5174E-5f,-3.1694E-5f,-1.0f,-0.44716f,0.096493f,-0.88923f,-0.5469f,0.25293f,-0.79808f,-0.68552f,0.57534f,-0.44615f,-0.11202f,-0.16637f,-0.97968f,-0.35699f,-0.16093f,-0.92014f,-0.27863f,-0.19671f,-0.94004f,-0.039121f,-0.1618f,-0.98605f,0.27894f,0.96031f,0.0f,0.27894f,0.96031f,0.0f,0.27893f,0.96031f,0.0f,0.77599f,-0.63055f,-0.015767f,0.73139f,-0.68194f,0.005264f,0.68281f,-0.73012f,0.026382f,0.66171f,0.749f,-0.033792f,0.92812f,0.36298f,-0.082735f,0.94234f,0.32619f,-0.07481f,0.68031f,0.73221f,-0.032261f,-3.518E-5f,3.1699E-5f,1.0f,-1.7017E-5f,1.5333E-5f,1.0f,-8.3794E-7f,7.5502E-7f,1.0f,0.67792f,-0.72844f,0.099021f,0.56008f,-0.27587f,0.78116f,0.43058f,-0.072705f,0.89962f,0.057173f,0.18043f,0.98192f,0.31182f,0.19726f,0.92944f,0.37666f,0.1462f,0.91474f,0.15487f,0.19856f,0.96778f,-0.32062f,-0.94721f,1.5662E-14f,-0.32063f,-0.9472f,1.5662E-14f,-0.97656f,0.12876f,0.17249f,-0.98022f,0.053832f,0.19046f,-0.63183f,-0.77096f,0.080056f,-0.92163f,-0.3547f,0.15746f,-0.87421f,-0.45617f,0.16633f,-0.32063f,-0.9472f,-3.1324E-14f,-0.32063f,-0.94721f,-3.1324E-14f,-0.32062f,-0.94721f,-3.1324E-14f,-0.40411f,0.035751f,-0.91401f,-0.42365f,0.062914f,-0.90364f,-0.44716f,0.096493f,-0.88923f,-0.50031f,-0.21756f,-0.83807f,-0.60305f,-0.71884f,-0.34582f,-0.41584f,-0.25971f,-0.87157f}); return Normal_5_251_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #258, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_258_vector() { MFVec3fObject Normal_5_258_vector = new MFVec3fObject(new float[] {-6.9183E-7f,-8.9033E-7f,-1.0f,-2.9051E-5f,-3.7387E-5f,-1.0f,0.06371f,0.453f,-0.88923f,0.52395f,0.72555f,-0.44615f,-0.17408f,0.099621f,-0.97968f,-0.18647f,0.34434f,-0.92014f,-0.21646f,0.26359f,-0.94004f,-0.16422f,0.027247f,-0.98605f,0.97805f,-0.20835f,0.0f,0.97806f,-0.20834f,0.0f,-0.57243f,-0.8198f,-0.015767f,-0.67852f,-0.73411f,0.026382f,0.79515f,-0.60547f,-0.033792f,0.42953f,-0.89926f,-0.082735f,0.39387f,-0.91611f,-0.07481f,0.77976f,-0.62525f,-0.032261f,2.9056E-5f,3.7392E-5f,1.0f,6.9207E-7f,8.9064E-7f,1.0f,-0.67719f,-0.72911f,0.099021f,-0.041191f,-0.43473f,0.89962f,0.18411f,-0.043897f,0.98192f,0.21942f,-0.29665f,0.92944f,0.20567f,-0.3273f,0.92227f,0.1956f,-0.12743f,0.97237f,-0.96802f,0.25088f,0.0f,-0.96802f,0.25088f,0.0f,0.057387f,0.98334f,0.17249f,-0.017612f,0.98154f,0.19046f,-0.82132f,0.56597f,0.071533f,-0.52006f,0.84054f,0.15176f,-0.55573f,0.81558f,0.16122f,-0.83687f,0.54232f,0.074392f,-0.96802f,0.25088f,0.0f,-0.96802f,0.25088f,0.0f,-0.96802f,0.25087f,0.0f,0.0062615f,0.40564f,-0.91401f,0.031931f,0.42711f,-0.90364f,0.06371f,0.453f,-0.88923f,-0.25337f,0.48316f,-0.83807f,-0.76081f,0.54916f,-0.34582f,-0.79236f,0.48532f,-0.36964f,-0.32529f,0.40468f,-0.85465f}); return Normal_5_258_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #265, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_265_vector() { MFVec3fObject Normal_5_265_vector = new MFVec3fObject(new float[] {-7.7167E-7f,8.2209E-7f,-1.0f,-3.2404E-5f,3.4521E-5f,-1.0f,0.43754f,-0.13351f,-0.88923f,0.63506f,-0.63059f,-0.44615f,0.09112f,0.13306f,-0.98691f,0.31531f,0.16383f,-0.93474f,0.29409f,0.17275f,-0.94004f,0.0525f,0.15797f,-0.98605f,-0.35819f,-0.93365f,0.0f,-0.35818f,-0.93365f,0.0f,-0.35818f,-0.93365f,0.0f,-0.72061f,0.69317f,-0.015767f,-0.67187f,0.74065f,0.005264f,-0.61943f,0.78461f,0.026382f,-0.72196f,-0.69111f,-0.033792f,-0.9552f,-0.28418f,-0.082735f,-0.96629f,-0.24633f,-0.07481f,-0.7391f,-0.67282f,-0.032261f,3.2409E-5f,-3.4527E-5f,1.0f,7.7194E-7f,-8.2238E-7f,1.0f,-0.6147f,0.78252f,0.099021f,-0.423f,0.10842f,0.89962f,-0.072046f,-0.17502f,0.98192f,-0.32721f,-0.17052f,0.92944f,-0.35535f,-0.15216f,0.92227f,-0.15635f,-0.17336f,0.97237f,0.39863f,0.91711f,0.0f,0.39863f,0.91711f,0.0f,0.39863f,0.91711f,0.0f,0.96239f,-0.20989f,0.17249f,0.96823f,-0.17158f,0.18192f,0.97229f,-0.13553f,0.19046f,0.68702f,0.72311f,0.071533f,0.9113f,0.38275f,0.15176f,0.89221f,0.42187f,0.16122f,0.66609f,0.74215f,0.074392f,0.39863f,0.91711f,0.0f,0.39863f,0.91711f,0.0f,0.39971f,-0.069385f,-0.91401f,0.43754f,-0.13351f,-0.88923f,0.56994f,0.27502f,-0.7743f,0.64403f,0.72232f,-0.25197f,0.60284f,0.70707f,-0.36964f,0.45042f,0.25827f,-0.85465f}); return Normal_5_265_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #272, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_272_vector() { MFVec3fObject Normal_5_272_vector = new MFVec3fObject(new float[] {1.0414E-6f,4.3221E-7f,-1.0f,2.1154E-5f,8.7794E-6f,-1.0f,4.373E-5f,1.8149E-5f,-1.0f,-0.27922f,-0.36236f,-0.88923f,-0.46333f,-0.38522f,-0.79808f,-0.81402f,-0.37191f,-0.44615f,0.10212f,-0.17262f,-0.97968f,-0.008023f,-0.3915f,-0.92014f,0.057948f,-0.33612f,-0.94004f,0.12931f,-0.10483f,-0.98605f,-0.74737f,0.66441f,0.0f,-0.74738f,0.6644f,0.0f,0.90274f,0.42989f,-0.015767f,0.95264f,0.30297f,0.026382f,-0.39213f,0.91929f,-0.033792f,0.0709f,0.99405f,-0.082735f,0.11023f,0.99109f,-0.07481f,-0.36898f,0.92888f,-0.032261f,-4.3737E-5f,-1.8152E-5f,1.0f,-1.0418E-6f,-4.3236E-7f,1.0f,0.94901f,0.29928f,0.099021f,0.25062f,0.3576f,0.89962f,-0.13838f,0.12914f,0.98192f,-0.044184f,0.36632f,0.92944f,0.029779f,0.40294f,0.91474f,-0.11278f,0.22514f,0.96778f,0.71763f,-0.69642f,0.0f,0.71763f,-0.69642f,0.0f,-0.53577f,-0.82656f,0.17249f,-0.46968f,-0.86205f,0.19046f,0.4248f,-0.90174f,0.080056f,-0.075592f,-0.98463f,0.15746f,0.036413f,-0.9854f,0.16633f,0.71763f,-0.69642f,0.0f,0.71763f,-0.69642f,0.0f,0.71764f,-0.69642f,0.0f,-0.20588f,-0.34957f,-0.91401f,-0.2388f,-0.35555f,-0.90364f,-0.27922f,-0.36236f,-0.88923f,-0.018454f,-0.54525f,-0.83807f,0.3901f,-0.85337f,-0.34582f,0.055902f,-0.48708f,-0.87157f}); return Normal_5_272_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #279, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_279_vector() { MFVec3fObject Normal_5_279_vector = new MFVec3fObject(new float[] {-1.0165E-6f,4.8789E-7f,-1.0f,-2.0648E-5f,9.9105E-6f,-1.0f,-4.2685E-5f,2.0488E-5f,-1.0f,0.45623f,0.03353f,-0.88923f,0.59603f,-0.088433f,-0.79808f,0.81995f,-0.35866f,-0.44615f,0.036911f,0.15699f,-0.98691f,0.23486f,0.26666f,-0.93474f,0.21185f,0.26731f,-0.94004f,-0.008098f,0.16627f,-0.98605f,0.0031999f,-0.99999f,0.0f,0.0032125f,-0.99999f,0.0f,-0.92232f,0.38611f,-0.015767f,-0.861f,0.50793f,0.026382f,-0.42362f,-0.90521f,-0.033792f,-0.78808f,-0.60999f,-0.082735f,-0.8121f,-0.5787f,-0.07481f,-0.44621f,-0.89435f,-0.032261f,4.2691E-5f,-2.0491E-5f,1.0f,2.0651E-5f,-9.912E-6f,1.0f,1.0169E-6f,-4.8806E-7f,1.0f,-0.85583f,0.50769f,0.099021f,-0.61514f,0.10673f,0.78116f,-0.43361f,-0.051676f,0.89962f,-0.0039682f,-0.18923f,0.98192f,-0.24353f,-0.27719f,0.92944f,-0.32014f,-0.24648f,0.91474f,-0.092584f,-0.23417f,0.96778f,0.040486f,0.99918f,0.0f,0.04049f,0.99918f,0.0f,0.97323f,0.15187f,0.17249f,0.95561f,0.22479f,0.19046f,0.38876f,0.91786f,0.080056f,0.78419f,0.60021f,0.15746f,0.67961f,0.71564f,0.16122f,0.35308f,0.93263f,0.074392f,0.04049f,0.99918f,0.0f,0.040487f,0.99918f,0.0f,0.040483f,0.99918f,0.0f,0.39779f,0.079664f,-0.91401f,0.4242f,0.059115f,-0.90364f,0.45623f,0.03353f,-0.88923f,0.43214f,0.4623f,-0.7743f,0.33967f,0.90617f,-0.25197f,0.30678f,0.87707f,-0.36964f,0.32674f,0.40351f,-0.85465f}); return Normal_5_279_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #286, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_286_vector() { MFVec3fObject Normal_5_286_vector = new MFVec3fObject(new float[] {-3.3197E-7f,1.0775E-6f,-1.0f,-1.394E-5f,4.5248E-5f,-1.0f,0.33438f,-0.31218f,-0.88923f,0.2934f,-0.8455f,-0.44615f,0.18149f,0.085365f,-0.97968f,0.389f,-0.044945f,-0.92014f,0.34009f,0.02596f,-0.94004f,0.11657f,0.11884f,-0.98605f,-0.73199f,-0.68131f,0.0f,-0.73199f,-0.68132f,0.0f,-0.73198f,-0.68132f,0.0f,-0.34275f,0.93929f,-0.015767f,-0.27811f,0.96054f,0.005264f,-0.21169f,0.97698f,0.026382f,-0.9522f,-0.3036f,-0.033792f,-0.98291f,0.16442f,-0.082735f,-0.97626f,0.2033f,-0.07481f,-0.95956f,-0.27964f,-0.032261f,1.3942E-5f,-4.5255E-5f,1.0f,3.3209E-7f,-1.0779E-6f,1.0f,-0.20836f,0.97303f,0.099021f,-0.33234f,0.28325f,0.89962f,-0.14162f,-0.12557f,0.98192f,-0.36885f,-0.0094063f,0.92944f,-0.38607f,0.019448f,0.92227f,-0.21662f,-0.08703f,0.97237f,0.76105f,0.64869f,0.0f,0.76106f,0.64869f,0.0f,0.76106f,0.64868f,0.0f,0.77229f,-0.6114f,0.17249f,0.79437f,-0.57956f,0.18192f,0.81386f,-0.54896f,0.19046f,0.93487f,0.3477f,0.071533f,0.9868f,-0.056588f,0.15176f,0.98683f,-0.013057f,0.16122f,0.92444f,0.37401f,0.074392f,0.76106f,0.64868f,0.0f,0.76106f,0.64869f,0.0f,0.76105f,0.64869f,0.0f,0.32857f,-0.23796f,-0.91401f,0.33142f,-0.2713f,-0.90364f,0.33438f,-0.31218f,-0.88923f,0.54108f,-0.069843f,-0.83807f,0.88638f,0.30779f,-0.34582f,0.85221f,0.37028f,-0.36964f,0.51809f,0.034094f,-0.85465f}); return Normal_5_286_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #300, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_300_vector() { MFVec3fObject Normal_5_300_vector = new MFVec3fObject(new float[] {1.0597E-6f,-3.8511E-7f,-1.0f,4.45E-5f,-1.6172E-5f,-1.0f,-0.45068f,-0.078426f,-0.88923f,-0.85136f,0.27592f,-0.44615f,-0.041374f,-0.19625f,-0.97968f,-0.27047f,-0.28317f,-0.92014f,-0.18441f,-0.28692f,-0.94004f,0.02448f,-0.16466f,-0.98605f,-0.10195f,0.99479f,0.0f,-0.10196f,0.99479f,0.0f,-0.10196f,0.99479f,0.0f,0.95594f,-0.29313f,-0.015767f,0.9339f,-0.35751f,0.005264f,0.90695f,-0.42041f,0.026382f,0.33214f,0.94262f,-0.033792f,0.72398f,0.68484f,-0.082735f,0.75097f,0.65608f,-0.07481f,0.3557f,0.93405f,-0.032261f,-4.4506E-5f,1.6174E-5f,1.0f,-2.1529E-5f,7.8239E-6f,1.0f,-1.0601E-6f,3.8525E-7f,1.0f,0.90179f,-0.42068f,0.099021f,0.62268f,-0.045449f,0.78116f,0.42638f,0.094249f,0.89962f,-0.014741f,0.1887f,0.98192f,0.21497f,0.29989f,0.92944f,0.29423f,0.2769f,0.91474f,0.069003f,0.24217f,0.96778f,0.058397f,-0.99829f,0.0f,0.058392f,-0.99829f,0.0f,-0.95348f,-0.24725f,0.17249f,-0.92874f,-0.31807f,0.19046f,-0.2962f,-0.95176f,0.080056f,-0.72108f,-0.67473f,0.15746f,-0.63903f,-0.75098f,0.16633f,0.058392f,-0.99829f,0.0f,0.058399f,-0.99829f,0.0f,-0.38798f,-0.11856f,-0.91401f,-0.45068f,-0.078426f,-0.88923f,-0.38205f,-0.38946f,-0.83807f,-0.2891f,-0.89265f,-0.34582f,-0.28793f,-0.39682f,-0.87157f}); return Normal_5_300_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #307, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_307_vector() { MFVec3fObject Normal_5_307_vector = new MFVec3fObject(new float[] {5.0227E-7f,-1.0095E-6f,-1.0f,2.1092E-5f,-4.239E-5f,-1.0f,-0.38057f,0.25384f,-0.88923f,-0.42659f,0.78675f,-0.44615f,-0.16525f,-0.11366f,-0.97968f,-0.39114f,-0.018714f,-0.92014f,-0.33138f,-0.080752f,-0.94004f,-0.095762f,-0.13616f,-0.98605f,0.61185f,0.79097f,0.0f,0.61184f,0.79098f,0.0f,0.4905f,-0.8713f,-0.015767f,0.36727f,-0.92974f,0.026382f,0.89038f,0.45396f,-0.033792f,0.99657f,-0.0028955f,-0.082735f,0.9963f,-0.042334f,-0.07481f,0.90153f,0.43151f,-0.032261f,-2.1095E-5f,4.2396E-5f,1.0f,-1.0204E-5f,2.0508E-5f,1.0f,-5.0245E-7f,1.0098E-6f,1.0f,0.36335f,-0.92638f,0.099021f,0.41978f,-0.46214f,0.78116f,0.37387f,-0.22563f,0.89962f,0.11939f,0.14687f,0.98192f,0.36245f,0.069081f,0.92944f,0.40403f,-0.0022107f,0.91474f,0.21692f,0.12788f,0.96778f,-0.64582f,-0.76349f,0.0f,-0.64582f,-0.76349f,0.0f,-0.86119f,0.47811f,0.17249f,-0.89209f,0.40975f,0.19046f,-0.87065f,-0.48535f,0.080056f,-0.98749f,0.0082197f,0.15746f,-0.98062f,-0.10358f,0.16633f,-0.64582f,-0.76349f,0.0f,-0.64582f,-0.76349f,0.0f,-0.64582f,-0.76349f,0.0f,-0.3628f,0.18154f,-0.91401f,-0.37102f,0.21398f,-0.90364f,-0.38057f,0.25384f,-0.88923f,-0.54524f,-0.0188f,-0.83807f,-0.82475f,-0.44742f,-0.34582f,-0.48213f,-0.089013f,-0.87157f}); return Normal_5_307_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #314, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_314_vector() { MFVec3fObject Normal_5_314_vector = new MFVec3fObject(new float[] {-4.0206E-7f,-1.0534E-6f,-1.0f,-8.167E-6f,-2.1397E-5f,-1.0f,-1.6883E-5f,-4.4234E-5f,-1.0f,-0.071186f,0.45188f,-0.88923f,0.038785f,0.60131f,-0.79808f,0.28954f,0.84683f,-0.44615f,-0.15951f,0.023787f,-0.98691f,-0.28519f,0.21197f,-0.93474f,-0.28393f,0.18899f,-0.94004f,-0.16503f,-0.021835f,-0.98605f,0.9963f,0.085978f,0.0f,0.9963f,0.08599f,0.0f,-0.30843f,-0.95112f,-0.015767f,-0.4349f,-0.90009f,0.026382f,0.93717f,-0.34722f,-0.033792f,0.67314f,-0.73487f,-0.082735f,0.64395f,-0.7614f,-0.07481f,0.92822f,-0.37063f,-0.032261f,1.6886E-5f,4.4241E-5f,1.0f,8.1682E-6f,2.1401E-5f,1.0f,4.022E-7f,1.0538E-6f,1.0f,-0.43509f,-0.89493f,0.099021f,-0.055432f,-0.62187f,0.78116f,0.087397f,-0.42784f,0.89962f,0.18891f,0.011712f,0.98192f,0.2964f,-0.21975f,0.92944f,0.27214f,-0.29864f,0.91474f,0.24103f,-0.072879f,0.96778f,-0.9991f,-0.042375f,0.0f,-0.9991f,-0.042371f,0.0f,-0.23192f,0.95732f,0.17249f,-0.30313f,0.93372f,0.19046f,-0.94689f,0.31143f,0.080056f,-0.66307f,0.73181f,0.15746f,-0.76944f,0.61803f,0.16122f,-0.95866f,0.27465f,0.074392f,-0.9991f,-0.042371f,0.0f,-0.9991f,-0.042374f,0.0f,-0.9991f,-0.042377f,0.0f,-0.11232f,0.38983f,-0.91401f,-0.094031f,0.41785f,-0.90364f,-0.071186f,0.45188f,-0.88923f,-0.49649f,0.39238f,-0.7743f,-0.93118f,0.26348f,-0.25197f,-0.89946f,0.23311f,-0.36964f,-0.42918f,0.29221f,-0.85465f}); return Normal_5_314_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #321, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_321_vector() { MFVec3fObject Normal_5_321_vector = new MFVec3fObject(new float[] {-9.1886E-7f,-6.5346E-7f,-1.0f,-3.8585E-5f,-2.744E-5f,-1.0f,0.19143f,0.41548f,-0.88923f,0.71065f,0.54399f,-0.44615f,-0.13802f,0.14552f,-0.97968f,-0.079442f,0.38344f,-0.92014f,-0.13141f,0.31474f,-0.94004f,-0.14942f,0.073372f,-0.98605f,0.87666f,-0.48111f,0.0f,0.87666f,-0.4811f,0.0f,0.87667f,-0.4811f,0.0f,-0.78421f,-0.62029f,-0.015767f,-0.82468f,-0.56558f,0.005264f,-0.86114f,-0.50768f,0.026382f,0.58717f,-0.80876f,-0.033792f,0.15245f,-0.98484f,-0.082735f,0.11345f,-0.99072f,-0.07481f,0.56673f,-0.82327f,-0.032261f,3.8591E-5f,2.7444E-5f,1.0f,1.8667E-5f,1.3276E-5f,1.0f,9.1918E-7f,6.5369E-7f,1.0f,-0.85843f,-0.50328f,0.099021f,-0.39107f,-0.48668f,0.78116f,-0.1646f,-0.40446f,0.89962f,0.16368f,-0.095044f,0.98192f,0.12472f,-0.34726f,0.92944f,0.060783f,-0.39944f,0.91474f,0.16012f,-0.19434f,0.96778f,-0.85481f,0.51894f,0.0f,-0.85481f,0.51895f,0.0f,-0.85481f,0.51895f,0.0f,0.33806f,0.92518f,0.17249f,0.30089f,0.93615f,0.18192f,0.26572f,0.94505f,0.19046f,-0.61511f,0.78437f,0.080056f,-0.14578f,0.97671f,0.15746f,-0.25514f,0.95249f,0.16633f,-0.85481f,0.51895f,0.0f,-0.85481f,0.51894f,0.0f,0.12278f,0.38666f,-0.91401f,0.19143f,0.41548f,-0.88923f,-0.10354f,0.53565f,-0.83807f,-0.57049f,0.74495f,-0.34582f,-0.16306f,0.46236f,-0.87157f}); return Normal_5_321_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #328, 120 total numbers made up of 40 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_328_vector() { MFVec3fObject Normal_5_328_vector = new MFVec3fObject(new float[] {-5.6847E-7f,-9.7373E-7f,-1.0f,-1.1547E-5f,-1.9779E-5f,-1.0f,-2.3871E-5f,-4.0889E-5f,-1.0f,0.0034589f,0.45744f,-0.88923f,0.13632f,0.58693f,-0.79808f,0.42377f,0.78827f,-0.44615f,-0.18569f,0.075813f,-0.97968f,-0.23022f,0.31676f,-0.92014f,-0.24931f,0.23276f,-0.94004f,-0.16638f,0.0053689f,-0.98605f,0.99698f,-0.077646f,0.0f,0.99698f,-0.077633f,0.0f,-0.4594f,-0.88809f,-0.015767f,-0.57586f,-0.81712f,0.026382f,0.868f,-0.49541f,-0.033792f,0.54429f,-0.83481f,-0.082735f,0.51116f,-0.85622f,-0.07481f,0.85535f,-0.51704f,-0.032261f,2.3875E-5f,4.0895E-5f,1.0f,5.6867E-7f,9.7407E-7f,1.0f,-0.57521f,-0.81199f,0.099021f,0.016456f,-0.43637f,0.89962f,0.18829f,-0.019252f,0.98192f,0.25659f,-0.26514f,0.92944f,0.2198f,-0.33902f,0.91474f,0.22592f,-0.11121f,0.96778f,-0.99264f,0.12112f,0.0f,-0.99264f,0.12113f,0.0f,-0.072697f,0.98232f,0.17249f,-0.1468f,0.97066f,0.19046f,-0.88343f,0.46168f,0.080056f,-0.53486f,0.83014f,0.15746f,-0.62456f,0.76306f,0.16633f,-0.99264f,0.12113f,0.0f,-0.99264f,0.12112f,0.0f,-0.047248f,0.40293f,-0.91401f,0.0034589f,0.45744f,-0.88923f,-0.31483f,0.44556f,-0.83807f,-0.82654f,0.44412f,-0.34582f,-0.33891f,0.35427f,-0.87157f}); return Normal_5_328_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #342, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_342_vector() { MFVec3fObject Normal_5_342_vector = new MFVec3fObject(new float[] {-1.1013E-6f,2.4164E-7f,-1.0f,-4.6247E-5f,1.0147E-5f,-1.0f,0.43636f,0.13732f,-0.88923f,0.88037f,-0.16095f,-0.44615f,-9.5409E-5f,0.16127f,-0.98691f,0.16741f,0.31343f,-0.93474f,0.14486f,0.30878f,-0.94004f,-0.046032f,0.15997f,-0.98605f,0.23256f,-0.97258f,0.0f,0.23257f,-0.97258f,0.0f,-0.9863f,0.16419f,-0.015767f,-0.95457f,0.29682f,0.026382f,-0.20462f,-0.97826f,-0.033792f,-0.62709f,-0.77454f,-0.082735f,-0.65765f,-0.7496f,-0.07481f,-0.2291f,-0.97287f,-0.032261f,4.6254E-5f,-1.0149E-5f,1.0f,1.1017E-6f,-2.4173E-7f,1.0f,-0.94949f,0.29777f,0.099021f,-0.41018f,-0.14979f,0.89962f,0.039556f,-0.18509f,0.98192f,-0.17344f,-0.32567f,0.92944f,-0.20703f,-0.32645f,0.92227f,-0.030914f,-0.23139f,0.97237f,-0.18985f,0.98181f,0.0f,-0.18985f,0.98181f,0.0f,-0.18985f,0.98181f,0.0f,0.91242f,0.37112f,0.17249f,0.89558f,0.40602f,0.18192f,0.87854f,0.43805f,0.19046f,0.1577f,0.98489f,0.071533f,0.53515f,0.83101f,0.15176f,0.49728f,0.85248f,0.16122f,0.12967f,0.98876f,0.074392f,-0.18985f,0.98181f,0.0f,-0.18985f,0.98181f,0.0f,-0.18986f,0.98181f,0.0f,0.3689f,0.16881f,-0.91401f,0.39932f,0.15487f,-0.90364f,0.43636f,0.13732f,-0.88923f,0.31453f,0.54912f,-0.7743f,0.12269f,0.95993f,-0.25197f,0.097348f,0.92406f,-0.36964f,0.22543f,0.46772f,-0.85465f}); return Normal_5_342_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #349, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_349_vector() { MFVec3fObject Normal_5_349_vector = new MFVec3fObject(new float[] {-5.6945E-7f,9.7316E-7f,-1.0f,-2.3912E-5f,4.0865E-5f,-1.0f,0.39688f,-0.2275f,-0.88923f,0.47887f,-0.75607f,-0.44615f,0.15718f,0.12458f,-0.97968f,0.38897f,0.045145f,-0.92014f,0.32515f,0.103f,-0.94004f,0.086327f,0.14233f,-0.98605f,-0.55691f,-0.83057f,0.0f,-0.5569f,-0.83058f,0.0f,-0.54835f,0.8361f,-0.015767f,-0.42936f,0.90275f,0.026382f,-0.85762f,-0.51318f,-0.033792f,-0.99448f,-0.064562f,-0.082735f,-0.99688f,-0.025196f,-0.07481f,-0.87026f,-0.49154f,-0.032261f,2.3916E-5f,-4.0871E-5f,1.0f,1.1569E-5f,-1.9771E-5f,1.0f,5.6965E-7f,-9.735E-7f,1.0f,-0.42522f,0.89966f,0.099021f,-0.4501f,0.43267f,0.78116f,-0.38828f,0.19981f,0.89962f,-0.10918f,-0.15461f,0.98192f,-0.35694f,-0.093454f,0.92944f,-0.3803f,-0.069297f,0.92227f,-0.191f,-0.13423f,0.97237f,0.59266f,0.80545f,0.0f,0.59267f,0.80545f,0.0f,0.89158f,-0.41873f,0.17249f,0.91778f,-0.34843f,0.19046f,0.83067f,0.55215f,0.071533f,0.97361f,0.17043f,0.15176f,0.9637f,0.21282f,0.16122f,0.8145f,0.57538f,0.074392f,0.59267f,0.80545f,0.0f,0.59266f,0.80545f,0.0f,0.37426f,-0.15657f,-0.91401f,0.39688f,-0.2275f,-0.88923f,0.54272f,0.055661f,-0.83807f,0.79258f,0.50222f,-0.34582f,0.74503f,0.55524f,-0.36964f,0.49659f,0.15159f,-0.85465f}); return Normal_5_349_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #356, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_356_vector() { MFVec3fObject Normal_5_356_vector = new MFVec3fObject(new float[] {-9.0246E-7f,6.7592E-7f,-1.0f,-1.8332E-5f,1.373E-5f,-1.0f,-3.7896E-5f,2.8383E-5f,-1.0f,0.45406f,-0.055663f,-0.88923f,0.56753f,-0.20244f,-0.79808f,0.73474f,-0.51099f,-0.44615f,0.096517f,0.17582f,-0.97968f,0.34097f,0.19255f,-0.92014f,0.2597f,0.2211f,-0.94004f,0.024329f,0.16468f,-0.98605f,-0.19096f,-0.9816f,0.0f,-0.19095f,-0.9816f,0.0f,-0.82983f,0.55779f,-0.015767f,-0.74603f,0.66539f,0.026382f,-0.59127f,-0.80577f,-0.033792f,-0.89149f,-0.44542f,-0.082735f,-0.90898f,-0.41007f,-0.07481f,-0.61132f,-0.79073f,-0.032261f,3.7902E-5f,-2.8388E-5f,1.0f,1.8334E-5f,-1.3732E-5f,1.0f,9.0278E-7f,-6.7616E-7f,1.0f,-0.74101f,0.66415f,0.099021f,-0.58273f,0.2241f,0.78116f,-0.43539f,0.033471f,0.89962f,-0.040623f,-0.18486f,0.98192f,-0.29271f,-0.22465f,0.92944f,-0.3619f,-0.17966f,0.91474f,-0.13628f,-0.21175f,0.96778f,0.23366f,0.97232f,0.0f,0.23366f,0.97232f,0.0f,0.9842f,-0.03993f,0.17249f,0.98107f,0.035025f,0.19046f,0.55952f,0.82494f,0.080056f,0.88578f,0.43658f,0.15746f,0.82938f,0.53335f,0.16633f,0.23366f,0.97232f,0.0f,0.23366f,0.97232f,0.0f,0.23366f,0.97232f,0.0f,0.40569f,9.3689E-4f,-0.91401f,0.42761f,-0.024347f,-0.90364f,0.45406f,-0.055663f,-0.88923f,0.47859f,0.2619f,-0.83807f,0.53558f,0.77043f,-0.34582f,0.39065f,0.29625f,-0.87157f}); return Normal_5_356_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #363, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_363_vector() { MFVec3fObject Normal_5_363_vector = new MFVec3fObject(new float[] {7.0128E-7f,-8.829E-7f,-1.0f,1.4245E-5f,-1.7934E-5f,-1.0f,2.9448E-5f,-3.7075E-5f,-1.0f,-0.42505f,0.16912f,-0.88923f,-0.49753f,0.3399f,-0.79808f,-0.58092f,0.68079f,-0.44615f,-0.13799f,-0.14555f,-0.97968f,-0.37869f,-0.09967f,-0.92014f,-0.30733f,-0.14792f,-0.94004f,-0.065343f,-0.1531f,-0.98605f,0.43393f,0.90095f,0.0f,0.43392f,0.90095f,0.0f,0.66102f,-0.75021f,-0.015767f,0.55265f,-0.833f,0.026382f,0.77647f,0.62924f,-0.033792f,0.97537f,0.20448f,-0.082735f,0.98331f,0.16584f,-0.07481f,0.79205f,0.60961f,-0.032261f,-2.9453E-5f,3.7081E-5f,1.0f,-1.4247E-5f,1.7937E-5f,1.0f,-7.0152E-7f,8.8321E-7f,1.0f,0.54811f,-0.83053f,0.099021f,0.50673f,-0.36471f,0.78116f,0.41263f,-0.14292f,0.89962f,0.086228f,0.16849f,0.98192f,0.34015f,0.14297f,0.92944f,0.39565f,0.081885f,0.91474f,0.18557f,0.17021f,0.96778f,-0.47287f,-0.88113f,0.0f,-0.47287f,-0.88113f,0.0f,-0.47287f,-0.88113f,0.0f,-0.94181f,0.28851f,0.17249f,-0.95079f,0.25081f,0.18192f,-0.95781f,0.21521f,0.19046f,-0.75064f,-0.65585f,0.080056f,-0.9676f,-0.19738f,0.15746f,-0.93762f,-0.3053f,0.16633f,-0.47287f,-0.88113f,0.0f,-0.47287f,-0.88113f,0.0f,-0.47287f,-0.88113f,0.0f,-0.39263f,0.1021f,-0.91401f,-0.40741f,0.13212f,-0.90364f,-0.42505f,0.16912f,-0.88923f,-0.5294f,-0.13181f,-0.83807f,-0.71364f,-0.6092f,-0.34582f,-0.45306f,-0.18736f,-0.87157f}); return Normal_5_363_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #370, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_370_vector() { MFVec3fObject Normal_5_370_vector = new MFVec3fObject(new float[] {3.2335E-7f,-1.0802E-6f,-1.0f,6.5681E-6f,-2.1941E-5f,-1.0f,1.3578E-5f,-4.5358E-5f,-1.0f,-0.33187f,0.31484f,-0.88923f,-0.33577f,0.50033f,-0.79808f,-0.28663f,0.84782f,-0.44615f,-0.14095f,-0.078369f,-0.98691f,-0.35529f,-0.0057883f,-0.93474f,-0.34028f,-0.023241f,-0.94004f,-0.11752f,-0.1179f,-0.98605f,0.73741f,0.67544f,0.0f,0.73741f,0.67545f,0.0f,0.33523f,-0.942f,-0.015767f,0.20387f,-0.97864f,0.026382f,0.9546f,0.29598f,-0.033792f,0.98157f,-0.17227f,-0.082735f,0.9746f,-0.21109f,-0.07481f,0.96177f,0.27196f,-0.032261f,-1.358E-5f,4.5365E-5f,1.0f,-6.5691E-6f,2.1944E-5f,1.0f,-3.2346E-7f,1.0805E-6f,1.0f,0.20057f,-0.97466f,0.099021f,0.33511f,-0.52678f,0.78116f,0.33007f,-0.2859f,0.89962f,0.14262f,0.12443f,0.98192f,0.36892f,0.0064576f,0.92944f,0.39777f,-0.070865f,0.91474f,0.2355f,0.089142f,0.96778f,-0.76622f,-0.64258f,0.0f,-0.76622f,-0.64258f,0.0f,-0.76738f,0.61756f,0.17249f,-0.80945f,0.55544f,0.19046f,-0.94048f,-0.33027f,0.080056f,-0.97172f,0.17598f,0.15746f,-0.9867f,0.020944f,0.16122f,-0.9274f,-0.36661f,0.074392f,-0.76622f,-0.64258f,0.0f,-0.76622f,-0.64258f,0.0f,-0.76621f,-0.64259f,0.0f,-0.32666f,0.24057f,-0.91401f,-0.32924f,0.27394f,-0.90364f,-0.33187f,0.31484f,-0.88923f,-0.63277f,0.0084344f,-0.7743f,-0.8988f,-0.35871f,-0.25197f,-0.85514f,-0.36345f,-0.36964f,-0.51835f,-0.029952f,-0.85465f}); return Normal_5_370_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #377, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_377_vector() { MFVec3fObject Normal_5_377_vector = new MFVec3fObject(new float[] {1.2373E-7f,-1.1207E-6f,-1.0f,5.1955E-6f,-4.7061E-5f,-1.0f,-0.26981f,0.36942f,-0.88923f,-0.12941f,0.88555f,-0.44615f,-0.15275f,-0.05173f,-0.98691f,-0.35053f,0.058231f,-0.93474f,-0.33891f,0.038363f,-0.94004f,-0.13681f,-0.094832f,-0.98605f,0.84691f,0.53174f,0.0f,0.8469f,0.53175f,0.0f,0.16027f,-0.98695f,-0.015767f,0.024461f,-0.99935f,0.026382f,0.99227f,0.11939f,-0.033792f,0.93455f,-0.34607f,-0.082735f,0.92071f,-0.383f,-0.07481f,0.995f,0.09448f,-0.032261f,-5.1963E-6f,4.7068E-5f,1.0f,-1.2377E-7f,1.1211E-6f,1.0f,0.021934f,-0.99484f,0.099021f,0.27324f,-0.34062f,0.89962f,0.16268f,0.096741f,0.98192f,0.36406f,-0.060025f,0.92944f,0.37853f,-0.14128f,0.91474f,0.2477f,0.045315f,0.96778f,-0.86933f,-0.49424f,0.0f,-0.86933f,-0.49423f,0.0f,-0.86933f,-0.49423f,0.0f,-0.64374f,0.74555f,0.17249f,-0.67141f,0.71842f,0.18192f,-0.6963f,0.69202f,0.19046f,-0.98456f,-0.15567f,0.080056f,-0.9242f,0.34794f,0.15746f,-0.96683f,0.19813f,0.16122f,-0.97822f,-0.19376f,0.074392f,-0.86933f,-0.49423f,0.0f,-0.86933f,-0.49424f,0.0f,-0.86933f,-0.49424f,0.0f,-0.27805f,0.29542f,-0.91401f,-0.27458f,0.3287f,-0.90364f,-0.26981f,0.36942f,-0.88923f,-0.62092f,0.12215f,-0.7743f,-0.94867f,-0.19114f,-0.25197f,-0.90658f,-0.20366f,-0.36964f,-0.51528f,0.0638f,-0.85465f}); return Normal_5_377_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #384, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_384_vector() { MFVec3fObject Normal_5_384_vector = new MFVec3fObject(new float[] {-5.2578E-8f,-1.1263E-6f,-1.0f,-2.2079E-6f,-4.7295E-5f,-1.0f,-0.20889f,0.40698f,-0.88923f,0.010282f,0.8949f,-0.44615f,-0.15895f,-0.027274f,-0.98691f,-0.33716f,0.11219f,-0.93474f,-0.32878f,0.090751f,-0.94004f,-0.14993f,-0.072334f,-0.98605f,0.91948f,0.39315f,0.0f,0.91947f,0.39316f,0.0f,0.0043863f,-0.99987f,-0.015767f,-0.1317f,-0.99094f,0.026382f,0.99875f,-0.036823f,-0.033792f,0.86914f,-0.48759f,-0.082735f,0.84971f,-0.52191f,-0.07481f,0.99756f,-0.061859f,-0.032261f,2.2082E-6f,4.7303E-5f,1.0f,1.0682E-6f,2.2882E-5f,1.0f,5.2596E-8f,1.1267E-6f,1.0f,-0.13349f,-0.98609f,0.099021f,0.14176f,-0.60802f,0.78116f,0.21677f,-0.37907f,0.89962f,0.17578f,0.070185f,0.98192f,0.35024f,-0.11607f,0.92944f,0.35667f,-0.14905f,0.92227f,0.23329f,0.0085251f,0.97237f,-0.93577f,-0.35261f,0.0f,-0.93577f,-0.3526f,0.0f,-0.51959f,0.83683f,0.17249f,-0.57985f,0.79215f,0.19046f,-0.99738f,-0.010542f,0.071533f,-0.90932f,0.38744f,0.15176f,-0.92409f,0.3465f,0.16122f,-0.99647f,-0.038825f,0.074392f,-0.93577f,-0.3526f,0.0f,-0.93577f,-0.35261f,0.0f,-0.22857f,0.33517f,-0.91401f,-0.20889f,0.40698f,-0.88923f,-0.59427f,0.21749f,-0.7743f,-0.96687f,-0.040844f,-0.25197f,-0.92725f,-0.059778f,-0.36964f,-0.49902f,0.14338f,-0.85465f}); return Normal_5_384_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #391, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_391_vector() { MFVec3fObject Normal_5_391_vector = new MFVec3fObject(new float[] {-2.1803E-7f,-1.1062E-6f,-1.0f,-4.4288E-6f,-2.2471E-5f,-1.0f,-9.1556E-6f,-4.6453E-5f,-1.0f,-0.14662f,0.43332f,-0.88923f,-0.063516f,0.5992f,-0.79808f,0.14209f,0.88361f,-0.44615f,-0.16123f,-0.0035449f,-0.98691f,-0.31694f,0.16066f,-0.93474f,-0.31181f,0.13823f,-0.94004f,-0.15895f,-0.049443f,-0.98605f,0.96738f,0.25331f,0.0f,0.96738f,0.25332f,0.0f,-0.14305f,-0.98959f,-0.015767f,-0.27634f,-0.9607f,0.026382f,0.98241f,-0.18365f,-0.033792f,0.78777f,-0.61038f,-0.082735f,0.7635f,-0.64147f,-0.07481f,0.97755f,-0.20823f,-0.032261f,9.157E-6f,4.646E-5f,1.0f,2.1811E-7f,1.1066E-6f,1.0f,-0.27739f,-0.95564f,0.099021f,0.15853f,-0.40688f,0.89962f,0.1842f,0.043506f,0.98192f,0.32931f,-0.16643f,0.92944f,0.31875f,-0.24829f,0.91474f,0.24989f,-0.031046f,0.96778f,-0.97753f,-0.21081f,0.0f,-0.97753f,-0.21081f,0.0f,-0.39055f,0.90428f,0.17249f,-0.45675f,0.86897f,0.19046f,-0.98593f,0.14673f,0.080056f,-0.77733f,0.60906f,0.15746f,-0.86292f,0.47893f,0.16122f,-0.99131f,0.10849f,0.074392f,-0.97753f,-0.21081f,0.0f,-0.97753f,-0.21081f,0.0f,-0.17666f,0.3652f,-0.91401f,-0.14662f,0.43332f,-0.88923f,-0.55572f,0.30272f,-0.7743f,-0.96233f,0.10213f,-0.25197f,-0.92593f,0.077561f,-0.36964f,-0.47243f,0.21538f,-0.85465f}); return Normal_5_391_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #398, 120 total numbers made up of 40 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_398_vector() { MFVec3fObject Normal_5_398_vector = new MFVec3fObject(new float[] {9.5925E-7f,-5.9258E-7f,-1.0f,4.0281E-5f,-2.4883E-5f,-1.0f,-0.45722f,0.014867f,-0.88923f,-0.77746f,0.4433f,-0.44615f,-0.053293f,-0.15221f,-0.98691f,-0.26172f,-0.24035f,-0.93474f,-0.23891f,-0.24342f,-0.94004f,-0.009517f,-0.16619f,-0.98605f,0.10249f,0.99473f,0.0f,0.10248f,0.99474f,0.0f,0.87635f,-0.48141f,-0.015767f,0.8025f,-0.59607f,0.026382f,0.5169f,0.85538f,-0.033792f,0.84813f,0.52329f,-0.082735f,0.8687f,0.48965f,-0.07481f,0.53822f,0.84219f,-0.032261f,-4.0287E-5f,2.4887E-5f,1.0f,-9.5959E-7f,5.9278E-7f,1.0f,0.79739f,-0.59528f,0.099021f,0.43664f,0.0055671f,0.89962f,0.023942f,0.18775f,0.98192f,0.27146f,0.2499f,0.92944f,0.30341f,0.23951f,0.92227f,0.10577f,0.20811f,0.97237f,-0.14584f,-0.98931f,0.0f,-0.14585f,-0.98931f,0.0f,-0.98383f,-0.048173f,0.17249f,-0.97402f,-0.12255f,0.19046f,-0.47482f,-0.87717f,0.071533f,-0.78006f,-0.60702f,0.15176f,-0.75143f,-0.63981f,0.16122f,-0.44965f,-0.8901f,0.074392f,-0.14585f,-0.98931f,0.0f,-0.14584f,-0.98931f,0.0f,-0.40398f,-0.037183f,-0.91401f,-0.45722f,0.014867f,-0.88923f,-0.47857f,-0.41405f,-0.7743f,-0.43352f,-0.8652f,-0.25197f,-0.39774f,-0.83974f,-0.36964f,-0.36755f,-0.36673f,-0.85465f}); return Normal_5_398_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #405, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_405_vector() { MFVec3fObject Normal_5_405_vector = new MFVec3fObject(new float[] {1.1056E-6f,-2.215E-7f,-1.0f,2.2457E-5f,-4.4992E-6f,-1.0f,4.6424E-5f,-9.3011E-6f,-1.0f,-0.43378f,-0.14526f,-0.88923f,-0.5994f,-0.061637f,-0.79808f,-0.88316f,0.14486f,-0.44615f,-0.011414f,-0.20024f,-0.97968f,-0.22485f,-0.3206f,-0.92014f,-0.1392f,-0.31138f,-0.94004f,0.048945f,-0.15911f,-0.98605f,-0.25028f,0.96817f,0.0f,-0.25029f,0.96817f,0.0f,0.98914f,-0.14615f,-0.015767f,0.95983f,-0.27935f,0.026382f,0.18673f,0.98183f,-0.033792f,0.61285f,0.78586f,-0.082735f,0.64386f,0.76148f,-0.07481f,0.2113f,0.97689f,-0.032261f,-4.6432E-5f,9.3026E-6f,1.0f,-1.1059E-6f,2.2158E-7f,1.0f,0.95477f,-0.28039f,0.099021f,0.40738f,0.15725f,0.89962f,-0.042929f,0.18434f,0.98192f,0.16746f,0.32878f,0.92944f,0.24928f,0.31797f,0.91474f,0.031829f,0.24979f,0.96778f,0.20775f,-0.97818f,0.0f,0.20774f,-0.97818f,0.0f,0.20774f,-0.97818f,0.0f,-0.9055f,-0.38772f,0.17249f,-0.88801f,-0.4223f,0.18192f,-0.8704f,-0.45402f,0.19046f,-0.14982f,-0.98547f,0.080056f,-0.6115f,-0.77542f,0.15746f,-0.51893f,-0.83848f,0.16633f,0.20774f,-0.97818f,0.0f,0.20775f,-0.97818f,0.0f,0.20775f,-0.97818f,0.0f,-0.36576f,-0.17552f,-0.91401f,-0.39642f,-0.16213f,-0.90364f,-0.43378f,-0.14526f,-0.88923f,-0.31919f,-0.44245f,-0.83807f,-0.15168f,-0.92596f,-0.34582f,-0.22503f,-0.43558f,-0.87157f}); return Normal_5_405_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #412, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_412_vector() { MFVec3fObject Normal_5_412_vector = new MFVec3fObject(new float[] {1.1113E-6f,1.9066E-7f,-1.0f,2.2573E-5f,3.8729E-6f,-1.0f,4.6665E-5f,8.0063E-6f,-1.0f,-0.35259f,-0.29146f,-0.88923f,-0.53719f,-0.27295f,-0.79808f,-0.87621f,-0.18225f,-0.44615f,0.061319f,-0.19096f,-0.97968f,-0.094591f,-0.37999f,-0.92014f,-0.017985f,-0.3406f,-0.94004f,0.10286f,-0.13088f,-0.98605f,-0.58154f,0.81352f,0.0f,-0.58155f,0.81351f,0.0f,0.97557f,0.21913f,-0.015767f,0.99609f,0.084304f,0.026382f,-0.17864f,0.98333f,-0.033792f,0.28944f,0.95361f,-0.082735f,0.32714f,0.94201f,-0.07481f,-0.15394f,0.98755f,-0.032261f,-4.6672E-5f,-8.0075E-6f,1.0f,-2.2577E-5f,-3.8735E-6f,1.0f,-1.1117E-6f,-1.9073E-7f,1.0f,0.99174f,0.081511f,0.099021f,0.56336f,0.2691f,0.78116f,0.32364f,0.29316f,0.89962f,-0.10632f,0.15659f,0.98192f,0.038101f,0.367f,0.92944f,0.068929f,0.38036f,0.92227f,-0.058454f,0.22601f,0.97237f,0.54544f,-0.83815f,0.0f,0.54544f,-0.83815f,0.0f,-0.70563f,-0.68726f,0.17249f,-0.64905f,-0.73652f,0.19046f,0.22461f,-0.97182f,0.071533f,-0.183f,-0.97133f,0.15176f,-0.13984f,-0.97696f,0.16122f,0.25203f,-0.96485f,0.074392f,0.54544f,-0.83815f,0.0f,0.54545f,-0.83815f,0.0f,-0.27823f,-0.29525f,-0.91401f,-0.35259f,-0.29146f,-0.88923f,-0.13884f,-0.5276f,-0.83807f,0.19127f,-0.9186f,-0.34582f,0.25762f,-0.89275f,-0.36964f,-0.032807f,-0.51817f,-0.85465f}); return Normal_5_412_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #419, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_419_vector() { MFVec3fObject Normal_5_419_vector = new MFVec3fObject(new float[] {9.5372E-7f,6.0143E-7f,-1.0f,1.9373E-5f,1.2217E-5f,-1.0f,4.0049E-5f,2.5255E-5f,-1.0f,-0.2142f,-0.40421f,-0.88923f,-0.39184f,-0.45775f,-0.79808f,-0.73976f,-0.50369f,-0.44615f,0.11333f,-0.11474f,-0.98691f,0.10095f,-0.3407f,-0.93474f,0.11373f,-0.32156f,-0.94004f,0.14512f,-0.081556f,-0.98605f,-0.8486f,0.52904f,0.0f,-0.8486f,0.52904f,0.0f,-0.8486f,0.52903f,0.0f,0.81744f,0.57579f,-0.015767f,0.85481f,0.51892f,0.005264f,0.888f,0.45908f,0.026382f,-0.54136f,0.84011f,-0.033792f,-0.097532f,0.99179f,-0.082735f,-0.058267f,0.99549f,-0.07481f,-0.52015f,0.85347f,-0.032261f,-4.0055E-5f,-2.5259E-5f,1.0f,-9.5406E-7f,-6.0164E-7f,1.0f,0.88505f,0.45484f,0.099021f,0.18681f,0.3947f,0.89962f,-0.15815f,0.10399f,0.98192f,-0.10525f,0.35365f,0.92944f,-0.081881f,0.37779f,0.92227f,-0.1405f,0.18644f,0.97237f,0.82468f,-0.56561f,0.0f,0.82467f,-0.56561f,0.0f,-0.38891f,-0.90499f,0.17249f,-0.31778f,-0.92884f,0.19046f,0.57942f,-0.81188f,0.071533f,0.20265f,-0.96742f,0.15176f,0.24468f,-0.95611f,0.16122f,0.60209f,-0.79495f,0.074392f,0.82467f,-0.56561f,0.0f,0.82468f,-0.56561f,0.0f,0.82468f,-0.5656f,0.0f,-0.14406f,-0.37925f,-0.91401f,-0.1755f,-0.39069f,-0.90364f,-0.2142f,-0.40421f,-0.88923f,0.16173f,-0.61181f,-0.7743f,0.58681f,-0.76952f,-0.25197f,0.57966f,-0.72619f,-0.36964f,0.16799f,-0.49128f,-0.85465f}); return Normal_5_419_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #426, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_426_vector() { MFVec3fObject Normal_5_426_vector = new MFVec3fObject(new float[] {9.5081E-7f,6.0602E-7f,-1.0f,3.9927E-5f,2.5448E-5f,-1.0f,-0.21225f,-0.40523f,-0.88923f,-0.73732f,-0.50725f,-0.44615f,0.11388f,-0.11419f,-0.98691f,0.10259f,-0.34021f,-0.93474f,0.11528f,-0.321f,-0.94004f,0.14551f,-0.080856f,-0.98605f,-0.85113f,0.52495f,0.0f,-0.85114f,0.52494f,0.0f,0.81466f,0.57972f,-0.015767f,0.88578f,0.46336f,0.026382f,-0.5454f,0.83749f,-0.033792f,-0.10231f,0.99131f,-0.082735f,-0.063062f,0.9952f,-0.07481f,-0.52425f,0.85095f,-0.032261f,-3.9933E-5f,-2.5452E-5f,1.0f,-9.5115E-7f,-6.0623E-7f,1.0f,0.88285f,0.4591f,0.099021f,0.1849f,0.3956f,0.89962f,-0.15865f,0.10322f,0.98192f,-0.10695f,0.35313f,0.92944f,-0.0837f,0.37739f,0.92227f,-0.14139f,0.18576f,0.97237f,0.82739f,-0.56163f,0.0f,0.82739f,-0.56163f,0.0f,0.82739f,-0.56163f,0.0f,-0.38454f,-0.90685f,0.17249f,-0.34798f,-0.91968f,0.18192f,-0.3133f,-0.93036f,0.19046f,0.58332f,-0.80908f,0.071533f,0.20731f,-0.96643f,0.15176f,0.24929f,-0.95492f,0.16122f,0.60592f,-0.79204f,0.074392f,0.82739f,-0.56163f,0.0f,0.82739f,-0.56163f,0.0f,0.82739f,-0.56162f,0.0f,-0.14223f,-0.37994f,-0.91401f,-0.17362f,-0.39153f,-0.90364f,-0.21225f,-0.40523f,-0.88923f,0.16467f,-0.61102f,-0.7743f,0.59051f,-0.76669f,-0.25197f,0.58315f,-0.72339f,-0.36964f,0.17036f,-0.49047f,-0.85465f}); return Normal_5_426_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #433, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_433_vector() { MFVec3fObject Normal_5_433_vector = new MFVec3fObject(new float[] {8.4466E-7f,7.4689E-7f,-1.0f,3.5469E-5f,3.1364E-5f,-1.0f,-0.14646f,-0.43338f,-0.88923f,-0.64919f,-0.61604f,-0.44615f,0.1303f,-0.095035f,-0.98691f,0.15439f,-0.32004f,-0.93474f,0.16393f,-0.2991f,-0.94004f,0.15634f,-0.057172f,-0.98605f,-0.92259f,0.38578f,0.0f,-0.9226f,0.38577f,0.0f,0.71428f,0.69969f,-0.015767f,0.80267f,0.59583f,0.026382f,-0.66934f,0.74218f,-0.033792f,-0.25566f,0.96322f,-0.082735f,-0.2175f,0.97319f,-0.07481f,-0.65056f,0.75877f,-0.032261f,-3.5475E-5f,-3.1368E-5f,1.0f,-8.4496E-7f,-7.4716E-7f,1.0f,0.80044f,0.59117f,0.099021f,0.12094f,0.41959f,0.89962f,-0.17281f,0.077216f,0.98192f,-0.16072f,0.33213f,0.92944f,-0.10265f,0.39078f,0.91474f,-0.17976f,0.17633f,0.96778f,0.90486f,-0.42571f,0.0f,0.90486f,-0.42571f,0.0f,0.90486f,-0.42572f,0.0f,-0.2384f,-0.95572f,0.17249f,-0.20028f,-0.9627f,0.18192f,-0.16437f,-0.96784f,0.19046f,0.69455f,-0.71498f,0.080056f,0.24817f,-0.95583f,0.15746f,0.39517f,-0.90435f,0.16122f,0.72203f,-0.68785f,0.074392f,0.90486f,-0.42572f,0.0f,0.90486f,-0.42571f,0.0f,-0.081234f,-0.39747f,-0.91401f,-0.14646f,-0.43338f,-0.88923f,0.25796f,-0.57786f,-0.7743f,0.70286f,-0.66521f,-0.25197f,0.68884f,-0.62359f,-0.36964f,0.24477f,-0.4579f,-0.85465f}); return Normal_5_433_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #447, 120 total numbers made up of 40 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_447_vector() { MFVec3fObject Normal_5_447_vector = new MFVec3fObject(new float[] {5.9548E-7f,9.5745E-7f,-1.0f,1.2096E-5f,1.9449E-5f,-1.0f,2.5005E-5f,4.0205E-5f,-1.0f,-0.016252f,-0.45717f,-0.88923f,-0.15269f,-0.58289f,-0.79808f,-0.44565f,-0.77611f,-0.44615f,0.18349f,-0.080977f,-0.97968f,0.22127f,-0.32307f,-0.92014f,0.2427f,-0.23964f,-0.94004f,0.16616f,-0.01002f,-0.98605f,-0.99442f,0.1055f,0.0f,-0.99442f,0.10549f,0.0f,0.48406f,0.87489f,-0.015767f,0.59849f,0.80069f,0.026382f,-0.85381f,0.51949f,-0.033792f,-0.52072f,0.84971f,-0.082735f,-0.48702f,0.87018f,-0.07481f,-0.84056f,0.54076f,-0.032261f,-2.5009E-5f,-4.0212E-5f,1.0f,-5.9569E-7f,-9.5779E-7f,1.0f,0.59769f,0.79559f,0.099021f,-0.0042447f,0.43666f,0.89962f,-0.18768f,0.024511f,0.98192f,-0.24908f,0.27222f,0.92944f,-0.21023f,0.34503f,0.91474f,-0.22272f,0.11749f,0.96778f,0.98886f,-0.14884f,0.0f,0.98886f,-0.14884f,0.0f,0.045194f,-0.98397f,0.17249f,0.1196f,-0.97438f,0.19046f,0.87017f,-0.48621f,0.080056f,0.51143f,-0.84478f,0.15746f,0.60297f,-0.78023f,0.16633f,0.98886f,-0.14884f,0.0f,0.98886f,-0.14884f,0.0f,0.03596f,-0.40409f,-0.91401f,-0.016252f,-0.45717f,-0.88923f,0.30225f,-0.45419f,-0.83807f,0.81379f,-0.46706f,-0.34582f,0.32887f,-0.36361f,-0.87157f}); return Normal_5_447_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #454, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_454_vector() { MFVec3fObject Normal_5_454_vector = new MFVec3fObject(new float[] {-2.579E-7f,1.0976E-6f,-1.0f,-1.083E-5f,4.6092E-5f,-1.0f,0.31237f,-0.33421f,-0.88923f,0.2352f,-0.8635f,-0.44615f,0.18688f,0.07282f,-0.97968f,0.38504f,-0.071305f,-0.92014f,0.34106f,0.0027632f,-0.94004f,0.12438f,0.11063f,-0.98605f,-0.77665f,-0.62994f,0.0f,-0.77664f,-0.62994f,0.0f,-0.77664f,-0.62995f,0.0f,-0.27806f,0.96044f,-0.015767f,-0.21211f,0.97723f,0.005264f,-0.14473f,0.98912f,0.026382f,-0.97065f,-0.23812f,-0.033792f,-0.96945f,0.23091f,-0.082735f,-0.96016f,0.26924f,-0.07481f,-0.97636f,-0.21371f,-0.032261f,1.0831E-5f,-4.6099E-5f,1.0f,5.2394E-6f,-2.2299E-5f,1.0f,2.5799E-7f,-1.098E-6f,1.0f,-0.14168f,0.98495f,0.099021f,-0.30287f,0.54595f,0.78116f,-0.3123f,0.30521f,0.89962f,-0.14984f,-0.11564f,0.98192f,-0.36864f,0.015709f,0.92944f,-0.3928f,0.094626f,0.91474f,-0.24043f,-0.074838f,0.96778f,0.80342f,0.59541f,0.0f,0.80343f,0.59541f,0.0f,0.7289f,-0.66253f,0.17249f,0.77463f,-0.60305f,0.19046f,0.95862f,0.2732f,0.080056f,0.9594f,-0.23402f,0.15746f,0.97829f,-0.12361f,0.16633f,0.80343f,0.59541f,0.0f,0.80342f,0.59541f,0.0f,0.80342f,0.59541f,0.0f,0.31162f,-0.25976f,-0.91401f,0.31219f,-0.29321f,-0.90364f,0.31237f,-0.33421f,-0.88923f,0.53507f,-0.10649f,-0.83807f,0.90527f,0.24678f,-0.34582f,0.4897f,-0.023698f,-0.87157f}); return Normal_5_454_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #461, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_461_vector() { MFVec3fObject Normal_5_461_vector = new MFVec3fObject(new float[] {4.3903E-7f,1.0385E-6f,-1.0f,1.8436E-5f,4.361E-5f,-1.0f,0.055174f,-0.45412f,-0.88923f,-0.31929f,-0.83607f,-0.44615f,0.19387f,-0.051399f,-0.97968f,0.2689f,-0.28466f,-0.92014f,0.27707f,-0.19891f,-0.94004f,0.1657f,0.015991f,-0.98605f,-0.99871f,-0.050721f,0.0f,-0.99871f,-0.050727f,0.0f,-0.99871f,-0.050733f,0.0f,0.34184f,0.93963f,-0.015767f,0.405f,0.9143f,0.005264f,0.46643f,0.88416f,0.026382f,-0.92432f,0.38012f,-0.033792f,-0.64675f,0.7582f,-0.082735f,-0.61665f,0.78368f,-0.07481f,-0.91454f,0.4032f,-0.032261f,-1.8439E-5f,-4.3617E-5f,1.0f,-8.9193E-6f,-2.1099E-5f,1.0f,-4.3919E-7f,-1.0389E-6f,1.0f,0.46644f,0.87899f,0.099021f,0.07737f,0.61952f,0.78116f,-0.072225f,0.43066f,0.89962f,-0.18921f,-0.0050294f,0.98192f,-0.28845f,0.23009f,0.92944f,-0.26142f,0.30807f,0.91474f,-0.23831f,0.08135f,0.96778f,0.99998f,0.0070459f,0.0f,0.99998f,0.0070416f,0.0f,0.19795f,-0.96492f,0.17249f,0.26995f,-0.94385f,0.19046f,0.93529f,-0.3447f,0.080056f,0.6368f,-0.75478f,0.15746f,0.71717f,-0.67676f,0.16633f,0.99998f,0.0070416f,0.0f,0.99998f,0.0070481f,0.0f,0.098479f,-0.39355f,-0.91401f,0.055174f,-0.45412f,-0.88923f,0.36932f,-0.40155f,-0.83807f,0.87663f,-0.33457f,-0.34582f,0.38151f,-0.30793f,-0.87157f}); return Normal_5_461_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #468, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_468_vector() { MFVec3fObject Normal_5_468_vector = new MFVec3fObject(new float[] {2.821E-7f,1.0917E-6f,-1.0f,5.7302E-6f,2.2175E-5f,-1.0f,1.1846E-5f,4.5841E-5f,-1.0f,0.12113f,-0.44113f,-0.88923f,0.028506f,-0.60188f,-0.79808f,-0.19331f,-0.87383f,-0.44615f,0.19931f,-0.022433f,-0.97968f,0.30772f,-0.24217f,-0.92014f,0.30323f,-0.15615f,-0.94004f,0.16156f,0.0401f,-0.98605f,-0.9805f,-0.19653f,0.0f,-0.9805f,-0.19654f,0.0f,-0.98049f,-0.19655f,0.0f,0.20045f,0.97958f,-0.015767f,0.26664f,0.96378f,0.005264f,0.33183f,0.94297f,0.026382f,-0.97005f,0.24056f,-0.033792f,-0.75088f,0.65523f,-0.082735f,-0.72483f,0.68485f,-0.07481f,-0.96376f,0.26482f,-0.032261f,-1.1848E-5f,-4.5848E-5f,1.0f,-2.822E-7f,-1.092E-6f,1.0f,0.33259f,0.93786f,0.099021f,-0.13456f,0.41543f,0.89962f,-0.18643f,-0.032703f,0.98192f,-0.31905f,0.18533f,0.92944f,-0.30375f,0.26643f,0.91474f,-0.24765f,0.045549f,0.96778f,0.98815f,0.15351f,0.0f,0.98815f,0.15351f,0.0f,0.98815f,0.15351f,0.0f,0.33722f,-0.92549f,0.17249f,0.37271f,-0.90994f,0.18192f,0.40535f,-0.8941f,0.19046f,0.97571f,-0.20391f,0.080056f,0.74054f,-0.65331f,0.15746f,0.8086f,-0.56435f,0.16633f,0.98815f,0.15351f,0.0f,0.98815f,0.15352f,0.0f,0.15509f,-0.37487f,-0.91401f,0.12113f,-0.44113f,-0.88923f,0.42418f,-0.34309f,-0.83807f,0.91619f,-0.20249f,-0.34582f,0.42251f,-0.2487f,-0.87157f}); return Normal_5_468_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #475, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_475_vector() { MFVec3fObject Normal_5_475_vector = new MFVec3fObject(new float[] {1.2488E-7f,1.1206E-6f,-1.0f,5.2439E-6f,4.7056E-5f,-1.0f,0.1823f,-0.41956f,-0.88923f,-0.067793f,-0.89239f,-0.44615f,0.16037f,0.016998f,-0.98691f,0.32925f,-0.13363f,-0.93474f,0.32227f,-0.1117f,-0.94004f,0.15427f,0.062546f,-0.98605f,-0.94285f,-0.33322f,0.0f,-0.94284f,-0.33323f,0.0f,0.059903f,0.99808f,-0.015767f,0.19513f,0.98042f,0.026382f,-0.99432f,0.10096f,-0.033792f,-0.836f,0.54246f,-0.082735f,-0.8144f,0.57546f,-0.07481f,-0.99152f,0.12586f,-0.032261f,-5.2447E-6f,-4.7063E-5f,1.0f,-1.2492E-7f,-1.121E-6f,1.0f,0.19661f,0.97547f,0.099021f,-0.19196f,0.39222f,0.89962f,-0.17993f,-0.058739f,0.98192f,-0.34206f,0.13835f,0.92944f,-0.34635f,0.17167f,0.92227f,-0.23336f,0.0064906f,0.97237f,0.9565f,0.29172f,0.0f,0.95651f,0.29171f,0.0f,0.95651f,0.29171f,0.0f,0.46471f,-0.8685f,0.17249f,0.49765f,-0.84809f,0.18192f,0.52773f,-0.82779f,0.19046f,0.996f,-0.0536f,0.071533f,0.88253f,-0.4451f,0.15176f,0.89991f,-0.40519f,0.16122f,0.99691f,-0.025317f,0.074392f,0.95651f,0.29171f,0.0f,0.9565f,0.29172f,0.0f,0.20655f,-0.34917f,-0.91401f,0.1823f,-0.41956f,-0.88923f,0.57906f,-0.25525f,-0.7743f,0.9675f,-0.0214f,-0.25197f,0.92917f,4.2816E-5f,-0.36964f,0.48877f,-0.17517f,-0.85465f}); return Normal_5_475_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #510, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_510_vector() { MFVec3fObject Normal_5_510_vector = new MFVec3fObject(new float[] {-1.1275E-6f,0.0f,-1.0f,-4.7347E-5f,0.0f,-1.0f,0.39679f,0.22764f,-0.88923f,0.89441f,0.03146f,-0.44615f,-0.028145f,0.19858f,-0.97968f,0.15748f,0.35852f,-0.92014f,0.075321f,0.33265f,-0.94004f,-0.079247f,0.14639f,-0.98605f,0.4356f,-0.90014f,0.0f,0.43561f,-0.90014f,0.0f,-0.99857f,-0.051007f,-0.015767f,-0.996f,0.085348f,0.026382f,0.0097896f,-0.99938f,-0.033792f,-0.44653f,-0.89094f,-0.082735f,-0.48172f,-0.87313f,-0.07481f,-0.015274f,-0.99936f,-0.032261f,4.7354E-5f,0.0f,1.0f,2.2907E-5f,0.0f,1.0f,1.1279E-6f,0.0f,1.0f,-0.99124f,0.087365f,0.099021f,-0.60075f,-0.16996f,0.78116f,-0.36855f,-0.23422f,0.89962f,0.078305f,-0.17232f,0.98192f,-0.099611f,-0.35527f,0.92944f,-0.18196f,-0.36074f,0.91474f,0.017861f,-0.25117f,0.96778f,-0.39586f,0.91831f,0.0f,-0.39586f,0.91831f,0.0f,-0.39585f,0.91831f,0.0f,0.81169f,0.55804f,0.17249f,0.78775f,0.58852f,0.18192f,0.76425f,0.61616f,0.19046f,-0.04669f,0.9957f,0.080056f,0.44725f,0.88044f,0.15746f,0.3441f,0.92408f,0.16633f,-0.39585f,0.91831f,0.0f,-0.39586f,0.91831f,0.0f,-0.39586f,0.91831f,0.0f,0.32415f,0.24395f,-0.91401f,0.35685f,0.23685f,-0.90364f,0.39679f,0.22764f,-0.88923f,0.22605f,0.49653f,-0.83807f,-0.033177f,0.93771f,-0.34582f,0.13508f,0.4713f,-0.87157f}); return Normal_5_510_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #517, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_517_vector() { MFVec3fObject Normal_5_517_vector = new MFVec3fObject(new float[] {1.1275E-6f,0.0f,-1.0f,4.7347E-5f,0.0f,-1.0f,-0.39679f,-0.22764f,-0.88923f,-0.89441f,-0.03146f,-0.44615f,0.028145f,-0.19858f,-0.97968f,-0.15748f,-0.35852f,-0.92014f,-0.075321f,-0.33265f,-0.94004f,0.079247f,-0.14639f,-0.98605f,-0.4356f,0.90014f,0.0f,-0.43561f,0.90014f,0.0f,0.99857f,0.051007f,-0.015767f,0.996f,-0.085348f,0.026382f,-0.0097896f,0.99938f,-0.033792f,0.44653f,0.89094f,-0.082735f,0.48172f,0.87313f,-0.07481f,0.015274f,0.99936f,-0.032261f,-4.7354E-5f,0.0f,1.0f,-2.2907E-5f,0.0f,1.0f,-1.1279E-6f,0.0f,1.0f,0.99124f,-0.087365f,0.099021f,0.60075f,0.16996f,0.78116f,0.36855f,0.23422f,0.89962f,-0.078305f,0.17232f,0.98192f,0.099611f,0.35527f,0.92944f,0.18196f,0.36074f,0.91474f,-0.017861f,0.25117f,0.96778f,0.39586f,-0.91831f,0.0f,0.39586f,-0.91831f,0.0f,0.39585f,-0.91831f,0.0f,-0.81169f,-0.55804f,0.17249f,-0.78775f,-0.58852f,0.18192f,-0.76425f,-0.61616f,0.19046f,0.04669f,-0.9957f,0.080056f,-0.44725f,-0.88044f,0.15746f,-0.3441f,-0.92408f,0.16633f,0.39585f,-0.91831f,0.0f,0.39586f,-0.91831f,0.0f,-0.32415f,-0.24395f,-0.91401f,-0.39679f,-0.22764f,-0.88923f,-0.22605f,-0.49653f,-0.83807f,0.033177f,-0.93771f,-0.34582f,-0.13508f,-0.4713f,-0.87157f}); return Normal_5_517_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #524, 120 total numbers made up of 40 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_524_vector() { MFVec3fObject Normal_5_524_vector = new MFVec3fObject(new float[] {8.3764E-7f,-7.5476E-7f,-1.0f,3.5174E-5f,-3.1694E-5f,-1.0f,-0.44716f,0.096493f,-0.88923f,-0.68552f,0.57534f,-0.44615f,-0.11202f,-0.16637f,-0.97968f,-0.35699f,-0.16093f,-0.92014f,-0.27863f,-0.19671f,-0.94004f,-0.039121f,-0.1618f,-0.98605f,0.27894f,0.96031f,0.0f,0.27894f,0.96031f,0.0f,0.27893f,0.96031f,0.0f,0.77599f,-0.63055f,-0.015767f,0.73139f,-0.68194f,0.005264f,0.68281f,-0.73012f,0.026382f,0.66171f,0.749f,-0.033792f,0.92812f,0.36298f,-0.082735f,0.94234f,0.32619f,-0.07481f,0.68031f,0.73221f,-0.032261f,-3.518E-5f,3.1699E-5f,1.0f,-8.3794E-7f,7.5502E-7f,1.0f,0.67792f,-0.72844f,0.099021f,0.43058f,-0.072705f,0.89962f,0.057173f,0.18043f,0.98192f,0.31182f,0.19726f,0.92944f,0.37666f,0.1462f,0.91474f,0.15487f,0.19856f,0.96778f,-0.32062f,-0.94721f,1.5662E-14f,-0.32063f,-0.9472f,1.5662E-14f,-0.97656f,0.12876f,0.17249f,-0.98022f,0.053832f,0.19046f,-0.63183f,-0.77096f,0.080056f,-0.92163f,-0.3547f,0.15746f,-0.87421f,-0.45617f,0.16633f,-0.32063f,-0.9472f,-3.1324E-14f,-0.32062f,-0.94721f,-3.1324E-14f,-0.40411f,0.035751f,-0.91401f,-0.44716f,0.096493f,-0.88923f,-0.50031f,-0.21756f,-0.83807f,-0.60305f,-0.71884f,-0.34582f,-0.41584f,-0.25971f,-0.87157f}); return Normal_5_524_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #531, 144 total numbers made up of 48 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_531_vector() { MFVec3fObject Normal_5_531_vector = new MFVec3fObject(new float[] {-6.9183E-7f,-8.9033E-7f,-1.0f,-2.9051E-5f,-3.7387E-5f,-1.0f,0.06371f,0.453f,-0.88923f,0.52395f,0.72555f,-0.44615f,-0.14563f,0.069276f,-0.98691f,-0.21096f,0.28594f,-0.93474f,-0.21646f,0.26359f,-0.94004f,-0.16422f,0.027247f,-0.98605f,0.97805f,-0.20835f,0.0f,0.97806f,-0.20834f,0.0f,0.97806f,-0.20834f,0.0f,-0.57243f,-0.8198f,-0.015767f,-0.62693f,-0.77906f,0.005264f,-0.67852f,-0.73411f,0.026382f,0.79515f,-0.60547f,-0.033792f,0.42953f,-0.89926f,-0.082735f,0.39387f,-0.91611f,-0.07481f,0.77976f,-0.62525f,-0.032261f,2.9056E-5f,3.7392E-5f,1.0f,1.4055E-5f,1.8088E-5f,1.0f,6.9207E-7f,8.9064E-7f,1.0f,-0.67719f,-0.72911f,0.099021f,-0.2344f,-0.57866f,0.78116f,-0.041191f,-0.43473f,0.89962f,0.18411f,-0.043897f,0.98192f,0.21942f,-0.29665f,0.92944f,0.20567f,-0.3273f,0.92227f,0.1956f,-0.12743f,0.97237f,-0.96802f,0.25088f,0.0f,-0.96802f,0.25088f,0.0f,-0.96802f,0.25088f,0.0f,0.057387f,0.98334f,0.17249f,0.018636f,0.98314f,0.18192f,-0.017612f,0.98154f,0.19046f,-0.82132f,0.56597f,0.071533f,-0.52006f,0.84054f,0.15176f,-0.55573f,0.81558f,0.16122f,-0.83687f,0.54232f,0.074392f,-0.96802f,0.25088f,0.0f,-0.96802f,0.25088f,0.0f,-0.96802f,0.25087f,0.0f,0.0062615f,0.40564f,-0.91401f,0.031931f,0.42711f,-0.90364f,0.06371f,0.453f,-0.88923f,-0.36045f,0.52013f,-0.7743f,-0.81384f,0.52362f,-0.25197f,-0.79236f,0.48532f,-0.36964f,-0.32529f,0.40468f,-0.85465f}); return Normal_5_531_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #538, 144 total numbers made up of 48 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_538_vector() { MFVec3fObject Normal_5_538_vector = new MFVec3fObject(new float[] {-7.7167E-7f,8.2209E-7f,-1.0f,-1.5675E-5f,1.6699E-5f,-1.0f,-3.2404E-5f,3.4521E-5f,-1.0f,0.43754f,-0.13351f,-0.88923f,0.52386f,-0.29774f,-0.79808f,0.63506f,-0.63059f,-0.44615f,0.09112f,0.13306f,-0.98691f,0.31531f,0.16383f,-0.93474f,0.29409f,0.17275f,-0.94004f,0.0525f,0.15797f,-0.98605f,-0.35819f,-0.93365f,0.0f,-0.35818f,-0.93365f,0.0f,-0.35818f,-0.93365f,0.0f,-0.72061f,0.69317f,-0.015767f,-0.67187f,0.74065f,0.005264f,-0.61943f,0.78461f,0.026382f,-0.72196f,-0.69111f,-0.033792f,-0.9552f,-0.28418f,-0.082735f,-0.96629f,-0.24633f,-0.07481f,-0.7391f,-0.67282f,-0.032261f,3.2409E-5f,-3.4527E-5f,1.0f,1.5677E-5f,-1.6701E-5f,1.0f,7.7194E-7f,-8.2238E-7f,1.0f,-0.6147f,0.78252f,0.099021f,-0.53507f,0.32169f,0.78116f,-0.423f,0.10842f,0.89962f,-0.072046f,-0.17502f,0.98192f,-0.32721f,-0.17052f,0.92944f,-0.38756f,-0.11422f,0.91474f,-0.17091f,-0.18492f,0.96778f,0.39863f,0.91711f,0.0f,0.39863f,0.91711f,0.0f,0.39863f,0.91711f,0.0f,0.96239f,-0.20989f,0.17249f,0.96823f,-0.17158f,0.18192f,0.97229f,-0.13553f,0.19046f,0.69402f,0.71549f,0.080056f,0.94804f,0.27647f,0.15746f,0.89221f,0.42187f,0.16122f,0.66609f,0.74215f,0.074392f,0.39863f,0.91711f,0.0f,0.39863f,0.91711f,0.0f,0.39971f,-0.069385f,-0.91401f,0.43754f,-0.13351f,-0.88923f,0.56994f,0.27502f,-0.7743f,0.64403f,0.72232f,-0.25197f,0.60284f,0.70707f,-0.36964f,0.45042f,0.25827f,-0.85465f}); return Normal_5_538_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #545, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_545_vector() { MFVec3fObject Normal_5_545_vector = new MFVec3fObject(new float[] {1.0414E-6f,4.3221E-7f,-1.0f,4.373E-5f,1.8149E-5f,-1.0f,-0.27922f,-0.36236f,-0.88923f,-0.81402f,-0.37191f,-0.44615f,0.10212f,-0.17262f,-0.97968f,-0.008023f,-0.3915f,-0.92014f,0.057948f,-0.33612f,-0.94004f,0.12931f,-0.10483f,-0.98605f,-0.74737f,0.66441f,0.0f,-0.74738f,0.6644f,0.0f,0.90274f,0.42989f,-0.015767f,0.95264f,0.30297f,0.026382f,-0.39213f,0.91929f,-0.033792f,0.0709f,0.99405f,-0.082735f,0.11023f,0.99109f,-0.07481f,-0.36898f,0.92888f,-0.032261f,-4.3737E-5f,-1.8152E-5f,1.0f,-2.1157E-5f,-8.7807E-6f,1.0f,-1.0418E-6f,-4.3236E-7f,1.0f,0.94901f,0.29928f,0.099021f,0.48971f,0.38727f,0.78116f,0.25062f,0.3576f,0.89962f,-0.13838f,0.12914f,0.98192f,-0.044184f,0.36632f,0.92944f,0.029779f,0.40294f,0.91474f,-0.11278f,0.22514f,0.96778f,0.71763f,-0.69642f,0.0f,0.71763f,-0.69642f,0.0f,0.71763f,-0.69642f,0.0f,-0.53577f,-0.82656f,0.17249f,-0.50198f,-0.84553f,0.18192f,-0.46968f,-0.86205f,0.19046f,0.4248f,-0.90174f,0.080056f,-0.075592f,-0.98463f,0.15746f,0.036413f,-0.9854f,0.16633f,0.71763f,-0.69642f,0.0f,0.71764f,-0.69642f,0.0f,-0.20588f,-0.34957f,-0.91401f,-0.27922f,-0.36236f,-0.88923f,-0.018454f,-0.54525f,-0.83807f,0.3901f,-0.85337f,-0.34582f,0.055902f,-0.48708f,-0.87157f}); return Normal_5_545_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #552, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_552_vector() { MFVec3fObject Normal_5_552_vector = new MFVec3fObject(new float[] {-1.0165E-6f,4.8789E-7f,-1.0f,-4.2685E-5f,2.0488E-5f,-1.0f,0.45623f,0.03353f,-0.88923f,0.81995f,-0.35866f,-0.44615f,0.036911f,0.15699f,-0.98691f,0.23486f,0.26666f,-0.93474f,0.21185f,0.26731f,-0.94004f,-0.008098f,0.16627f,-0.98605f,0.0031999f,-0.99999f,0.0f,0.0032125f,-0.99999f,0.0f,-0.92232f,0.38611f,-0.015767f,-0.861f,0.50793f,0.026382f,-0.42362f,-0.90521f,-0.033792f,-0.78808f,-0.60999f,-0.082735f,-0.8121f,-0.5787f,-0.07481f,-0.44621f,-0.89435f,-0.032261f,4.2691E-5f,-2.0491E-5f,1.0f,1.0169E-6f,-4.8806E-7f,1.0f,-0.85583f,0.50769f,0.099021f,-0.43361f,-0.051676f,0.89962f,-0.0039682f,-0.18923f,0.98192f,-0.24353f,-0.27719f,0.92944f,-0.32014f,-0.24648f,0.91474f,-0.092584f,-0.23417f,0.96778f,0.040486f,0.99918f,0.0f,0.04049f,0.99918f,0.0f,0.97323f,0.15187f,0.17249f,0.95561f,0.22479f,0.19046f,0.38876f,0.91786f,0.080056f,0.78419f,0.60021f,0.15746f,0.67961f,0.71564f,0.16122f,0.35308f,0.93263f,0.074392f,0.04049f,0.99918f,0.0f,0.040487f,0.99918f,0.0f,0.040483f,0.99918f,0.0f,0.39779f,0.079664f,-0.91401f,0.4242f,0.059115f,-0.90364f,0.45623f,0.03353f,-0.88923f,0.43214f,0.4623f,-0.7743f,0.33967f,0.90617f,-0.25197f,0.30678f,0.87707f,-0.36964f,0.32674f,0.40351f,-0.85465f}); return Normal_5_552_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #559, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_559_vector() { MFVec3fObject Normal_5_559_vector = new MFVec3fObject(new float[] {-3.3197E-7f,1.0775E-6f,-1.0f,-6.7433E-6f,2.1888E-5f,-1.0f,-1.394E-5f,4.5248E-5f,-1.0f,0.33438f,-0.31218f,-0.88923f,0.33976f,-0.49763f,-0.79808f,0.2934f,-0.8455f,-0.44615f,0.14032f,0.079493f,-0.98691f,0.35523f,0.0086281f,-0.93474f,0.34009f,0.02596f,-0.94004f,0.11657f,0.11884f,-0.98605f,-0.73199f,-0.68131f,0.0f,-0.73198f,-0.68132f,0.0f,-0.34275f,0.93929f,-0.015767f,-0.21169f,0.97698f,0.026382f,-0.9522f,-0.3036f,-0.033792f,-0.98291f,0.16442f,-0.082735f,-0.97626f,0.2033f,-0.07481f,-0.95956f,-0.27964f,-0.032261f,1.3942E-5f,-4.5255E-5f,1.0f,6.7443E-6f,-2.1891E-5f,1.0f,3.3209E-7f,-1.0779E-6f,1.0f,-0.20836f,0.97303f,0.099021f,-0.33931f,0.52408f,0.78116f,-0.33234f,0.28325f,0.89962f,-0.14162f,-0.12557f,0.98192f,-0.36885f,-0.0094063f,0.92944f,-0.39833f,0.067683f,0.91474f,-0.23478f,-0.091022f,0.96778f,0.76105f,0.64869f,0.0f,0.76106f,0.64868f,0.0f,0.77229f,-0.6114f,0.17249f,0.81386f,-0.54896f,0.19046f,0.93781f,0.33778f,0.080056f,0.97309f,-0.1682f,0.15746f,0.98683f,-0.013057f,0.16122f,0.92444f,0.37401f,0.074392f,0.76106f,0.64868f,0.0f,0.76105f,0.64869f,0.0f,0.32857f,-0.23796f,-0.91401f,0.33438f,-0.31218f,-0.88923f,0.63281f,-0.0033762f,-0.7743f,0.8959f,0.36588f,-0.25197f,0.85221f,0.37028f,-0.36964f,0.51809f,0.034094f,-0.85465f}); return Normal_5_559_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #566, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_566_vector() { MFVec3fObject Normal_5_566_vector = new MFVec3fObject(new float[] {-1.0463E-6f,-4.2031E-7f,-1.0f,-4.3934E-5f,-1.765E-5f,-1.0f,0.28333f,0.35915f,-0.88923f,0.81821f,0.3626f,-0.44615f,-0.10014f,0.17378f,-0.97968f,0.012485f,0.39138f,-0.92014f,-0.054113f,0.33676f,-0.94004f,-0.12811f,0.1063f,-0.98605f,0.73975f,-0.67288f,0.0f,0.73976f,-0.67287f,0.0f,-0.90758f,-0.41957f,-0.015767f,-0.95603f,-0.29209f,0.026382f,0.38163f,-0.9237f,-0.033792f,-0.082227f,-0.99317f,-0.082735f,-0.12152f,-0.98977f,-0.07481f,0.35836f,-0.93302f,-0.032261f,4.3941E-5f,1.7652E-5f,1.0f,1.0466E-6f,4.2046E-7f,1.0f,-0.95236f,-0.28844f,0.099021f,-0.25468f,-0.35472f,0.89962f,0.1369f,-0.1307f,0.98192f,0.040006f,-0.3668f,0.92944f,0.01268f,-0.38635f,0.92227f,0.10472f,-0.20864f,0.97237f,-0.70965f,0.70456f,0.0f,-0.70965f,0.70456f,0.0f,0.54516f,0.8204f,0.17249f,0.47947f,0.85664f,0.19046f,-0.42414f,0.90277f,0.071533f,-0.025556f,0.98809f,0.15176f,-0.06894f,0.98451f,0.16122f,-0.44949f,0.89018f,0.074392f,-0.70965f,0.70456f,0.0f,-0.70965f,0.70456f,0.0f,-0.70965f,0.70455f,0.0f,0.20985f,0.3472f,-0.91401f,0.24284f,0.3528f,-0.90364f,0.28333f,0.35915f,-0.88923f,0.024668f,0.54501f,-0.83807f,-0.38034f,0.85776f,-0.34582f,-0.43977f,0.81851f,-0.36964f,-0.077001f,0.51347f,-0.85465f}); return Normal_5_566_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #573, 120 total numbers made up of 40 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_573_vector() { MFVec3fObject Normal_5_573_vector = new MFVec3fObject(new float[] {1.0597E-6f,-3.8511E-7f,-1.0f,4.45E-5f,-1.6172E-5f,-1.0f,-0.45068f,-0.078426f,-0.88923f,-0.85136f,0.27592f,-0.44615f,-0.041374f,-0.19625f,-0.97968f,-0.27047f,-0.28317f,-0.92014f,-0.18441f,-0.28692f,-0.94004f,0.02448f,-0.16466f,-0.98605f,-0.10195f,0.99479f,0.0f,-0.10196f,0.99479f,0.0f,0.95594f,-0.29313f,-0.015767f,0.90695f,-0.42041f,0.026382f,0.33214f,0.94262f,-0.033792f,0.72398f,0.68484f,-0.082735f,0.75097f,0.65608f,-0.07481f,0.3557f,0.93405f,-0.032261f,-4.4506E-5f,1.6174E-5f,1.0f,-2.1529E-5f,7.8239E-6f,1.0f,-1.0601E-6f,3.8525E-7f,1.0f,0.90179f,-0.42068f,0.099021f,0.62268f,-0.045449f,0.78116f,0.42638f,0.094249f,0.89962f,-0.014741f,0.1887f,0.98192f,0.21497f,0.29989f,0.92944f,0.29423f,0.2769f,0.91474f,0.069003f,0.24217f,0.96778f,0.058397f,-0.99829f,0.0f,0.058392f,-0.99829f,0.0f,-0.95348f,-0.24725f,0.17249f,-0.92874f,-0.31807f,0.19046f,-0.2962f,-0.95176f,0.080056f,-0.72108f,-0.67473f,0.15746f,-0.63903f,-0.75098f,0.16633f,0.058392f,-0.99829f,0.0f,0.058399f,-0.99829f,0.0f,-0.38798f,-0.11856f,-0.91401f,-0.45068f,-0.078426f,-0.88923f,-0.38205f,-0.38946f,-0.83807f,-0.2891f,-0.89265f,-0.34582f,-0.28793f,-0.39682f,-0.87157f}); return Normal_5_573_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #580, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_580_vector() { MFVec3fObject Normal_5_580_vector = new MFVec3fObject(new float[] {5.0227E-7f,-1.0095E-6f,-1.0f,1.0203E-5f,-2.0505E-5f,-1.0f,2.1092E-5f,-4.239E-5f,-1.0f,-0.38057f,0.25384f,-0.88923f,-0.41594f,0.43597f,-0.79808f,-0.42659f,0.78675f,-0.44615f,-0.16525f,-0.11366f,-0.97968f,-0.39114f,-0.018714f,-0.92014f,-0.33138f,-0.080752f,-0.94004f,-0.095762f,-0.13616f,-0.98605f,0.61185f,0.79097f,0.0f,0.61184f,0.79098f,0.0f,0.4905f,-0.8713f,-0.015767f,0.36727f,-0.92974f,0.026382f,0.89038f,0.45396f,-0.033792f,0.99657f,-0.0028955f,-0.082735f,0.9963f,-0.042334f,-0.07481f,0.90153f,0.43151f,-0.032261f,-2.1095E-5f,4.2396E-5f,1.0f,-1.0204E-5f,2.0508E-5f,1.0f,-5.0245E-7f,1.0098E-6f,1.0f,0.36335f,-0.92638f,0.099021f,0.41978f,-0.46214f,0.78116f,0.37387f,-0.22563f,0.89962f,0.11939f,0.14687f,0.98192f,0.36245f,0.069081f,0.92944f,0.40403f,-0.0022107f,0.91474f,0.21692f,0.12788f,0.96778f,-0.64582f,-0.76349f,0.0f,-0.64582f,-0.76349f,0.0f,-0.64582f,-0.76349f,0.0f,-0.86119f,0.47811f,0.17249f,-0.87782f,0.44311f,0.18192f,-0.89209f,0.40975f,0.19046f,-0.87065f,-0.48535f,0.080056f,-0.98749f,0.0082197f,0.15746f,-0.98062f,-0.10358f,0.16633f,-0.64582f,-0.76349f,0.0f,-0.64582f,-0.76349f,0.0f,-0.64582f,-0.76349f,0.0f,-0.3628f,0.18154f,-0.91401f,-0.37102f,0.21398f,-0.90364f,-0.38057f,0.25384f,-0.88923f,-0.54524f,-0.0188f,-0.83807f,-0.82475f,-0.44742f,-0.34582f,-0.48213f,-0.089013f,-0.87157f}); return Normal_5_580_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #587, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_587_vector() { MFVec3fObject Normal_5_587_vector = new MFVec3fObject(new float[] {-4.0206E-7f,-1.0534E-6f,-1.0f,-1.6883E-5f,-4.4234E-5f,-1.0f,-0.071186f,0.45188f,-0.88923f,0.28954f,0.84683f,-0.44615f,-0.19556f,0.044517f,-0.97968f,-0.27879f,0.27498f,-0.92014f,-0.28393f,0.18899f,-0.94004f,-0.16503f,-0.021835f,-0.98605f,0.9963f,0.085978f,0.0f,0.9963f,0.08599f,0.0f,-0.30843f,-0.95112f,-0.015767f,-0.4349f,-0.90009f,0.026382f,0.93717f,-0.34722f,-0.033792f,0.67314f,-0.73487f,-0.082735f,0.64395f,-0.7614f,-0.07481f,0.92822f,-0.37063f,-0.032261f,1.6886E-5f,4.4241E-5f,1.0f,8.1682E-6f,2.1401E-5f,1.0f,4.022E-7f,1.0538E-6f,1.0f,-0.43509f,-0.89493f,0.099021f,-0.055432f,-0.62187f,0.78116f,0.087397f,-0.42784f,0.89962f,0.18891f,0.011712f,0.98192f,0.2964f,-0.21975f,0.92944f,0.27214f,-0.29864f,0.91474f,0.24103f,-0.072879f,0.96778f,-0.9991f,-0.042375f,0.0f,-0.9991f,-0.042371f,0.0f,-0.23192f,0.95732f,0.17249f,-0.30313f,0.93372f,0.19046f,-0.94689f,0.31143f,0.080056f,-0.66307f,0.73181f,0.15746f,-0.74063f,0.651f,0.16633f,-0.9991f,-0.042371f,0.0f,-0.9991f,-0.042374f,0.0f,-0.9991f,-0.042377f,0.0f,-0.11232f,0.38983f,-0.91401f,-0.094031f,0.41785f,-0.90364f,-0.071186f,0.45188f,-0.88923f,-0.38328f,0.38825f,-0.83807f,-0.8879f,0.30338f,-0.34582f,-0.39215f,0.29426f,-0.87157f}); return Normal_5_587_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #594, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_594_vector() { MFVec3fObject Normal_5_594_vector = new MFVec3fObject(new float[] {-9.1886E-7f,-6.5346E-7f,-1.0f,-1.8665E-5f,-1.3274E-5f,-1.0f,-3.8585E-5f,-2.744E-5f,-1.0f,0.19143f,0.41548f,-0.88923f,0.36582f,0.4788f,-0.79808f,0.71065f,0.54399f,-0.44615f,-0.13802f,0.14552f,-0.97968f,-0.079442f,0.38344f,-0.92014f,-0.13141f,0.31474f,-0.94004f,-0.14942f,0.073372f,-0.98605f,0.87666f,-0.48111f,0.0f,0.87667f,-0.4811f,0.0f,-0.78421f,-0.62029f,-0.015767f,-0.86114f,-0.50768f,0.026382f,0.58717f,-0.80876f,-0.033792f,0.15245f,-0.98484f,-0.082735f,0.11345f,-0.99072f,-0.07481f,0.56673f,-0.82327f,-0.032261f,3.8591E-5f,2.7444E-5f,1.0f,1.8667E-5f,1.3276E-5f,1.0f,9.1918E-7f,6.5369E-7f,1.0f,-0.85843f,-0.50328f,0.099021f,-0.39107f,-0.48668f,0.78116f,-0.1646f,-0.40446f,0.89962f,0.16368f,-0.095044f,0.98192f,0.12472f,-0.34726f,0.92944f,0.060783f,-0.39944f,0.91474f,0.16012f,-0.19434f,0.96778f,-0.85481f,0.51894f,0.0f,-0.85481f,0.51895f,0.0f,-0.85481f,0.51895f,0.0f,0.33806f,0.92518f,0.17249f,0.30089f,0.93615f,0.18192f,0.26572f,0.94505f,0.19046f,-0.61511f,0.78437f,0.080056f,-0.14578f,0.97671f,0.15746f,-0.25514f,0.95249f,0.16633f,-0.85481f,0.51895f,0.0f,-0.85481f,0.51894f,0.0f,0.12278f,0.38666f,-0.91401f,0.19143f,0.41548f,-0.88923f,-0.10354f,0.53565f,-0.83807f,-0.57049f,0.74495f,-0.34582f,-0.16306f,0.46236f,-0.87157f}); return Normal_5_594_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #601, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_601_vector() { MFVec3fObject Normal_5_601_vector = new MFVec3fObject(new float[] {-5.6847E-7f,-9.7373E-7f,-1.0f,-2.3871E-5f,-4.0889E-5f,-1.0f,0.0034589f,0.45744f,-0.88923f,0.42377f,0.78827f,-0.44615f,-0.18569f,0.075813f,-0.97968f,-0.23022f,0.31676f,-0.92014f,-0.24931f,0.23276f,-0.94004f,-0.16638f,0.0053689f,-0.98605f,0.99698f,-0.077646f,0.0f,0.99698f,-0.077633f,0.0f,-0.4594f,-0.88809f,-0.015767f,-0.57586f,-0.81712f,0.026382f,0.868f,-0.49541f,-0.033792f,0.54429f,-0.83481f,-0.082735f,0.51116f,-0.85622f,-0.07481f,0.85535f,-0.51704f,-0.032261f,2.3875E-5f,4.0895E-5f,1.0f,5.6867E-7f,9.7407E-7f,1.0f,-0.57521f,-0.81199f,0.099021f,0.016456f,-0.43637f,0.89962f,0.18829f,-0.019252f,0.98192f,0.25659f,-0.26514f,0.92944f,0.2198f,-0.33902f,0.91474f,0.22592f,-0.11121f,0.96778f,-0.99264f,0.12112f,0.0f,-0.99264f,0.12112f,0.0f,-0.99264f,0.12113f,0.0f,-0.072697f,0.98232f,0.17249f,-0.11108f,0.97702f,0.18192f,-0.1468f,0.97066f,0.19046f,-0.88343f,0.46168f,0.080056f,-0.53486f,0.83014f,0.15746f,-0.62456f,0.76306f,0.16633f,-0.99264f,0.12113f,0.0f,-0.99264f,0.12112f,0.0f,-0.99264f,0.12112f,0.0f,-0.047248f,0.40293f,-0.91401f,-0.024631f,0.42759f,-0.90364f,0.0034589f,0.45744f,-0.88923f,-0.31483f,0.44556f,-0.83807f,-0.82654f,0.44412f,-0.34582f,-0.33891f,0.35427f,-0.87157f}); return Normal_5_601_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #608, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_608_vector() { MFVec3fObject Normal_5_608_vector = new MFVec3fObject(new float[] {-1.1023E-6f,-2.372E-7f,-1.0f,-2.2391E-5f,-4.8183E-6f,-1.0f,-4.6287E-5f,-9.9607E-6f,-1.0f,0.34002f,0.30602f,-0.88923f,0.52524f,0.29529f,-0.79808f,0.86777f,0.21892f,-0.44615f,-0.067015f,0.14669f,-0.98691f,0.022234f,0.35464f,-0.93474f,0.0036528f,0.34106f,-0.94004f,-0.10827f,0.12644f,-0.98605f,0.61522f,-0.78836f,0.0f,0.61523f,-0.78835f,0.0f,-0.9655f,-0.25994f,-0.015767f,-0.99167f,-0.1261f,0.026382f,0.21982f,-0.97496f,-0.033792f,-0.24911f,-0.96494f,-0.082735f,-0.28725f,-0.95493f,-0.07481f,0.19531f,-0.98021f,-0.032261f,4.6295E-5f,9.9622E-6f,1.0f,2.2394E-5f,4.819E-6f,1.0f,1.1027E-6f,2.3729E-7f,1.0f,-0.98744f,-0.12312f,0.099021f,-0.55155f,-0.29254f,0.78116f,-0.31103f,-0.30651f,0.89962f,0.1128f,-0.15199f,0.98192f,-0.022641f,-0.36828f,0.92944f,-0.102f,-0.39095f,0.91474f,0.070302f,-0.2418f,0.96778f,-0.58019f,0.81448f,0.0f,-0.58019f,0.81448f,0.0f,0.67612f,0.71631f,0.17249f,0.61752f,0.76315f,0.19046f,-0.25512f,0.96359f,0.080056f,0.25202f,0.95483f,0.15746f,0.098651f,0.98198f,0.16122f,-0.29237f,0.95341f,0.074392f,-0.58019f,0.81448f,0.0f,-0.58019f,0.81448f,0.0f,0.26557f,0.30668f,-0.91401f,0.34002f,0.30602f,-0.88923f,0.058283f,0.63013f,-0.7743f,-0.28675f,0.92428f,-0.25197f,-0.29492f,0.88113f,-0.36964f,0.010998f,0.51909f,-0.85465f}); return Normal_5_608_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #615, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_615_vector() { MFVec3fObject Normal_5_615_vector = new MFVec3fObject(new float[] {-1.1013E-6f,2.4164E-7f,-1.0f,-4.6247E-5f,1.0147E-5f,-1.0f,0.43636f,0.13732f,-0.88923f,0.88037f,-0.16095f,-0.44615f,-9.5409E-5f,0.16127f,-0.98691f,0.16741f,0.31343f,-0.93474f,0.14486f,0.30878f,-0.94004f,-0.046032f,0.15997f,-0.98605f,0.23256f,-0.97258f,0.0f,0.23257f,-0.97258f,0.0f,0.23257f,-0.97258f,0.0f,-0.9863f,0.16419f,-0.015767f,-0.97296f,0.23091f,0.005264f,-0.95457f,0.29682f,0.026382f,-0.20462f,-0.97826f,-0.033792f,-0.62709f,-0.77454f,-0.082735f,-0.65765f,-0.7496f,-0.07481f,-0.2291f,-0.97287f,-0.032261f,4.6254E-5f,-1.0149E-5f,1.0f,2.2374E-5f,-4.9092E-6f,1.0f,1.1017E-6f,-2.4173E-7f,1.0f,-0.94949f,0.29777f,0.099021f,-0.62322f,-0.037265f,0.78116f,-0.41018f,-0.14979f,0.89962f,0.039556f,-0.18509f,0.98192f,-0.17344f,-0.32567f,0.92944f,-0.25505f,-0.31337f,0.91474f,-0.036384f,-0.24917f,0.96778f,-0.18985f,0.98181f,0.0f,-0.18985f,0.98181f,0.0f,0.91242f,0.37112f,0.17249f,0.87854f,0.43805f,0.19046f,0.16779f,0.98257f,0.080056f,0.62555f,0.76413f,0.15746f,0.49728f,0.85248f,0.16122f,0.12967f,0.98876f,0.074392f,-0.18985f,0.98181f,0.0f,-0.18986f,0.98181f,0.0f,0.3689f,0.16881f,-0.91401f,0.43636f,0.13732f,-0.88923f,0.31453f,0.54912f,-0.7743f,0.12269f,0.95993f,-0.25197f,0.097348f,0.92406f,-0.36964f,0.22543f,0.46772f,-0.85465f}); return Normal_5_615_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #622, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_622_vector() { MFVec3fObject Normal_5_622_vector = new MFVec3fObject(new float[] {-5.6945E-7f,9.7316E-7f,-1.0f,-1.1567E-5f,1.9768E-5f,-1.0f,-2.3912E-5f,4.0865E-5f,-1.0f,0.39688f,-0.2275f,-0.88923f,0.4445f,-0.40681f,-0.79808f,0.47887f,-0.75607f,-0.44615f,0.15718f,0.12458f,-0.97968f,0.38897f,0.045145f,-0.92014f,0.32515f,0.103f,-0.94004f,0.086327f,0.14233f,-0.98605f,-0.55691f,-0.83057f,0.0f,-0.5569f,-0.83058f,0.0f,-0.54835f,0.8361f,-0.015767f,-0.42936f,0.90275f,0.026382f,-0.85762f,-0.51318f,-0.033792f,-0.99448f,-0.064562f,-0.082735f,-0.99688f,-0.025196f,-0.07481f,-0.87026f,-0.49154f,-0.032261f,2.3916E-5f,-4.0871E-5f,1.0f,1.1569E-5f,-1.9771E-5f,1.0f,5.6965E-7f,-9.735E-7f,1.0f,-0.42522f,0.89966f,0.099021f,-0.4501f,0.43267f,0.78116f,-0.38828f,0.19981f,0.89962f,-0.10918f,-0.15461f,0.98192f,-0.35694f,-0.093454f,0.92944f,-0.3803f,-0.069297f,0.92227f,-0.191f,-0.13423f,0.97237f,0.59266f,0.80545f,0.0f,0.59267f,0.80545f,0.0f,0.89158f,-0.41873f,0.17249f,0.91778f,-0.34843f,0.19046f,0.83067f,0.55215f,0.071533f,0.97361f,0.17043f,0.15176f,0.9637f,0.21282f,0.16122f,0.8145f,0.57538f,0.074392f,0.59267f,0.80545f,0.0f,0.59266f,0.80545f,0.0f,0.37426f,-0.15657f,-0.91401f,0.39688f,-0.2275f,-0.88923f,0.54272f,0.055661f,-0.83807f,0.79258f,0.50222f,-0.34582f,0.74503f,0.55524f,-0.36964f,0.49659f,0.15159f,-0.85465f}); return Normal_5_622_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #643, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_643_vector() { MFVec3fObject Normal_5_643_vector = new MFVec3fObject(new float[] {3.2335E-7f,-1.0802E-6f,-1.0f,6.5681E-6f,-2.1941E-5f,-1.0f,1.3578E-5f,-4.5358E-5f,-1.0f,-0.33187f,0.31484f,-0.88923f,-0.33577f,0.50033f,-0.79808f,-0.28663f,0.84782f,-0.44615f,-0.14095f,-0.078369f,-0.98691f,-0.35529f,-0.0057883f,-0.93474f,-0.34028f,-0.023241f,-0.94004f,-0.11752f,-0.1179f,-0.98605f,0.73741f,0.67544f,0.0f,0.73741f,0.67545f,0.0f,0.33523f,-0.942f,-0.015767f,0.20387f,-0.97864f,0.026382f,0.9546f,0.29598f,-0.033792f,0.98157f,-0.17227f,-0.082735f,0.9746f,-0.21109f,-0.07481f,0.96177f,0.27196f,-0.032261f,-1.358E-5f,4.5365E-5f,1.0f,-6.5691E-6f,2.1944E-5f,1.0f,-3.2346E-7f,1.0805E-6f,1.0f,0.20057f,-0.97466f,0.099021f,0.33511f,-0.52678f,0.78116f,0.33007f,-0.2859f,0.89962f,0.14262f,0.12443f,0.98192f,0.36892f,0.0064576f,0.92944f,0.39777f,-0.070865f,0.91474f,0.2355f,0.089142f,0.96778f,-0.76622f,-0.64258f,0.0f,-0.76622f,-0.64258f,0.0f,-0.76738f,0.61756f,0.17249f,-0.80945f,0.55544f,0.19046f,-0.94048f,-0.33027f,0.080056f,-0.97172f,0.17598f,0.15746f,-0.9867f,0.020944f,0.16122f,-0.9274f,-0.36661f,0.074392f,-0.76622f,-0.64258f,0.0f,-0.76621f,-0.64259f,0.0f,-0.32666f,0.24057f,-0.91401f,-0.33187f,0.31484f,-0.88923f,-0.63277f,0.0084344f,-0.7743f,-0.8988f,-0.35871f,-0.25197f,-0.85514f,-0.36345f,-0.36964f,-0.51835f,-0.029952f,-0.85465f}); return Normal_5_643_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #650, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_650_vector() { MFVec3fObject Normal_5_650_vector = new MFVec3fObject(new float[] {1.2373E-7f,-1.1207E-6f,-1.0f,2.5132E-6f,-2.2765E-5f,-1.0f,5.1955E-6f,-4.7061E-5f,-1.0f,-0.26981f,0.36942f,-0.88923f,-0.24027f,0.55258f,-0.79808f,-0.12941f,0.88555f,-0.44615f,-0.19429f,-0.049766f,-0.97968f,-0.37364f,0.11719f,-0.92014f,-0.33891f,0.038363f,-0.94004f,-0.13681f,-0.094832f,-0.98605f,0.84691f,0.53174f,0.0f,0.8469f,0.53174f,0.0f,0.8469f,0.53175f,0.0f,0.16027f,-0.98695f,-0.015767f,0.092788f,-0.99567f,0.005264f,0.024461f,-0.99935f,0.026382f,0.99227f,0.11939f,-0.033792f,0.93455f,-0.34607f,-0.082735f,0.92071f,-0.383f,-0.07481f,0.995f,0.09448f,-0.032261f,-5.1963E-6f,4.7068E-5f,1.0f,-2.5136E-6f,2.2768E-5f,1.0f,-1.2377E-7f,1.1211E-6f,1.0f,0.021934f,-0.99484f,0.099021f,0.23486f,-0.57847f,0.78116f,0.27324f,-0.34062f,0.89962f,0.16268f,0.096741f,0.98192f,0.36406f,-0.060025f,0.92944f,0.37853f,-0.14128f,0.91474f,0.2477f,0.045315f,0.96778f,-0.86933f,-0.49424f,0.0f,-0.86933f,-0.49423f,0.0f,-0.86933f,-0.49423f,0.0f,-0.64374f,0.74555f,0.17249f,-0.67141f,0.71842f,0.18192f,-0.6963f,0.69202f,0.19046f,-0.98456f,-0.15567f,0.080056f,-0.9242f,0.34794f,0.15746f,-0.95626f,0.24062f,0.16633f,-0.86933f,-0.49423f,0.0f,-0.86933f,-0.49424f,0.0f,-0.27805f,0.29542f,-0.91401f,-0.26981f,0.36942f,-0.88923f,-0.51834f,0.1702f,-0.83807f,-0.92841f,-0.13587f,-0.34582f,-0.48328f,0.082546f,-0.87157f}); return Normal_5_650_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #657, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_657_vector() { MFVec3fObject Normal_5_657_vector = new MFVec3fObject(new float[] {-5.2578E-8f,-1.1263E-6f,-1.0f,-2.2079E-6f,-4.7295E-5f,-1.0f,-0.20889f,0.40698f,-0.88923f,0.010282f,0.8949f,-0.44615f,-0.19968f,-0.018854f,-0.97968f,-0.35079f,0.17403f,-0.92014f,-0.32878f,0.090751f,-0.94004f,-0.14993f,-0.072334f,-0.98605f,0.91948f,0.39315f,0.0f,0.91947f,0.39316f,0.0f,0.0043863f,-0.99987f,-0.015767f,-0.1317f,-0.99094f,0.026382f,0.99875f,-0.036823f,-0.033792f,0.86914f,-0.48759f,-0.082735f,0.84971f,-0.52191f,-0.07481f,0.99756f,-0.061859f,-0.032261f,2.2082E-6f,4.7303E-5f,1.0f,1.0682E-6f,2.2882E-5f,1.0f,5.2596E-8f,1.1267E-6f,1.0f,-0.13349f,-0.98609f,0.099021f,0.14176f,-0.60802f,0.78116f,0.21677f,-0.37907f,0.89962f,0.17578f,0.070185f,0.98192f,0.35024f,-0.11607f,0.92944f,0.35667f,-0.14905f,0.92227f,0.23329f,0.0085251f,0.97237f,-0.93577f,-0.35261f,0.0f,-0.93577f,-0.3526f,0.0f,-0.93577f,-0.3526f,0.0f,-0.51959f,0.83683f,0.17249f,-0.55114f,0.81434f,0.18192f,-0.57985f,0.79215f,0.19046f,-0.99738f,-0.010542f,0.071533f,-0.90932f,0.38744f,0.15176f,-0.92409f,0.3465f,0.16122f,-0.99647f,-0.038825f,0.074392f,-0.93577f,-0.3526f,0.0f,-0.93577f,-0.35261f,0.0f,-0.93577f,-0.35261f,0.0f,-0.22857f,0.33517f,-0.91401f,-0.21995f,0.36751f,-0.90364f,-0.20889f,0.40698f,-0.88923f,-0.48545f,0.24896f,-0.83807f,-0.93824f,0.010585f,-0.34582f,-0.92725f,-0.059778f,-0.36964f,-0.49902f,0.14338f,-0.85465f}); return Normal_5_657_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #664, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_664_vector() { MFVec3fObject Normal_5_664_vector = new MFVec3fObject(new float[] {-2.1803E-7f,-1.1062E-6f,-1.0f,-9.1556E-6f,-4.6453E-5f,-1.0f,-0.14662f,0.43332f,-0.88923f,0.14209f,0.88361f,-0.44615f,-0.16123f,-0.0035449f,-0.98691f,-0.31694f,0.16066f,-0.93474f,-0.31181f,0.13823f,-0.94004f,-0.15895f,-0.049443f,-0.98605f,0.96738f,0.25331f,0.0f,0.96738f,0.25332f,0.0f,0.96738f,0.25332f,0.0f,-0.14305f,-0.98959f,-0.015767f,-0.21005f,-0.97768f,0.005264f,-0.27634f,-0.9607f,0.026382f,0.98241f,-0.18365f,-0.033792f,0.78777f,-0.61038f,-0.082735f,0.7635f,-0.64147f,-0.07481f,0.97755f,-0.20823f,-0.032261f,9.157E-6f,4.646E-5f,1.0f,2.1811E-7f,1.1066E-6f,1.0f,-0.27739f,-0.95564f,0.099021f,0.15853f,-0.40688f,0.89962f,0.1842f,0.043506f,0.98192f,0.32931f,-0.16643f,0.92944f,0.3308f,-0.2f,0.92227f,0.232f,-0.025958f,0.97237f,-0.97753f,-0.21081f,0.0f,-0.97753f,-0.21081f,0.0f,-0.39055f,0.90428f,0.17249f,-0.45675f,0.86897f,0.19046f,-0.98804f,0.1366f,0.071533f,-0.84227f,0.51725f,0.15176f,-0.86292f,0.47893f,0.16122f,-0.99131f,0.10849f,0.074392f,-0.97753f,-0.21081f,0.0f,-0.97753f,-0.21081f,0.0f,-0.17666f,0.3652f,-0.91401f,-0.14662f,0.43332f,-0.88923f,-0.55572f,0.30272f,-0.7743f,-0.96233f,0.10213f,-0.25197f,-0.92593f,0.077561f,-0.36964f,-0.47243f,0.21538f,-0.85465f}); return Normal_5_664_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #671, 120 total numbers made up of 40 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_671_vector() { MFVec3fObject Normal_5_671_vector = new MFVec3fObject(new float[] {9.5925E-7f,-5.9258E-7f,-1.0f,4.0281E-5f,-2.4883E-5f,-1.0f,-0.45722f,0.014867f,-0.88923f,-0.77746f,0.4433f,-0.44615f,-0.053293f,-0.15221f,-0.98691f,-0.26172f,-0.24035f,-0.93474f,-0.23891f,-0.24342f,-0.94004f,-0.009517f,-0.16619f,-0.98605f,0.10249f,0.99473f,0.0f,0.10248f,0.99474f,0.0f,0.87635f,-0.48141f,-0.015767f,0.8025f,-0.59607f,0.026382f,0.5169f,0.85538f,-0.033792f,0.84813f,0.52329f,-0.082735f,0.8687f,0.48965f,-0.07481f,0.53822f,0.84219f,-0.032261f,-4.0287E-5f,2.4887E-5f,1.0f,-9.5959E-7f,5.9278E-7f,1.0f,0.79739f,-0.59528f,0.099021f,0.43664f,0.0055671f,0.89962f,0.023942f,0.18775f,0.98192f,0.27146f,0.2499f,0.92944f,0.3444f,0.21128f,0.91474f,0.11681f,0.22308f,0.96778f,-0.14584f,-0.98931f,0.0f,-0.14585f,-0.98931f,0.0f,-0.98383f,-0.048173f,0.17249f,-0.97402f,-0.12255f,0.19046f,-0.48357f,-0.87164f,0.080056f,-0.84322f,-0.51398f,0.15746f,-0.75143f,-0.63981f,0.16122f,-0.44965f,-0.8901f,0.074392f,-0.14585f,-0.98931f,0.0f,-0.14584f,-0.98931f,0.0f,-0.40398f,-0.037183f,-0.91401f,-0.45722f,0.014867f,-0.88923f,-0.47857f,-0.41405f,-0.7743f,-0.43352f,-0.8652f,-0.25197f,-0.39774f,-0.83974f,-0.36964f,-0.36755f,-0.36673f,-0.85465f}); return Normal_5_671_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #678, 120 total numbers made up of 40 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_678_vector() { MFVec3fObject Normal_5_678_vector = new MFVec3fObject(new float[] {1.1056E-6f,-2.215E-7f,-1.0f,2.2457E-5f,-4.4992E-6f,-1.0f,4.6424E-5f,-9.3011E-6f,-1.0f,-0.43378f,-0.14526f,-0.88923f,-0.5994f,-0.061637f,-0.79808f,-0.88316f,0.14486f,-0.44615f,-0.011414f,-0.20024f,-0.97968f,-0.22485f,-0.3206f,-0.92014f,-0.1392f,-0.31138f,-0.94004f,0.048945f,-0.15911f,-0.98605f,-0.25028f,0.96817f,0.0f,-0.25029f,0.96817f,0.0f,0.98914f,-0.14615f,-0.015767f,0.95983f,-0.27935f,0.026382f,0.18673f,0.98183f,-0.033792f,0.61285f,0.78586f,-0.082735f,0.64386f,0.76148f,-0.07481f,0.2113f,0.97689f,-0.032261f,-4.6432E-5f,9.3026E-6f,1.0f,-1.1059E-6f,2.2158E-7f,1.0f,0.95477f,-0.28039f,0.099021f,0.40738f,0.15725f,0.89962f,-0.042929f,0.18434f,0.98192f,0.16746f,0.32878f,0.92944f,0.24928f,0.31797f,0.91474f,0.031829f,0.24979f,0.96778f,0.20775f,-0.97818f,0.0f,0.20774f,-0.97818f,0.0f,-0.9055f,-0.38772f,0.17249f,-0.8704f,-0.45402f,0.19046f,-0.14982f,-0.98547f,0.080056f,-0.6115f,-0.77542f,0.15746f,-0.51893f,-0.83848f,0.16633f,0.20774f,-0.97818f,0.0f,0.20775f,-0.97818f,0.0f,-0.36576f,-0.17552f,-0.91401f,-0.43378f,-0.14526f,-0.88923f,-0.31919f,-0.44245f,-0.83807f,-0.15168f,-0.92596f,-0.34582f,-0.22503f,-0.43558f,-0.87157f}); return Normal_5_678_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #685, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_685_vector() { MFVec3fObject Normal_5_685_vector = new MFVec3fObject(new float[] {1.1113E-6f,1.9066E-7f,-1.0f,2.2573E-5f,3.8729E-6f,-1.0f,4.6665E-5f,8.0063E-6f,-1.0f,-0.35259f,-0.29146f,-0.88923f,-0.53719f,-0.27295f,-0.79808f,-0.87621f,-0.18225f,-0.44615f,0.061319f,-0.19096f,-0.97968f,-0.094591f,-0.37999f,-0.92014f,-0.017985f,-0.3406f,-0.94004f,0.10286f,-0.13088f,-0.98605f,-0.58154f,0.81352f,0.0f,-0.58155f,0.81351f,0.0f,0.97557f,0.21913f,-0.015767f,0.99609f,0.084304f,0.026382f,-0.17864f,0.98333f,-0.033792f,0.28944f,0.95361f,-0.082735f,0.32714f,0.94201f,-0.07481f,-0.15394f,0.98755f,-0.032261f,-4.6672E-5f,-8.0075E-6f,1.0f,-2.2577E-5f,-3.8735E-6f,1.0f,-1.1117E-6f,-1.9073E-7f,1.0f,0.99174f,0.081511f,0.099021f,0.56336f,0.2691f,0.78116f,0.32364f,0.29316f,0.89962f,-0.10632f,0.15659f,0.98192f,0.038101f,0.367f,0.92944f,0.068929f,0.38036f,0.92227f,-0.058454f,0.22601f,0.97237f,0.54544f,-0.83815f,0.0f,0.54544f,-0.83815f,0.0f,0.54544f,-0.83815f,0.0f,-0.70563f,-0.68726f,0.17249f,-0.67689f,-0.71325f,0.18192f,-0.64905f,-0.73652f,0.19046f,0.22461f,-0.97182f,0.071533f,-0.183f,-0.97133f,0.15176f,-0.13984f,-0.97696f,0.16122f,0.25203f,-0.96485f,0.074392f,0.54544f,-0.83815f,0.0f,0.54545f,-0.83815f,0.0f,-0.27823f,-0.29525f,-0.91401f,-0.35259f,-0.29146f,-0.88923f,-0.13884f,-0.5276f,-0.83807f,0.19127f,-0.9186f,-0.34582f,0.25762f,-0.89275f,-0.36964f,-0.032807f,-0.51817f,-0.85465f}); return Normal_5_685_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #692, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_692_vector() { MFVec3fObject Normal_5_692_vector = new MFVec3fObject(new float[] {9.5372E-7f,6.0143E-7f,-1.0f,4.0049E-5f,2.5255E-5f,-1.0f,-0.2142f,-0.40421f,-0.88923f,-0.73976f,-0.50369f,-0.44615f,0.11333f,-0.11474f,-0.98691f,0.10095f,-0.3407f,-0.93474f,0.11373f,-0.32156f,-0.94004f,0.14512f,-0.081556f,-0.98605f,-0.8486f,0.52904f,0.0f,-0.8486f,0.52903f,0.0f,0.81744f,0.57579f,-0.015767f,0.888f,0.45908f,0.026382f,-0.54136f,0.84011f,-0.033792f,-0.097532f,0.99179f,-0.082735f,-0.058267f,0.99549f,-0.07481f,-0.52015f,0.85347f,-0.032261f,-4.0055E-5f,-2.5259E-5f,1.0f,-1.9376E-5f,-1.2219E-5f,1.0f,-9.5406E-7f,-6.0164E-7f,1.0f,0.88505f,0.45484f,0.099021f,0.41749f,0.46421f,0.78116f,0.18681f,0.3947f,0.89962f,-0.15815f,0.10399f,0.98192f,-0.10525f,0.35365f,0.92944f,-0.081881f,0.37779f,0.92227f,-0.1405f,0.18644f,0.97237f,0.82468f,-0.56561f,0.0f,0.82467f,-0.56561f,0.0f,0.82467f,-0.56561f,0.0f,-0.38891f,-0.90499f,0.17249f,-0.3524f,-0.918f,0.18192f,-0.31778f,-0.92884f,0.19046f,0.57942f,-0.81188f,0.071533f,0.20265f,-0.96742f,0.15176f,0.24468f,-0.95611f,0.16122f,0.60209f,-0.79495f,0.074392f,0.82467f,-0.56561f,0.0f,0.82468f,-0.56561f,0.0f,0.82468f,-0.5656f,0.0f,-0.14406f,-0.37925f,-0.91401f,-0.1755f,-0.39069f,-0.90364f,-0.2142f,-0.40421f,-0.88923f,0.16173f,-0.61181f,-0.7743f,0.58681f,-0.76952f,-0.25197f,0.57966f,-0.72619f,-0.36964f,0.16799f,-0.49128f,-0.85465f}); return Normal_5_692_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #706, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_706_vector() { MFVec3fObject Normal_5_706_vector = new MFVec3fObject(new float[] {8.4466E-7f,7.4689E-7f,-1.0f,3.5469E-5f,3.1364E-5f,-1.0f,-0.14646f,-0.43338f,-0.88923f,-0.64919f,-0.61604f,-0.44615f,0.1303f,-0.095035f,-0.98691f,0.15439f,-0.32004f,-0.93474f,0.16393f,-0.2991f,-0.94004f,0.15634f,-0.057172f,-0.98605f,-0.92259f,0.38578f,0.0f,-0.9226f,0.38577f,0.0f,0.71428f,0.69969f,-0.015767f,0.80267f,0.59583f,0.026382f,-0.66934f,0.74218f,-0.033792f,-0.25566f,0.96322f,-0.082735f,-0.2175f,0.97319f,-0.07481f,-0.65056f,0.75877f,-0.032261f,-3.5475E-5f,-3.1368E-5f,1.0f,-1.716E-5f,-1.5174E-5f,1.0f,-8.4496E-7f,-7.4716E-7f,1.0f,0.80044f,0.59117f,0.099021f,0.33746f,0.52528f,0.78116f,0.12094f,0.41959f,0.89962f,-0.17281f,0.077216f,0.98192f,-0.16072f,0.33213f,0.92944f,-0.10265f,0.39078f,0.91474f,-0.17976f,0.17633f,0.96778f,0.90486f,-0.42571f,0.0f,0.90486f,-0.42571f,0.0f,0.90486f,-0.42572f,0.0f,-0.2384f,-0.95572f,0.17249f,-0.20028f,-0.9627f,0.18192f,-0.16437f,-0.96784f,0.19046f,0.69455f,-0.71498f,0.080056f,0.24817f,-0.95583f,0.15746f,0.39517f,-0.90435f,0.16122f,0.72203f,-0.68785f,0.074392f,0.90486f,-0.42572f,0.0f,0.90486f,-0.42571f,0.0f,-0.081234f,-0.39747f,-0.91401f,-0.14646f,-0.43338f,-0.88923f,0.25796f,-0.57786f,-0.7743f,0.70286f,-0.66521f,-0.25197f,0.68884f,-0.62359f,-0.36964f,0.24477f,-0.4579f,-0.85465f}); return Normal_5_706_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #713, 126 total numbers made up of 42 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_713_vector() { MFVec3fObject Normal_5_713_vector = new MFVec3fObject(new float[] {7.2652E-7f,8.6225E-7f,-1.0f,1.4758E-5f,1.7515E-5f,-1.0f,3.0508E-5f,3.6208E-5f,-1.0f,-0.081588f,-0.45012f,-0.88923f,-0.23463f,-0.555f,-0.79808f,-0.55225f,-0.70425f,-0.44615f,0.17f,-0.10643f,-0.97968f,0.1727f,-0.35145f,-0.92014f,0.20586f,-0.27195f,-0.94004f,0.16301f,-0.033725f,-0.98605f,-0.96904f,0.24689f,0.0f,-0.96905f,0.24688f,0.0f,0.60442f,0.79651f,-0.015767f,0.70704f,0.70668f,0.026382f,-0.77057f,0.63646f,-0.033792f,-0.3936f,0.91555f,-0.082735f,-0.35731f,0.93098f,-0.07481f,-0.7544f,0.65562f,-0.032261f,-3.0513E-5f,-3.6213E-5f,1.0f,-7.2677E-7f,-8.6255E-7f,1.0f,0.70552f,0.70174f,0.099021f,0.058364f,0.43276f,0.89962f,-0.18223f,0.051149f,0.98192f,-0.2075f,0.3051f,0.92944f,-0.15862f,0.3716f,0.91474f,-0.20359f,0.14819f,0.96778f,0.95733f,-0.28899f,0.0f,0.95733f,-0.28899f,0.0f,0.95733f,-0.28899f,0.0f,-0.096257f,-0.9803f,0.17249f,-0.057529f,-0.98163f,0.18192f,-0.021246f,-0.98147f,0.19046f,0.79152f,-0.60587f,0.080056f,0.38511f,-0.90934f,0.15746f,0.48496f,-0.85858f,0.16633f,0.95733f,-0.28899f,0.0f,0.95733f,-0.28899f,0.0f,-0.02231f,-0.40507f,-0.91401f,-0.081588f,-0.45012f,-0.88923f,0.23405f,-0.49281f,-0.83807f,0.73848f,-0.57884f,-0.34582f,0.27338f,-0.40698f,-0.87157f}); return Normal_5_713_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #720, 120 total numbers made up of 40 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_720_vector() { MFVec3fObject Normal_5_720_vector = new MFVec3fObject(new float[] {5.9548E-7f,9.5745E-7f,-1.0f,2.5005E-5f,4.0205E-5f,-1.0f,-0.016252f,-0.45717f,-0.88923f,-0.44565f,-0.77611f,-0.44615f,0.18349f,-0.080977f,-0.97968f,0.22127f,-0.32307f,-0.92014f,0.2427f,-0.23964f,-0.94004f,0.16616f,-0.01002f,-0.98605f,-0.99442f,0.1055f,0.0f,-0.99442f,0.10549f,0.0f,0.48406f,0.87489f,-0.015767f,0.59849f,0.80069f,0.026382f,-0.85381f,0.51949f,-0.033792f,-0.52072f,0.84971f,-0.082735f,-0.48702f,0.87018f,-0.07481f,-0.84056f,0.54076f,-0.032261f,-2.5009E-5f,-4.0212E-5f,1.0f,-5.9569E-7f,-9.5779E-7f,1.0f,0.59769f,0.79559f,0.099021f,-0.0042447f,0.43666f,0.89962f,-0.18768f,0.024511f,0.98192f,-0.24908f,0.27222f,0.92944f,-0.21023f,0.34503f,0.91474f,-0.22272f,0.11749f,0.96778f,0.98886f,-0.14884f,0.0f,0.98886f,-0.14884f,0.0f,0.98886f,-0.14884f,0.0f,0.045194f,-0.98397f,0.17249f,0.083713f,-0.97974f,0.18192f,0.1196f,-0.97438f,0.19046f,0.87017f,-0.48621f,0.080056f,0.51143f,-0.84478f,0.15746f,0.60297f,-0.78023f,0.16633f,0.98886f,-0.14884f,0.0f,0.98886f,-0.14884f,0.0f,0.03596f,-0.40409f,-0.91401f,-0.016252f,-0.45717f,-0.88923f,0.30225f,-0.45419f,-0.83807f,0.81379f,-0.46706f,-0.34582f,0.32887f,-0.36361f,-0.87157f}); return Normal_5_720_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #734, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_734_vector() { MFVec3fObject Normal_5_734_vector = new MFVec3fObject(new float[] {4.3903E-7f,1.0385E-6f,-1.0f,1.8436E-5f,4.361E-5f,-1.0f,0.055174f,-0.45412f,-0.88923f,-0.31929f,-0.83607f,-0.44615f,0.15857f,-0.029408f,-0.98691f,0.27752f,-0.22192f,-0.93474f,0.27707f,-0.19891f,-0.94004f,0.1657f,0.015991f,-0.98605f,-0.99871f,-0.050721f,0.0f,-0.99871f,-0.050727f,0.0f,-0.99871f,-0.050733f,0.0f,0.34184f,0.93963f,-0.015767f,0.405f,0.9143f,0.005264f,0.46643f,0.88416f,0.026382f,-0.92432f,0.38012f,-0.033792f,-0.64675f,0.7582f,-0.082735f,-0.61665f,0.78368f,-0.07481f,-0.91454f,0.4032f,-0.032261f,-1.8439E-5f,-4.3617E-5f,1.0f,-4.3919E-7f,-1.0389E-6f,1.0f,0.46644f,0.87899f,0.099021f,-0.072225f,0.43066f,0.89962f,-0.18921f,-0.0050294f,0.98192f,-0.28845f,0.23009f,0.92944f,-0.26142f,0.30807f,0.91474f,-0.23831f,0.08135f,0.96778f,0.99998f,0.0070459f,0.0f,0.99998f,0.0070437f,0.0f,0.99998f,0.0070416f,0.0f,0.19795f,-0.96492f,0.17249f,0.23534f,-0.95474f,0.18192f,0.26995f,-0.94385f,0.19046f,0.93529f,-0.3447f,0.080056f,0.6368f,-0.75478f,0.15746f,0.74713f,-0.64483f,0.16122f,0.94836f,-0.30836f,0.074392f,0.99998f,0.0070416f,0.0f,0.99998f,0.0070449f,0.0f,0.99998f,0.0070481f,0.0f,0.098479f,-0.39355f,-0.91401f,0.079208f,-0.42091f,-0.90364f,0.055174f,-0.45412f,-0.88923f,0.48231f,-0.40968f,-0.7743f,0.92128f,-0.29622f,-0.25197f,0.89066f,-0.26475f,-0.36964f,0.41859f,-0.30719f,-0.85465f}); return Normal_5_734_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #741, 132 total numbers made up of 44 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_741_vector() { MFVec3fObject Normal_5_741_vector = new MFVec3fObject(new float[] {2.821E-7f,1.0917E-6f,-1.0f,5.7302E-6f,2.2175E-5f,-1.0f,1.1846E-5f,4.5841E-5f,-1.0f,0.12113f,-0.44113f,-0.88923f,0.028506f,-0.60188f,-0.79808f,-0.19331f,-0.87383f,-0.44615f,0.19931f,-0.022433f,-0.97968f,0.30772f,-0.24217f,-0.92014f,0.30323f,-0.15615f,-0.94004f,0.16156f,0.0401f,-0.98605f,-0.9805f,-0.19653f,0.0f,-0.98049f,-0.19655f,0.0f,0.20045f,0.97958f,-0.015767f,0.33183f,0.94297f,0.026382f,-0.97005f,0.24056f,-0.033792f,-0.75088f,0.65523f,-0.082735f,-0.72483f,0.68485f,-0.07481f,-0.96376f,0.26482f,-0.032261f,-1.1848E-5f,-4.5848E-5f,1.0f,-5.731E-6f,-2.2178E-5f,1.0f,-2.822E-7f,-1.092E-6f,1.0f,0.33259f,0.93786f,0.099021f,-0.014255f,0.62417f,0.78116f,-0.13456f,0.41543f,0.89962f,-0.18643f,-0.032703f,0.98192f,-0.31905f,0.18533f,0.92944f,-0.30375f,0.26643f,0.91474f,-0.24765f,0.045549f,0.96778f,0.98815f,0.15351f,0.0f,0.98815f,0.15351f,0.0f,0.98815f,0.15351f,0.0f,0.33722f,-0.92549f,0.17249f,0.37271f,-0.90994f,0.18192f,0.40535f,-0.8941f,0.19046f,0.97571f,-0.20391f,0.080056f,0.74054f,-0.65331f,0.15746f,0.8086f,-0.56435f,0.16633f,0.98815f,0.15351f,0.0f,0.98815f,0.15352f,0.0f,0.15509f,-0.37487f,-0.91401f,0.12113f,-0.44113f,-0.88923f,0.42418f,-0.34309f,-0.83807f,0.91619f,-0.20249f,-0.34582f,0.42251f,-0.2487f,-0.87157f}); return Normal_5_741_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #748, 138 total numbers made up of 46 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_748_vector() { MFVec3fObject Normal_5_748_vector = new MFVec3fObject(new float[] {1.2488E-7f,1.1206E-6f,-1.0f,2.5366E-6f,2.2762E-5f,-1.0f,5.2439E-6f,4.7056E-5f,-1.0f,0.1823f,-0.41956f,-0.88923f,0.11334f,-0.5918f,-0.79808f,-0.067793f,-0.89239f,-0.44615f,0.16037f,0.016998f,-0.98691f,0.32925f,-0.13363f,-0.93474f,0.32227f,-0.1117f,-0.94004f,0.15427f,0.062546f,-0.98605f,-0.94285f,-0.33322f,0.0f,-0.94285f,-0.33323f,0.0f,-0.94284f,-0.33323f,0.0f,0.059903f,0.99808f,-0.015767f,0.12766f,0.9918f,0.005264f,0.19513f,0.98042f,0.026382f,-0.99432f,0.10096f,-0.033792f,-0.836f,0.54246f,-0.082735f,-0.8144f,0.57546f,-0.07481f,-0.99152f,0.12586f,-0.032261f,-5.2447E-6f,-4.7063E-5f,1.0f,-1.2492E-7f,-1.121E-6f,1.0f,0.19661f,0.97547f,0.099021f,-0.19196f,0.39222f,0.89962f,-0.17993f,-0.058739f,0.98192f,-0.34206f,0.13835f,0.92944f,-0.34635f,0.17167f,0.92227f,-0.23336f,0.0064906f,0.97237f,0.9565f,0.29172f,0.0f,0.95651f,0.29171f,0.0f,0.95651f,0.29171f,0.0f,0.46471f,-0.8685f,0.17249f,0.49765f,-0.84809f,0.18192f,0.52773f,-0.82779f,0.19046f,0.996f,-0.0536f,0.071533f,0.88253f,-0.4451f,0.15176f,0.89991f,-0.40519f,0.16122f,0.99691f,-0.025317f,0.074392f,0.95651f,0.29171f,0.0f,0.9565f,0.29172f,0.0f,0.20655f,-0.34917f,-0.91401f,0.1823f,-0.41956f,-0.88923f,0.57906f,-0.25525f,-0.7743f,0.9675f,-0.0214f,-0.25197f,0.92917f,4.2816E-5f,-0.36964f,0.48877f,-0.17517f,-0.85465f}); return Normal_5_748_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #755, 144 total numbers made up of 48 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_755_vector() { MFVec3fObject Normal_5_755_vector = new MFVec3fObject(new float[] {-6.7413E-8f,1.1255E-6f,-1.0f,-2.8308E-6f,4.7262E-5f,-1.0f,0.25096f,-0.38247f,-0.88923f,0.084879f,-0.89092f,-0.44615f,0.15515f,0.044011f,-0.98691f,0.34717f,-0.075722f,-0.93474f,0.33656f,-0.055297f,-0.94004f,0.14139f,0.087858f,-0.98605f,-0.87249f,-0.48863f,0.0f,-0.87249f,-0.48864f,0.0f,-0.87248f,-0.48865f,0.0f,-0.11062f,0.99374f,-0.015767f,-0.04278f,0.99907f,0.005264f,0.025645f,0.99932f,0.026382f,-0.99701f,-0.069524f,-0.033792f,-0.91604f,0.39246f,-0.082735f,-0.90037f,0.42865f,-0.07481f,-0.99849f,-0.044504f,-0.032261f,2.8313E-6f,-4.727E-5f,1.0f,1.3696E-6f,-2.2866E-5f,1.0f,6.7437E-8f,-1.1259E-6f,1.0f,0.027944f,0.99469f,0.099021f,-0.20558f,0.58952f,0.78116f,-0.25583f,0.35389f,0.89962f,-0.16733f,-0.088468f,0.98192f,-0.36059f,0.078192f,0.92944f,-0.37098f,0.16007f,0.91474f,-0.24966f,-0.032846f,0.96778f,0.893f,0.45006f,0.0f,0.893f,0.45005f,0.0f,0.893f,0.45005f,0.0f,0.60557f,-0.77687f,0.17249f,0.63456f,-0.75116f,0.18192f,0.66075f,-0.72604f,0.19046f,0.99112f,0.10614f,0.080056f,0.9056f,-0.39381f,0.15746f,0.95568f,-0.24633f,0.16122f,0.9867f,0.1445f,0.074392f,0.893f,0.45005f,0.0f,0.893f,0.45005f,0.0f,0.893f,0.45006f,0.0f,0.26289f,-0.30898f,-0.91401f,0.25776f,-0.34205f,-0.90364f,0.25096f,-0.38247f,-0.88923f,0.61402f,-0.15311f,-0.7743f,0.95706f,0.14336f,-0.25197f,0.91565f,0.15798f,-0.36964f,0.51143f,-0.089539f,-0.85465f}); return Normal_5_755_vector; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #880, 588 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_880_coordIndex() { MFInt32Object IndexedFaceSet_4_880_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_880_coordIndex_1())); return IndexedFaceSet_4_880_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #880, 306 total numbers made up of 102 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_880_point() { MFVec3fObject Coordinate_5_880_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_880_point_1())) .append(new MFVec3fObject(getCoordinate_5_880_point_2())); return Coordinate_5_880_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #881, 306 total numbers made up of 102 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_881_vector() { MFVec3fObject Normal_5_881_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_881_vector_1())) .append(new MFVec3fObject(getNormal_5_881_vector_2())); return Normal_5_881_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #882, 204 total numbers made up of 102 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_882_point() { MFVec2fObject TextureCoordinate_5_882_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_882_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_882_point_2())); return TextureCoordinate_5_882_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #887, 588 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_887_coordIndex() { MFInt32Object IndexedFaceSet_4_887_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_887_coordIndex_1())); return IndexedFaceSet_4_887_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #887, 306 total numbers made up of 102 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_887_point() { MFVec3fObject Coordinate_5_887_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_887_point_1())) .append(new MFVec3fObject(getCoordinate_5_887_point_2())); return Coordinate_5_887_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #888, 306 total numbers made up of 102 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_888_vector() { MFVec3fObject Normal_5_888_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_888_vector_1())) .append(new MFVec3fObject(getNormal_5_888_vector_2())); return Normal_5_888_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #889, 204 total numbers made up of 102 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_889_point() { MFVec2fObject TextureCoordinate_5_889_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_889_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_889_point_2())); return TextureCoordinate_5_889_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #894, 496 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_894_coordIndex() { MFInt32Object IndexedFaceSet_4_894_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_894_coordIndex_1())); return IndexedFaceSet_4_894_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #894, 276 total numbers made up of 92 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_894_point() { MFVec3fObject Coordinate_5_894_point = new MFVec3fObject(new float[] {6.5136f,0.0040595f,4.4465f,6.5527f,0.0040595f,5.4935f,6.5089f,0.0040595f,6.6381f,6.2002f,0.0040595f,8.2519f,5.239f,0.0040595f,10.563f,3.555f,0.0040595f,12.583f,1.8592f,0.0040595f,13.149f,1.0548f,0.0040595f,13.238f,5.6086E-16f,0.0040595f,13.262f,6.5136f,0.0040595f,4.4465f,6.5261f,-0.36456f,5.4174f,6.4663f,-0.72119f,6.4856f,6.1746f,-1.1077f,7.9923f,5.3231f,-1.4729f,10.135f,3.8546f,-1.8312f,12.067f,2.263f,-2.1926f,12.787f,1.2708f,-2.3554f,13.022f,1.0044E-15f,-2.4055f,13.153f,6.5136f,0.0040595f,4.4465f,6.499f,-0.73672f,5.3029f,6.4226f,-1.4523f,6.2496f,6.1483f,-2.2259f,7.5853f,5.4092f,-2.9536f,9.4754f,1.494E-15f,-4.7935f,12.478f,6.5136f,0.0040595f,4.4465f,6.4709f,-1.0591f,5.1223f,6.3774f,-2.0718f,5.87f,6.1211f,-3.1408f,6.9248f,5.4983f,-4.1048f,8.4162f,6.5136f,0.0040595f,4.4465f,6.4475f,-1.3703f,4.9636f,6.34f,-2.6814f,5.5354f,6.0986f,-4.0689f,6.3421f,3.4586f,-7.6814f,9.006f,1.9101f,-8.1473f,9.1986f,1.0555E-15f,-8.2217f,9.3163f,6.5136f,0.0040595f,4.4465f,6.4307f,-1.6529f,4.8618f,6.3128f,-3.2476f,5.3213f,6.0823f,-4.9609f,5.9688f,4.9328f,-8.099f,7.7328f,3.7167f,-9.6421f,8.1292f,2.0483f,-10.31f,8.2993f,1.0007E-15f,-10.484f,8.4049f,6.5136f,0.0040595f,4.4465f,6.4153f,-1.92f,4.7763f,6.2881f,-3.7831f,5.1401f,6.0676f,-5.806f,5.6497f,5.6758f,-7.7232f,6.3641f,5.1102f,-9.6085f,7.0379f,3.957f,-11.512f,7.3738f,2.1774f,-12.374f,7.525f,1.0839E-15f,-12.647f,7.6211f,6.5136f,0.0040595f,4.4465f,6.3936f,-2.2537f,4.66f,6.2534f,-4.4416f,4.8892f,6.0473f,-6.8219f,5.199f,5.7483f,-9.0872f,5.6226f,5.3671f,-11.319f,6.031f,4.3071f,-13.572f,6.2517f,2.3671f,-14.599f,6.3503f,1.4015E-15f,-14.932f,6.4158f,6.5136f,0.0040595f,4.4465f,6.3707f,-2.4916f,4.4471f,6.2164f,-4.8993f,4.4476f,6.0243f,-7.4965f,4.4478f,5.8157f,-9.93f,4.4477f,5.609f,-12.301f,4.4477f,4.6279f,-14.682f,4.4478f,2.5353f,-15.731f,4.4473f,2.0569E-15f,-16.029f,4.4465f,8.8818E-16f,-6.6401f,10.449f,1.653f,-6.4728f,10.449f,3.1995f,-5.7886f,10.449f,3.8441f,-5.1616f,10.449f,4.663f,-3.8004f,10.449f,4.821f,-3.3651f,10.449f,4.5882f,-3.3651f,10.821f,3.3242f,-3.3651f,12.05f,2.8014f,-4.1094f,12.05f,1.4896f,-5.0271f,12.05f,1.9984E-15f,-5.2968f,12.05f,5.726f,-5.5f,7.0f,5.7271f,-5.1464f,7.1464f,5.6245f,-5.0f,7.5f,5.2084f,-5.0f,8.5f,4.7772f,-5.5f,9.0f,4.3374f,-6.5f,9.0f,4.2799f,-6.6573f,8.9746f,4.6055f,-7.0f,8.5f,5.2821f,-7.0f,7.5f,5.5864f,-6.5f,7.0f}); return Coordinate_5_894_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #895, 276 total numbers made up of 92 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_895_vector() { MFVec3fObject Normal_5_895_vector = new MFVec3fObject(new float[] {-0.99558f,0.071733f,0.060697f,-0.99697f,0.077207f,0.0091848f,-0.99188f,0.086255f,-0.09346f,-0.95599f,0.095819f,-0.27732f,-0.87275f,0.097583f,-0.47831f,-0.53393f,0.1627f,-0.82973f,-0.15577f,0.14632f,-0.9769f,-0.050379f,0.089517f,-0.99471f,-0.0087032f,0.03669f,-0.99929f,-0.99634f,0.061568f,0.059284f,-0.99774f,0.06636f,0.010953f,-0.99373f,0.074783f,-0.083076f,-0.96329f,0.085683f,-0.2544f,-0.89037f,0.090857f,-0.44607f,-0.61976f,0.14192f,-0.77185f,-0.31766f,0.13565f,-0.93845f,-0.16149f,0.12147f,-0.97937f,-0.072307f,0.098426f,-0.99251f,-0.99628f,0.061934f,0.059869f,-0.99715f,0.073115f,0.018783f,-0.99358f,0.096059f,-0.059792f,-0.96741f,0.14276f,-0.20912f,-0.90166f,0.20352f,-0.38155f,-0.085897f,0.55561f,-0.82699f,-0.99663f,0.05958f,0.056342f,-0.99712f,0.072802f,0.021031f,-0.9939f,0.10055f,-0.045255f,-0.97076f,0.16328f,-0.17599f,-0.90791f,0.25499f,-0.3327f,-0.99767f,0.053308f,0.042512f,-0.99805f,0.062192f,0.0045612f,-0.99474f,0.079521f,-0.064635f,-0.97321f,0.11539f,-0.19885f,-0.37967f,0.39479f,-0.83665f,-0.12969f,0.44238f,-0.8874f,-0.03317f,0.44653f,-0.89415f,-0.99801f,0.051426f,0.036393f,-0.99831f,0.058117f,-0.0028809f,-0.99492f,0.070362f,-0.071953f,-0.97468f,0.094163f,-0.2028f,-0.78788f,0.17991f,-0.58896f,-0.36341f,0.30667f,-0.87971f,-0.12796f,0.33677f,-0.93285f,-0.041955f,0.33471f,-0.94139f,-0.99779f,0.052259f,0.040985f,-0.9983f,0.058139f,0.0029074f,-0.99576f,0.068404f,-0.061567f,-0.97931f,0.087994f,-0.18222f,-0.93756f,0.10955f,-0.33011f,-0.83148f,0.15386f,-0.53382f,-0.395f,0.31569f,-0.86274f,-0.14142f,0.36139f,-0.92163f,-0.047774f,0.36461f,-0.92993f,-0.9964f,0.05506f,0.064531f,-0.99764f,0.060646f,0.032115f,-0.99737f,0.069719f,-0.01964f,-0.98953f,0.086534f,-0.11548f,-0.96592f,0.10216f,-0.23784f,-0.90974f,0.13445f,-0.39279f,-0.51123f,0.45058f,-0.73186f,-0.18653f,0.59391f,-0.78261f,-0.049751f,0.63223f,-0.77318f,-0.99778f,0.054399f,0.038368f,-0.99756f,0.060209f,0.035384f,-0.99724f,0.068078f,0.029491f,-0.99668f,0.080019f,0.01534f,-0.99606f,0.088527f,-0.0043465f,-0.99305f,0.11635f,-0.017528f,-0.70333f,0.7107f,-0.015264f,-0.23605f,0.97144f,-0.024085f,-0.027765f,0.99913f,-0.03124f,-0.025112f,0.71427f,-0.69942f,-0.14105f,0.70635f,-0.69367f,-0.47306f,0.59463f,-0.6501f,-0.61499f,0.51669f,-0.59567f,-0.8048f,0.33278f,-0.49149f,-0.83497f,0.26271f,-0.48354f,-0.79721f,0.26877f,-0.54058f,-0.50238f,0.28041f,-0.81791f,-0.45234f,0.38337f,-0.80524f,-0.20381f,0.62747f,-0.75149f,-0.065449f,0.71838f,-0.69256f,-0.93387f,0.13341f,-0.33178f,-0.93399f,0.14589f,-0.32616f,-0.92372f,0.17157f,-0.3425f,-0.8775f,0.25173f,-0.4082f,-0.80498f,0.30805f,-0.50706f,-0.65868f,0.34485f,-0.66874f,-0.63325f,0.34633f,-0.69213f,-0.71081f,0.25935f,-0.65383f,-0.87864f,0.14654f,-0.45443f,-0.91925f,0.12649f,-0.37281f}); return Normal_5_895_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #896, 184 total numbers made up of 92 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_896_point() { MFVec2fObject TextureCoordinate_5_896_point = new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.064985f,0.0f,0.14191f,0.0f,0.2509f,0.0f,0.39448f,0.0f,0.56985f,0.0f,0.77017f,0.0f,0.90582f,0.0f,1.0f,0.14585f,0.0f,0.14585f,0.064985f,0.14585f,0.14191f,0.14585f,0.2509f,0.14585f,0.39448f,0.14585f,0.56985f,0.14585f,0.77017f,0.14585f,0.90582f,0.14585f,1.0f,0.2951f,0.0f,0.2951f,0.064985f,0.2951f,0.14191f,0.2951f,0.2509f,0.2951f,0.39448f,0.2951f,1.0f,0.44957f,0.0f,0.44957f,0.064985f,0.44957f,0.14191f,0.44957f,0.2509f,0.44957f,0.39448f,0.57768f,0.0f,0.57768f,0.064985f,0.57768f,0.14191f,0.57768f,0.2509f,0.57768f,0.77017f,0.57768f,0.90582f,0.57768f,1.0f,0.66952f,0.0f,0.66952f,0.064985f,0.66952f,0.14191f,0.66952f,0.2509f,0.66952f,0.56985f,0.66952f,0.77017f,0.66952f,0.90582f,0.66952f,1.0f,0.7506f,0.0f,0.7506f,0.064985f,0.7506f,0.14191f,0.7506f,0.2509f,0.7506f,0.39448f,0.7506f,0.56985f,0.7506f,0.77017f,0.7506f,0.90582f,0.7506f,1.0f,0.85786f,0.0f,0.85786f,0.064985f,0.85786f,0.14191f,0.85786f,0.2509f,0.85786f,0.39448f,0.85786f,0.56985f,0.85786f,0.77017f,0.85786f,0.90582f,0.85786f,1.0f,1.0f,0.0f,1.0f,0.064985f,1.0f,0.14191f,1.0f,0.2509f,1.0f,0.39448f,1.0f,0.56985f,1.0f,0.77017f,1.0f,0.90582f,1.0f,1.0f,0.48027f,1.0f,0.46897f,0.91243f,0.44375f,0.7555f,0.42068f,0.65636f,0.33699f,0.511f,0.30095f,0.48146f,0.28826f,0.511f,0.24073f,0.66159f,0.2784f,0.74597f,0.32372f,0.90941f,0.34234f,1.0f,0.61358f,0.36094f,0.58604f,0.35827f,0.55832f,0.38011f,0.51073f,0.4588f,0.51429f,0.54008f,0.55096f,0.63219f,0.5568f,0.64434f,0.59418f,0.60305f,0.65075f,0.47802f,0.6599f,0.40345f}); return TextureCoordinate_5_896_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #901, 496 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_901_coordIndex() { MFInt32Object IndexedFaceSet_4_901_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_901_coordIndex_1())); return IndexedFaceSet_4_901_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #901, 276 total numbers made up of 92 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_901_point() { MFVec3fObject Coordinate_5_901_point = new MFVec3fObject(new float[] {-6.5136f,0.0040595f,4.4465f,-6.5527f,0.0040595f,5.4935f,-6.5089f,0.0040595f,6.6381f,-6.2002f,0.0040595f,8.2519f,-5.239f,0.0040595f,10.563f,-3.555f,0.0040595f,12.583f,-1.8592f,0.0040595f,13.149f,-1.0548f,0.0040595f,13.238f,-5.6086E-16f,0.0040595f,13.262f,-6.5136f,0.0040595f,4.4465f,-6.5261f,-0.36456f,5.4174f,-6.4663f,-0.72119f,6.4856f,-6.1746f,-1.1077f,7.9923f,-5.3231f,-1.4729f,10.135f,-3.8546f,-1.8312f,12.067f,-2.263f,-2.1926f,12.787f,-1.2708f,-2.3554f,13.022f,-1.0044E-15f,-2.4055f,13.153f,-6.5136f,0.0040595f,4.4465f,-6.499f,-0.73672f,5.3029f,-6.4226f,-1.4523f,6.2496f,-6.1483f,-2.2259f,7.5853f,-5.4092f,-2.9536f,9.4754f,-1.494E-15f,-4.7935f,12.478f,-6.5136f,0.0040595f,4.4465f,-6.4709f,-1.0591f,5.1223f,-6.3774f,-2.0718f,5.87f,-6.1211f,-3.1408f,6.9248f,-5.4983f,-4.1048f,8.4162f,-6.5136f,0.0040595f,4.4465f,-6.4475f,-1.3703f,4.9636f,-6.34f,-2.6814f,5.5354f,-6.0986f,-4.0689f,6.3421f,-3.4586f,-7.6814f,9.006f,-1.9101f,-8.1473f,9.1986f,-1.0555E-15f,-8.2217f,9.3163f,-6.5136f,0.0040595f,4.4465f,-6.4307f,-1.6529f,4.8618f,-6.3128f,-3.2476f,5.3213f,-6.0823f,-4.9609f,5.9688f,-4.9328f,-8.099f,7.7328f,-3.7167f,-9.6421f,8.1292f,-2.0483f,-10.31f,8.2993f,-1.0007E-15f,-10.484f,8.4049f,-6.5136f,0.0040595f,4.4465f,-6.4153f,-1.92f,4.7763f,-6.2881f,-3.7831f,5.1401f,-6.0676f,-5.806f,5.6497f,-5.6758f,-7.7232f,6.3641f,-5.1102f,-9.6085f,7.0379f,-3.957f,-11.512f,7.3738f,-2.1774f,-12.374f,7.525f,-1.0839E-15f,-12.647f,7.6211f,-6.5136f,0.0040595f,4.4465f,-6.3936f,-2.2537f,4.66f,-6.2534f,-4.4416f,4.8892f,-6.0473f,-6.8219f,5.199f,-5.7483f,-9.0872f,5.6226f,-5.3671f,-11.319f,6.031f,-4.3071f,-13.572f,6.2517f,-2.3671f,-14.599f,6.3503f,-1.4015E-15f,-14.932f,6.4158f,-6.5136f,0.0040595f,4.4465f,-6.3707f,-2.4916f,4.4471f,-6.2164f,-4.8993f,4.4476f,-6.0243f,-7.4965f,4.4478f,-5.8157f,-9.93f,4.4477f,-5.609f,-12.301f,4.4477f,-4.6279f,-14.682f,4.4478f,-2.5353f,-15.731f,4.4473f,-2.0569E-15f,-16.029f,4.4465f,8.8818E-16f,-6.6401f,10.449f,-1.653f,-6.4728f,10.449f,-3.1995f,-5.7886f,10.449f,-3.8441f,-5.1616f,10.449f,-4.722f,-3.6512f,10.449f,-4.821f,-3.3651f,10.449f,-4.3828f,-3.3651f,11.103f,-3.3242f,-3.3651f,12.05f,-2.7427f,-4.1778f,12.05f,-1.4896f,-5.0271f,12.05f,1.9984E-15f,-5.2968f,12.05f,-5.726f,-5.5f,7.0f,-5.7271f,-5.1464f,7.1464f,-5.6245f,-5.0f,7.5f,-5.2084f,-5.0f,8.5f,-4.7772f,-5.5f,9.0f,-4.3374f,-6.5f,9.0f,-4.3094f,-6.8536f,8.8536f,-4.6055f,-7.0f,8.5f,-5.2821f,-7.0f,7.5f,-5.5864f,-6.5f,7.0f}); return Coordinate_5_901_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #902, 276 total numbers made up of 92 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_902_vector() { MFVec3fObject Normal_5_902_vector = new MFVec3fObject(new float[] {0.99558f,0.071733f,0.060697f,0.99697f,0.077207f,0.0091848f,0.99188f,0.086255f,-0.09346f,0.95599f,0.095819f,-0.27732f,0.87275f,0.097583f,-0.47831f,0.53393f,0.1627f,-0.82973f,0.15577f,0.14632f,-0.9769f,0.050379f,0.089517f,-0.99471f,0.0087032f,0.03669f,-0.99929f,0.99634f,0.061568f,0.059284f,0.99774f,0.06636f,0.010953f,0.99373f,0.074783f,-0.083076f,0.96329f,0.085683f,-0.2544f,0.89037f,0.090857f,-0.44607f,0.61976f,0.14192f,-0.77185f,0.31766f,0.13565f,-0.93845f,0.16149f,0.12147f,-0.97937f,0.072307f,0.098426f,-0.99251f,0.99628f,0.061934f,0.059869f,0.99715f,0.073115f,0.018783f,0.99358f,0.096059f,-0.059792f,0.96741f,0.14276f,-0.20912f,0.90166f,0.20352f,-0.38155f,0.085897f,0.55561f,-0.82699f,0.99663f,0.05958f,0.056342f,0.99712f,0.072802f,0.021031f,0.9939f,0.10055f,-0.045255f,0.97076f,0.16328f,-0.17599f,0.90791f,0.25499f,-0.3327f,0.99767f,0.053308f,0.042512f,0.99805f,0.062192f,0.0045612f,0.99474f,0.079521f,-0.064635f,0.97321f,0.11539f,-0.19885f,0.37967f,0.39479f,-0.83665f,0.12969f,0.44238f,-0.8874f,0.03317f,0.44653f,-0.89415f,0.99801f,0.051426f,0.036393f,0.99831f,0.058117f,-0.0028809f,0.99492f,0.070362f,-0.071953f,0.97468f,0.094163f,-0.2028f,0.78788f,0.17991f,-0.58896f,0.36341f,0.30667f,-0.87971f,0.12796f,0.33677f,-0.93285f,0.041955f,0.33471f,-0.94139f,0.99779f,0.052259f,0.040985f,0.9983f,0.058139f,0.0029074f,0.99576f,0.068404f,-0.061567f,0.97931f,0.087994f,-0.18222f,0.93756f,0.10955f,-0.33011f,0.83148f,0.15386f,-0.53382f,0.395f,0.31569f,-0.86274f,0.14142f,0.36139f,-0.92163f,0.047774f,0.36461f,-0.92993f,0.9964f,0.05506f,0.064531f,0.99764f,0.060646f,0.032115f,0.99737f,0.069719f,-0.01964f,0.98953f,0.086534f,-0.11548f,0.96592f,0.10216f,-0.23784f,0.90974f,0.13445f,-0.39279f,0.51123f,0.45058f,-0.73186f,0.18653f,0.59391f,-0.78261f,0.049751f,0.63223f,-0.77318f,0.99778f,0.054399f,0.038368f,0.99756f,0.060209f,0.035384f,0.99724f,0.068078f,0.029491f,0.99668f,0.080019f,0.01534f,0.99606f,0.088527f,-0.0043465f,0.99305f,0.11635f,-0.017528f,0.70333f,0.7107f,-0.015264f,0.23605f,0.97144f,-0.024085f,0.027765f,0.99913f,-0.03124f,0.025112f,0.71427f,-0.69942f,0.14105f,0.70635f,-0.69367f,0.47306f,0.59463f,-0.6501f,0.61499f,0.51669f,-0.59567f,0.81683f,0.30893f,-0.48719f,0.83497f,0.26271f,-0.48354f,0.75519f,0.27498f,-0.59505f,0.50238f,0.28041f,-0.81791f,0.45182f,0.3934f,-0.80069f,0.20381f,0.62747f,-0.75149f,0.065449f,0.71838f,-0.69256f,0.93387f,0.13341f,-0.33178f,0.93399f,0.14589f,-0.32616f,0.92372f,0.17157f,-0.3425f,0.8775f,0.25173f,-0.4082f,0.80498f,0.30805f,-0.50706f,0.65868f,0.34485f,-0.66874f,0.62912f,0.32688f,-0.70524f,0.71081f,0.25935f,-0.65383f,0.87864f,0.14654f,-0.45443f,0.91925f,0.12649f,-0.37281f}); return Normal_5_902_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #903, 184 total numbers made up of 92 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_903_point() { MFVec2fObject TextureCoordinate_5_903_point = new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.064985f,0.0f,0.14191f,0.0f,0.2509f,0.0f,0.39448f,0.0f,0.56985f,0.0f,0.77017f,0.0f,0.90582f,0.0f,1.0f,0.14585f,0.0f,0.14585f,0.064985f,0.14585f,0.14191f,0.14585f,0.2509f,0.14585f,0.39448f,0.14585f,0.56985f,0.14585f,0.77017f,0.14585f,0.90582f,0.14585f,1.0f,0.2951f,0.0f,0.2951f,0.064985f,0.2951f,0.14191f,0.2951f,0.2509f,0.2951f,0.39448f,0.2951f,1.0f,0.44957f,0.0f,0.44957f,0.064985f,0.44957f,0.14191f,0.44957f,0.2509f,0.44957f,0.39448f,0.57768f,0.0f,0.57768f,0.064985f,0.57768f,0.14191f,0.57768f,0.2509f,0.57768f,0.77017f,0.57768f,0.90582f,0.57768f,1.0f,0.66952f,0.0f,0.66952f,0.064985f,0.66952f,0.14191f,0.66952f,0.2509f,0.66952f,0.56985f,0.66952f,0.77017f,0.66952f,0.90582f,0.66952f,1.0f,0.7506f,0.0f,0.7506f,0.064985f,0.7506f,0.14191f,0.7506f,0.2509f,0.7506f,0.39448f,0.7506f,0.56985f,0.7506f,0.77017f,0.7506f,0.90582f,0.7506f,1.0f,0.85786f,0.0f,0.85786f,0.064985f,0.85786f,0.14191f,0.85786f,0.2509f,0.85786f,0.39448f,0.85786f,0.56985f,0.85786f,0.77017f,0.85786f,0.90582f,0.85786f,1.0f,1.0f,0.0f,1.0f,0.064985f,1.0f,0.14191f,1.0f,0.2509f,1.0f,0.39448f,1.0f,0.56985f,1.0f,0.77017f,1.0f,0.90582f,1.0f,1.0f,0.48027f,1.0f,0.46897f,0.91243f,0.44375f,0.7555f,0.42068f,0.65636f,0.32491f,0.5f,0.30095f,0.48146f,0.2784f,0.53625f,0.24073f,0.66159f,0.28165f,0.7555f,0.32372f,0.90941f,0.34234f,1.0f,0.61358f,0.36094f,0.58604f,0.35827f,0.55832f,0.38011f,0.51073f,0.4588f,0.51429f,0.54008f,0.55096f,0.63219f,0.56918f,0.64479f,0.59418f,0.60305f,0.65075f,0.47802f,0.6599f,0.40345f}); return TextureCoordinate_5_903_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #915, 512 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_915_coordIndex() { MFInt32Object IndexedFaceSet_4_915_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_915_coordIndex_1())); return IndexedFaceSet_4_915_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #915, 243 total numbers made up of 81 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_915_point() { MFVec3fObject Coordinate_5_915_point = new MFVec3fObject(new float[] {5.8722f,5.4805f,9.2157f,5.8805f,5.9603f,9.2018f,5.8822f,6.4794f,9.1998f,5.8827f,6.9993f,9.1998f,5.8836f,7.5122f,9.1999f,5.8836f,8.0036f,9.2016f,5.8767f,8.51f,9.2158f,6.157f,5.4865f,8.404f,6.1573f,5.9569f,8.4008f,6.1561f,6.4752f,8.4006f,6.1556f,6.999f,8.4013f,6.1574f,7.5158f,8.4007f,6.1598f,8.007f,8.4009f,6.1608f,8.5039f,8.4043f,6.3861f,5.493f,7.4947f,6.381f,5.9583f,7.496f,6.3764f,6.4738f,7.4975f,6.3751f,6.9986f,7.4983f,6.3775f,7.5165f,7.4975f,6.3828f,8.0054f,7.4962f,6.3892f,8.4972f,7.495f,6.5174f,5.4943f,6.5679f,6.5139f,5.9591f,6.5708f,6.5103f,6.4735f,6.5727f,6.5093f,6.9982f,6.5732f,6.5112f,7.5161f,6.5725f,6.5154f,8.004f,6.5708f,6.52f,8.4953f,6.5681f,6.5584f,5.4925f,5.6728f,6.5608f,5.9578f,5.6771f,6.5614f,6.4733f,5.6792f,6.5616f,6.9981f,5.6794f,6.5622f,7.5158f,5.6788f,6.5624f,8.0045f,5.6769f,6.5607f,8.4965f,5.6728f,6.537f,5.4863f,4.7602f,6.5444f,5.9562f,4.7684f,6.5485f,6.4744f,4.7714f,6.5497f,6.9982f,4.7713f,6.5492f,7.5149f,4.7707f,6.5461f,8.0057f,4.7679f,6.5391f,8.502f,4.76f,6.4739f,5.4799f,3.8735f,6.4808f,5.9597f,3.8913f,6.4841f,6.479f,3.8951f,6.485f,6.9988f,3.8953f,6.4847f,7.5115f,3.8944f,6.4822f,8.0027f,3.8909f,6.4756f,8.5087f,3.8733f,6.3691f,6.0f,3.0f,6.3689f,6.6408f,2.9968f,6.3688f,7.2817f,2.9939f,6.37f,7.9226f,2.9998f,6.3914f,8.5208f,3.1463f,6.4493f,8.9298f,3.6231f,6.5033f,9.0f,4.2404f,6.5409f,8.9997f,4.8968f,6.5571f,8.9991f,5.5542f,6.5435f,8.9989f,6.1954f,6.4917f,8.9991f,6.8282f,6.3969f,8.9996f,7.4561f,6.2539f,9.0001f,8.0829f,6.0541f,9.0043f,8.7086f,5.8304f,8.9442f,9.3295f,5.6241f,8.5908f,9.8068f,5.5328f,8.0f,10.0f,5.5303f,7.3587f,10.003f,5.528f,6.7174f,10.006f,5.5296f,6.076f,10.0f,5.5966f,5.4829f,9.8559f,5.7923f,5.0871f,9.4082f,6.0182f,5.0f,8.8204f,6.219f,5.0001f,8.1912f,6.3754f,5.0005f,7.5495f,6.4789f,5.0008f,6.9147f,6.5355f,5.0009f,6.2807f,6.5537f,5.0006f,5.6449f,6.5418f,5.0001f,5.0044f,6.5035f,4.9979f,4.3549f,6.4553f,5.0451f,3.703f,6.3966f,5.4062f,3.1954f}); return Coordinate_5_915_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #916, 243 total numbers made up of 81 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_916_vector() { MFVec3fObject Normal_5_916_vector = new MFVec3fObject(new float[] {0.93002f,-0.0059462f,0.36747f,0.93065f,-0.0038439f,0.36589f,0.9309f,-5.8029E-4f,0.36528f,0.93115f,-0.0013542f,0.36463f,0.93096f,-0.0021355f,0.3651f,0.9308f,7.3344E-4f,0.36554f,0.93022f,0.0032135f,0.36698f,0.95625f,5.3283E-4f,0.29255f,0.95798f,0.0019617f,0.28682f,0.95909f,0.0020685f,0.2831f,0.95939f,-0.0012245f,0.28209f,0.95914f,-0.0045149f,0.28288f,0.9582f,-0.0046066f,0.28606f,0.95643f,-0.0031187f,0.29194f,0.98113f,0.0073953f,0.1932f,0.98143f,0.01066f,0.19154f,0.98173f,0.0053468f,0.19021f,0.98181f,-0.0010541f,0.18985f,0.98176f,-0.0074061f,0.18998f,0.98151f,-0.012577f,0.19099f,0.98124f,-0.0097734f,0.19257f,0.99604f,0.0033648f,0.088844f,0.99554f,0.0083047f,0.093942f,0.99524f,0.0043699f,0.09738f,0.99515f,-8.7479E-4f,0.098379f,0.99525f,-0.0060906f,0.097202f,0.99553f,-0.0099853f,0.093879f,0.99607f,-0.0053372f,0.088397f,0.99993f,-0.0092364f,0.0070697f,0.99989f,-0.0024757f,0.014283f,0.99982f,-4.4403E-4f,0.019227f,0.99979f,-7.2406E-4f,0.02065f,0.99982f,-0.0010584f,0.019077f,0.9999f,6.3309E-4f,0.014413f,0.99995f,0.0076333f,0.0068218f,0.99863f,-0.016922f,-0.04944f,0.99881f,-0.011896f,-0.047349f,0.99896f,-0.0041686f,-0.045326f,0.99899f,-6.0563E-4f,-0.044986f,0.99896f,0.0028661f,-0.045461f,0.99883f,0.0098928f,-0.047434f,0.99864f,0.015471f,-0.049834f,0.99568f,-0.0092414f,-0.092423f,0.99521f,-0.0098389f,-0.097289f,0.99486f,-0.0028092f,-0.10119f,0.99479f,-5.5157E-4f,-0.10197f,0.99485f,0.0016957f,-0.1013f,0.99517f,0.0081745f,-0.097809f,0.99566f,0.0079652f,-0.092752f,0.98902f,-5.3793E-4f,-0.14777f,0.98898f,-4.5319E-4f,-0.14802f,0.98897f,-4.581E-4f,-0.14815f,0.98896f,-4.6943E-4f,-0.14821f,0.99061f,-5.0078E-4f,-0.13674f,0.99454f,-3.8639E-4f,-0.10431f,0.99747f,-7.7229E-4f,-0.071121f,0.99911f,-8.7346E-4f,-0.04226f,0.99998f,-8.4626E-4f,-0.0058439f,0.99889f,-0.0010033f,0.047144f,0.99345f,-0.0012038f,0.11425f,0.98217f,-0.0012774f,0.18798f,0.96569f,-0.0015405f,0.25969f,0.94634f,-0.0014951f,0.32318f,0.92656f,-0.0013993f,0.37614f,0.9098f,-0.0015442f,0.41504f,0.90233f,-0.0014593f,0.43104f,0.90217f,-0.0015162f,0.43138f,0.90211f,-0.0014563f,0.43151f,0.90215f,-0.0013991f,0.43143f,0.90771f,-0.0013255f,0.41959f,0.92367f,-0.0012301f,0.38318f,0.94266f,-0.0010625f,0.33375f,0.96226f,-8.5197E-4f,0.27215f,0.97981f,-8.6099E-4f,0.19994f,0.99217f,-7.0232E-4f,0.12493f,0.99842f,-6.3742E-4f,0.056135f,1.0f,-6.3002E-4f,0.0011678f,0.99931f,-4.5113E-4f,-0.0372f,0.99786f,-4.8216E-4f,-0.065377f,0.99507f,-6.0388E-4f,-0.099163f,0.99117f,-4.7617E-4f,-0.13261f}); return Normal_5_916_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #917, 162 total numbers made up of 81 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_917_point() { MFVec2fObject TextureCoordinate_5_917_point = new MFVec2fObject(new float[] {0.11331f,0.12131f,0.11331f,0.24241f,0.11331f,0.37108f,0.11331f,0.49998f,0.11331f,0.62715f,0.11331f,0.74891f,0.11331f,0.87638f,0.23478f,0.12131f,0.23478f,0.24241f,0.23478f,0.37108f,0.23478f,0.49998f,0.23478f,0.62715f,0.23478f,0.74891f,0.23478f,0.87638f,0.36722f,0.12131f,0.36722f,0.24241f,0.36722f,0.37108f,0.36722f,0.49998f,0.36722f,0.62715f,0.36722f,0.74891f,0.36722f,0.87638f,0.49999f,0.12131f,0.49999f,0.24241f,0.49999f,0.37108f,0.49999f,0.49998f,0.49999f,0.62715f,0.49999f,0.74891f,0.49999f,0.87638f,0.62702f,0.12131f,0.62702f,0.24241f,0.62702f,0.37108f,0.62702f,0.49998f,0.62702f,0.62715f,0.62702f,0.74891f,0.62702f,0.87638f,0.75614f,0.12131f,0.75614f,0.24241f,0.75614f,0.37108f,0.75614f,0.49998f,0.75614f,0.62715f,0.75614f,0.74891f,0.75614f,0.87638f,0.88239f,0.12131f,0.88239f,0.24241f,0.88239f,0.37108f,0.88239f,0.49998f,0.88239f,0.62715f,0.88239f,0.74891f,0.88239f,0.87638f,0.99927f,0.25014f,0.9999f,0.4103f,0.99995f,0.57046f,0.99941f,0.73064f,0.97913f,0.88009f,0.91283f,0.98159f,0.8269f,0.99996f,0.73514f,0.99975f,0.6429f,0.99963f,0.55246f,0.99968f,0.46258f,0.99975f,0.37266f,0.99971f,0.28216f,0.99974f,0.19067f,1.0f,0.09982f,0.98592f,0.029364f,0.89764f,7.4597E-4f,0.75001f,1.0292E-4f,0.58973f,4.9604E-5f,0.42945f,5.8785E-4f,0.26915f,0.021947f,0.12096f,0.088128f,0.021941f,0.17459f,2.941E-5f,0.26634f,1.8178E-4f,0.35918f,2.1096E-4f,0.45019f,1.4252E-4f,0.54032f,2.0075E-4f,0.63009f,2.9371E-4f,0.72003f,2.4989E-4f,0.81091f,9.1844E-6f,0.90185f,0.011482f,0.97228f,0.10175f}); return TextureCoordinate_5_917_point; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #922, 174 total numbers made up of 58 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_922_point() { MFVec3fObject Coordinate_5_922_point = new MFVec3fObject(new float[] {-4.2226f,-4.3895f,10.654f,-3.8871f,-4.0381f,11.275f,-3.2164f,-5.1629f,11.014f,-2.8803f,-4.8026f,11.565f,-2.2138f,-5.8294f,10.989f,-1.8817f,-5.4635f,11.517f,-1.2734f,-6.3688f,10.628f,-0.92805f,-5.9824f,11.146f,-0.52511f,-5.5261f,11.748f,-0.051564f,-6.4165f,10.689f,0.35111f,-5.9382f,11.263f,0.78186f,-5.4296f,11.813f,1.2856f,-6.3591f,10.631f,1.7127f,-5.8239f,11.149f,2.153f,-5.2712f,11.604f,2.4496f,-6.1244f,10.563f,2.8703f,-5.5257f,10.945f,3.3426f,-4.8358f,11.209f,-3.3238f,-3.3649f,12.049f,-3.7861f,-3.3654f,11.721f,-4.1792f,-3.3654f,11.345f,-4.519f,-3.3653f,10.922f,-4.821f,-3.3651f,10.449f,-4.5279f,-4.0988f,10.448f,-4.1186f,-4.8009f,10.447f,-3.6026f,-5.4296f,10.447f,-2.9897f,-5.9431f,10.45f,-2.2932f,-6.2956f,10.452f,-1.5419f,-6.4945f,10.448f,-0.77375f,-6.599f,10.45f,1.2964E-6f,-6.6385f,10.447f,0.77345f,-6.5992f,10.45f,1.5413f,-6.4947f,10.448f,2.2928f,-6.2959f,10.452f,2.9894f,-5.9433f,10.45f,3.6027f,-5.4295f,10.447f,4.1186f,-4.8011f,10.447f,4.5278f,-4.0994f,10.448f,4.821f,-3.3651f,10.449f,4.5185f,-3.3651f,10.922f,4.178f,-3.3651f,11.345f,3.7848f,-3.3651f,11.72f,3.3242f,-3.3652f,12.05f,3.0626f,-3.7766f,12.049f,2.7306f,-4.1926f,12.049f,2.3485f,-4.5647f,12.049f,1.9365f,-4.8441f,12.049f,1.4955f,-5.0229f,12.052f,0.98673f,-5.158f,12.056f,0.46869f,-5.2478f,12.055f,1.4065E-5f,-5.2904f,12.043f,-0.49623f,-5.2442f,12.051f,-0.98678f,-5.1587f,12.048f,-1.4719f,-5.0354f,12.05f,-1.9362f,-4.8443f,12.049f,-2.3513f,-4.5625f,12.047f,-2.7314f,-4.1939f,12.047f,-3.0608f,-3.7807f,12.048f}); return Coordinate_5_922_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #923, 174 total numbers made up of 58 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_923_vector() { MFVec3fObject Normal_5_923_vector = new MFVec3fObject(new float[] {-0.708f,-0.43382f,0.55726f,-0.63483f,-0.4145f,0.65206f,-0.51308f,-0.57103f,0.64084f,-0.47865f,-0.53567f,0.69566f,-0.27904f,-0.71684f,0.63897f,-0.23904f,-0.69626f,0.67682f,-0.10517f,-0.74019f,0.66412f,-0.097863f,-0.7748f,0.62458f,-0.090938f,-0.74003f,0.6664f,-0.0052954f,-0.75617f,0.65436f,0.070908f,-0.78779f,0.61184f,0.11585f,-0.73005f,0.67351f,0.10373f,-0.72271f,0.68333f,0.17611f,-0.75333f,0.63362f,0.29295f,-0.66373f,0.68822f,0.29014f,-0.67716f,0.67622f,0.43483f,-0.64737f,0.62596f,0.54444f,-0.52796f,0.6518f,-0.49866f,-0.27737f,0.82122f,-0.61265f,-0.28579f,0.73688f,-0.70865f,-0.27863f,0.64822f,-0.78377f,-0.27096f,0.55883f,-0.83497f,-0.26307f,0.48334f,-0.776f,-0.37848f,0.50455f,-0.68011f,-0.47201f,0.56094f,-0.5599f,-0.54879f,0.62076f,-0.42161f,-0.62005f,0.66165f,-0.24669f,-0.68443f,0.68608f,-0.12853f,-0.70825f,0.69416f,-0.065388f,-0.71197f,0.69916f,-5.7607E-4f,-0.71634f,0.69775f,0.066346f,-0.7129f,0.69812f,0.12777f,-0.70706f,0.69552f,0.24565f,-0.68514f,0.68574f,0.4222f,-0.62026f,0.66107f,0.55666f,-0.55015f,0.62247f,0.6824f,-0.47132f,0.55875f,0.77541f,-0.37843f,0.5055f,0.83508f,-0.26323f,0.48306f,0.78369f,-0.27089f,0.55897f,0.70891f,-0.28004f,0.64732f,0.61273f,-0.28347f,0.7377f,0.50304f,-0.28268f,0.81673f,0.46637f,-0.33484f,0.81877f,0.45182f,-0.39622f,0.79929f,0.39721f,-0.47883f,0.78291f,0.2923f,-0.56627f,0.77065f,0.20514f,-0.62693f,0.75158f,0.13707f,-0.67068f,0.72897f,0.099928f,-0.697f,0.71008f,-0.0015839f,-0.71527f,0.69884f,-0.1028f,-0.701f,0.70571f,-0.13614f,-0.67107f,0.72879f,-0.1956f,-0.62959f,0.7519f,-0.30261f,-0.56221f,0.76964f,-0.39213f,-0.48138f,0.7839f,-0.44706f,-0.39666f,0.80175f,-0.47651f,-0.33311f,0.81362f}); return Normal_5_923_vector; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #964, 448 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_964_coordIndex() { MFInt32Object IndexedFaceSet_4_964_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_964_coordIndex_1())); return IndexedFaceSet_4_964_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #964, 330 total numbers made up of 110 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_964_point() { MFVec3fObject Coordinate_5_964_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_964_point_1())) .append(new MFVec3fObject(getCoordinate_5_964_point_2())); return Coordinate_5_964_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #965, 330 total numbers made up of 110 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_965_vector() { MFVec3fObject Normal_5_965_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_965_vector_1())) .append(new MFVec3fObject(getNormal_5_965_vector_2())); return Normal_5_965_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #966, 220 total numbers made up of 110 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_966_point() { MFVec2fObject TextureCoordinate_5_966_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_966_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_966_point_2())); return TextureCoordinate_5_966_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #985, 512 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_985_coordIndex() { MFInt32Object IndexedFaceSet_4_985_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_985_coordIndex_1())); return IndexedFaceSet_4_985_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #985, 243 total numbers made up of 81 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_985_point() { MFVec3fObject Coordinate_5_985_point = new MFVec3fObject(new float[] {-5.8722f,5.4805f,9.2157f,-5.8805f,5.9603f,9.2018f,-5.8822f,6.4794f,9.1998f,-5.8827f,6.9993f,9.1998f,-5.8836f,7.5122f,9.1999f,-5.8836f,8.0036f,9.2016f,-5.8767f,8.51f,9.2158f,-6.157f,5.4865f,8.404f,-6.1573f,5.9569f,8.4008f,-6.1561f,6.4752f,8.4006f,-6.1556f,6.999f,8.4013f,-6.1574f,7.5158f,8.4007f,-6.1598f,8.007f,8.4009f,-6.1608f,8.5039f,8.4043f,-6.3861f,5.493f,7.4947f,-6.381f,5.9583f,7.496f,-6.3764f,6.4738f,7.4975f,-6.3751f,6.9986f,7.4983f,-6.3775f,7.5165f,7.4975f,-6.3828f,8.0054f,7.4962f,-6.3892f,8.4972f,7.495f,-6.5174f,5.4943f,6.5679f,-6.5139f,5.9591f,6.5708f,-6.5103f,6.4735f,6.5727f,-6.5093f,6.9982f,6.5732f,-6.5112f,7.5161f,6.5725f,-6.5154f,8.004f,6.5708f,-6.52f,8.4953f,6.5681f,-6.5584f,5.4925f,5.6728f,-6.5608f,5.9578f,5.6771f,-6.5614f,6.4733f,5.6792f,-6.5616f,6.9981f,5.6794f,-6.5622f,7.5158f,5.6788f,-6.5624f,8.0045f,5.6769f,-6.5607f,8.4965f,5.6728f,-6.537f,5.4863f,4.7602f,-6.5444f,5.9562f,4.7684f,-6.5485f,6.4744f,4.7714f,-6.5497f,6.9982f,4.7713f,-6.5492f,7.5149f,4.7707f,-6.5461f,8.0057f,4.7679f,-6.5391f,8.502f,4.76f,-6.4739f,5.4799f,3.8735f,-6.4808f,5.9597f,3.8913f,-6.4841f,6.479f,3.8951f,-6.485f,6.9988f,3.8953f,-6.4847f,7.5115f,3.8944f,-6.4822f,8.0027f,3.8909f,-6.4756f,8.5087f,3.8733f,-6.3691f,6.0f,3.0f,-6.3689f,6.6408f,2.9968f,-6.3688f,7.2817f,2.9939f,-6.37f,7.9226f,2.9998f,-6.3914f,8.5208f,3.1463f,-6.4493f,8.9298f,3.6231f,-6.5033f,9.0f,4.2404f,-6.5409f,8.9997f,4.8968f,-6.5571f,8.9991f,5.5542f,-6.5435f,8.9989f,6.1954f,-6.4917f,8.9991f,6.8282f,-6.3969f,8.9996f,7.4561f,-6.2539f,9.0001f,8.0829f,-6.0541f,9.0043f,8.7086f,-5.8304f,8.9442f,9.3295f,-5.6241f,8.5908f,9.8068f,-5.5328f,8.0f,10.0f,-5.5303f,7.3587f,10.003f,-5.528f,6.7174f,10.006f,-5.5296f,6.076f,10.0f,-5.5966f,5.4829f,9.8559f,-5.7923f,5.0871f,9.4082f,-6.0182f,5.0f,8.8204f,-6.219f,5.0001f,8.1912f,-6.3754f,5.0005f,7.5495f,-6.4789f,5.0008f,6.9147f,-6.5355f,5.0009f,6.2807f,-6.5537f,5.0006f,5.6449f,-6.5418f,5.0001f,5.0044f,-6.5035f,4.9979f,4.3549f,-6.4553f,5.0451f,3.703f,-6.3966f,5.4062f,3.1954f}); return Coordinate_5_985_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #986, 243 total numbers made up of 81 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_986_vector() { MFVec3fObject Normal_5_986_vector = new MFVec3fObject(new float[] {-0.93002f,-0.0059462f,0.36747f,-0.93065f,-0.0038439f,0.36589f,-0.9309f,-5.8029E-4f,0.36528f,-0.93115f,-0.0013542f,0.36463f,-0.93096f,-0.0021355f,0.3651f,-0.9308f,7.3344E-4f,0.36554f,-0.93022f,0.0032135f,0.36698f,-0.95625f,5.3283E-4f,0.29255f,-0.95798f,0.0019617f,0.28682f,-0.95909f,0.0020685f,0.2831f,-0.95939f,-0.0012245f,0.28209f,-0.95914f,-0.0045149f,0.28288f,-0.9582f,-0.0046066f,0.28606f,-0.95643f,-0.0031187f,0.29194f,-0.98113f,0.0073953f,0.1932f,-0.98143f,0.01066f,0.19154f,-0.98173f,0.0053468f,0.19021f,-0.98181f,-0.0010541f,0.18985f,-0.98176f,-0.0074061f,0.18998f,-0.98151f,-0.012577f,0.19099f,-0.98124f,-0.0097734f,0.19257f,-0.99604f,0.0033648f,0.088844f,-0.99554f,0.0083047f,0.093942f,-0.99524f,0.0043699f,0.09738f,-0.99515f,-8.7479E-4f,0.098379f,-0.99525f,-0.0060906f,0.097202f,-0.99553f,-0.0099853f,0.093879f,-0.99607f,-0.0053372f,0.088397f,-0.99993f,-0.0092364f,0.0070697f,-0.99989f,-0.0024757f,0.014283f,-0.99982f,-4.4403E-4f,0.019227f,-0.99979f,-7.2406E-4f,0.02065f,-0.99982f,-0.0010584f,0.019077f,-0.9999f,6.3309E-4f,0.014413f,-0.99995f,0.0076333f,0.0068218f,-0.99863f,-0.016922f,-0.04944f,-0.99881f,-0.011896f,-0.047349f,-0.99896f,-0.0041686f,-0.045326f,-0.99899f,-6.0563E-4f,-0.044986f,-0.99896f,0.0028661f,-0.045461f,-0.99883f,0.0098928f,-0.047434f,-0.99864f,0.015471f,-0.049834f,-0.99568f,-0.0092414f,-0.092423f,-0.99521f,-0.0098389f,-0.097289f,-0.99486f,-0.0028092f,-0.10119f,-0.99479f,-5.5157E-4f,-0.10197f,-0.99485f,0.0016957f,-0.1013f,-0.99517f,0.0081745f,-0.097809f,-0.99566f,0.0079652f,-0.092752f,-0.98902f,-5.3793E-4f,-0.14777f,-0.98898f,-4.5319E-4f,-0.14802f,-0.98897f,-4.581E-4f,-0.14815f,-0.98896f,-4.6943E-4f,-0.14821f,-0.99061f,-5.0078E-4f,-0.13674f,-0.99454f,-3.8639E-4f,-0.10431f,-0.99747f,-7.7229E-4f,-0.071121f,-0.99911f,-8.7346E-4f,-0.04226f,-0.99998f,-8.4626E-4f,-0.0058439f,-0.99889f,-0.0010033f,0.047144f,-0.99345f,-0.0012038f,0.11425f,-0.98217f,-0.0012774f,0.18798f,-0.96569f,-0.0015405f,0.25969f,-0.94634f,-0.0014951f,0.32318f,-0.92656f,-0.0013993f,0.37614f,-0.9098f,-0.0015442f,0.41504f,-0.90233f,-0.0014593f,0.43104f,-0.90217f,-0.0015162f,0.43138f,-0.90211f,-0.0014563f,0.43151f,-0.90215f,-0.0013991f,0.43143f,-0.90771f,-0.0013255f,0.41959f,-0.92367f,-0.0012301f,0.38318f,-0.94266f,-0.0010625f,0.33375f,-0.96226f,-8.5197E-4f,0.27215f,-0.97981f,-8.6099E-4f,0.19994f,-0.99217f,-7.0232E-4f,0.12493f,-0.99842f,-6.3742E-4f,0.056135f,-1.0f,-6.3002E-4f,0.0011678f,-0.99931f,-4.5113E-4f,-0.0372f,-0.99786f,-4.8216E-4f,-0.065377f,-0.99507f,-6.0388E-4f,-0.099163f,-0.99117f,-4.7617E-4f,-0.13261f}); return Normal_5_986_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #987, 162 total numbers made up of 81 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_987_point() { MFVec2fObject TextureCoordinate_5_987_point = new MFVec2fObject(new float[] {0.11331f,0.12131f,0.11331f,0.24241f,0.11331f,0.37108f,0.11331f,0.49998f,0.11331f,0.62715f,0.11331f,0.74891f,0.11331f,0.87638f,0.23478f,0.12131f,0.23478f,0.24241f,0.23478f,0.37108f,0.23478f,0.49998f,0.23478f,0.62715f,0.23478f,0.74891f,0.23478f,0.87638f,0.36722f,0.12131f,0.36722f,0.24241f,0.36722f,0.37108f,0.36722f,0.49998f,0.36722f,0.62715f,0.36722f,0.74891f,0.36722f,0.87638f,0.49999f,0.12131f,0.49999f,0.24241f,0.49999f,0.37108f,0.49999f,0.49998f,0.49999f,0.62715f,0.49999f,0.74891f,0.49999f,0.87638f,0.62702f,0.12131f,0.62702f,0.24241f,0.62702f,0.37108f,0.62702f,0.49998f,0.62702f,0.62715f,0.62702f,0.74891f,0.62702f,0.87638f,0.75614f,0.12131f,0.75614f,0.24241f,0.75614f,0.37108f,0.75614f,0.49998f,0.75614f,0.62715f,0.75614f,0.74891f,0.75614f,0.87638f,0.88239f,0.12131f,0.88239f,0.24241f,0.88239f,0.37108f,0.88239f,0.49998f,0.88239f,0.62715f,0.88239f,0.74891f,0.88239f,0.87638f,0.99927f,0.25014f,0.9999f,0.4103f,0.99995f,0.57046f,0.99941f,0.73064f,0.97913f,0.88009f,0.91283f,0.98159f,0.8269f,0.99996f,0.73514f,0.99975f,0.6429f,0.99963f,0.55246f,0.99968f,0.46258f,0.99975f,0.37266f,0.99971f,0.28216f,0.99974f,0.19067f,1.0f,0.09982f,0.98592f,0.029364f,0.89764f,7.4597E-4f,0.75001f,1.0292E-4f,0.58973f,4.9604E-5f,0.42945f,5.8785E-4f,0.26915f,0.021947f,0.12096f,0.088128f,0.021941f,0.17459f,2.941E-5f,0.26634f,1.8178E-4f,0.35918f,2.1096E-4f,0.45019f,1.4252E-4f,0.54032f,2.0075E-4f,0.63009f,2.9371E-4f,0.72003f,2.4989E-4f,0.81091f,9.1844E-6f,0.90185f,0.011482f,0.97228f,0.10175f}); return TextureCoordinate_5_987_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1055, 440 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1055_coordIndex() { MFInt32Object IndexedFaceSet_4_1055_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1055_coordIndex_1())); return IndexedFaceSet_4_1055_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1055, 243 total numbers made up of 81 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1055_point() { MFVec3fObject Coordinate_5_1055_point = new MFVec3fObject(new float[] {-0.0021575f,-2.0106f,-2.2573f,-0.0021575f,-2.0106f,-1.9134f,-0.0021575f,-2.0106f,-1.5695f,-0.0021575f,-2.0106f,-1.2256f,-0.0021575f,-2.0106f,-0.88174f,-0.0021575f,-2.0106f,-0.53785f,-0.0021575f,-2.0106f,-0.19396f,-0.54432f,-2.2633f,-2.2573f,-0.54432f,-2.2633f,-1.5695f,-0.54432f,-2.2633f,-1.2256f,-0.54432f,-2.2633f,-0.88174f,-0.54432f,-2.2633f,-0.53785f,-0.54432f,-2.2633f,-0.19396f,-0.69575f,-2.8605f,-1.2256f,-0.69575f,-2.8605f,-0.88174f,-0.69575f,-2.8605f,-0.53785f,-0.69575f,-2.8605f,-0.19396f,-0.32356f,-3.3494f,-2.2573f,-0.32356f,-3.3494f,-1.9134f,-0.32356f,-3.3494f,-1.5695f,-0.32356f,-3.3494f,-1.2256f,-0.32356f,-3.3494f,-0.88174f,-0.32356f,-3.3494f,-0.53785f,-0.32356f,-3.3494f,-0.19396f,0.32047f,-3.3488f,-2.2573f,0.32047f,-3.3488f,-1.9134f,0.32047f,-3.3488f,-1.5695f,0.32047f,-3.3488f,-1.2256f,0.32047f,-3.3488f,-0.88174f,0.32047f,-3.3488f,-0.53785f,0.32047f,-3.3488f,-0.19396f,0.68705f,-2.8805f,-1.5695f,0.68705f,-2.8805f,-1.2256f,0.68705f,-2.8805f,-0.88174f,0.68705f,-2.8805f,-0.53785f,0.68705f,-2.8805f,-0.19396f,0.56576f,-2.2958f,-2.2573f,0.56576f,-2.2958f,-1.5695f,0.56576f,-2.2958f,-1.2256f,0.56576f,-2.2958f,-0.88174f,0.56576f,-2.2958f,-0.53785f,0.56576f,-2.2958f,-0.19396f,-0.0021575f,-2.0106f,-2.2573f,-0.0021575f,-2.0106f,-1.9134f,-0.0021575f,-2.0106f,-1.5695f,-0.0021575f,-2.0106f,-1.2256f,-0.0021575f,-2.0106f,-0.88174f,-0.0021575f,-2.0106f,-0.53785f,-0.0021575f,-2.0106f,-0.19396f,-0.0021575f,-2.0106f,0.069838f,-2.154E-15f,-2.0106f,0.069763f,0.27501f,-2.0669f,0.082386f,0.49933f,-2.2188f,0.098507f,0.65044f,-2.4436f,0.11604f,0.70582f,-2.7186f,0.13291f,0.65042f,-2.9936f,0.14491f,0.49927f,-3.2184f,0.14928f,0.27494f,-3.3703f,0.14616f,-2.157E-15f,-3.4265f,0.13565f,-0.27779f,-3.3709f,0.14634f,-0.50282f,-3.2192f,0.14951f,-0.65451f,-2.9941f,0.14515f,-0.71013f,-2.7186f,0.13312f,-0.65454f,-2.4431f,0.11621f,-0.50288f,-2.218f,0.098622f,-0.27786f,-2.0663f,0.082468f,-0.0021575f,-2.0106f,0.069838f,-0.70521f,-2.6352f,-2.2573f,-0.61528f,-2.3646f,-1.9133f,-0.66271f,-2.4683f,-1.6629f,-0.71013f,-2.7186f,-1.5593f,-0.66271f,-2.9689f,-1.6629f,-0.61528f,-3.0725f,-1.9133f,-0.70521f,-2.8019f,-2.2573f,0.70089f,-2.8019f,-2.2573f,0.61097f,-3.0725f,-1.9133f,0.65839f,-2.9689f,-1.6629f,0.70582f,-2.7186f,-1.5593f,0.65839f,-2.4683f,-1.6629f,0.61097f,-2.3646f,-1.9133f,0.70089f,-2.6352f,-2.2573f}); return Coordinate_5_1055_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1056, 243 total numbers made up of 81 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1056_vector() { MFVec3fObject Normal_5_1056_vector = new MFVec3fObject(new float[] {2.7158E-16f,-1.0f,0.0f,-6.7895E-16f,-1.0f,0.0f,-4.0737E-16f,-1.0f,0.0f,-6.7895E-16f,-1.0f,0.0f,-1.0863E-15f,-1.0f,0.0f,2.7158E-16f,-1.0f,0.0f,-5.4316E-16f,-1.0f,0.0f,0.76579f,-0.64309f,0.0f,0.76579f,-0.64309f,0.0f,0.76579f,-0.64309f,0.0f,0.76579f,-0.64309f,0.0f,0.76579f,-0.64309f,0.0f,0.76579f,-0.64309f,0.0f,0.97968f,0.20056f,0.0f,0.97968f,0.20056f,0.0f,0.97968f,0.20056f,0.0f,0.97968f,0.20056f,0.0f,0.45397f,0.89102f,0.0f,0.45397f,0.89102f,0.0f,0.45397f,0.89102f,0.0f,0.45397f,0.89102f,0.0f,0.45397f,0.89102f,0.0f,0.45397f,0.89102f,0.0f,0.45397f,0.89102f,0.0f,-0.4557f,0.89013f,0.0f,-0.4557f,0.89013f,0.0f,-0.4557f,0.89013f,0.0f,-0.4557f,0.89013f,0.0f,-0.4557f,0.89013f,0.0f,-0.4557f,0.89013f,0.0f,-0.4557f,0.89013f,0.0f,-0.97349f,0.22873f,0.0f,-0.97349f,0.22873f,0.0f,-0.97349f,0.22873f,0.0f,-0.97349f,0.22873f,0.0f,-0.97349f,0.22873f,0.0f,-0.80217f,-0.5971f,0.0f,-0.80217f,-0.5971f,0.0f,-0.80217f,-0.5971f,0.0f,-0.80217f,-0.5971f,0.0f,-0.80217f,-0.5971f,0.0f,-0.80217f,-0.5971f,0.0f,2.7158E-16f,-1.0f,0.0f,8.1474E-16f,-1.0f,0.0f,6.7895E-16f,-1.0f,0.0f,5.4316E-16f,-1.0f,0.0f,5.4316E-16f,-1.0f,0.0f,0.0f,-1.0f,0.0f,8.1474E-16f,-1.0f,0.0f,1.3579E-16f,-1.0f,0.0f,-0.0030474f,-1.0f,4.0405E-36f,-0.39144f,-0.9202f,9.864E-17f,-0.70838f,-0.70583f,6.6957E-17f,-0.92154f,-0.38828f,0.0f,-1.0f,6.7895E-17f,0.0f,-0.9215f,0.38838f,0.0f,-0.70822f,0.70599f,-1.9136E-17f,-0.39127f,0.92027f,0.0f,-0.0030474f,1.0f,0.0f,0.3892f,0.92115f,0.0f,0.70714f,0.70707f,0.0f,0.92119f,0.38912f,-8.117E-17f,1.0f,-2.0368E-16f,-4.6445E-17f,0.92123f,-0.38902f,8.2129E-17f,0.7073f,-0.70691f,7.8077E-17f,0.38937f,-0.92108f,9.8687E-17f,-1.3579E-16f,-1.0f,0.0f,0.99304f,-0.11776f,0.0f,0.86603f,-0.5f,0.0f,0.93526f,-0.35397f,-1.3919E-17f,1.0f,6.7895E-16f,0.0f,0.93526f,0.35397f,0.0f,0.86603f,0.5f,0.0f,0.99304f,0.11776f,0.0f,-0.99304f,0.11776f,0.0f,-0.86603f,0.5f,0.0f,-0.93526f,0.35397f,0.0f,-1.0f,6.7895E-17f,0.0f,-0.93526f,-0.35397f,0.0f,-0.86603f,-0.5f,0.0f,-0.99304f,-0.11776f,0.0f}); return Normal_5_1056_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1057, 162 total numbers made up of 81 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1057_point() { MFVec2fObject TextureCoordinate_5_1057_point = new MFVec2fObject(new float[] {0.0f,0.0f,0.0f,0.14286f,0.0f,0.28571f,0.0f,0.42857f,0.0f,0.57143f,0.0f,0.71429f,0.0f,0.85714f,0.13812f,0.0f,0.13812f,0.28571f,0.13812f,0.42857f,0.13812f,0.57143f,0.13812f,0.71429f,0.13812f,0.85714f,0.28438f,0.42857f,0.28438f,0.57143f,0.28438f,0.71429f,0.28438f,0.85714f,0.4228f,0.0f,0.4228f,0.14286f,0.4228f,0.28571f,0.4228f,0.42857f,0.4228f,0.57143f,0.4228f,0.71429f,0.4228f,0.85714f,0.5775f,0.0f,0.5775f,0.14286f,0.5775f,0.28571f,0.5775f,0.42857f,0.5775f,0.57143f,0.5775f,0.71429f,0.5775f,0.85714f,0.7109f,0.28571f,0.7109f,0.42857f,0.7109f,0.57143f,0.7109f,0.71429f,0.7109f,0.85714f,0.853f,0.0f,0.853f,0.28571f,0.853f,0.42857f,0.853f,0.57143f,0.853f,0.71429f,0.853f,0.85714f,1.0f,0.0f,1.0f,0.14286f,1.0f,0.28571f,1.0f,0.42857f,1.0f,0.57143f,1.0f,0.71429f,1.0f,0.85714f,1.0f,0.96673f,0.99946f,0.9667f,0.93354f,0.97159f,0.87473f,0.9784f,0.81592f,0.98606f,0.75f,0.99293f,0.68406f,0.99797f,0.62524f,0.9999f,0.56643f,0.9985f,0.50054f,0.99407f,0.43392f,0.99857f,0.37499f,0.99999f,0.31607f,0.99807f,0.25f,0.99302f,0.18395f,0.98613f,0.12504f,0.97844f,0.06611f,0.97162f,0.0f,0.96673f,0.22961f,0.0f,0.16473f,0.14292f,0.18989f,0.24678f,0.25f,0.28997f,0.31011f,0.24678f,0.33527f,0.14292f,0.27039f,0.0f,0.72961f,0.0f,0.66473f,0.14292f,0.68989f,0.24678f,0.75f,0.28997f,0.81011f,0.24678f,0.83527f,0.14292f,0.77039f,0.0f}); return TextureCoordinate_5_1057_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1070, 117 total numbers made up of 39 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1070_vector() { MFVec3fObject Normal_5_1070_vector = new MFVec3fObject(new float[] {0.031714f,0.71639f,-0.69698f,-5.7607E-4f,0.71634f,-0.69775f,-5.7607E-4f,0.71634f,-0.69775f,3.5633E-4f,0.74075f,-0.67178f,0.0033494f,0.76186f,-0.64774f,0.0070549f,0.7783f,-0.62786f,0.010248f,0.78853f,-0.61491f,0.01075f,0.79066f,-0.61216f,0.0057403f,0.78182f,-0.62348f,-0.0010635f,0.76371f,-0.64556f,-0.0038149f,0.74063f,-0.67191f,-0.0015839f,0.71527f,-0.69884f,0.061639f,0.70737f,-0.70415f,0.054568f,0.74582f,-0.6639f,0.054542f,0.75761f,-0.65042f,0.055977f,0.77888f,-0.62467f,0.056234f,0.78867f,-0.61224f,0.052902f,0.78696f,-0.61473f,0.046119f,0.7744f,-0.63101f,0.037025f,0.74807f,-0.66258f,5.7607E-4f,0.71634f,-0.69775f,-3.5633E-4f,0.74075f,-0.67178f,-0.0033494f,0.76186f,-0.64774f,-0.0070549f,0.7783f,-0.62786f,-0.010248f,0.78853f,-0.61491f,-0.01075f,0.79066f,-0.61216f,-0.0057403f,0.78182f,-0.62348f,0.0010635f,0.76371f,-0.64556f,0.0038149f,0.74063f,-0.67191f,0.0015839f,0.71527f,-0.69884f,-0.031714f,0.71639f,-0.69698f,-0.061639f,0.70737f,-0.70415f,-0.054568f,0.74582f,-0.6639f,-0.054542f,0.75761f,-0.65042f,-0.055977f,0.77888f,-0.62467f,-0.056234f,0.78867f,-0.61224f,-0.052902f,0.78696f,-0.61473f,-0.046119f,0.7744f,-0.63101f,-0.037025f,0.74807f,-0.66258f}); return Normal_5_1070_vector; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1097, 376 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1097_coordIndex() { MFInt32Object IndexedFaceSet_4_1097_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1097_coordIndex_1())); return IndexedFaceSet_4_1097_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1097, 192 total numbers made up of 64 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1097_point() { MFVec3fObject Coordinate_5_1097_point = new MFVec3fObject(new float[] {0.2046f,98.123f,9.1542f,0.40748f,98.123f,9.3728f,0.61694f,98.123f,9.5827f,0.83751f,98.123f,9.7876f,-0.2046f,98.123f,9.1542f,-1.4131E-13f,98.123f,9.3606f,0.20747f,98.123f,9.5734f,0.41648f,98.123f,9.7826f,0.63122f,98.123f,9.992f,0.83779f,98.123f,10.197f,-0.40748f,98.123f,9.3728f,-0.20747f,98.123f,9.5734f,-2.1606E-13f,98.123f,9.782f,0.20799f,98.123f,9.9901f,0.41866f,98.123f,10.2f,0.61944f,98.123f,10.4f,-0.61694f,98.123f,9.5827f,-0.41648f,98.123f,9.7826f,-0.20799f,98.123f,9.9901f,-2.0205E-13f,98.123f,10.198f,0.20949f,98.123f,10.409f,0.40947f,98.123f,10.609f,-0.83751f,98.123f,9.7876f,-0.63122f,98.123f,9.992f,-0.41866f,98.123f,10.2f,-0.20949f,98.123f,10.409f,-1.3645E-13f,98.123f,10.623f,0.20442f,98.123f,10.829f,-0.83779f,98.123f,10.197f,-0.61944f,98.123f,10.4f,-0.40947f,98.123f,10.609f,-0.20442f,98.123f,10.829f,1.0f,98.123f,10.0f,0.97968f,98.123f,9.7985f,0.92142f,98.123f,9.6108f,0.82922f,98.123f,9.4409f,0.70711f,98.123f,9.2929f,0.55911f,98.123f,9.1708f,0.38925f,98.123f,9.0786f,0.20153f,98.123f,9.0203f,8.2151E-13f,98.123f,9.0f,-0.20153f,98.123f,9.0203f,-0.38925f,98.123f,9.0786f,-0.55911f,98.123f,9.1708f,-0.70711f,98.123f,9.2929f,-0.82922f,98.123f,9.4409f,-0.92142f,98.123f,9.6108f,-0.97968f,98.123f,9.7985f,-1.0f,98.123f,10.0f,-0.97968f,98.123f,10.202f,-0.92142f,98.123f,10.389f,-0.82922f,98.123f,10.559f,-0.70711f,98.123f,10.707f,-0.55911f,98.123f,10.829f,-0.38925f,98.123f,10.921f,-0.20153f,98.123f,10.98f,-8.2218E-13f,98.123f,11.0f,0.20153f,98.123f,10.98f,0.38925f,98.123f,10.921f,0.55911f,98.123f,10.829f,0.70711f,98.123f,10.707f,0.82922f,98.123f,10.559f,0.92142f,98.123f,10.389f,0.97968f,98.123f,10.202f}); return Coordinate_5_1097_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1098, 192 total numbers made up of 64 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1098_vector() { MFVec3fObject Normal_5_1098_vector = new MFVec3fObject(new float[] {-5.553E-11f,1.0f,2.6187E-10f,-1.0223E-10f,1.0f,1.8762E-10f,-1.6574E-10f,1.0f,1.2318E-10f,-2.938E-10f,1.0f,6.523E-11f,5.3374E-11f,1.0f,2.6841E-10f,-1.6662E-12f,1.0f,2.1556E-10f,-4.5961E-11f,1.0f,1.5102E-10f,-1.2905E-10f,1.0f,7.5007E-11f,-2.0679E-10f,1.0f,3.3314E-11f,-3.259E-10f,1.0f,-6.7394E-11f,1.1894E-10f,1.0f,1.7921E-10f,5.2064E-11f,1.0f,1.3978E-10f,7.4234E-12f,1.0f,8.7794E-11f,-5.737E-11f,1.0f,1.8686E-11f,-1.21E-10f,1.0f,-4.5407E-11f,-1.7606E-10f,1.0f,-1.2689E-10f,1.6415E-10f,1.0f,1.0693E-10f,1.4283E-10f,1.0f,6.5825E-11f,7.5556E-11f,1.0f,1.9037E-11f,6.0412E-12f,1.0f,-5.5405E-11f,-4.8463E-11f,1.0f,-1.4343E-10f,-9.8781E-11f,1.0f,-1.9316E-10f,2.6618E-10f,1.0f,5.4199E-11f,2.0958E-10f,1.0f,2.5657E-11f,1.3815E-10f,1.0f,-3.2852E-11f,5.336E-11f,1.0f,-1.2574E-10f,-1.2259E-11f,1.0f,-2.1135E-10f,-6.1427E-11f,1.0f,-2.8459E-10f,2.9341E-10f,1.0f,-5.1034E-11f,1.8031E-10f,1.0f,-1.0099E-10f,1.1626E-10f,1.0f,-1.7389E-10f,5.7821E-11f,1.0f,-3.0277E-10f,-2.4923E-10f,1.0f,5.31E-13f,-2.3123E-10f,1.0f,1.0321E-10f,-3.0709E-10f,1.0f,6.1847E-11f,-2.8296E-10f,1.0f,2.0833E-10f,-2.1789E-10f,1.0f,2.1563E-10f,-1.7639E-10f,1.0f,2.4232E-10f,-4.3543E-11f,1.0f,2.546E-10f,-9.0854E-11f,1.0f,1.8549E-10f,8.0913E-22f,1.0f,1.6642E-10f,9.2105E-11f,1.0f,1.8703E-10f,4.4372E-11f,1.0f,2.566E-10f,1.6989E-10f,1.0f,2.3185E-10f,1.9774E-10f,1.0f,1.9497E-10f,2.6352E-10f,1.0f,1.9696E-10f,2.8125E-10f,1.0f,5.0345E-11f,1.9362E-10f,1.0f,9.5747E-11f,1.8785E-10f,1.0f,2.655E-13f,2.3338E-10f,1.0f,-1.0292E-10f,3.1986E-10f,1.0f,-6.8134E-11f,3.0952E-10f,1.0f,-2.2419E-10f,2.5956E-10f,1.0f,-2.5931E-10f,2.2755E-10f,1.0f,-3.1621E-10f,7.9579E-11f,1.0f,-3.4061E-10f,1.082E-10f,1.0f,-2.727E-10f,1.3275E-13f,1.0f,-2.356E-10f,-1.0216E-10f,1.0f,-2.3646E-10f,-6.5366E-11f,1.0f,-3.0899E-10f,-2.162E-10f,1.0f,-2.983E-10f,-2.5501E-10f,1.0f,-2.5501E-10f,-3.2675E-10f,1.0f,-2.3644E-10f,-3.6677E-10f,1.0f,-8.817E-11f,-3.0738E-10f,1.0f,-1.1768E-10f}); return Normal_5_1098_vector; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1104, 944 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1104_coordIndex() { MFInt32Object IndexedFaceSet_4_1104_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1104_coordIndex_1())); return IndexedFaceSet_4_1104_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1104, 624 total numbers made up of 208 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1104_point() { MFVec3fObject Coordinate_5_1104_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_1104_point_1())) .append(new MFVec3fObject(getCoordinate_5_1104_point_2())) .append(new MFVec3fObject(getCoordinate_5_1104_point_3())); return Coordinate_5_1104_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1105, 624 total numbers made up of 208 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1105_vector() { MFVec3fObject Normal_5_1105_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_1105_vector_1())) .append(new MFVec3fObject(getNormal_5_1105_vector_2())) .append(new MFVec3fObject(getNormal_5_1105_vector_3())); return Normal_5_1105_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1106, 416 total numbers made up of 208 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1106_point() { MFVec2fObject TextureCoordinate_5_1106_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_1106_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_1106_point_2())) .append(new MFVec2fObject(getTextureCoordinate_5_1106_point_3())); return TextureCoordinate_5_1106_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1111, 376 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1111_coordIndex() { MFInt32Object IndexedFaceSet_4_1111_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1111_coordIndex_1())); return IndexedFaceSet_4_1111_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1111, 192 total numbers made up of 64 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1111_point() { MFVec3fObject Coordinate_5_1111_point = new MFVec3fObject(new float[] {3.0933f,98.123f,11.485f,3.6893f,98.123f,11.463f,4.2825f,98.123f,11.463f,4.8841f,98.123f,11.485f,2.5146f,98.123f,10.907f,3.0959f,98.123f,10.904f,3.6902f,98.123f,10.897f,4.2817f,98.123f,10.896f,4.8815f,98.123f,10.904f,5.4629f,98.123f,10.907f,2.5368f,98.123f,10.311f,3.1034f,98.123f,10.31f,3.6919f,98.123f,10.308f,4.2802f,98.123f,10.308f,4.8744f,98.123f,10.31f,5.4413f,98.123f,10.311f,2.5375f,98.123f,9.7176f,3.1037f,98.123f,9.7184f,3.692f,98.123f,9.7199f,4.2801f,98.123f,9.72f,4.8742f,98.123f,9.7185f,5.4406f,98.123f,9.7176f,2.5153f,98.123f,9.116f,3.0962f,98.123f,9.1186f,3.6903f,98.123f,9.1257f,4.2816f,98.123f,9.1259f,4.8813f,98.123f,9.1188f,5.4622f,98.123f,9.116f,3.0933f,98.123f,8.5372f,3.6893f,98.123f,8.5588f,4.2824f,98.123f,8.5594f,4.884f,98.123f,8.5378f,4.0f,98.123f,12.0f,3.5969f,98.123f,11.959f,3.2215f,98.123f,11.843f,2.8818f,98.123f,11.658f,2.5858f,98.123f,11.414f,2.3416f,98.123f,11.118f,2.1572f,98.123f,10.778f,2.0406f,98.123f,10.403f,2.0f,98.123f,10.0f,2.0406f,98.123f,9.5969f,2.1572f,98.123f,9.2215f,2.3416f,98.123f,8.8818f,2.5858f,98.123f,8.5858f,2.8818f,98.123f,8.3416f,3.2215f,98.123f,8.1572f,3.5969f,98.123f,8.0406f,4.0f,98.123f,8.0f,4.4031f,98.123f,8.0406f,4.7785f,98.123f,8.1572f,5.1182f,98.123f,8.3416f,5.4142f,98.123f,8.5858f,5.6584f,98.123f,8.8818f,5.8428f,98.123f,9.2215f,5.9594f,98.123f,9.5969f,6.0f,98.123f,10.0f,5.9594f,98.123f,10.403f,5.8428f,98.123f,10.778f,5.6584f,98.123f,11.118f,5.4142f,98.123f,11.414f,5.1182f,98.123f,11.658f,4.7785f,98.123f,11.843f,4.4031f,98.123f,11.959f}); return Coordinate_5_1111_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1112, 192 total numbers made up of 64 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1112_vector() { MFVec3fObject Normal_5_1112_vector = new MFVec3fObject(new float[] {5.3962E-11f,-1.0f,-2.9348E-11f,-4.1088E-11f,-1.0f,3.2443E-11f,1.0461E-11f,-1.0f,-2.9058E-11f,-2.9648E-12f,-1.0f,-1.204E-11f,-5.1438E-11f,-1.0f,2.6658E-11f,6.5872E-12f,-1.0f,1.0777E-11f,1.2375E-11f,-1.0f,1.3117E-11f,-2.9854E-12f,-1.0f,-8.2452E-13f,5.9765E-12f,-1.0f,1.5617E-11f,-9.2609E-12f,-1.0f,-2.7166E-12f,2.1938E-11f,-1.0f,-1.0361E-11f,2.1419E-11f,-1.0f,1.943E-11f,1.0225E-11f,-1.0f,5.5053E-12f,1.9699E-12f,-1.0f,6.9356E-12f,-1.2061E-11f,-1.0f,1.0712E-11f,-9.1219E-12f,-1.0f,2.3028E-11f,2.0178E-11f,-1.0f,1.2921E-11f,2.1468E-11f,-1.0f,-2.2353E-11f,9.2587E-12f,-1.0f,-7.839E-12f,-3.553E-13f,-1.0f,-5.1415E-12f,-1.3258E-11f,-1.0f,-6.2032E-12f,-4.1404E-12f,-1.0f,-1.8679E-11f,-4.7548E-11f,-1.0f,-3.5663E-11f,1.086E-11f,-1.0f,-1.3464E-11f,8.139E-12f,-1.0f,-1.8857E-11f,-1.0432E-11f,-1.0f,8.1765E-13f,6.2284E-12f,-1.0f,-1.1259E-11f,-1.1929E-12f,-1.0f,-4.0497E-12f,6.0235E-11f,-1.0f,3.11E-11f,-3.9441E-11f,-1.0f,-3.4162E-11f,-7.0126E-12f,-1.0f,1.7681E-11f,1.5867E-12f,-1.0f,-5.5696E-13f,-9.5044E-12f,-1.0f,-1.5417E-11f,-5.2682E-11f,-1.0f,-1.046E-10f,9.8922E-11f,-1.0f,-4.459E-12f,-1.5309E-11f,-1.0f,-5.259E-12f,2.2007E-11f,-1.0f,-8.862E-12f,-3.1709E-11f,-1.0f,-9.1323E-11f,-9.6325E-13f,-1.0f,1.0326E-10f,-7.4716E-11f,-1.0f,1.7904E-12f,-3.1986E-11f,-1.0f,8.8818E-14f,-7.2045E-11f,-1.0f,-1.8097E-12f,2.0466E-12f,-1.0f,-1.0199E-10f,-2.8087E-11f,-1.0f,9.3494E-11f,2.8648E-11f,-1.0f,1.5691E-11f,-5.5488E-12f,-1.0f,1.8796E-11f,1.0713E-10f,-1.0f,2.4591E-11f,-4.7216E-11f,-1.0f,1.3012E-10f,-9.6831E-12f,-1.0f,4.5838E-11f,4.2993E-11f,-1.0f,-7.6828E-12f,-9.6527E-12f,-1.0f,2.5226E-11f,-6.4786E-11f,-1.0f,2.408E-11f,-4.8176E-11f,-1.0f,4.8174E-11f,-1.9203E-11f,-1.0f,5.9999E-11f,-1.3648E-11f,-1.0f,5.2706E-12f,1.0597E-11f,-1.0f,-3.9153E-11f,1.8305E-11f,-1.0f,6.217E-13f,2.364E-11f,-1.0f,4.0764E-11f,-5.6505E-12f,-1.0f,-1.2705E-12f,-1.9044E-11f,-1.0f,-6.0398E-11f,-5.4257E-11f,-1.0f,-5.4067E-11f,-7.1979E-11f,-1.0f,-3.3995E-11f,-9.5978E-12f,-1.0f,-2.6263E-11f,4.6484E-11f,-1.0f,2.5753E-11f}); return Normal_5_1112_vector; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1118, 376 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1118_coordIndex() { MFInt32Object IndexedFaceSet_4_1118_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1118_coordIndex_1())); return IndexedFaceSet_4_1118_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1118, 192 total numbers made up of 64 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1118_point() { MFVec3fObject Coordinate_5_1118_point = new MFVec3fObject(new float[] {-4.9069f,98.123f,11.486f,-4.3108f,98.123f,11.463f,-3.7176f,98.123f,11.463f,-3.1161f,98.123f,11.485f,-5.4856f,98.123f,10.907f,-4.9043f,98.123f,10.904f,-4.31f,98.123f,10.897f,-3.7185f,98.123f,10.896f,-3.1187f,98.123f,10.904f,-2.5373f,98.123f,10.907f,-5.4634f,98.123f,10.311f,-4.8968f,98.123f,10.31f,-4.3083f,98.123f,10.308f,-3.72f,98.123f,10.308f,-3.1258f,98.123f,10.31f,-2.5588f,98.123f,10.311f,-5.4626f,98.123f,9.7176f,-4.8965f,98.123f,9.7184f,-4.3083f,98.123f,9.7199f,-3.7201f,98.123f,9.72f,-3.1261f,98.123f,9.7185f,-2.5596f,98.123f,9.7176f,-5.4849f,98.123f,9.116f,-4.904f,98.123f,9.1185f,-4.3099f,98.123f,9.1257f,-3.7186f,98.123f,9.126f,-3.1189f,98.123f,9.1188f,-2.538f,98.123f,9.1161f,-4.9068f,98.123f,8.5371f,-4.3108f,98.123f,8.5587f,-3.7177f,98.123f,8.5595f,-3.1161f,98.123f,8.5379f,-4.0f,98.123f,8.0f,-3.5969f,98.123f,8.0406f,-3.2215f,98.123f,8.1572f,-2.8818f,98.123f,8.3416f,-2.5858f,98.123f,8.5858f,-2.3416f,98.123f,8.8818f,-2.1572f,98.123f,9.2215f,-2.0406f,98.123f,9.5969f,-2.0f,98.123f,10.0f,-2.0406f,98.123f,10.403f,-2.1572f,98.123f,10.778f,-2.3416f,98.123f,11.118f,-2.5858f,98.123f,11.414f,-2.8818f,98.123f,11.658f,-3.2215f,98.123f,11.843f,-3.5969f,98.123f,11.959f,-4.0f,98.123f,12.0f,-4.4031f,98.123f,11.959f,-4.7785f,98.123f,11.843f,-5.1182f,98.123f,11.658f,-5.4142f,98.123f,11.414f,-5.6584f,98.123f,11.118f,-5.8428f,98.123f,10.778f,-5.9594f,98.123f,10.403f,-6.0f,98.123f,10.0f,-5.9594f,98.123f,9.5969f,-5.8428f,98.123f,9.2215f,-5.6584f,98.123f,8.8818f,-5.4142f,98.123f,8.5858f,-5.1182f,98.123f,8.3416f,-4.7785f,98.123f,8.1572f,-4.4031f,98.123f,8.0406f}); return Coordinate_5_1118_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1119, 192 total numbers made up of 64 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1119_vector() { MFVec3fObject Normal_5_1119_vector = new MFVec3fObject(new float[] {2.3295E-11f,-1.0f,-2.9944E-11f,-2.1615E-12f,-1.0f,-4.6832E-11f,4.1137E-11f,-1.0f,9.8723E-12f,-7.3277E-11f,-1.0f,-4.9809E-11f,2.8321E-11f,-1.0f,-1.7974E-11f,6.7504E-12f,-1.0f,2.2538E-12f,9.8036E-12f,-1.0f,-8.0171E-12f,-1.5812E-11f,-1.0f,9.078E-12f,-2.2074E-11f,-1.0f,7.722E-12f,3.0574E-11f,-1.0f,1.8545E-11f,2.8657E-11f,-1.0f,1.9879E-11f,2.0537E-11f,-1.0f,7.0948E-12f,-3.1039E-13f,-1.0f,8.9265E-12f,-1.5312E-11f,-1.0f,1.0302E-11f,-3.2907E-11f,-1.0f,2.2924E-11f,-3.924E-11f,-1.0f,-8.3795E-12f,2.6073E-11f,-1.0f,-1.7236E-11f,1.683E-11f,-1.0f,1.6054E-12f,-2.1245E-12f,-1.0f,5.371E-12f,-1.3778E-11f,-1.0f,4.2528E-12f,-2.9649E-11f,-1.0f,-1.417E-11f,-3.2837E-11f,-1.0f,1.4862E-11f,2.0824E-11f,-1.0f,1.2451E-11f,-3.4269E-12f,-1.0f,-8.9178E-13f,3.7767E-12f,-1.0f,1.7447E-11f,-1.0465E-11f,-1.0f,-1.2523E-13f,-1.1946E-11f,-1.0f,-3.7464E-12f,3.4091E-11f,-1.0f,-2.8253E-11f,5.8119E-12f,-1.0f,1.9109E-11f,-6.3052E-12f,-1.0f,3.2155E-11f,4.4E-11f,-1.0f,-2.0712E-11f,-5.706E-11f,-1.0f,3.6006E-11f,9.2384E-12f,-1.0f,2.836E-11f,5.0444E-11f,-1.0f,1.1552E-10f,-1.0449E-10f,-1.0f,1.7911E-11f,3.1236E-12f,-1.0f,2.289E-11f,-3.6131E-11f,-1.0f,2.3082E-11f,1.864E-11f,-1.0f,1.0004E-10f,-1.0417E-11f,-1.0f,-9.8299E-11f,6.2778E-11f,-1.0f,1.8843E-13f,1.9538E-11f,-1.0f,3.5527E-13f,6.4429E-11f,-1.0f,-5.8285E-13f,-1.3523E-11f,-1.0f,9.7607E-11f,1.266E-11f,-1.0f,-1.0493E-10f,-4.5206E-11f,-1.0f,-3.1312E-11f,-6.855E-12f,-1.0f,-3.8635E-11f,-1.1557E-10f,-1.0f,-4.2932E-11f,4.3961E-11f,-1.0f,-1.4865E-10f,9.2394E-12f,-1.0f,-5.8452E-11f,-4.0502E-11f,-1.0f,-9.2801E-14f,1.6019E-11f,-1.0f,-4.2452E-11f,7.9675E-11f,-1.0f,-4.5171E-11f,6.4265E-11f,-1.0f,-6.4545E-11f,3.4473E-11f,-1.0f,-7.0119E-11f,2.7766E-11f,-1.0f,-1.1087E-11f,1.4208E-12f,-1.0f,3.6332E-11f,-4.1226E-13f,-1.0f,4.4407E-13f,7.5497E-12f,-1.0f,-3.5772E-11f,2.9362E-11f,-1.0f,1.2858E-11f,3.0854E-11f,-1.0f,6.7023E-11f,6.0897E-11f,-1.0f,6.1177E-11f,7.609E-11f,-1.0f,3.9661E-11f,8.2704E-12f,-1.0f,2.4382E-11f,-4.6024E-11f,-1.0f,-2.654E-11f}); return Normal_5_1119_vector; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1126, 120 total numbers made up of 40 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1126_vector() { MFVec3fObject Normal_5_1126_vector = new MFVec3fObject(new float[] {0.34931f,-0.22574f,0.90941f,0.61264f,-0.2041f,0.76355f,0.015677f,-0.19586f,0.98051f,0.16926f,-0.20101f,0.96486f,0.057455f,-0.19617f,0.97889f,0.096444f,-0.19728f,0.97559f,0.13358f,-0.19903f,0.97085f,0.015763f,-0.19586f,0.98051f,0.16926f,-0.20101f,0.96486f,0.010927f,-0.19055f,0.98162f,0.10518f,-0.20028f,0.97408f,0.0076153f,-0.18794f,0.98215f,0.018127f,-0.20094f,0.97944f,0.13384f,-0.19901f,0.97081f,0.096795f,-0.19726f,0.97556f,0.057736f,-0.19616f,0.97887f,0.011085f,-0.18962f,0.98179f,0.013712f,-0.19258f,0.98118f,0.015987f,-0.19653f,0.98037f,-0.007668f,-0.18808f,0.98212f,0.018127f,-0.20094f,0.97944f,-0.015537f,-0.19323f,0.98103f,-0.14604f,-0.20202f,0.96843f,0.013102f,-0.19657f,0.9804f,0.0074798f,-0.19266f,0.98124f,8.3339E-4f,-0.18973f,0.98184f,-0.051824f,-0.19446f,0.97954f,-0.085397f,-0.19651f,0.97678f,-0.11674f,-0.19916f,0.97299f,-0.015694f,-0.19323f,0.98103f,-0.14604f,-0.20202f,0.96843f,-0.036983f,-0.21176f,0.97662f,-0.15732f,-0.21369f,0.96415f,-0.29162f,-0.21056f,0.93307f,-0.2669f,-0.22558f,0.93695f,-0.37011f,-0.22824f,0.90051f,-0.53035f,-0.21372f,0.8204f,-0.11652f,-0.19917f,0.97301f,-0.085132f,-0.19652f,0.9768f,-0.051693f,-0.19446f,0.97955f}); return Normal_5_1126_vector; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1139, 1192 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1139_coordIndex() { MFInt32Object IndexedFaceSet_4_1139_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1139_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_4_1139_coordIndex_2())); return IndexedFaceSet_4_1139_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1139, 717 total numbers made up of 239 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1139_point() { MFVec3fObject Coordinate_5_1139_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_1139_point_1())) .append(new MFVec3fObject(getCoordinate_5_1139_point_2())) .append(new MFVec3fObject(getCoordinate_5_1139_point_3())); return Coordinate_5_1139_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1140, 717 total numbers made up of 239 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1140_vector() { MFVec3fObject Normal_5_1140_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_1140_vector_1())) .append(new MFVec3fObject(getNormal_5_1140_vector_2())) .append(new MFVec3fObject(getNormal_5_1140_vector_3())); return Normal_5_1140_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1141, 478 total numbers made up of 239 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1141_point() { MFVec2fObject TextureCoordinate_5_1141_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_1141_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_1141_point_2())) .append(new MFVec2fObject(getTextureCoordinate_5_1141_point_3())); return TextureCoordinate_5_1141_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1146, 1176 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1146_coordIndex() { MFInt32Object IndexedFaceSet_4_1146_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1146_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_4_1146_coordIndex_2())); return IndexedFaceSet_4_1146_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1146, 948 total numbers made up of 316 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1146_point() { MFVec3fObject Coordinate_5_1146_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_1146_point_1())) .append(new MFVec3fObject(getCoordinate_5_1146_point_2())) .append(new MFVec3fObject(getCoordinate_5_1146_point_3())) .append(new MFVec3fObject(getCoordinate_5_1146_point_4())); return Coordinate_5_1146_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1147, 948 total numbers made up of 316 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1147_vector() { MFVec3fObject Normal_5_1147_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_1147_vector_1())) .append(new MFVec3fObject(getNormal_5_1147_vector_2())) .append(new MFVec3fObject(getNormal_5_1147_vector_3())) .append(new MFVec3fObject(getNormal_5_1147_vector_4())); return Normal_5_1147_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1148, 632 total numbers made up of 316 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1148_point() { MFVec2fObject TextureCoordinate_5_1148_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_1148_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_1148_point_2())) .append(new MFVec2fObject(getTextureCoordinate_5_1148_point_3())) .append(new MFVec2fObject(getTextureCoordinate_5_1148_point_4())); return TextureCoordinate_5_1148_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1181, 768 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1181_coordIndex() { MFInt32Object IndexedFaceSet_4_1181_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1181_coordIndex_1())); return IndexedFaceSet_4_1181_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1181, 618 total numbers made up of 206 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1181_point() { MFVec3fObject Coordinate_5_1181_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_1181_point_1())) .append(new MFVec3fObject(getCoordinate_5_1181_point_2())) .append(new MFVec3fObject(getCoordinate_5_1181_point_3())); return Coordinate_5_1181_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1182, 618 total numbers made up of 206 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1182_vector() { MFVec3fObject Normal_5_1182_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_1182_vector_1())) .append(new MFVec3fObject(getNormal_5_1182_vector_2())) .append(new MFVec3fObject(getNormal_5_1182_vector_3())); return Normal_5_1182_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1183, 412 total numbers made up of 206 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1183_point() { MFVec2fObject TextureCoordinate_5_1183_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_1183_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_1183_point_2())) .append(new MFVec2fObject(getTextureCoordinate_5_1183_point_3())); return TextureCoordinate_5_1183_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1195, 1200 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1195_coordIndex() { MFInt32Object IndexedFaceSet_4_1195_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1195_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_4_1195_coordIndex_2())); return IndexedFaceSet_4_1195_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1195, 966 total numbers made up of 322 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1195_point() { MFVec3fObject Coordinate_5_1195_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_1195_point_1())) .append(new MFVec3fObject(getCoordinate_5_1195_point_2())) .append(new MFVec3fObject(getCoordinate_5_1195_point_3())) .append(new MFVec3fObject(getCoordinate_5_1195_point_4())); return Coordinate_5_1195_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1196, 966 total numbers made up of 322 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1196_vector() { MFVec3fObject Normal_5_1196_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_1196_vector_1())) .append(new MFVec3fObject(getNormal_5_1196_vector_2())) .append(new MFVec3fObject(getNormal_5_1196_vector_3())) .append(new MFVec3fObject(getNormal_5_1196_vector_4())); return Normal_5_1196_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1197, 644 total numbers made up of 322 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1197_point() { MFVec2fObject TextureCoordinate_5_1197_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_1197_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_1197_point_2())) .append(new MFVec2fObject(getTextureCoordinate_5_1197_point_3())) .append(new MFVec2fObject(getTextureCoordinate_5_1197_point_4())); return TextureCoordinate_5_1197_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1230, 728 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1230_coordIndex() { MFInt32Object IndexedFaceSet_4_1230_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1230_coordIndex_1())); return IndexedFaceSet_4_1230_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1230, 555 total numbers made up of 185 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1230_point() { MFVec3fObject Coordinate_5_1230_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_1230_point_1())) .append(new MFVec3fObject(getCoordinate_5_1230_point_2())); return Coordinate_5_1230_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1231, 555 total numbers made up of 185 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1231_vector() { MFVec3fObject Normal_5_1231_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_1231_vector_1())) .append(new MFVec3fObject(getNormal_5_1231_vector_2())); return Normal_5_1231_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1232, 370 total numbers made up of 185 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1232_point() { MFVec2fObject TextureCoordinate_5_1232_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_1232_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_1232_point_2())); return TextureCoordinate_5_1232_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1244, 1288 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1244_coordIndex() { MFInt32Object IndexedFaceSet_4_1244_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1244_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_4_1244_coordIndex_2())); return IndexedFaceSet_4_1244_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1244, 1005 total numbers made up of 335 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1244_point() { MFVec3fObject Coordinate_5_1244_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_1244_point_1())) .append(new MFVec3fObject(getCoordinate_5_1244_point_2())) .append(new MFVec3fObject(getCoordinate_5_1244_point_3())) .append(new MFVec3fObject(getCoordinate_5_1244_point_4())); return Coordinate_5_1244_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1245, 1005 total numbers made up of 335 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1245_vector() { MFVec3fObject Normal_5_1245_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_1245_vector_1())) .append(new MFVec3fObject(getNormal_5_1245_vector_2())) .append(new MFVec3fObject(getNormal_5_1245_vector_3())) .append(new MFVec3fObject(getNormal_5_1245_vector_4())); return Normal_5_1245_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1246, 670 total numbers made up of 335 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1246_point() { MFVec2fObject TextureCoordinate_5_1246_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_1246_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_1246_point_2())) .append(new MFVec2fObject(getTextureCoordinate_5_1246_point_3())) .append(new MFVec2fObject(getTextureCoordinate_5_1246_point_4())); return TextureCoordinate_5_1246_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1279, 824 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1279_coordIndex() { MFInt32Object IndexedFaceSet_4_1279_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1279_coordIndex_1())); return IndexedFaceSet_4_1279_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1279, 633 total numbers made up of 211 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1279_point() { MFVec3fObject Coordinate_5_1279_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_1279_point_1())) .append(new MFVec3fObject(getCoordinate_5_1279_point_2())) .append(new MFVec3fObject(getCoordinate_5_1279_point_3())); return Coordinate_5_1279_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1280, 633 total numbers made up of 211 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1280_vector() { MFVec3fObject Normal_5_1280_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_1280_vector_1())) .append(new MFVec3fObject(getNormal_5_1280_vector_2())) .append(new MFVec3fObject(getNormal_5_1280_vector_3())); return Normal_5_1280_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1281, 422 total numbers made up of 211 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1281_point() { MFVec2fObject TextureCoordinate_5_1281_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_1281_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_1281_point_2())) .append(new MFVec2fObject(getTextureCoordinate_5_1281_point_3())); return TextureCoordinate_5_1281_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1293, 1232 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1293_coordIndex() { MFInt32Object IndexedFaceSet_4_1293_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1293_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_4_1293_coordIndex_2())); return IndexedFaceSet_4_1293_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1293, 990 total numbers made up of 330 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1293_point() { MFVec3fObject Coordinate_5_1293_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_1293_point_1())) .append(new MFVec3fObject(getCoordinate_5_1293_point_2())) .append(new MFVec3fObject(getCoordinate_5_1293_point_3())) .append(new MFVec3fObject(getCoordinate_5_1293_point_4())); return Coordinate_5_1293_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1294, 990 total numbers made up of 330 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1294_vector() { MFVec3fObject Normal_5_1294_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_1294_vector_1())) .append(new MFVec3fObject(getNormal_5_1294_vector_2())) .append(new MFVec3fObject(getNormal_5_1294_vector_3())) .append(new MFVec3fObject(getNormal_5_1294_vector_4())); return Normal_5_1294_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1295, 660 total numbers made up of 330 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1295_point() { MFVec2fObject TextureCoordinate_5_1295_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_1295_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_1295_point_2())) .append(new MFVec2fObject(getTextureCoordinate_5_1295_point_3())) .append(new MFVec2fObject(getTextureCoordinate_5_1295_point_4())); return TextureCoordinate_5_1295_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1328, 784 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1328_coordIndex() { MFInt32Object IndexedFaceSet_4_1328_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1328_coordIndex_1())); return IndexedFaceSet_4_1328_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1328, 600 total numbers made up of 200 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1328_point() { MFVec3fObject Coordinate_5_1328_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_1328_point_1())) .append(new MFVec3fObject(getCoordinate_5_1328_point_2())); return Coordinate_5_1328_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1329, 600 total numbers made up of 200 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1329_vector() { MFVec3fObject Normal_5_1329_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_1329_vector_1())) .append(new MFVec3fObject(getNormal_5_1329_vector_2())); return Normal_5_1329_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1330, 400 total numbers made up of 200 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1330_point() { MFVec2fObject TextureCoordinate_5_1330_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_1330_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_1330_point_2())); return TextureCoordinate_5_1330_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1356, 664 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1356_coordIndex() { MFInt32Object IndexedFaceSet_4_1356_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1356_coordIndex_1())); return IndexedFaceSet_4_1356_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1356, 438 total numbers made up of 146 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1356_point() { MFVec3fObject Coordinate_5_1356_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_1356_point_1())) .append(new MFVec3fObject(getCoordinate_5_1356_point_2())); return Coordinate_5_1356_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1357, 438 total numbers made up of 146 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1357_vector() { MFVec3fObject Normal_5_1357_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_1357_vector_1())) .append(new MFVec3fObject(getNormal_5_1357_vector_2())); return Normal_5_1357_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1358, 292 total numbers made up of 146 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1358_point() { MFVec2fObject TextureCoordinate_5_1358_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_1358_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_1358_point_2())); return TextureCoordinate_5_1358_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #1363, 664 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getIndexedFaceSet_4_1363_coordIndex() { MFInt32Object IndexedFaceSet_4_1363_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_4_1363_coordIndex_1())); return IndexedFaceSet_4_1363_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=5, element #1363, 438 total numbers made up of 146 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getCoordinate_5_1363_point() { MFVec3fObject Coordinate_5_1363_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_5_1363_point_1())) .append(new MFVec3fObject(getCoordinate_5_1363_point_2())); return Coordinate_5_1363_point; } /** Large attribute array: Normal vector field, scene-graph level=5, element #1364, 438 total numbers made up of 146 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getNormal_5_1364_vector() { MFVec3fObject Normal_5_1364_vector = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getNormal_5_1364_vector_1())) .append(new MFVec3fObject(getNormal_5_1364_vector_2())); return Normal_5_1364_vector; } /** Large attribute array: TextureCoordinate point field, scene-graph level=5, element #1365, 292 total numbers made up of 146 2-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec2fObject getTextureCoordinate_5_1365_point() { MFVec2fObject TextureCoordinate_5_1365_point = new MFVec2fObject()/*2.finalize*/ .append(new MFVec2fObject(getTextureCoordinate_5_1365_point_1())) .append(new MFVec2fObject(getTextureCoordinate_5_1365_point_2())); return TextureCoordinate_5_1365_point; } /** The initialized model object, created within initialize() method. */ private X3DObject x3dModel; /** Provide a * shallow copy * of the X3D model. * @see X3DObject * @return JointHeavyLiftRotorWing model */ public X3DObject getX3dModel() { return x3dModel; } /** Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object. * @param args array of input parameters, provided as arguments * @see X3DObject.handleArguments(args) * @see X3DObject.validationReport() * @see CommandLine * @see CommandLine.USAGE * @see ConfigurationProperties */ public static void main(String args[]) { X3DObject thisExampleX3dObject = new JointHeavyLiftRotorWing().getX3dModel(); boolean hasArguments = (args != null) && (args.length > 0); boolean validate = true; // default boolean argumentsLoadNewModel = false; String fileName = new String(); if (args != null) { for (String arg : args) { if (arg.toLowerCase().startsWith("-v") || arg.toLowerCase().contains("validate")) { validate = true; // making sure } if (arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_X3D) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_CLASSICVRML) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_X3DB) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_VRML97) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_EXI) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_GZIP) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_ZIP) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_HTML) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_XHTML)) { argumentsLoadNewModel = true; fileName = arg; } } } if (argumentsLoadNewModel) System.out.println("WARNING: \"JointHeavyLiftRotorWing\" model invocation is attempting to load file \"" + fileName + "\" instead of simply validating itself... file loading ignored."); else if (hasArguments) // if no arguments provided, this method produces usage warning thisExampleX3dObject.handleArguments(args); if (validate) { System.out.print("Java program \"JointHeavyLiftRotorWing\" self-validation test results: "); String validationResults = thisExampleX3dObject.validationReport(); System.out.println(validationResults); } } }