package net.coderextreme.data;
import org.web3d.x3d.jsail.*;
import org.web3d.x3d.jsail.CADGeometry.*;
import org.web3d.x3d.jsail.Core.*;
import org.web3d.x3d.jsail.CubeMapTexturing.*;
import org.web3d.x3d.jsail.DIS.*;
import org.web3d.x3d.jsail.EnvironmentalEffects.*;
import org.web3d.x3d.jsail.EnvironmentalSensor.*;
import org.web3d.x3d.jsail.EventUtilities.*;
import org.web3d.x3d.jsail.Followers.*;
import org.web3d.x3d.jsail.Geometry2D.*;
import org.web3d.x3d.jsail.Geometry3D.*;
import org.web3d.x3d.jsail.Geospatial.*;
import org.web3d.x3d.jsail.Grouping.*;
import org.web3d.x3d.jsail.HAnim.*;
import org.web3d.x3d.jsail.Interpolation.*;
import org.web3d.x3d.jsail.KeyDeviceSensor.*;
import org.web3d.x3d.jsail.Layering.*;
import org.web3d.x3d.jsail.Layout.*;
import org.web3d.x3d.jsail.Lighting.*;
import org.web3d.x3d.jsail.NURBS.*;
import org.web3d.x3d.jsail.Navigation.*;
import org.web3d.x3d.jsail.Networking.*;
import org.web3d.x3d.jsail.ParticleSystems.*;
import org.web3d.x3d.jsail.Picking.*;
import org.web3d.x3d.jsail.PointingDeviceSensor.*;
import org.web3d.x3d.jsail.Rendering.*;
import org.web3d.x3d.jsail.RigidBodyPhysics.*;
import org.web3d.x3d.jsail.Scripting.*;
import org.web3d.x3d.jsail.Shaders.*;
import org.web3d.x3d.jsail.Shape.*;
import org.web3d.x3d.jsail.Sound.*;
import org.web3d.x3d.jsail.Text.*;
import org.web3d.x3d.jsail.Texturing3D.*;
import org.web3d.x3d.jsail.Texturing.*;
import org.web3d.x3d.jsail.Time.*;
import org.web3d.x3d.jsail.VolumeRendering.*;
import org.web3d.x3d.jsail.fields.*;
import java.util.ArrayList;
import java.util.List;
import net.coderextreme.X3DRoots;
public class JinLipFunneler implements X3DRoots {
  public static void main(String[] args) {
    ConfigurationProperties.setXsltEngine(ConfigurationProperties.XSLT_ENGINE_NATIVE_JAVA);
    ConfigurationProperties.setDeleteIntermediateFiles(false);
    ConfigurationProperties.setStripTrailingZeroes(true);
    ConfigurationProperties.setStripDefaultAttributes(true);
    X3D model = new JinLipFunneler().getRootNodeList().get(0); // only get one root node
    System.out.print(model.validationReport().trim());
    model.toFileX3D("../data/JinLipFunneler.new.java.x3d");
    model.toFileJSON("../data/JinLipFunneler.new.java.x3dj");
    }
    public List<X3D> getRootNodeList() {
    	List<X3D> list = new ArrayList<X3D>(1);
    	list.add(initialize());
    	return list;
    }
    public X3D initialize() {
      X3D X3D0 =  new X3D().setProfile(new SFString("Immersive")).setVersion(new SFString("4.0"))
      .setHead(new head()
        .addComponent(new component().setName(new SFString("HAnim")).setLevel(3))
        .addMeta(new meta().setName(new SFString("title")).setContent(new SFString("JinFacsAu22LipFunnelerMorpher.x3d")))
        .addMeta(new meta().setName(new SFString("description")).setContent(new SFString("Facial Action Coding System (FACS) example for Action Unit (AU) 22, Lip Funneler Morpher.")))
        .addMeta(new meta().setName(new SFString("creator")).setContent(new SFString("Yujin Jung")))
        .addMeta(new meta().setName(new SFString("translator")).setContent(new SFString("Chul Hee Jung")))
        .addMeta(new meta().setName(new SFString("translator")).setContent(new SFString("Myeong Won Lee")))
        .addMeta(new meta().setName(new SFString("created")).setContent(new SFString("25 April 2022")))
        .addMeta(new meta().setName(new SFString("modified")).setContent(new SFString("27 October 2024")))
        .addMeta(new meta().setName(new SFString("translator")).setContent(new SFString("Don Brutzman")))
        .addMeta(new meta().setName(new SFString("translator")).setContent(new SFString("Joe D. Williams")))
        .addMeta(new meta().setName(new SFString("reference")).setContent(new SFString("originals/README.html")))
        .addMeta(new meta().setName(new SFString("reference")).setContent(new SFString("originals/FACS_AU22(Jin)_Lip_Funneler_Morpher.x3d")))
        .addMeta(new meta().setName(new SFString("reference")).setContent(new SFString("https://en.wikipedia.org/wiki/Facial_Action_Coding_System")))
        .addMeta(new meta().setName(new SFString("reference")).setContent(new SFString("https://web.cs.wpi.edu/~matt/courses/cs563/talks/face_anim/ekman.html")))
        .addMeta(new meta().setName(new SFString("reference")).setContent(new SFString("Bryn Farnsworth, FACS Visual Guidebook https://imotions.com/blog/learning/research-fundamentals/facial-action-coding-system")))
        .addMeta(new meta().setName(new SFString("generator")).setContent(new SFString("Suwon VRLAB X3D Converter")))
        .addMeta(new meta().setName(new SFString("MovingImage")).setContent(new SFString("originals/SuwonHAnimFacialMotionConverter.mp4")))
        .addMeta(new meta().setName(new SFString("generator")).setContent(new SFString("X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit")))
        .addMeta(new meta().setName(new SFString("identifier")).setContent(new SFString("https://www.web3d.org/x3d/content/examples/HumanoidAnimation/FacialAnimation/JinFacsAu22LipFunnelerMorpher.x3d")))
        .addMeta(new meta().setName(new SFString("license")).setContent(new SFString("../license.html"))))
      .setScene(new Scene()
        .addChild(new Viewpoint().setDEF(new SFString("HelloJin")).setDescription(new SFString("Hello Jin! 안녕하세요 진!")).setPosition(new float[] {0f ,20f ,60f }))
        .addChild(new TimeSensor().setDEF(new SFString("JinLipFunneler_Clock")).setCycleInterval(0.99d).setLoop(true))
        .addChild(new EXPORT().setLocalDEF(new SFString("JinLipFunneler_Clock")).setAS(new SFString("JinLipFunneler_Clock")))
        .addChild(new ScalarInterpolator().setDEF(new SFString("AnimationAdapter_JinLipFunneler")).setKey(new MFFloat0().getArray()).setKeyValue(new MFFloat1().getArray()))
        .addChild(new HAnimHumanoid().setName(new SFString("humanoid")).setDEF(new SFString("hanim_humanoid")).setVersion(new SFString("2.0"))
          .addSkeleton(new HAnimJoint("hanim_humanoid").setName(new SFString("humanoid_root")).setDEF(new SFString("hanim_root")).setUlimit(new MFFloat2().getArray()).setLlimit(new MFFloat3().getArray())
            .addChild(new HAnimSegment("hanim_root").setName(new SFString("sacrum")).setDEF(new SFString("hanim_sacrum"))
              .addChild(new WorldInfo().setTitle(new SFString("JinFacsAu22LipFunnelerMorpher.x3d")))
              .addChild(new Background().setSkyColor(new MFColor4().getArray()))
              .addChild(new NavigationInfo().setType("\"EXAMINE\"")))
            .addChild(new HAnimJoint("hanim_root").setName(new SFString("skullbase")).setDEF(new SFString("hanim_skullbase")).setUlimit(new MFFloat5().getArray()).setLlimit(new MFFloat6().getArray())
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("lower_teeth")).setDEF(new SFString("hanim_Lower_teeth"))
                .addChild(new Transform().setDEF(new SFString("Lower_teeth")).setTranslation(new float[] {0f ,8.43f ,11.43f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setDEF(new SFString("BaseAppearance"))
                      .setMaterial(new Material().setDEF(new SFString("BaseMaterial")).setAmbientIntensity(1f ).setDiffuseColor(new float[] {0.588f ,0.588f ,0.588f }).setShininess(0.145f ))
                      .setTexture(new ImageTexture().setDEF(new SFString("JinImageAtlas")).setUrl(new MFString7().getArray())))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Lower_teeth-FACES")).setCoordIndex(new MFInt328().getArray().append(new MFInt329().getArray()).append(new MFInt3210().getArray()).append(new MFInt3211().getArray()).append(new MFInt3212().getArray()).append(new MFInt3213().getArray()).append(new MFInt3214().getArray()).append(new MFInt3215().getArray()).append(new MFInt3216().getArray()).append(new MFInt3217().getArray())).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3218().getArray().append(new MFInt3219().getArray()).append(new MFInt3220().getArray()).append(new MFInt3221().getArray()).append(new MFInt3222().getArray()).append(new MFInt3223().getArray()).append(new MFInt3224().getArray()).append(new MFInt3225().getArray()).append(new MFInt3226().getArray()).append(new MFInt3227().getArray()))
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Lower_teeth-TEXCOORD")).setPoint(new MFVec2f28().getArray().append(new MFVec2f29().getArray()).append(new MFVec2f30().getArray())))
                      .setCoord(new Coordinate().setDEF(new SFString("Lower_teeth_COORD")).setPoint(new MFVec3f31().getArray().append(new MFVec3f32().getArray()).append(new MFVec3f33().getArray()).append(new MFVec3f34().getArray()))))))
                .setCoord(new Coordinate().setUSE(new SFString("Lower_teeth_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Lower_teeth").setName(new SFString("lower_teeth_morphinterpolator")).setDEF(new SFString("Lower_teeth_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("hair")).setDEF(new SFString("hanim_Hair")))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("__0")).setDEF(new SFString("hanim___0")))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("__2")).setDEF(new SFString("hanim___2")))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("__4")).setDEF(new SFString("hanim___4")))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("center_lower_vermillion_lip")).setDEF(new SFString("hanim_Center_lower_vermillion_lip"))
                .addChild(new Transform().setDEF(new SFString("Center_lower_vermillion_lip")).setTranslation(new float[] {0f ,8.315f ,13.52f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Center_lower_vermillion_lip-FACES")).setCoordIndex(new MFInt3235().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3236().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Center_lower_vermillion_lip-TEXCOORD")).setPoint(new MFVec2f37().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Center_lower_vermillion_lip_COORD")).setPoint(new MFVec3f38().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Center_lower_vermillion_lip_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Center_lower_vermillion_lip").setName(new SFString("center_lower_vermillion_lip_morphinterpolator")).setDEF(new SFString("Center_lower_vermillion_lip_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt3239().getArray()).setDisplacements(new MFVec3f40().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("chin")).setDEF(new SFString("hanim_Chin"))
                .addChild(new Transform().setDEF(new SFString("Chin")).setTranslation(new float[] {0f ,6.337f ,7.3f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Chin-FACES")).setCoordIndex(new MFInt3241().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3242().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Chin-TEXCOORD")).setPoint(new MFVec2f43().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Chin_COORD")).setPoint(new MFVec3f44().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Chin_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Chin").setName(new SFString("chin_morphinterpolator")).setDEF(new SFString("Chin_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt3245().getArray()).setDisplacements(new MFVec3f46().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("glabella")).setDEF(new SFString("hanim_Glabella"))
                .addChild(new Transform().setDEF(new SFString("Glabella")).setTranslation(new float[] {0f ,18.93f ,15.66f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Glabella-FACES")).setCoordIndex(new MFInt3247().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3248().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Glabella-TEXCOORD")).setPoint(new MFVec2f49().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Glabella_COORD")).setPoint(new MFVec3f50().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Glabella_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Glabella").setName(new SFString("glabella_morphinterpolator")).setDEF(new SFString("Glabella_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_bulbar_conjunctiva")).setDEF(new SFString("hanim_Left_bulbar_conjunctiva"))
                .addChild(new Transform().setDEF(new SFString("Left_bulbar_conjunctiva")).setTranslation(new float[] {5.794f ,17.61f ,11.15f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_bulbar_conjunctiva-FACES")).setCoordIndex(new MFInt3251().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3252().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_bulbar_conjunctiva-TEXCOORD")).setPoint(new MFVec2f53().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_bulbar_conjunctiva_COORD")).setPoint(new MFVec3f54().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_bulbar_conjunctiva_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_bulbar_conjunctiva").setName(new SFString("left_bulbar_conjunctiva_morphinterpolator")).setDEF(new SFString("Left_bulbar_conjunctiva_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_cheek")).setDEF(new SFString("hanim_Left_cheek"))
                .addChild(new Transform().setDEF(new SFString("Left_cheek")).setTranslation(new float[] {6.927f ,11.97f ,7.646f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_cheek-FACES")).setCoordIndex(new MFInt3255().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3256().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_cheek-TEXCOORD")).setPoint(new MFVec2f57().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_cheek_COORD")).setPoint(new MFVec3f58().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_cheek_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_cheek").setName(new SFString("left_cheek_morphinterpolator")).setDEF(new SFString("Left_cheek_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt3259().getArray()).setDisplacements(new MFVec3f60().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_dorsum")).setDEF(new SFString("hanim_Left_dorsum"))
                .addChild(new Transform().setDEF(new SFString("Left_dorsum")).setTranslation(new float[] {0.7065f ,14.64f ,14.87f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_dorsum-FACES")).setCoordIndex(new MFInt3261().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3262().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_dorsum-TEXCOORD")).setPoint(new MFVec2f63().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_dorsum_COORD")).setPoint(new MFVec3f64().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_dorsum_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_dorsum").setName(new SFString("left_dorsum_morphinterpolator")).setDEF(new SFString("Left_dorsum_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_ear")).setDEF(new SFString("hanim_Left_ear"))
                .addChild(new Transform().setDEF(new SFString("Left_ear")).setTranslation(new float[] {12.49f ,15.99f ,1.017f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_ear-FACES")).setCoordIndex(new MFInt3265().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3266().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_ear-TEXCOORD")).setPoint(new MFVec2f67().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_ear_COORD")).setPoint(new MFVec3f68().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_ear_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_ear").setName(new SFString("left_ear_morphinterpolator")).setDEF(new SFString("Left_ear_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_eyebrow")).setDEF(new SFString("hanim_Left_eyebrow"))
                .addChild(new Transform().setDEF(new SFString("Left_eyebrow")).setTranslation(new float[] {5.691f ,19.58f ,13.13f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_eyebrow-FACES")).setCoordIndex(new MFInt3269().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3270().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_eyebrow-TEXCOORD")).setPoint(new MFVec2f71().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_eyebrow_COORD")).setPoint(new MFVec3f72().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_eyebrow_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_eyebrow").setName(new SFString("left_eyebrow_morphinterpolator")).setDEF(new SFString("Left_eyebrow_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_forehead")).setDEF(new SFString("hanim_Left_forehead"))
                .addChild(new Transform().setDEF(new SFString("Left_forehead")).setTranslation(new float[] {6.652f ,27.61f ,9.229f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_forehead-FACES")).setCoordIndex(new MFInt3273().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3274().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_forehead-TEXCOORD")).setPoint(new MFVec2f75().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_forehead_COORD")).setPoint(new MFVec3f76().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_forehead_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_forehead").setName(new SFString("left_forehead_morphinterpolator")).setDEF(new SFString("Left_forehead_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_lower_eyelid")).setDEF(new SFString("hanim_Left_lower_eyelid"))
                .addChild(new Transform().setDEF(new SFString("Left_lower_eyelid")).setTranslation(new float[] {6.11f ,16.45f ,11.32f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_lower_eyelid-FACES")).setCoordIndex(new MFInt3277().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3278().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_lower_eyelid-TEXCOORD")).setPoint(new MFVec2f79().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_lower_eyelid_COORD")).setPoint(new MFVec3f80().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_lower_eyelid_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_lower_eyelid").setName(new SFString("left_lower_eyelid_morphinterpolator")).setDEF(new SFString("Left_lower_eyelid_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_lower_vermillion_lip")).setDEF(new SFString("hanim_Left_lower_vermillion_lip"))
                .addChild(new Transform().setDEF(new SFString("Left_lower_vermillion_lip")).setTranslation(new float[] {1.788f ,8.405f ,13.04f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_lower_vermillion_lip-FACES")).setCoordIndex(new MFInt3281().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3282().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_lower_vermillion_lip-TEXCOORD")).setPoint(new MFVec2f83().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_lower_vermillion_lip_COORD")).setPoint(new MFVec3f84().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_lower_vermillion_lip_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_lower_vermillion_lip").setName(new SFString("left_lower_vermillion_lip_morphinterpolator")).setDEF(new SFString("Left_lower_vermillion_lip_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt3285().getArray()).setDisplacements(new MFVec3f86().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_nasolabial_cheek")).setDEF(new SFString("hanim_Left_nasolabial_cheek"))
                .addChild(new Transform().setDEF(new SFString("Left_nasolabial_cheek")).setTranslation(new float[] {2.021f ,10.27f ,13.53f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_nasolabial_cheek-FACES")).setCoordIndex(new MFInt3287().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3288().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_nasolabial_cheek-TEXCOORD")).setPoint(new MFVec2f89().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_nasolabial_cheek_COORD")).setPoint(new MFVec3f90().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_nasolabial_cheek_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_nasolabial_cheek").setName(new SFString("left_nasolabial_cheek_morphinterpolator")).setDEF(new SFString("Left_nasolabial_cheek_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt3291().getArray()).setDisplacements(new MFVec3f92().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_nostril")).setDEF(new SFString("hanim_Left_nostril"))
                .addChild(new Transform().setDEF(new SFString("Left_nostril")).setTranslation(new float[] {0.7684f ,11.22f ,15.04f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_nostril-FACES")).setCoordIndex(new MFInt3293().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3294().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_nostril-TEXCOORD")).setPoint(new MFVec2f95().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_nostril_COORD")).setPoint(new MFVec3f96().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_nostril_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_nostril").setName(new SFString("left_nostril_morphinterpolator")).setDEF(new SFString("Left_nostril_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_pupil")).setDEF(new SFString("hanim_Left_pupil"))
                .addChild(new Transform().setDEF(new SFString("Left_pupil")).setTranslation(new float[] {6.059f ,17.5f ,12.33f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_pupil-FACES")).setCoordIndex(new MFInt3297().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt3298().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_pupil-TEXCOORD")).setPoint(new MFVec2f99().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_pupil_COORD")).setPoint(new MFVec3f100().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_pupil_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_pupil").setName(new SFString("left_pupil_morphinterpolator")).setDEF(new SFString("Left_pupil_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_temple")).setDEF(new SFString("hanim_Left_temple"))
                .addChild(new Transform().setDEF(new SFString("Left_temple")).setTranslation(new float[] {10.95f ,20.56f ,6.406f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_temple-FACES")).setCoordIndex(new MFInt32101().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32102().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_temple-TEXCOORD")).setPoint(new MFVec2f103().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_temple_COORD")).setPoint(new MFVec3f104().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_temple_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_temple").setName(new SFString("left_temple_morphinterpolator")).setDEF(new SFString("Left_temple_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_upper_cutaneous_lip")).setDEF(new SFString("hanim_Left_upper_cutaneous_lip"))
                .addChild(new Transform().setDEF(new SFString("Left_upper_cutaneous_lip")).setTranslation(new float[] {0.7684f ,10.16f ,14.63f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_upper_cutaneous_lip-FACES")).setCoordIndex(new MFInt32105().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32106().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_upper_cutaneous_lip-TEXCOORD")).setPoint(new MFVec2f107().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_upper_cutaneous_lip_COORD")).setPoint(new MFVec3f108().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_upper_cutaneous_lip_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_upper_cutaneous_lip").setName(new SFString("left_upper_cutaneous_lip_morphinterpolator")).setDEF(new SFString("Left_upper_cutaneous_lip_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt32109().getArray()).setDisplacements(new MFVec3f110().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_upper_eyelid")).setDEF(new SFString("hanim_Left_upper_eyelid"))
                .addChild(new Transform().setDEF(new SFString("Left_upper_eyelid")).setTranslation(new float[] {5.53f ,17.96f ,12.21f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_upper_eyelid-FACES")).setCoordIndex(new MFInt32111().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32112().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_upper_eyelid-TEXCOORD")).setPoint(new MFVec2f113().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_upper_eyelid_COORD")).setPoint(new MFVec3f114().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_upper_eyelid_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_upper_eyelid").setName(new SFString("left_upper_eyelid_morphinterpolator")).setDEF(new SFString("Left_upper_eyelid_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_upper_vermillion_lip")).setDEF(new SFString("hanim_Left_upper_vermillion_lip"))
                .addChild(new Transform().setDEF(new SFString("Left_upper_vermillion_lip")).setTranslation(new float[] {1.788f ,9.002f ,13.64f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Left_upper_vermillion_lip-FACES")).setCoordIndex(new MFInt32115().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32116().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Left_upper_vermillion_lip-TEXCOORD")).setPoint(new MFVec2f117().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Left_upper_vermillion_lip_COORD")).setPoint(new MFVec3f118().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Left_upper_vermillion_lip_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Left_upper_vermillion_lip").setName(new SFString("left_upper_vermillion_lip_morphinterpolator")).setDEF(new SFString("Left_upper_vermillion_lip_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt32119().getArray()).setDisplacements(new MFVec3f120().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("left_upper_vermillion_lip001")).setDEF(new SFString("hanim_Left_upper_vermillion_lip001")))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("mid_forehead")).setDEF(new SFString("hanim_Mid_forehead"))
                .addChild(new Transform().setDEF(new SFString("Mid_forehead")).setTranslation(new float[] {0f ,27.83f ,9.426f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Mid_forehead-FACES")).setCoordIndex(new MFInt32121().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32122().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Mid_forehead-TEXCOORD")).setPoint(new MFVec2f123().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Mid_forehead_COORD")).setPoint(new MFVec3f124().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Mid_forehead_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Mid_forehead").setName(new SFString("mid_forehead_morphinterpolator")).setDEF(new SFString("Mid_forehead_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("mid_nasal_dorsum")).setDEF(new SFString("hanim_Mid_nasal_dorsum"))
                .addChild(new Transform().setDEF(new SFString("Mid_nasal_dorsum")).setTranslation(new float[] {0f ,14.79f ,15.76f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Mid_nasal_dorsum-FACES")).setCoordIndex(new MFInt32125().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32126().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Mid_nasal_dorsum-TEXCOORD")).setPoint(new MFVec2f127().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Mid_nasal_dorsum_COORD")).setPoint(new MFVec3f128().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Mid_nasal_dorsum_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Mid_nasal_dorsum").setName(new SFString("mid_nasal_dorsum_morphinterpolator")).setDEF(new SFString("Mid_nasal_dorsum_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("mid_upper_vermillion_lip")).setDEF(new SFString("hanim_Mid_upper_vermillion_lip"))
                .addChild(new Transform().setDEF(new SFString("Mid_upper_vermillion_lip")).setTranslation(new float[] {0f ,9.116f ,14.46f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Mid_upper_vermillion_lip-FACES")).setCoordIndex(new MFInt32129().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32130().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Mid_upper_vermillion_lip-TEXCOORD")).setPoint(new MFVec2f131().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Mid_upper_vermillion_lip_COORD")).setPoint(new MFVec3f132().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Mid_upper_vermillion_lip_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Mid_upper_vermillion_lip").setName(new SFString("mid_upper_vermillion_lip_morphinterpolator")).setDEF(new SFString("Mid_upper_vermillion_lip_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt32133().getArray()).setDisplacements(new MFVec3f134().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("nasal_tip")).setDEF(new SFString("hanim_Nasal_tip"))
                .addChild(new Transform().setDEF(new SFString("Nasal_tip")).setTranslation(new float[] {0f ,11.35f ,16.23f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Nasal_tip-FACES")).setCoordIndex(new MFInt32135().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32136().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Nasal_tip-TEXCOORD")).setPoint(new MFVec2f137().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Nasal_tip_COORD")).setPoint(new MFVec3f138().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Nasal_tip_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Nasal_tip").setName(new SFString("nasal_tip_morphinterpolator")).setDEF(new SFString("Nasal_tip_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("neck")).setDEF(new SFString("hanim_Neck"))
                .addChild(new Transform().setDEF(new SFString("Neck")).setTranslation(new float[] {0f ,4.213f ,0.4657f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Neck-FACES")).setCoordIndex(new MFInt32139().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32140().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Neck-TEXCOORD")).setPoint(new MFVec2f141().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Neck_COORD")).setPoint(new MFVec3f142().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Neck_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Neck").setName(new SFString("neck_morphinterpolator")).setDEF(new SFString("Neck_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("occipital_scalp")).setDEF(new SFString("hanim_Occipital_scalp"))
                .addChild(new Transform().setDEF(new SFString("Occipital_scalp")).setTranslation(new float[] {0f ,22.26f ,-9.81f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Occipital_scalp-FACES")).setCoordIndex(new MFInt32143().getArray().append(new MFInt32144().getArray())).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32145().getArray().append(new MFInt32146().getArray()))
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Occipital_scalp-TEXCOORD")).setPoint(new MFVec2f147().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Occipital_scalp_COORD")).setPoint(new MFVec3f148().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Occipital_scalp_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Occipital_scalp").setName(new SFString("occipital_scalp_morphinterpolator")).setDEF(new SFString("Occipital_scalp_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("philtrum")).setDEF(new SFString("hanim_Philtrum"))
                .addChild(new Transform().setDEF(new SFString("Philtrum")).setTranslation(new float[] {0f ,9.815f ,15f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Philtrum-FACES")).setCoordIndex(new MFInt32149().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32150().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Philtrum-TEXCOORD")).setPoint(new MFVec2f151().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Philtrum_COORD")).setPoint(new MFVec3f152().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Philtrum_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Philtrum").setName(new SFString("philtrum_morphinterpolator")).setDEF(new SFString("Philtrum_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt32153().getArray()).setDisplacements(new MFVec3f154().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_bulbar_conjunctiva")).setDEF(new SFString("hanim_Right_bulbar_conjunctiva"))
                .addChild(new Transform().setDEF(new SFString("Right_bulbar_conjunctiva")).setTranslation(new float[] {-5.794f ,17.61f ,11.15f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_bulbar_conjunctiva-FACES")).setCoordIndex(new MFInt32155().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32156().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_bulbar_conjunctiva-TEXCOORD")).setPoint(new MFVec2f157().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_bulbar_conjunctiva_COORD")).setPoint(new MFVec3f158().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_bulbar_conjunctiva_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_bulbar_conjunctiva").setName(new SFString("right_bulbar_conjunctiva_morphinterpolator")).setDEF(new SFString("Right_bulbar_conjunctiva_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_cheek")).setDEF(new SFString("hanim_Right_cheek"))
                .addChild(new Transform().setDEF(new SFString("Right_cheek")).setTranslation(new float[] {-6.927f ,11.97f ,7.646f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_cheek-FACES")).setCoordIndex(new MFInt32159().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32160().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_cheek-TEXCOORD")).setPoint(new MFVec2f161().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_cheek_COORD")).setPoint(new MFVec3f162().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_cheek_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_cheek").setName(new SFString("right_cheek_morphinterpolator")).setDEF(new SFString("Right_cheek_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt32163().getArray()).setDisplacements(new MFVec3f164().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_dorsum")).setDEF(new SFString("hanim_Right_dorsum"))
                .addChild(new Transform().setDEF(new SFString("Right_dorsum")).setTranslation(new float[] {-0.7065f ,14.64f ,14.87f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_dorsum-FACES")).setCoordIndex(new MFInt32165().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32166().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_dorsum-TEXCOORD")).setPoint(new MFVec2f167().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_dorsum_COORD")).setPoint(new MFVec3f168().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_dorsum_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_dorsum").setName(new SFString("right_dorsum_morphinterpolator")).setDEF(new SFString("Right_dorsum_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_ear")).setDEF(new SFString("hanim_Right_ear"))
                .addChild(new Transform().setDEF(new SFString("Right_ear")).setTranslation(new float[] {-12.49f ,15.99f ,1.017f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_ear-FACES")).setCoordIndex(new MFInt32169().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32170().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_ear-TEXCOORD")).setPoint(new MFVec2f171().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_ear_COORD")).setPoint(new MFVec3f172().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_ear_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_ear").setName(new SFString("right_ear_morphinterpolator")).setDEF(new SFString("Right_ear_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_eyebrow")).setDEF(new SFString("hanim_Right_eyebrow"))
                .addChild(new Transform().setDEF(new SFString("Right_eyebrow")).setTranslation(new float[] {-5.691f ,19.58f ,13.13f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_eyebrow-FACES")).setCoordIndex(new MFInt32173().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32174().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_eyebrow-TEXCOORD")).setPoint(new MFVec2f175().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_eyebrow_COORD")).setPoint(new MFVec3f176().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_eyebrow_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_eyebrow").setName(new SFString("right_eyebrow_morphinterpolator")).setDEF(new SFString("Right_eyebrow_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_forehead")).setDEF(new SFString("hanim_Right_forehead"))
                .addChild(new Transform().setDEF(new SFString("Right_forehead")).setTranslation(new float[] {-6.652f ,27.61f ,9.229f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_forehead-FACES")).setCoordIndex(new MFInt32177().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32178().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_forehead-TEXCOORD")).setPoint(new MFVec2f179().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_forehead_COORD")).setPoint(new MFVec3f180().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_forehead_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_forehead").setName(new SFString("right_forehead_morphinterpolator")).setDEF(new SFString("Right_forehead_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_lower_eyelid")).setDEF(new SFString("hanim_Right_lower_eyelid"))
                .addChild(new Transform().setDEF(new SFString("Right_lower_eyelid")).setTranslation(new float[] {-6.11f ,16.45f ,11.32f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_lower_eyelid-FACES")).setCoordIndex(new MFInt32181().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32182().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_lower_eyelid-TEXCOORD")).setPoint(new MFVec2f183().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_lower_eyelid_COORD")).setPoint(new MFVec3f184().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_lower_eyelid_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_lower_eyelid").setName(new SFString("right_lower_eyelid_morphinterpolator")).setDEF(new SFString("Right_lower_eyelid_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_lower_vermillion_lip")).setDEF(new SFString("hanim_Right_lower_vermillion_lip"))
                .addChild(new Transform().setDEF(new SFString("Right_lower_vermillion_lip")).setTranslation(new float[] {-1.788f ,8.405f ,13.04f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_lower_vermillion_lip-FACES")).setCoordIndex(new MFInt32185().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32186().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_lower_vermillion_lip-TEXCOORD")).setPoint(new MFVec2f187().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_lower_vermillion_lip_COORD")).setPoint(new MFVec3f188().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_lower_vermillion_lip_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_lower_vermillion_lip").setName(new SFString("right_lower_vermillion_lip_morphinterpolator")).setDEF(new SFString("Right_lower_vermillion_lip_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt32189().getArray()).setDisplacements(new MFVec3f190().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_nasolabial_cheek")).setDEF(new SFString("hanim_Right_nasolabial_cheek"))
                .addChild(new Transform().setDEF(new SFString("Right_nasolabial_cheek")).setTranslation(new float[] {-2.021f ,10.27f ,13.53f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_nasolabial_cheek-FACES")).setCoordIndex(new MFInt32191().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32192().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_nasolabial_cheek-TEXCOORD")).setPoint(new MFVec2f193().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_nasolabial_cheek_COORD")).setPoint(new MFVec3f194().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_nasolabial_cheek_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_nasolabial_cheek").setName(new SFString("right_nasolabial_cheek_morphinterpolator")).setDEF(new SFString("Right_nasolabial_cheek_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt32195().getArray()).setDisplacements(new MFVec3f196().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_nostril")).setDEF(new SFString("hanim_Right_nostril"))
                .addChild(new Transform().setDEF(new SFString("Right_nostril")).setTranslation(new float[] {-0.7684f ,11.22f ,15.04f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_nostril-FACES")).setCoordIndex(new MFInt32197().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32198().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_nostril-TEXCOORD")).setPoint(new MFVec2f199().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_nostril_COORD")).setPoint(new MFVec3f200().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_nostril_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_nostril").setName(new SFString("right_nostril_morphinterpolator")).setDEF(new SFString("Right_nostril_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_pupil")).setDEF(new SFString("hanim_Right_pupil"))
                .addChild(new Transform().setDEF(new SFString("Right_pupil")).setTranslation(new float[] {-6.059f ,17.5f ,12.33f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_pupil-FACES")).setCoordIndex(new MFInt32201().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32202().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_pupil-TEXCOORD")).setPoint(new MFVec2f203().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_pupil_COORD")).setPoint(new MFVec3f204().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_pupil_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_pupil").setName(new SFString("right_pupil_morphinterpolator")).setDEF(new SFString("Right_pupil_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_temple")).setDEF(new SFString("hanim_Right_temple"))
                .addChild(new Transform().setDEF(new SFString("Right_temple")).setTranslation(new float[] {-10.95f ,20.56f ,6.406f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_temple-FACES")).setCoordIndex(new MFInt32205().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32206().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_temple-TEXCOORD")).setPoint(new MFVec2f207().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_temple_COORD")).setPoint(new MFVec3f208().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_temple_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_temple").setName(new SFString("right_temple_morphinterpolator")).setDEF(new SFString("Right_temple_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_upper_cutaneous_lip")).setDEF(new SFString("hanim_Right_upper_cutaneous_lip"))
                .addChild(new Transform().setDEF(new SFString("Right_upper_cutaneous_lip")).setTranslation(new float[] {-0.7684f ,10.16f ,14.63f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_upper_cutaneous_lip-FACES")).setCoordIndex(new MFInt32209().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32210().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_upper_cutaneous_lip-TEXCOORD")).setPoint(new MFVec2f211().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_upper_cutaneous_lip_COORD")).setPoint(new MFVec3f212().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_upper_cutaneous_lip_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_upper_cutaneous_lip").setName(new SFString("right_upper_cutaneous_lip_morphinterpolator")).setDEF(new SFString("Right_upper_cutaneous_lip_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt32213().getArray()).setDisplacements(new MFVec3f214().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_upper_eyelid")).setDEF(new SFString("hanim_Right_upper_eyelid"))
                .addChild(new Transform().setDEF(new SFString("Right_upper_eyelid")).setTranslation(new float[] {-5.53f ,17.96f ,12.21f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_upper_eyelid-FACES")).setCoordIndex(new MFInt32215().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32216().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_upper_eyelid-TEXCOORD")).setPoint(new MFVec2f217().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_upper_eyelid_COORD")).setPoint(new MFVec3f218().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_upper_eyelid_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_upper_eyelid").setName(new SFString("right_upper_eyelid_morphinterpolator")).setDEF(new SFString("Right_upper_eyelid_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("right_upper_vermillion_lip")).setDEF(new SFString("hanim_Right_upper_vermillion_lip"))
                .addChild(new Transform().setDEF(new SFString("Right_upper_vermillion_lip")).setTranslation(new float[] {-1.788f ,9.002f ,13.64f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Right_upper_vermillion_lip-FACES")).setCoordIndex(new MFInt32219().getArray()).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32220().getArray())
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Right_upper_vermillion_lip-TEXCOORD")).setPoint(new MFVec2f221().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Right_upper_vermillion_lip_COORD")).setPoint(new MFVec3f222().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Right_upper_vermillion_lip_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Right_upper_vermillion_lip").setName(new SFString("right_upper_vermillion_lip_morphinterpolator")).setDEF(new SFString("Right_upper_vermillion_lip_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt32223().getArray()).setDisplacements(new MFVec3f224().getArray())))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("tongue")).setDEF(new SFString("hanim_Tongue"))
                .addChild(new Transform().setDEF(new SFString("Tongue")).setTranslation(new float[] {0f ,8.886f ,11.1f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Tongue-FACES")).setCoordIndex(new MFInt32225().getArray().append(new MFInt32226().getArray())).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32227().getArray().append(new MFInt32228().getArray()))
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Tongue-TEXCOORD")).setPoint(new MFVec2f229().getArray()))
                      .setCoord(new Coordinate().setDEF(new SFString("Tongue_COORD")).setPoint(new MFVec3f230().getArray())))))
                .setCoord(new Coordinate().setUSE(new SFString("Tongue_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Tongue").setName(new SFString("tongue_morphinterpolator")).setDEF(new SFString("Tongue_MorphInterpolator_JinLipFunneler"))))
              .addChild(new HAnimSegment("hanim_skullbase").setName(new SFString("upper_teeth")).setDEF(new SFString("hanim_Upper_teeth"))
                .addChild(new Transform().setDEF(new SFString("Upper_teeth")).setTranslation(new float[] {0f ,9.723f ,11.67f })
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE(new SFString("BaseAppearance")))
                    .setGeometry(new IndexedFaceSet().setDEF(new SFString("Upper_teeth-FACES")).setCoordIndex(new MFInt32231().getArray().append(new MFInt32232().getArray()).append(new MFInt32233().getArray()).append(new MFInt32234().getArray()).append(new MFInt32235().getArray()).append(new MFInt32236().getArray()).append(new MFInt32237().getArray()).append(new MFInt32238().getArray()).append(new MFInt32239().getArray()).append(new MFInt32240().getArray())).setCreaseAngle(3.14159f ).setSolid(false).setTexCoordIndex(new MFInt32241().getArray().append(new MFInt32242().getArray()).append(new MFInt32243().getArray()).append(new MFInt32244().getArray()).append(new MFInt32245().getArray()).append(new MFInt32246().getArray()).append(new MFInt32247().getArray()).append(new MFInt32248().getArray()).append(new MFInt32249().getArray()).append(new MFInt32250().getArray()))
                      .setTexCoord(new TextureCoordinate().setDEF(new SFString("Upper_teeth-TEXCOORD")).setPoint(new MFVec2f251().getArray().append(new MFVec2f252().getArray()).append(new MFVec2f253().getArray())))
                      .setCoord(new Coordinate().setDEF(new SFString("Upper_teeth_COORD")).setPoint(new MFVec3f254().getArray().append(new MFVec3f255().getArray()).append(new MFVec3f256().getArray()).append(new MFVec3f257().getArray()))))))
                .setCoord(new Coordinate().setUSE(new SFString("Upper_teeth_COORD")))
                .addDisplacers(new HAnimDisplacer("hanim_Upper_teeth").setName(new SFString("upper_teeth_morphinterpolator")).setDEF(new SFString("Upper_teeth_MorphInterpolator_JinLipFunneler")).setCoordIndex(new MFInt32258().getArray()).setDisplacements(new MFVec3f259().getArray())))))
          .addJoints(new HAnimJoint("hanim_humanoid").setUSE(new SFString("hanim_root")))
          .addJoints(new HAnimJoint("hanim_humanoid").setUSE(new SFString("hanim_skullbase"))))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Lower_teeth_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Tongue_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Upper_teeth_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Mid_upper_vermillion_lip_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Neck_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Occipital_scalp_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_ear_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Mid_forehead_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_forehead_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Glabella_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Chin_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_lower_vermillion_lip_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Center_lower_vermillion_lip_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_eyebrow_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_bulbar_conjunctiva_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_temple_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Mid_nasal_dorsum_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Nasal_tip_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_nostril_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_dorsum_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_nasolabial_cheek_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_cheek_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_upper_vermillion_lip_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_upper_cutaneous_lip_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Philtrum_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_forehead_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_eyebrow_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_upper_eyelid_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_lower_eyelid_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Left_pupil_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_ear_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_cheek_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_dorsum_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_bulbar_conjunctiva_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_lower_eyelid_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_nasolabial_cheek_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_nostril_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_pupil_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_temple_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_upper_cutaneous_lip_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_upper_eyelid_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_upper_vermillion_lip_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromField(new SFString("value_changed")).setFromNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("weight")).setToNode(new SFString("Right_lower_vermillion_lip_MorphInterpolator_JinLipFunneler")))
        .addChild(new ROUTE().setFromNode(new SFString("JinLipFunneler_Clock")).setFromField(new SFString("fraction_changed")).setToNode(new SFString("AnimationAdapter_JinLipFunneler")).setToField(new SFString("set_fraction"))));
    return X3D0;
    }
private class MFFloat0 {
  private org.web3d.x3d.jsail.fields.MFFloat getArray() {
    return new org.web3d.x3d.jsail.fields.MFFloat(new float[] {0f ,0.25f ,0.5f ,0.75f ,1f });
  }
}
private class MFFloat1 {
  private org.web3d.x3d.jsail.fields.MFFloat getArray() {
    return new org.web3d.x3d.jsail.fields.MFFloat(new float[] {0f ,0.5f ,1f ,0.5f ,0f });
  }
}
private class MFFloat2 {
  private org.web3d.x3d.jsail.fields.MFFloat getArray() {
    return new org.web3d.x3d.jsail.fields.MFFloat(new float[] {0f ,0f ,0f });
  }
}
private class MFFloat3 {
  private org.web3d.x3d.jsail.fields.MFFloat getArray() {
    return new org.web3d.x3d.jsail.fields.MFFloat(new float[] {0f ,0f ,0f });
  }
}
private class MFColor4 {
  private org.web3d.x3d.jsail.fields.MFColor getArray() {
    return new org.web3d.x3d.jsail.fields.MFColor(new float[] {0.8f ,0.9f ,1f });
  }
}
private class MFFloat5 {
  private org.web3d.x3d.jsail.fields.MFFloat getArray() {
    return new org.web3d.x3d.jsail.fields.MFFloat(new float[] {0f ,0f ,0f });
  }
}
private class MFFloat6 {
  private org.web3d.x3d.jsail.fields.MFFloat getArray() {
    return new org.web3d.x3d.jsail.fields.MFFloat(new float[] {0f ,0f ,0f });
  }
}
private class MFString7 {
  private org.web3d.x3d.jsail.fields.MFString getArray() {
    return new org.web3d.x3d.jsail.fields.MFString(new java.lang.String[] {"JinImageAtlas.jpg","https://www.web3d.org/x3d/content/examples/HumanoidAnimation/FacialAnimation/JinImageAtlas.jpg"});
  }
}
private class MFInt328 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,521,265,-1,265,524,0,-1,1,525,265,-1,265,521,1,-1,4,523,265,-1,265,525,4,-1,3,524,265,-1,265,523,3,-1,2,522,266,-1,266,526,2,-1,23,558,266,-1,266,522,23,-1,24,551,266,-1,266,558,24,-1,5,526,266,-1,266,551,5,-1,3,523,267,-1,267,528,3,-1,4,529,267,-1,267,523,4,-1,7,527,267,-1,267,529,7,-1,6,528,267,-1,267,527,6,-1,5,551,268,-1,268,530,5,-1,24,559,268,-1,268,551,24,-1,25,552,268,-1,268,559,25,-1,8,530,268,-1,268,552,8,-1,6,527,269,-1,269,532,6,-1,7,533,269,-1,269,527,7,-1,10,531,269,-1,269,533,10,-1,9,532,269,-1,269,531,9,-1,8,552,270,-1,270,534,8,-1,25,560,270,-1,270,552,25,-1,26,553,270,-1,270,560,26,-1,11,534,270,-1,270,553,11,-1,9,531,271,-1,271,536,9,-1,10,537,271,-1,271,531,10,-1,13,535,271,-1,271,537,13,-1,12,536,271,-1,271,535,12,-1,11,553,272,-1,272,538,11,-1,26,561,272,-1,272,553,26,-1,27,554,272,-1,272,561,27,-1,14,538,272,-1,272,554,14,-1,12,535,273,-1,273,540,12,-1,13,541,273,-1,273,535,13,-1,16,539,273,-1,273,541,16,-1,15,540,273,-1,273,539,15,-1,14,554,274,-1,274,542,14,-1,27,562,274,-1,274,554,27,-1,28,555,274,-1,274,562,28,-1,17,542,274,-1,274,555,17,-1,15,539,275,-1,275,544,15,-1,16,545,275,-1,275,539,16,-1,19,543,275,-1,275,545,19,-1,18,544,275,-1,275,543,18,-1,17,555,276,-1,276,546,17,-1,28,563,276,-1,276,555,28,-1,29,556,276,-1,276,563,29,-1,20,546,276,-1,276,556,20,-1,18,543,277,-1,277,548,18,-1,19,549,277,-1,277,543,19,-1,21,547,277,-1,277,549,21,-1,160,548,277,-1,277,547,160,-1,20,556,278,-1,278,550,20,-1,29,564,278,-1,278,556,29,-1,30,557,278,-1,278,564,30,-1,22,550,278,-1,278,557,22,-1,2,526,279,-1,279,580,2,-1,5,581,279,-1,279,526,5,-1,33,565,279,-1,279,581,33,-1,32,580,279,-1,279,565,32,-1,5,530,280,-1,280,581,5,-1,8,582,280,-1,280,530,8,-1,34,566,280,-1,280,582,34,-1,33,581,280,-1,280,566,33,-1,8,534,281,-1,281,582,8,-1,11,583,281,-1,281,534,11,-1,35,567,281,-1,281,583,35,-1,34,582,281,-1,281,567,34,-1,11,538,282,-1,282,583,11,-1,14,584,282,-1,282,538,14,-1,36,568,282,-1,282,584,36,-1,35,583,282,-1,282,568,35,-1,14,542,283,-1,283,584,14,-1,17,585,283,-1,283,542,17,-1,37,569,283,-1,283,585,37,-1,36,584,283,-1,283,569,36,-1,17,546,284,-1,284,585,17,-1,20,586,284,-1,284,546,20,-1,38,570,284,-1,284,586,38,-1,37,585,284,-1,284,570,37,-1,20,550,285,-1,285,586,20,-1,22,587,285,-1,285,550,22,-1,168,571,285,-1,285,587,168,-1,38,586,285,-1,285,571,38,-1,21,549,286,-1,286,839,21,-1,19,588,286,-1,286,549,19,-1,39,572,286,-1,286,588,39,-1,170,839,286,-1,286,572,170,-1,19,545,287,-1,287,588,19,-1,16,589,287,-1,287,545,16,-1,40,573,287,-1,287,589,40,-1,39,588,287,-1,287,573,39,-1,16,541,288,-1,288,589,16,-1,13,590,288,-1,288,541,13,-1,41,574,288,-1,288,590,41,-1,40,589,288,-1,288,574,40,-1,13,537,289,-1,289,590,13,-1,10,591,289,-1,289,537,10,-1,42,575,289,-1,289,591,42,-1,41,590,289,-1,289,575,41,-1,10,533,290,-1,290,591,10,-1,7,592,290,-1,290,533,7,-1,43,576,290,-1,290,592,43,-1,42,591,290,-1,290,576,42,-1,7,529,291,-1,291,592,7,-1});
  }
}
private class MFInt329 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {4,593,291,-1,291,529,4,-1,44,577,291,-1,291,593,44,-1,43,592,291,-1,291,577,43,-1,4,525,292,-1,292,593,4,-1,1,579,292,-1,292,525,1,-1,31,578,292,-1,292,579,31,-1,44,593,292,-1,292,578,44,-1,24,558,293,-1,293,595,24,-1,23,594,293,-1,293,558,23,-1,45,595,293,-1,293,594,45,-1,25,559,294,-1,294,596,25,-1,24,595,294,-1,294,559,24,-1,45,596,294,-1,294,595,45,-1,26,560,295,-1,295,597,26,-1,25,596,295,-1,295,560,25,-1,45,597,295,-1,295,596,45,-1,27,561,296,-1,296,598,27,-1,26,597,296,-1,296,561,26,-1,45,598,296,-1,296,597,45,-1,28,562,297,-1,297,599,28,-1,27,598,297,-1,297,562,27,-1,45,599,297,-1,297,598,45,-1,29,563,298,-1,298,600,29,-1,28,599,298,-1,298,563,28,-1,45,600,298,-1,298,599,45,-1,30,564,299,-1,299,601,30,-1,29,600,299,-1,299,564,29,-1,45,601,299,-1,299,600,45,-1,75,667,300,-1,300,670,75,-1,76,668,300,-1,300,667,76,-1,77,669,300,-1,300,668,77,-1,78,670,300,-1,300,669,78,-1,79,675,301,-1,301,678,79,-1,80,676,301,-1,301,675,80,-1,81,677,301,-1,301,676,81,-1,82,678,301,-1,301,677,82,-1,83,683,302,-1,302,686,83,-1,84,684,302,-1,302,683,84,-1,85,685,302,-1,302,684,85,-1,86,686,302,-1,302,685,86,-1,87,691,303,-1,303,694,87,-1,88,692,303,-1,303,691,88,-1,89,693,303,-1,303,692,89,-1,90,694,303,-1,303,693,90,-1,91,699,304,-1,304,702,91,-1,92,700,304,-1,304,699,92,-1,93,701,304,-1,304,700,93,-1,94,702,304,-1,304,701,94,-1,95,707,305,-1,305,710,95,-1,96,708,305,-1,305,707,96,-1,97,709,305,-1,305,708,97,-1,98,710,305,-1,305,709,98,-1,99,715,306,-1,306,718,99,-1,100,716,306,-1,306,715,100,-1,101,717,306,-1,306,716,101,-1,102,718,306,-1,306,717,102,-1,32,565,307,-1,307,609,32,-1,33,610,307,-1,307,565,33,-1,104,752,307,-1,307,610,104,-1,103,609,307,-1,307,752,103,-1,33,603,308,-1,308,610,33,-1,44,611,308,-1,308,603,44,-1,105,753,308,-1,308,611,105,-1,104,610,308,-1,308,753,104,-1,44,578,309,-1,309,611,44,-1,31,612,309,-1,309,578,31,-1,106,754,309,-1,309,612,106,-1,105,611,309,-1,309,754,105,-1,31,602,310,-1,310,612,31,-1,32,609,310,-1,310,602,32,-1,103,755,310,-1,310,609,103,-1,106,612,310,-1,310,755,106,-1,38,571,311,-1,311,617,38,-1,168,618,311,-1,311,571,168,-1,108,756,311,-1,311,618,108,-1,107,617,311,-1,311,756,107,-1,168,900,312,-1,312,618,168,-1,170,619,312,-1,312,900,170,-1,109,757,312,-1,312,619,109,-1,108,618,312,-1,312,757,108,-1,170,572,313,-1,313,619,170,-1,39,620,313,-1,313,572,39,-1,110,758,313,-1,313,620,110,-1,109,619,313,-1,313,758,109,-1,39,604,314,-1,314,620,39,-1,38,617,314,-1,314,604,38,-1,107,759,314,-1,314,617,107,-1,110,620,314,-1,314,759,110,-1,39,573,315,-1,315,625,39,-1,40,626,315,-1,315,573,40,-1,112,760,315,-1,315,626,112,-1,111,625,315,-1,315,760,111,-1,40,605,316,-1,316,626,40,-1,37,627,316,-1,316,605,37,-1,113,761,316,-1,316,627,113,-1,112,626,316,-1,316,761,112,-1,37,570,317,-1,317,627,37,-1,38,628,317,-1,317,570,38,-1,114,762,317,-1,317,628,114,-1,113,627,317,-1,317,762,113,-1,38,604,318,-1,318,628,38,-1,39,625,318,-1,318,604,39,-1,111,763,318,-1,318,625,111,-1,114,628,318,-1,318,763,114,-1,40,574,319,-1,319,633,40,-1});
  }
}
private class MFInt3210 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {41,634,319,-1,319,574,41,-1,116,764,319,-1,319,634,116,-1,115,633,319,-1,319,764,115,-1,41,606,320,-1,320,634,41,-1,36,635,320,-1,320,606,36,-1,117,765,320,-1,320,635,117,-1,116,634,320,-1,320,765,116,-1,36,569,321,-1,321,635,36,-1,37,636,321,-1,321,569,37,-1,118,766,321,-1,321,636,118,-1,117,635,321,-1,321,766,117,-1,37,605,322,-1,322,636,37,-1,40,633,322,-1,322,605,40,-1,115,767,322,-1,322,633,115,-1,118,636,322,-1,322,767,118,-1,41,575,323,-1,323,641,41,-1,42,642,323,-1,323,575,42,-1,120,768,323,-1,323,642,120,-1,119,641,323,-1,323,768,119,-1,42,607,324,-1,324,642,42,-1,35,643,324,-1,324,607,35,-1,121,769,324,-1,324,643,121,-1,120,642,324,-1,324,769,120,-1,35,568,325,-1,325,643,35,-1,36,644,325,-1,325,568,36,-1,122,770,325,-1,325,644,122,-1,121,643,325,-1,325,770,121,-1,36,606,326,-1,326,644,36,-1,41,641,326,-1,326,606,41,-1,119,771,326,-1,326,641,119,-1,122,644,326,-1,326,771,122,-1,42,576,327,-1,327,649,42,-1,43,650,327,-1,327,576,43,-1,124,772,327,-1,327,650,124,-1,123,649,327,-1,327,772,123,-1,43,608,328,-1,328,650,43,-1,34,651,328,-1,328,608,34,-1,125,773,328,-1,328,651,125,-1,124,650,328,-1,328,773,124,-1,34,567,329,-1,329,651,34,-1,35,652,329,-1,329,567,35,-1,126,774,329,-1,329,652,126,-1,125,651,329,-1,329,774,125,-1,35,607,330,-1,330,652,35,-1,42,649,330,-1,330,607,42,-1,123,775,330,-1,330,649,123,-1,126,652,330,-1,330,775,126,-1,43,577,331,-1,331,657,43,-1,44,658,331,-1,331,577,44,-1,128,776,331,-1,331,658,128,-1,127,657,331,-1,331,776,127,-1,44,603,332,-1,332,658,44,-1,33,659,332,-1,332,603,33,-1,129,777,332,-1,332,659,129,-1,128,658,332,-1,332,777,128,-1,33,566,333,-1,333,659,33,-1,34,660,333,-1,333,566,34,-1,130,778,333,-1,333,660,130,-1,129,659,333,-1,333,778,129,-1,34,608,334,-1,334,660,34,-1,43,657,334,-1,334,608,43,-1,127,779,334,-1,334,657,127,-1,130,660,334,-1,334,779,130,-1,45,594,335,-1,335,953,45,-1,23,666,335,-1,335,594,23,-1,131,780,335,-1,335,666,131,-1,234,953,335,-1,335,780,234,-1,46,613,336,-1,336,671,46,-1,47,672,336,-1,336,613,47,-1,76,667,336,-1,336,672,76,-1,75,671,336,-1,336,667,75,-1,47,614,337,-1,337,672,47,-1,48,673,337,-1,337,614,48,-1,77,668,337,-1,337,673,77,-1,76,672,337,-1,337,668,76,-1,48,615,338,-1,338,673,48,-1,49,674,338,-1,338,615,49,-1,78,669,338,-1,338,674,78,-1,77,673,338,-1,338,669,77,-1,49,616,339,-1,339,674,49,-1,46,671,339,-1,339,616,46,-1,75,670,339,-1,339,671,75,-1,78,674,339,-1,339,670,78,-1,50,621,340,-1,340,679,50,-1,51,680,340,-1,340,621,51,-1,80,675,340,-1,340,680,80,-1,79,679,340,-1,340,675,79,-1,51,622,341,-1,341,680,51,-1,52,681,341,-1,341,622,52,-1,81,676,341,-1,341,681,81,-1,80,680,341,-1,341,676,80,-1,52,623,342,-1,342,681,52,-1,53,682,342,-1,342,623,53,-1,82,677,342,-1,342,682,82,-1,81,681,342,-1,342,677,81,-1,53,624,343,-1,343,682,53,-1,50,679,343,-1,343,624,50,-1,79,678,343,-1,343,679,79,-1,82,682,343,-1,343,678,82,-1,54,629,344,-1,344,687,54,-1,55,688,344,-1,344,629,55,-1,84,683,344,-1,344,688,84,-1,83,687,344,-1,344,683,83,-1,55,630,345,-1,345,688,55,-1,56,689,345,-1,345,630,56,-1});
  }
}
private class MFInt3211 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {85,684,345,-1,345,689,85,-1,84,688,345,-1,345,684,84,-1,56,631,346,-1,346,689,56,-1,57,690,346,-1,346,631,57,-1,86,685,346,-1,346,690,86,-1,85,689,346,-1,346,685,85,-1,57,632,347,-1,347,690,57,-1,54,687,347,-1,347,632,54,-1,83,686,347,-1,347,687,83,-1,86,690,347,-1,347,686,86,-1,58,637,348,-1,348,695,58,-1,59,696,348,-1,348,637,59,-1,88,691,348,-1,348,696,88,-1,87,695,348,-1,348,691,87,-1,59,638,349,-1,349,696,59,-1,60,697,349,-1,349,638,60,-1,89,692,349,-1,349,697,89,-1,88,696,349,-1,349,692,88,-1,60,639,350,-1,350,697,60,-1,61,698,350,-1,350,639,61,-1,90,693,350,-1,350,698,90,-1,89,697,350,-1,350,693,89,-1,61,640,351,-1,351,698,61,-1,58,695,351,-1,351,640,58,-1,87,694,351,-1,351,695,87,-1,90,698,351,-1,351,694,90,-1,62,645,352,-1,352,703,62,-1,63,704,352,-1,352,645,63,-1,92,699,352,-1,352,704,92,-1,91,703,352,-1,352,699,91,-1,63,646,353,-1,353,704,63,-1,64,705,353,-1,353,646,64,-1,93,700,353,-1,353,705,93,-1,92,704,353,-1,353,700,92,-1,64,647,354,-1,354,705,64,-1,65,706,354,-1,354,647,65,-1,94,701,354,-1,354,706,94,-1,93,705,354,-1,354,701,93,-1,65,648,355,-1,355,706,65,-1,62,703,355,-1,355,648,62,-1,91,702,355,-1,355,703,91,-1,94,706,355,-1,355,702,94,-1,66,653,356,-1,356,711,66,-1,67,712,356,-1,356,653,67,-1,96,707,356,-1,356,712,96,-1,95,711,356,-1,356,707,95,-1,67,654,357,-1,357,712,67,-1,68,713,357,-1,357,654,68,-1,97,708,357,-1,357,713,97,-1,96,712,357,-1,357,708,96,-1,68,655,358,-1,358,713,68,-1,69,714,358,-1,358,655,69,-1,98,709,358,-1,358,714,98,-1,97,713,358,-1,358,709,97,-1,69,656,359,-1,359,714,69,-1,66,711,359,-1,359,656,66,-1,95,710,359,-1,359,711,95,-1,98,714,359,-1,359,710,98,-1,70,661,360,-1,360,719,70,-1,71,720,360,-1,360,661,71,-1,100,715,360,-1,360,720,100,-1,99,719,360,-1,360,715,99,-1,71,662,361,-1,361,720,71,-1,72,721,361,-1,361,662,72,-1,101,716,361,-1,361,721,101,-1,100,720,361,-1,361,716,100,-1,72,663,362,-1,362,721,72,-1,73,722,362,-1,362,663,73,-1,102,717,362,-1,362,722,102,-1,101,721,362,-1,362,717,101,-1,73,664,363,-1,363,722,73,-1,70,719,363,-1,363,664,70,-1,99,718,363,-1,363,719,99,-1,102,722,363,-1,363,718,102,-1,104,724,364,-1,364,752,104,-1,47,613,364,-1,364,724,47,-1,46,723,364,-1,364,613,46,-1,103,752,364,-1,364,723,103,-1,105,725,365,-1,365,753,105,-1,48,614,365,-1,365,725,48,-1,47,724,365,-1,365,614,47,-1,104,753,365,-1,365,724,104,-1,106,726,366,-1,366,754,106,-1,49,615,366,-1,366,726,49,-1,48,725,366,-1,366,615,48,-1,105,754,366,-1,366,725,105,-1,103,723,367,-1,367,755,103,-1,46,616,367,-1,367,723,46,-1,49,726,367,-1,367,616,49,-1,106,755,367,-1,367,726,106,-1,108,728,368,-1,368,756,108,-1,51,621,368,-1,368,728,51,-1,50,727,368,-1,368,621,50,-1,107,756,368,-1,368,727,107,-1,109,729,369,-1,369,757,109,-1,52,622,369,-1,369,729,52,-1,51,728,369,-1,369,622,51,-1,108,757,369,-1,369,728,108,-1,110,730,370,-1,370,758,110,-1,53,623,370,-1,370,730,53,-1,52,729,370,-1,370,623,52,-1,109,758,370,-1,370,729,109,-1,107,727,371,-1,371,759,107,-1,50,624,371,-1,371,727,50,-1,53,730,371,-1,371,624,53,-1});
  }
}
private class MFInt3212 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {110,759,371,-1,371,730,110,-1,112,732,372,-1,372,760,112,-1,55,629,372,-1,372,732,55,-1,54,731,372,-1,372,629,54,-1,111,760,372,-1,372,731,111,-1,113,733,373,-1,373,761,113,-1,56,630,373,-1,373,733,56,-1,55,732,373,-1,373,630,55,-1,112,761,373,-1,373,732,112,-1,114,734,374,-1,374,762,114,-1,57,631,374,-1,374,734,57,-1,56,733,374,-1,374,631,56,-1,113,762,374,-1,374,733,113,-1,111,731,375,-1,375,763,111,-1,54,632,375,-1,375,731,54,-1,57,734,375,-1,375,632,57,-1,114,763,375,-1,375,734,114,-1,116,736,376,-1,376,764,116,-1,59,637,376,-1,376,736,59,-1,58,735,376,-1,376,637,58,-1,115,764,376,-1,376,735,115,-1,117,737,377,-1,377,765,117,-1,60,638,377,-1,377,737,60,-1,59,736,377,-1,377,638,59,-1,116,765,377,-1,377,736,116,-1,118,738,378,-1,378,766,118,-1,61,639,378,-1,378,738,61,-1,60,737,378,-1,378,639,60,-1,117,766,378,-1,378,737,117,-1,115,735,379,-1,379,767,115,-1,58,640,379,-1,379,735,58,-1,61,738,379,-1,379,640,61,-1,118,767,379,-1,379,738,118,-1,120,740,380,-1,380,768,120,-1,63,645,380,-1,380,740,63,-1,62,739,380,-1,380,645,62,-1,119,768,380,-1,380,739,119,-1,121,741,381,-1,381,769,121,-1,64,646,381,-1,381,741,64,-1,63,740,381,-1,381,646,63,-1,120,769,381,-1,381,740,120,-1,122,742,382,-1,382,770,122,-1,65,647,382,-1,382,742,65,-1,64,741,382,-1,382,647,64,-1,121,770,382,-1,382,741,121,-1,119,739,383,-1,383,771,119,-1,62,648,383,-1,383,739,62,-1,65,742,383,-1,383,648,65,-1,122,771,383,-1,383,742,122,-1,124,744,384,-1,384,772,124,-1,67,653,384,-1,384,744,67,-1,66,743,384,-1,384,653,66,-1,123,772,384,-1,384,743,123,-1,125,745,385,-1,385,773,125,-1,68,654,385,-1,385,745,68,-1,67,744,385,-1,385,654,67,-1,124,773,385,-1,385,744,124,-1,126,746,386,-1,386,774,126,-1,69,655,386,-1,386,746,69,-1,68,745,386,-1,386,655,68,-1,125,774,386,-1,386,745,125,-1,123,743,387,-1,387,775,123,-1,66,656,387,-1,387,743,66,-1,69,746,387,-1,387,656,69,-1,126,775,387,-1,387,746,126,-1,128,748,388,-1,388,776,128,-1,71,661,388,-1,388,748,71,-1,70,747,388,-1,388,661,70,-1,127,776,388,-1,388,747,127,-1,129,749,389,-1,389,777,129,-1,72,662,389,-1,389,749,72,-1,71,748,389,-1,389,662,71,-1,128,777,389,-1,389,748,128,-1,130,750,390,-1,390,778,130,-1,73,663,390,-1,390,750,73,-1,72,749,390,-1,390,663,72,-1,129,778,390,-1,390,749,129,-1,127,747,391,-1,391,779,127,-1,70,664,391,-1,391,747,70,-1,73,750,391,-1,391,664,73,-1,130,779,391,-1,391,750,130,-1,131,751,392,-1,392,780,131,-1,74,665,392,-1,392,751,74,-1,264,1040,392,-1,392,665,264,-1,234,780,392,-1,392,1040,234,-1,132,784,393,-1,393,781,132,-1,135,783,393,-1,393,784,135,-1,134,782,393,-1,393,783,134,-1,133,781,393,-1,393,782,133,-1,136,788,394,-1,394,785,136,-1,139,787,394,-1,394,788,139,-1,138,786,394,-1,394,787,138,-1,137,785,394,-1,394,786,137,-1,135,791,395,-1,395,783,135,-1,141,790,395,-1,395,791,141,-1,140,789,395,-1,395,790,140,-1,134,783,395,-1,395,789,134,-1,139,794,396,-1,396,787,139,-1,143,793,396,-1,396,794,143,-1,142,792,396,-1,396,793,142,-1,138,787,396,-1,396,792,138,-1,141,797,397,-1,397,790,141,-1,145,796,397,-1,397,797,145,-1,144,795,397,-1,397,796,144,-1,140,790,397,-1,397,795,140,-1});
  }
}
private class MFInt3213 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {143,800,398,-1,398,793,143,-1,147,799,398,-1,398,800,147,-1,146,798,398,-1,398,799,146,-1,142,793,398,-1,398,798,142,-1,145,803,399,-1,399,796,145,-1,149,802,399,-1,399,803,149,-1,148,801,399,-1,399,802,148,-1,144,796,399,-1,399,801,144,-1,147,806,400,-1,400,799,147,-1,151,805,400,-1,400,806,151,-1,150,804,400,-1,400,805,150,-1,146,799,400,-1,400,804,146,-1,149,809,401,-1,401,802,149,-1,153,808,401,-1,401,809,153,-1,152,807,401,-1,401,808,152,-1,148,802,401,-1,401,807,148,-1,151,812,402,-1,402,805,151,-1,155,811,402,-1,402,812,155,-1,154,810,402,-1,402,811,154,-1,150,805,402,-1,402,810,150,-1,153,815,403,-1,403,808,153,-1,157,814,403,-1,403,815,157,-1,156,813,403,-1,403,814,156,-1,152,808,403,-1,403,813,152,-1,155,818,404,-1,404,811,155,-1,159,817,404,-1,404,818,159,-1,158,816,404,-1,404,817,158,-1,154,811,404,-1,404,816,154,-1,157,820,405,-1,405,814,157,-1,160,547,405,-1,405,820,160,-1,21,819,405,-1,405,547,21,-1,156,814,405,-1,405,819,156,-1,159,822,406,-1,406,817,159,-1,22,557,406,-1,406,822,22,-1,30,821,406,-1,406,557,30,-1,158,817,406,-1,406,821,158,-1,136,825,407,-1,407,788,136,-1,162,824,407,-1,407,825,162,-1,161,823,407,-1,407,824,161,-1,139,788,407,-1,407,823,139,-1,139,823,408,-1,408,794,139,-1,161,827,408,-1,408,823,161,-1,163,826,408,-1,408,827,163,-1,143,794,408,-1,408,826,143,-1,143,826,409,-1,409,800,143,-1,163,829,409,-1,409,826,163,-1,164,828,409,-1,409,829,164,-1,147,800,409,-1,409,828,147,-1,147,828,410,-1,410,806,147,-1,164,831,410,-1,410,828,164,-1,165,830,410,-1,410,831,165,-1,151,806,410,-1,410,830,151,-1,151,830,411,-1,411,812,151,-1,165,833,411,-1,411,830,165,-1,166,832,411,-1,411,833,166,-1,155,812,411,-1,411,832,155,-1,155,832,412,-1,412,818,155,-1,166,835,412,-1,412,832,166,-1,167,834,412,-1,412,835,167,-1,159,818,412,-1,412,834,159,-1,159,834,413,-1,413,822,159,-1,167,836,413,-1,413,834,167,-1,168,587,413,-1,413,836,168,-1,22,822,413,-1,413,587,22,-1,21,839,414,-1,414,819,21,-1,170,838,414,-1,414,839,170,-1,169,837,414,-1,414,838,169,-1,156,819,414,-1,414,837,156,-1,156,837,415,-1,415,813,156,-1,169,841,415,-1,415,837,169,-1,171,840,415,-1,415,841,171,-1,152,813,415,-1,415,840,152,-1,152,840,416,-1,416,807,152,-1,171,843,416,-1,416,840,171,-1,172,842,416,-1,416,843,172,-1,148,807,416,-1,416,842,148,-1,148,842,417,-1,417,801,148,-1,172,845,417,-1,417,842,172,-1,173,844,417,-1,417,845,173,-1,144,801,417,-1,417,844,144,-1,144,844,418,-1,418,795,144,-1,173,847,418,-1,418,844,173,-1,174,846,418,-1,418,847,174,-1,140,795,418,-1,418,846,140,-1,140,846,419,-1,419,789,140,-1,174,849,419,-1,419,846,174,-1,175,848,419,-1,419,849,175,-1,134,789,419,-1,419,848,134,-1,134,848,420,-1,420,782,134,-1,175,851,420,-1,420,848,175,-1,176,850,420,-1,420,851,176,-1,133,782,420,-1,420,850,133,-1,138,853,421,-1,421,786,138,-1,45,852,421,-1,421,853,45,-1,137,786,421,-1,421,852,137,-1,142,854,422,-1,422,792,142,-1,45,853,422,-1,422,854,45,-1,138,792,422,-1,422,853,138,-1,146,855,423,-1,423,798,146,-1,45,854,423,-1,423,855,45,-1,142,798,423,-1,423,854,142,-1,150,856,424,-1,424,804,150,-1,45,855,424,-1,424,856,45,-1,146,804,424,-1,424,855,146,-1,154,857,425,-1,425,810,154,-1});
  }
}
private class MFInt3214 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {45,856,425,-1,425,857,45,-1,150,810,425,-1,425,856,150,-1,158,858,426,-1,426,816,158,-1,45,857,426,-1,426,858,45,-1,154,816,426,-1,426,857,154,-1,30,601,427,-1,427,821,30,-1,45,858,427,-1,427,601,45,-1,158,821,427,-1,427,858,158,-1,177,862,428,-1,428,859,177,-1,180,861,428,-1,428,862,180,-1,179,860,428,-1,428,861,179,-1,178,859,428,-1,428,860,178,-1,181,866,429,-1,429,863,181,-1,184,865,429,-1,429,866,184,-1,183,864,429,-1,429,865,183,-1,182,863,429,-1,429,864,182,-1,185,870,430,-1,430,867,185,-1,188,869,430,-1,430,870,188,-1,187,868,430,-1,430,869,187,-1,186,867,430,-1,430,868,186,-1,189,874,431,-1,431,871,189,-1,192,873,431,-1,431,874,192,-1,191,872,431,-1,431,873,191,-1,190,871,431,-1,431,872,190,-1,193,878,432,-1,432,875,193,-1,196,877,432,-1,432,878,196,-1,195,876,432,-1,432,877,195,-1,194,875,432,-1,432,876,194,-1,197,882,433,-1,433,879,197,-1,200,881,433,-1,433,882,200,-1,199,880,433,-1,433,881,199,-1,198,879,433,-1,433,880,198,-1,201,886,434,-1,434,883,201,-1,204,885,434,-1,434,886,204,-1,203,884,434,-1,434,885,203,-1,202,883,434,-1,434,884,202,-1,162,889,435,-1,435,824,162,-1,206,888,435,-1,435,889,206,-1,205,887,435,-1,435,888,205,-1,161,824,435,-1,435,887,161,-1,161,887,436,-1,436,890,161,-1,205,892,436,-1,436,887,205,-1,207,891,436,-1,436,892,207,-1,175,890,436,-1,436,891,175,-1,175,891,437,-1,437,851,175,-1,207,894,437,-1,437,891,207,-1,208,893,437,-1,437,894,208,-1,176,851,437,-1,437,893,176,-1,176,893,438,-1,438,895,176,-1,208,896,438,-1,438,893,208,-1,206,889,438,-1,438,896,206,-1,162,895,438,-1,438,889,162,-1,167,899,439,-1,439,836,167,-1,210,898,439,-1,439,899,210,-1,209,897,439,-1,439,898,209,-1,168,836,439,-1,439,897,168,-1,168,897,440,-1,440,900,168,-1,209,902,440,-1,440,897,209,-1,211,901,440,-1,440,902,211,-1,170,900,440,-1,440,901,170,-1,170,901,441,-1,441,838,170,-1,211,904,441,-1,441,901,211,-1,212,903,441,-1,441,904,212,-1,169,838,441,-1,441,903,169,-1,169,903,442,-1,442,905,169,-1,212,906,442,-1,442,903,212,-1,210,899,442,-1,442,906,210,-1,167,905,442,-1,442,899,167,-1,169,909,443,-1,443,841,169,-1,214,908,443,-1,443,909,214,-1,213,907,443,-1,443,908,213,-1,171,841,443,-1,443,907,171,-1,171,907,444,-1,444,910,171,-1,213,912,444,-1,444,907,213,-1,215,911,444,-1,444,912,215,-1,166,910,444,-1,444,911,166,-1,166,911,445,-1,445,835,166,-1,215,914,445,-1,445,911,215,-1,216,913,445,-1,445,914,216,-1,167,835,445,-1,445,913,167,-1,167,913,446,-1,446,905,167,-1,216,915,446,-1,446,913,216,-1,214,909,446,-1,446,915,214,-1,169,905,446,-1,446,909,169,-1,171,918,447,-1,447,843,171,-1,218,917,447,-1,447,918,218,-1,217,916,447,-1,447,917,217,-1,172,843,447,-1,447,916,172,-1,172,916,448,-1,448,919,172,-1,217,921,448,-1,448,916,217,-1,219,920,448,-1,448,921,219,-1,165,919,448,-1,448,920,165,-1,165,920,449,-1,449,833,165,-1,219,923,449,-1,449,920,219,-1,220,922,449,-1,449,923,220,-1,166,833,449,-1,449,922,166,-1,166,922,450,-1,450,910,166,-1,220,924,450,-1,450,922,220,-1,218,918,450,-1,450,924,218,-1,171,910,450,-1,450,918,171,-1,172,927,451,-1,451,845,172,-1,222,926,451,-1,451,927,222,-1,221,925,451,-1,451,926,221,-1,173,845,451,-1,451,925,173,-1,173,925,452,-1,452,928,173,-1});
  }
}
private class MFInt3215 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {221,930,452,-1,452,925,221,-1,223,929,452,-1,452,930,223,-1,164,928,452,-1,452,929,164,-1,164,929,453,-1,453,831,164,-1,223,932,453,-1,453,929,223,-1,224,931,453,-1,453,932,224,-1,165,831,453,-1,453,931,165,-1,165,931,454,-1,454,919,165,-1,224,933,454,-1,454,931,224,-1,222,927,454,-1,454,933,222,-1,172,919,454,-1,454,927,172,-1,173,936,455,-1,455,847,173,-1,226,935,455,-1,455,936,226,-1,225,934,455,-1,455,935,225,-1,174,847,455,-1,455,934,174,-1,174,934,456,-1,456,937,174,-1,225,939,456,-1,456,934,225,-1,227,938,456,-1,456,939,227,-1,163,937,456,-1,456,938,163,-1,163,938,457,-1,457,829,163,-1,227,941,457,-1,457,938,227,-1,228,940,457,-1,457,941,228,-1,164,829,457,-1,457,940,164,-1,164,940,458,-1,458,928,164,-1,228,942,458,-1,458,940,228,-1,226,936,458,-1,458,942,226,-1,173,928,458,-1,458,936,173,-1,174,945,459,-1,459,849,174,-1,230,944,459,-1,459,945,230,-1,229,943,459,-1,459,944,229,-1,175,849,459,-1,459,943,175,-1,175,943,460,-1,460,890,175,-1,229,947,460,-1,460,943,229,-1,231,946,460,-1,460,947,231,-1,161,890,460,-1,460,946,161,-1,161,946,461,-1,461,827,161,-1,231,949,461,-1,461,946,231,-1,232,948,461,-1,461,949,232,-1,163,827,461,-1,461,948,163,-1,163,948,462,-1,462,937,163,-1,232,950,462,-1,462,948,232,-1,230,945,462,-1,462,950,230,-1,174,937,462,-1,462,945,174,-1,45,953,463,-1,463,852,45,-1,234,952,463,-1,463,953,234,-1,233,951,463,-1,463,952,233,-1,137,852,463,-1,463,951,137,-1,235,956,464,-1,464,954,235,-1,177,859,464,-1,464,956,177,-1,178,955,464,-1,464,859,178,-1,236,954,464,-1,464,955,236,-1,236,955,465,-1,465,957,236,-1,178,860,465,-1,465,955,178,-1,179,958,465,-1,465,860,179,-1,237,957,465,-1,465,958,237,-1,237,958,466,-1,466,959,237,-1,179,861,466,-1,466,958,179,-1,180,960,466,-1,466,861,180,-1,238,959,466,-1,466,960,238,-1,238,960,467,-1,467,961,238,-1,180,862,467,-1,467,960,180,-1,177,956,467,-1,467,862,177,-1,235,961,467,-1,467,956,235,-1,239,964,468,-1,468,962,239,-1,181,863,468,-1,468,964,181,-1,182,963,468,-1,468,863,182,-1,240,962,468,-1,468,963,240,-1,240,963,469,-1,469,965,240,-1,182,864,469,-1,469,963,182,-1,183,966,469,-1,469,864,183,-1,241,965,469,-1,469,966,241,-1,241,966,470,-1,470,967,241,-1,183,865,470,-1,470,966,183,-1,184,968,470,-1,470,865,184,-1,242,967,470,-1,470,968,242,-1,242,968,471,-1,471,969,242,-1,184,866,471,-1,471,968,184,-1,181,964,471,-1,471,866,181,-1,239,969,471,-1,471,964,239,-1,243,972,472,-1,472,970,243,-1,185,867,472,-1,472,972,185,-1,186,971,472,-1,472,867,186,-1,244,970,472,-1,472,971,244,-1,244,971,473,-1,473,973,244,-1,186,868,473,-1,473,971,186,-1,187,974,473,-1,473,868,187,-1,245,973,473,-1,473,974,245,-1,245,974,474,-1,474,975,245,-1,187,869,474,-1,474,974,187,-1,188,976,474,-1,474,869,188,-1,246,975,474,-1,474,976,246,-1,246,976,475,-1,475,977,246,-1,188,870,475,-1,475,976,188,-1,185,972,475,-1,475,870,185,-1,243,977,475,-1,475,972,243,-1,247,980,476,-1,476,978,247,-1,189,871,476,-1,476,980,189,-1,190,979,476,-1,476,871,190,-1,248,978,476,-1,476,979,248,-1,248,979,477,-1,477,981,248,-1,190,872,477,-1,477,979,190,-1,191,982,477,-1,477,872,191,-1,249,981,477,-1,477,982,249,-1,249,982,478,-1,478,983,249,-1,191,873,478,-1,478,982,191,-1});
  }
}
private class MFInt3216 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {192,984,478,-1,478,873,192,-1,250,983,478,-1,478,984,250,-1,250,984,479,-1,479,985,250,-1,192,874,479,-1,479,984,192,-1,189,980,479,-1,479,874,189,-1,247,985,479,-1,479,980,247,-1,251,988,480,-1,480,986,251,-1,193,875,480,-1,480,988,193,-1,194,987,480,-1,480,875,194,-1,252,986,480,-1,480,987,252,-1,252,987,481,-1,481,989,252,-1,194,876,481,-1,481,987,194,-1,195,990,481,-1,481,876,195,-1,253,989,481,-1,481,990,253,-1,253,990,482,-1,482,991,253,-1,195,877,482,-1,482,990,195,-1,196,992,482,-1,482,877,196,-1,254,991,482,-1,482,992,254,-1,254,992,483,-1,483,993,254,-1,196,878,483,-1,483,992,196,-1,193,988,483,-1,483,878,193,-1,251,993,483,-1,483,988,251,-1,255,996,484,-1,484,994,255,-1,197,879,484,-1,484,996,197,-1,198,995,484,-1,484,879,198,-1,256,994,484,-1,484,995,256,-1,256,995,485,-1,485,997,256,-1,198,880,485,-1,485,995,198,-1,199,998,485,-1,485,880,199,-1,257,997,485,-1,485,998,257,-1,257,998,486,-1,486,999,257,-1,199,881,486,-1,486,998,199,-1,200,1000,486,-1,486,881,200,-1,258,999,486,-1,486,1000,258,-1,258,1000,487,-1,487,1001,258,-1,200,882,487,-1,487,1000,200,-1,197,996,487,-1,487,882,197,-1,255,1001,487,-1,487,996,255,-1,259,1004,488,-1,488,1002,259,-1,201,883,488,-1,488,1004,201,-1,202,1003,488,-1,488,883,202,-1,260,1002,488,-1,488,1003,260,-1,260,1003,489,-1,489,1005,260,-1,202,884,489,-1,489,1003,202,-1,203,1006,489,-1,489,884,203,-1,261,1005,489,-1,489,1006,261,-1,261,1006,490,-1,490,1007,261,-1,203,885,490,-1,490,1006,203,-1,204,1008,490,-1,490,885,204,-1,262,1007,490,-1,490,1008,262,-1,262,1008,491,-1,491,1009,262,-1,204,886,491,-1,491,1008,204,-1,201,1004,491,-1,491,886,201,-1,259,1009,491,-1,491,1004,259,-1,205,888,492,-1,492,1010,205,-1,206,1011,492,-1,492,888,206,-1,235,954,492,-1,492,1011,235,-1,236,1010,492,-1,492,954,236,-1,207,892,493,-1,493,1012,207,-1,205,1010,493,-1,493,892,205,-1,236,957,493,-1,493,1010,236,-1,237,1012,493,-1,493,957,237,-1,208,894,494,-1,494,1013,208,-1,207,1012,494,-1,494,894,207,-1,237,959,494,-1,494,1012,237,-1,238,1013,494,-1,494,959,238,-1,206,896,495,-1,495,1011,206,-1,208,1013,495,-1,495,896,208,-1,238,961,495,-1,495,1013,238,-1,235,1011,495,-1,495,961,235,-1,209,898,496,-1,496,1014,209,-1,210,1015,496,-1,496,898,210,-1,239,962,496,-1,496,1015,239,-1,240,1014,496,-1,496,962,240,-1,211,902,497,-1,497,1016,211,-1,209,1014,497,-1,497,902,209,-1,240,965,497,-1,497,1014,240,-1,241,1016,497,-1,497,965,241,-1,212,904,498,-1,498,1017,212,-1,211,1016,498,-1,498,904,211,-1,241,967,498,-1,498,1016,241,-1,242,1017,498,-1,498,967,242,-1,210,906,499,-1,499,1015,210,-1,212,1017,499,-1,499,906,212,-1,242,969,499,-1,499,1017,242,-1,239,1015,499,-1,499,969,239,-1,213,908,500,-1,500,1018,213,-1,214,1019,500,-1,500,908,214,-1,243,970,500,-1,500,1019,243,-1,244,1018,500,-1,500,970,244,-1,215,912,501,-1,501,1020,215,-1,213,1018,501,-1,501,912,213,-1,244,973,501,-1,501,1018,244,-1,245,1020,501,-1,501,973,245,-1,216,914,502,-1,502,1021,216,-1,215,1020,502,-1,502,914,215,-1,245,975,502,-1,502,1020,245,-1,246,1021,502,-1,502,975,246,-1,214,915,503,-1,503,1019,214,-1,216,1021,503,-1,503,915,216,-1,246,977,503,-1,503,1021,246,-1,243,1019,503,-1,503,977,243,-1,217,917,504,-1,504,1022,217,-1,218,1023,504,-1,504,917,218,-1,247,978,504,-1,504,1023,247,-1});
  }
}
private class MFInt3217 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {248,1022,504,-1,504,978,248,-1,219,921,505,-1,505,1024,219,-1,217,1022,505,-1,505,921,217,-1,248,981,505,-1,505,1022,248,-1,249,1024,505,-1,505,981,249,-1,220,923,506,-1,506,1025,220,-1,219,1024,506,-1,506,923,219,-1,249,983,506,-1,506,1024,249,-1,250,1025,506,-1,506,983,250,-1,218,924,507,-1,507,1023,218,-1,220,1025,507,-1,507,924,220,-1,250,985,507,-1,507,1025,250,-1,247,1023,507,-1,507,985,247,-1,221,926,508,-1,508,1026,221,-1,222,1027,508,-1,508,926,222,-1,251,986,508,-1,508,1027,251,-1,252,1026,508,-1,508,986,252,-1,223,930,509,-1,509,1028,223,-1,221,1026,509,-1,509,930,221,-1,252,989,509,-1,509,1026,252,-1,253,1028,509,-1,509,989,253,-1,224,932,510,-1,510,1029,224,-1,223,1028,510,-1,510,932,223,-1,253,991,510,-1,510,1028,253,-1,254,1029,510,-1,510,991,254,-1,222,933,511,-1,511,1027,222,-1,224,1029,511,-1,511,933,224,-1,254,993,511,-1,511,1029,254,-1,251,1027,511,-1,511,993,251,-1,225,935,512,-1,512,1030,225,-1,226,1031,512,-1,512,935,226,-1,255,994,512,-1,512,1031,255,-1,256,1030,512,-1,512,994,256,-1,227,939,513,-1,513,1032,227,-1,225,1030,513,-1,513,939,225,-1,256,997,513,-1,513,1030,256,-1,257,1032,513,-1,513,997,257,-1,228,941,514,-1,514,1033,228,-1,227,1032,514,-1,514,941,227,-1,257,999,514,-1,514,1032,257,-1,258,1033,514,-1,514,999,258,-1,226,942,515,-1,515,1031,226,-1,228,1033,515,-1,515,942,228,-1,258,1001,515,-1,515,1033,258,-1,255,1031,515,-1,515,1001,255,-1,229,944,516,-1,516,1034,229,-1,230,1035,516,-1,516,944,230,-1,259,1002,516,-1,516,1035,259,-1,260,1034,516,-1,516,1002,260,-1,231,947,517,-1,517,1036,231,-1,229,1034,517,-1,517,947,229,-1,260,1005,517,-1,517,1034,260,-1,261,1036,517,-1,517,1005,261,-1,232,949,518,-1,518,1037,232,-1,231,1036,518,-1,518,949,231,-1,261,1007,518,-1,518,1036,261,-1,262,1037,518,-1,518,1007,262,-1,230,950,519,-1,519,1035,230,-1,232,1037,519,-1,519,950,232,-1,262,1009,519,-1,519,1037,262,-1,259,1035,519,-1,519,1009,259,-1,233,952,520,-1,520,1038,233,-1,234,1040,520,-1,520,952,234,-1,264,1039,520,-1,520,1040,264,-1,263,1038,520,-1,520,1039,263,-1});
  }
}
private class MFInt3218 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2,-1,2,3,0,-1,4,5,2,-1,2,1,4,-1,6,7,2,-1,2,5,6,-1,8,3,2,-1,2,7,8,-1,9,10,11,-1,11,12,9,-1,13,14,11,-1,11,10,13,-1,15,16,11,-1,11,14,15,-1,17,12,11,-1,11,16,17,-1,8,7,18,-1,18,19,8,-1,6,20,18,-1,18,7,6,-1,21,22,18,-1,18,20,21,-1,23,19,18,-1,18,22,23,-1,17,16,24,-1,24,25,17,-1,15,26,24,-1,24,16,15,-1,27,28,24,-1,24,26,27,-1,29,25,24,-1,24,28,29,-1,23,22,30,-1,30,31,23,-1,21,32,30,-1,30,22,21,-1,33,34,30,-1,30,32,33,-1,35,31,30,-1,30,34,35,-1,29,28,36,-1,36,37,29,-1,27,38,36,-1,36,28,27,-1,39,40,36,-1,36,38,39,-1,41,37,36,-1,36,40,41,-1,35,34,42,-1,42,43,35,-1,33,44,42,-1,42,34,33,-1,45,46,42,-1,42,44,45,-1,47,43,42,-1,42,46,47,-1,41,40,48,-1,48,87,41,-1,39,88,48,-1,48,40,39,-1,145,146,48,-1,48,88,145,-1,147,87,48,-1,48,146,147,-1,47,46,148,-1,148,149,47,-1,45,150,148,-1,148,46,45,-1,151,152,148,-1,148,150,151,-1,153,149,148,-1,148,152,153,-1,147,146,154,-1,154,155,147,-1,145,156,154,-1,154,146,145,-1,157,158,154,-1,154,156,157,-1,159,155,154,-1,154,158,159,-1,153,152,160,-1,160,161,153,-1,151,162,160,-1,160,152,151,-1,163,164,160,-1,160,162,163,-1,165,161,160,-1,160,164,165,-1,159,158,166,-1,166,167,159,-1,157,168,166,-1,166,158,157,-1,169,170,166,-1,166,168,169,-1,171,167,166,-1,166,170,171,-1,165,164,172,-1,172,173,165,-1,163,174,172,-1,172,164,163,-1,175,176,172,-1,172,174,175,-1,177,173,172,-1,172,176,177,-1,171,170,178,-1,178,179,171,-1,169,180,178,-1,178,170,169,-1,181,182,178,-1,178,180,181,-1,183,179,178,-1,178,182,183,-1,9,12,184,-1,184,185,9,-1,17,186,184,-1,184,12,17,-1,187,188,184,-1,184,186,187,-1,189,185,184,-1,184,188,189,-1,17,25,190,-1,190,186,17,-1,29,191,190,-1,190,25,29,-1,192,193,190,-1,190,191,192,-1,187,186,190,-1,190,193,187,-1,29,37,194,-1,194,191,29,-1,41,195,194,-1,194,37,41,-1,262,263,194,-1,194,195,262,-1,192,191,194,-1,194,263,192,-1,41,87,292,-1,292,195,41,-1,147,293,292,-1,292,87,147,-1,294,295,292,-1,292,293,294,-1,262,195,292,-1,292,295,262,-1,147,155,296,-1,296,293,147,-1,159,297,296,-1,296,155,159,-1,298,299,296,-1,296,297,298,-1,294,293,296,-1,296,299,294,-1,159,167,300,-1,300,297,159,-1,171,301,300,-1,300,167,171,-1,302,303,300,-1,300,301,302,-1,298,297,300,-1,300,303,298,-1,171,179,304,-1,304,301,171,-1,183,305,304,-1,304,179,183,-1,306,307,304,-1,304,305,306,-1,302,301,304,-1,304,307,302,-1,175,174,308,-1,308,309,175,-1,163,310,308,-1,308,174,163,-1,311,312,308,-1,308,310,311,-1,313,309,308,-1,308,312,313,-1,163,162,314,-1,314,310,163,-1,151,315,314,-1,314,162,151,-1,316,317,314,-1,314,315,316,-1,311,310,314,-1,314,317,311,-1,151,150,318,-1,318,315,151,-1,45,319,318,-1,318,150,45,-1,320,321,318,-1,318,319,320,-1,316,315,318,-1,318,321,316,-1,45,44,322,-1,322,319,45,-1,33,323,322,-1,322,44,33,-1,324,325,322,-1,322,323,324,-1,320,319,322,-1,322,325,320,-1,33,32,326,-1,326,323,33,-1,21,327,326,-1,326,32,21,-1,328,364,326,-1,326,327,328,-1,324,323,326,-1,326,364,324,-1,21,20,421,-1,421,327,21,-1});
  }
}
private class MFInt3219 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {6,422,421,-1,421,20,6,-1,423,424,421,-1,421,422,423,-1,328,327,421,-1,421,424,328,-1,6,5,425,-1,425,422,6,-1,4,426,425,-1,425,5,4,-1,427,428,425,-1,425,426,427,-1,423,422,425,-1,425,428,423,-1,15,14,429,-1,429,430,15,-1,13,431,429,-1,429,14,13,-1,432,430,429,-1,429,431,432,-1,27,26,433,-1,433,434,27,-1,15,430,433,-1,433,26,15,-1,432,434,433,-1,433,430,432,-1,39,38,435,-1,435,436,39,-1,27,434,435,-1,435,38,27,-1,432,436,435,-1,435,434,432,-1,145,88,437,-1,437,438,145,-1,39,436,437,-1,437,88,39,-1,432,438,437,-1,437,436,432,-1,157,156,439,-1,439,440,157,-1,145,438,439,-1,439,156,145,-1,432,440,439,-1,439,438,432,-1,169,168,441,-1,441,442,169,-1,157,440,441,-1,441,168,157,-1,432,442,441,-1,441,440,432,-1,181,180,443,-1,443,444,181,-1,169,442,443,-1,443,180,169,-1,432,444,443,-1,443,442,432,-1,49,50,51,-1,51,52,49,-1,53,54,51,-1,51,50,53,-1,55,56,51,-1,51,54,55,-1,57,52,51,-1,51,56,57,-1,58,59,60,-1,60,61,58,-1,62,63,60,-1,60,59,62,-1,64,65,60,-1,60,63,64,-1,66,61,60,-1,60,65,66,-1,67,68,69,-1,69,70,67,-1,71,72,69,-1,69,68,71,-1,73,74,69,-1,69,72,73,-1,75,70,69,-1,69,74,75,-1,76,77,78,-1,78,79,76,-1,80,81,78,-1,78,77,80,-1,82,83,78,-1,78,81,82,-1,84,79,78,-1,78,83,84,-1,85,86,89,-1,89,90,85,-1,91,92,89,-1,89,86,91,-1,93,94,89,-1,89,92,93,-1,95,90,89,-1,89,94,95,-1,96,97,98,-1,98,99,96,-1,100,101,98,-1,98,97,100,-1,102,103,98,-1,98,101,102,-1,104,99,98,-1,98,103,104,-1,105,106,107,-1,107,108,105,-1,109,110,107,-1,107,106,109,-1,111,112,107,-1,107,110,111,-1,113,108,107,-1,107,112,113,-1,114,115,116,-1,116,117,114,-1,118,119,116,-1,116,115,118,-1,120,121,116,-1,116,119,120,-1,122,117,116,-1,116,121,122,-1,118,123,124,-1,124,119,118,-1,125,126,124,-1,124,123,125,-1,127,128,124,-1,124,126,127,-1,120,119,124,-1,124,128,120,-1,125,129,130,-1,130,126,125,-1,131,132,130,-1,130,129,131,-1,133,134,130,-1,130,132,133,-1,127,126,130,-1,130,134,127,-1,131,135,136,-1,136,132,131,-1,114,117,136,-1,136,135,114,-1,122,137,136,-1,136,117,122,-1,133,132,136,-1,136,137,133,-1,138,139,140,-1,140,141,138,-1,142,143,140,-1,140,139,142,-1,144,196,140,-1,140,143,144,-1,197,141,140,-1,140,196,197,-1,142,198,199,-1,199,143,142,-1,200,201,199,-1,199,198,200,-1,202,203,199,-1,199,201,202,-1,144,143,199,-1,199,203,144,-1,200,204,205,-1,205,201,200,-1,206,207,205,-1,205,204,206,-1,208,209,205,-1,205,207,208,-1,202,201,205,-1,205,209,202,-1,206,210,211,-1,211,207,206,-1,138,141,211,-1,211,210,138,-1,197,212,211,-1,211,141,197,-1,208,207,211,-1,211,212,208,-1,206,213,214,-1,214,215,206,-1,216,217,214,-1,214,213,216,-1,218,219,214,-1,214,217,218,-1,220,215,214,-1,214,219,220,-1,216,221,222,-1,222,217,216,-1,223,224,222,-1,222,221,223,-1,225,226,222,-1,222,224,225,-1,218,217,222,-1,222,226,218,-1,223,227,228,-1,228,224,223,-1,138,229,228,-1,228,227,138,-1,230,231,228,-1,228,229,230,-1,225,224,228,-1,228,231,225,-1,138,210,232,-1,232,229,138,-1,206,215,232,-1,232,210,206,-1,220,233,232,-1,232,215,220,-1,230,229,232,-1,232,233,230,-1,216,234,235,-1,235,236,216,-1});
  }
}
private class MFInt3220 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {237,238,235,-1,235,234,237,-1,239,240,235,-1,235,238,239,-1,241,236,235,-1,235,240,241,-1,237,242,243,-1,243,238,237,-1,244,245,243,-1,243,242,244,-1,246,247,243,-1,243,245,246,-1,239,238,243,-1,243,247,239,-1,244,248,249,-1,249,245,244,-1,223,250,249,-1,249,248,223,-1,251,252,249,-1,249,250,251,-1,246,245,249,-1,249,252,246,-1,223,221,253,-1,253,250,223,-1,216,236,253,-1,253,221,216,-1,241,254,253,-1,253,236,241,-1,251,250,253,-1,253,254,251,-1,237,255,256,-1,256,257,237,-1,258,259,256,-1,256,255,258,-1,260,261,256,-1,256,259,260,-1,264,257,256,-1,256,261,264,-1,258,265,266,-1,266,259,258,-1,267,268,266,-1,266,265,267,-1,269,270,266,-1,266,268,269,-1,260,259,266,-1,266,270,260,-1,267,271,272,-1,272,268,267,-1,244,273,272,-1,272,271,244,-1,274,275,272,-1,272,273,274,-1,269,268,272,-1,272,275,269,-1,244,242,276,-1,276,273,244,-1,237,257,276,-1,276,242,237,-1,264,277,276,-1,276,257,264,-1,274,273,276,-1,276,277,274,-1,258,278,279,-1,279,280,258,-1,281,282,279,-1,279,278,281,-1,283,284,279,-1,279,282,283,-1,285,280,279,-1,279,284,285,-1,281,286,287,-1,287,282,281,-1,288,289,287,-1,287,286,288,-1,290,291,287,-1,287,289,290,-1,283,282,287,-1,287,291,283,-1,288,329,330,-1,330,289,288,-1,267,331,330,-1,330,329,267,-1,332,333,330,-1,330,331,332,-1,290,289,330,-1,330,333,290,-1,267,265,334,-1,334,331,267,-1,258,280,334,-1,334,265,258,-1,285,335,334,-1,334,280,285,-1,332,331,334,-1,334,335,332,-1,281,336,337,-1,337,338,281,-1,125,339,337,-1,337,336,125,-1,340,341,337,-1,337,339,340,-1,342,338,337,-1,337,341,342,-1,125,123,343,-1,343,339,125,-1,118,344,343,-1,343,123,118,-1,345,346,343,-1,343,344,345,-1,340,339,343,-1,343,346,340,-1,118,347,348,-1,348,344,118,-1,288,349,348,-1,348,347,288,-1,350,351,348,-1,348,349,350,-1,345,344,348,-1,348,351,345,-1,288,286,352,-1,352,349,288,-1,281,338,352,-1,352,286,281,-1,342,353,352,-1,352,338,342,-1,350,349,352,-1,352,353,350,-1,432,431,445,-1,445,446,432,-1,13,447,445,-1,445,431,13,-1,448,449,445,-1,445,447,448,-1,450,446,445,-1,445,449,450,-1,354,355,356,-1,356,357,354,-1,358,359,356,-1,356,355,358,-1,53,50,356,-1,356,359,53,-1,49,357,356,-1,356,50,49,-1,358,360,361,-1,361,359,358,-1,362,363,361,-1,361,360,362,-1,55,54,361,-1,361,363,55,-1,53,359,361,-1,361,54,53,-1,362,365,366,-1,366,363,362,-1,367,368,366,-1,366,365,367,-1,57,56,366,-1,366,368,57,-1,55,363,366,-1,366,56,55,-1,367,369,370,-1,370,368,367,-1,354,357,370,-1,370,369,354,-1,49,52,370,-1,370,357,49,-1,57,368,370,-1,370,52,57,-1,371,372,373,-1,373,374,371,-1,375,376,373,-1,373,372,375,-1,62,59,373,-1,373,376,62,-1,58,374,373,-1,373,59,58,-1,375,377,378,-1,378,376,375,-1,379,380,378,-1,378,377,379,-1,64,63,378,-1,378,380,64,-1,62,376,378,-1,378,63,62,-1,379,381,382,-1,382,380,379,-1,383,384,382,-1,382,381,383,-1,66,65,382,-1,382,384,66,-1,64,380,382,-1,382,65,64,-1,383,385,386,-1,386,384,383,-1,371,374,386,-1,386,385,371,-1,58,61,386,-1,386,374,58,-1,66,384,386,-1,386,61,66,-1,387,388,389,-1,389,390,387,-1,391,392,389,-1,389,388,391,-1,71,68,389,-1,389,392,71,-1,67,390,389,-1,389,68,67,-1,391,393,394,-1,394,392,391,-1,395,396,394,-1,394,393,395,-1});
  }
}
private class MFInt3221 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {73,72,394,-1,394,396,73,-1,71,392,394,-1,394,72,71,-1,395,397,398,-1,398,396,395,-1,399,400,398,-1,398,397,399,-1,75,74,398,-1,398,400,75,-1,73,396,398,-1,398,74,73,-1,399,401,402,-1,402,400,399,-1,387,390,402,-1,402,401,387,-1,67,70,402,-1,402,390,67,-1,75,400,402,-1,402,70,75,-1,403,404,405,-1,405,406,403,-1,407,408,405,-1,405,404,407,-1,80,77,405,-1,405,408,80,-1,76,406,405,-1,405,77,76,-1,407,409,410,-1,410,408,407,-1,411,412,410,-1,410,409,411,-1,82,81,410,-1,410,412,82,-1,80,408,410,-1,410,81,80,-1,411,413,414,-1,414,412,411,-1,415,416,414,-1,414,413,415,-1,84,83,414,-1,414,416,84,-1,82,412,414,-1,414,83,82,-1,415,417,418,-1,418,416,415,-1,403,406,418,-1,418,417,403,-1,76,79,418,-1,418,406,76,-1,84,416,418,-1,418,79,84,-1,419,420,457,-1,457,458,419,-1,459,460,457,-1,457,420,459,-1,91,86,457,-1,457,460,91,-1,85,458,457,-1,457,86,85,-1,459,461,462,-1,462,460,459,-1,463,464,462,-1,462,461,463,-1,93,92,462,-1,462,464,93,-1,91,460,462,-1,462,92,91,-1,463,465,466,-1,466,464,463,-1,467,468,466,-1,466,465,467,-1,95,94,466,-1,466,468,95,-1,93,464,466,-1,466,94,93,-1,467,469,470,-1,470,468,467,-1,419,458,470,-1,470,469,419,-1,85,90,470,-1,470,458,85,-1,95,468,470,-1,470,90,95,-1,471,472,473,-1,473,474,471,-1,475,476,473,-1,473,472,475,-1,100,97,473,-1,473,476,100,-1,96,474,473,-1,473,97,96,-1,475,477,478,-1,478,476,475,-1,479,480,478,-1,478,477,479,-1,102,101,478,-1,478,480,102,-1,100,476,478,-1,478,101,100,-1,479,481,482,-1,482,480,479,-1,483,484,482,-1,482,481,483,-1,104,103,482,-1,482,484,104,-1,102,480,482,-1,482,103,102,-1,483,485,486,-1,486,484,483,-1,471,474,486,-1,486,485,471,-1,96,99,486,-1,486,474,96,-1,104,484,486,-1,486,99,104,-1,487,488,489,-1,489,490,487,-1,491,493,489,-1,489,488,491,-1,109,106,489,-1,489,493,109,-1,105,490,489,-1,489,106,105,-1,491,494,495,-1,495,493,491,-1,496,497,495,-1,495,494,496,-1,111,110,495,-1,495,497,111,-1,109,493,495,-1,495,110,109,-1,496,498,499,-1,499,497,496,-1,500,501,499,-1,499,498,500,-1,113,112,499,-1,499,501,113,-1,111,497,499,-1,499,112,111,-1,500,502,503,-1,503,501,500,-1,487,490,503,-1,503,502,487,-1,105,108,503,-1,503,490,105,-1,113,501,503,-1,503,108,113,-1,120,504,505,-1,505,121,120,-1,358,355,505,-1,505,504,358,-1,354,506,505,-1,505,355,354,-1,122,121,505,-1,505,506,122,-1,127,507,508,-1,508,128,127,-1,362,360,508,-1,508,507,362,-1,358,504,508,-1,508,360,358,-1,120,128,508,-1,508,504,120,-1,133,509,510,-1,510,134,133,-1,367,365,510,-1,510,509,367,-1,362,507,510,-1,510,365,362,-1,127,134,510,-1,510,507,127,-1,122,506,511,-1,511,137,122,-1,354,369,511,-1,511,506,354,-1,367,509,511,-1,511,369,367,-1,133,137,511,-1,511,509,133,-1,144,512,513,-1,513,196,144,-1,375,372,513,-1,513,512,375,-1,371,514,513,-1,513,372,371,-1,197,196,513,-1,513,514,197,-1,202,515,516,-1,516,203,202,-1,379,377,516,-1,516,515,379,-1,375,512,516,-1,516,377,375,-1,144,203,516,-1,516,512,144,-1,208,517,518,-1,518,209,208,-1,383,381,518,-1,518,517,383,-1,379,515,518,-1,518,381,379,-1,202,209,518,-1,518,515,202,-1,197,514,519,-1,519,212,197,-1,371,385,519,-1,519,514,371,-1,383,517,519,-1,519,385,383,-1});
  }
}
private class MFInt3222 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {208,212,519,-1,519,517,208,-1,218,520,521,-1,521,219,218,-1,391,388,521,-1,521,520,391,-1,387,522,521,-1,521,388,387,-1,220,219,521,-1,521,522,220,-1,225,523,524,-1,524,226,225,-1,395,393,524,-1,524,523,395,-1,391,520,524,-1,524,393,391,-1,218,226,524,-1,524,520,218,-1,230,525,526,-1,526,231,230,-1,399,397,526,-1,526,525,399,-1,395,523,526,-1,526,397,395,-1,225,231,526,-1,526,523,225,-1,220,522,527,-1,527,233,220,-1,387,401,527,-1,527,522,387,-1,399,525,527,-1,527,401,399,-1,230,233,527,-1,527,525,230,-1,239,528,529,-1,529,240,239,-1,407,404,529,-1,529,528,407,-1,403,530,529,-1,529,404,403,-1,241,240,529,-1,529,530,241,-1,246,531,532,-1,532,247,246,-1,411,409,532,-1,532,531,411,-1,407,528,532,-1,532,409,407,-1,239,247,532,-1,532,528,239,-1,251,533,534,-1,534,252,251,-1,415,413,534,-1,534,533,415,-1,411,531,534,-1,534,413,411,-1,246,252,534,-1,534,531,246,-1,241,530,535,-1,535,254,241,-1,403,417,535,-1,535,530,403,-1,415,533,535,-1,535,417,415,-1,251,254,535,-1,535,533,251,-1,260,536,537,-1,537,261,260,-1,459,420,537,-1,537,536,459,-1,419,538,537,-1,537,420,419,-1,264,261,537,-1,537,538,264,-1,269,539,540,-1,540,270,269,-1,463,461,540,-1,540,539,463,-1,459,536,540,-1,540,461,459,-1,260,270,540,-1,540,536,260,-1,274,541,542,-1,542,275,274,-1,467,465,542,-1,542,541,467,-1,463,539,542,-1,542,465,463,-1,269,275,542,-1,542,539,269,-1,264,538,543,-1,543,277,264,-1,419,469,543,-1,543,538,419,-1,467,541,543,-1,543,469,467,-1,274,277,543,-1,543,541,274,-1,283,544,545,-1,545,284,283,-1,475,472,545,-1,545,544,475,-1,471,546,545,-1,545,472,471,-1,285,284,545,-1,545,546,285,-1,290,547,548,-1,548,291,290,-1,479,477,548,-1,548,547,479,-1,475,544,548,-1,548,477,475,-1,283,291,548,-1,548,544,283,-1,332,598,600,-1,600,333,332,-1,483,481,600,-1,600,598,483,-1,479,547,600,-1,600,481,479,-1,290,333,600,-1,600,547,290,-1,285,546,602,-1,602,335,285,-1,471,485,602,-1,602,546,471,-1,483,598,602,-1,602,485,483,-1,332,335,602,-1,602,598,332,-1,340,604,606,-1,606,341,340,-1,491,488,606,-1,606,604,491,-1,487,609,606,-1,606,488,487,-1,342,341,606,-1,606,609,342,-1,345,616,642,-1,642,346,345,-1,496,494,642,-1,642,616,496,-1,491,604,642,-1,642,494,491,-1,340,346,642,-1,642,604,340,-1,350,643,644,-1,644,351,350,-1,500,498,644,-1,644,643,500,-1,496,616,644,-1,644,498,496,-1,345,351,644,-1,644,616,345,-1,342,609,645,-1,645,353,342,-1,487,502,645,-1,645,609,487,-1,500,643,645,-1,645,502,500,-1,350,353,645,-1,645,643,350,-1,448,451,452,-1,452,449,448,-1,453,454,452,-1,452,451,453,-1,455,456,452,-1,452,454,455,-1,450,449,452,-1,452,456,450,-1,492,549,550,-1,550,551,492,-1,552,553,550,-1,550,549,552,-1,554,555,550,-1,550,553,554,-1,556,551,550,-1,550,555,556,-1,557,558,559,-1,559,560,557,-1,561,562,559,-1,559,558,561,-1,563,564,559,-1,559,562,563,-1,565,560,559,-1,559,564,565,-1,552,566,567,-1,567,553,552,-1,568,569,567,-1,567,566,568,-1,570,571,567,-1,567,569,570,-1,554,553,567,-1,567,571,554,-1,561,572,573,-1,573,562,561,-1,574,575,573,-1,573,572,574,-1,576,577,573,-1,573,575,576,-1,563,562,573,-1,573,577,563,-1,568,578,579,-1,579,569,568,-1,580,581,579,-1,579,578,580,-1,582,583,579,-1,579,581,582,-1,570,569,579,-1,579,583,570,-1});
  }
}
private class MFInt3223 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {574,584,585,-1,585,575,574,-1,586,587,585,-1,585,584,586,-1,588,589,585,-1,585,587,588,-1,576,575,585,-1,585,589,576,-1,580,590,591,-1,591,581,580,-1,592,593,591,-1,591,590,592,-1,594,595,591,-1,591,593,594,-1,582,581,591,-1,591,595,582,-1,586,596,597,-1,597,587,586,-1,599,601,597,-1,597,596,599,-1,603,605,597,-1,597,601,603,-1,588,587,597,-1,597,605,588,-1,592,607,608,-1,608,593,592,-1,610,611,608,-1,608,607,610,-1,612,613,608,-1,608,611,612,-1,594,593,608,-1,608,613,594,-1,599,614,615,-1,615,601,599,-1,617,618,615,-1,615,614,617,-1,619,620,615,-1,615,618,619,-1,603,601,615,-1,615,620,603,-1,610,621,622,-1,622,611,610,-1,623,624,622,-1,622,621,623,-1,625,626,622,-1,622,624,625,-1,612,611,622,-1,622,626,612,-1,617,627,628,-1,628,618,617,-1,629,630,628,-1,628,627,629,-1,631,632,628,-1,628,630,631,-1,619,618,628,-1,628,632,619,-1,623,633,634,-1,634,624,623,-1,177,176,634,-1,634,633,177,-1,175,635,634,-1,634,176,175,-1,625,624,634,-1,634,635,625,-1,629,636,637,-1,637,630,629,-1,183,182,637,-1,637,636,183,-1,181,638,637,-1,637,182,181,-1,631,630,637,-1,637,638,631,-1,557,639,640,-1,640,558,557,-1,641,707,640,-1,640,639,641,-1,708,793,640,-1,640,707,708,-1,561,558,640,-1,640,793,561,-1,561,793,822,-1,822,572,561,-1,708,823,822,-1,822,793,708,-1,824,825,822,-1,822,823,824,-1,574,572,822,-1,822,825,574,-1,574,825,826,-1,826,584,574,-1,824,827,826,-1,826,825,824,-1,828,829,826,-1,826,827,828,-1,586,584,826,-1,826,829,586,-1,586,829,830,-1,830,596,586,-1,828,831,830,-1,830,829,828,-1,832,833,830,-1,830,831,832,-1,599,596,830,-1,830,833,599,-1,599,833,834,-1,834,614,599,-1,832,835,834,-1,834,833,832,-1,836,837,834,-1,834,835,836,-1,617,614,834,-1,834,837,617,-1,617,837,838,-1,838,627,617,-1,836,839,838,-1,838,837,836,-1,840,841,838,-1,838,839,840,-1,629,627,838,-1,838,841,629,-1,629,841,842,-1,842,636,629,-1,840,843,842,-1,842,841,840,-1,306,305,842,-1,842,843,306,-1,183,636,842,-1,842,305,183,-1,175,309,844,-1,844,635,175,-1,313,845,844,-1,844,309,313,-1,846,847,844,-1,844,845,846,-1,625,635,844,-1,844,847,625,-1,625,847,848,-1,848,626,625,-1,846,849,848,-1,848,847,846,-1,850,851,848,-1,848,849,850,-1,612,626,848,-1,848,851,612,-1,612,851,852,-1,852,613,612,-1,850,853,852,-1,852,851,850,-1,854,855,852,-1,852,853,854,-1,594,613,852,-1,852,855,594,-1,594,855,856,-1,856,595,594,-1,854,857,856,-1,856,855,854,-1,858,859,856,-1,856,857,858,-1,582,595,856,-1,856,859,582,-1,582,859,860,-1,860,583,582,-1,858,861,860,-1,860,859,858,-1,862,863,860,-1,860,861,862,-1,570,583,860,-1,860,863,570,-1,570,863,864,-1,864,571,570,-1,862,865,864,-1,864,863,862,-1,866,867,864,-1,864,865,866,-1,554,571,864,-1,864,867,554,-1,554,867,868,-1,868,555,554,-1,866,869,868,-1,868,867,866,-1,871,872,868,-1,868,869,871,-1,556,555,868,-1,868,872,556,-1,563,874,875,-1,875,564,563,-1,432,877,875,-1,875,874,432,-1,565,564,875,-1,875,877,565,-1,576,878,880,-1,880,577,576,-1,432,874,880,-1,880,878,432,-1,563,577,880,-1,880,874,563,-1,588,881,883,-1,883,589,588,-1,432,878,883,-1,883,881,432,-1,576,589,883,-1,883,878,576,-1,603,884,885,-1,885,605,603,-1,432,881,885,-1,885,884,432,-1,588,605,885,-1,885,881,588,-1,619,887,888,-1,888,620,619,-1});
  }
}
private class MFInt3224 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {432,884,888,-1,888,887,432,-1,603,620,888,-1,888,884,603,-1,631,889,890,-1,890,632,631,-1,432,887,890,-1,890,889,432,-1,619,632,890,-1,890,887,619,-1,181,444,891,-1,891,638,181,-1,432,889,891,-1,891,444,432,-1,631,638,891,-1,891,889,631,-1,646,647,648,-1,648,649,646,-1,650,651,648,-1,648,647,650,-1,652,653,648,-1,648,651,652,-1,654,649,648,-1,648,653,654,-1,655,656,657,-1,657,658,655,-1,659,660,657,-1,657,656,659,-1,661,662,657,-1,657,660,661,-1,663,658,657,-1,657,662,663,-1,664,665,666,-1,666,667,664,-1,668,669,666,-1,666,665,668,-1,670,671,666,-1,666,669,670,-1,672,667,666,-1,666,671,672,-1,673,674,675,-1,675,676,673,-1,677,678,675,-1,675,674,677,-1,679,680,675,-1,675,678,679,-1,681,676,675,-1,675,680,681,-1,682,683,684,-1,684,685,682,-1,686,687,684,-1,684,683,686,-1,688,689,684,-1,684,687,688,-1,690,685,684,-1,684,689,690,-1,691,692,693,-1,693,694,691,-1,695,696,693,-1,693,692,695,-1,697,698,693,-1,693,696,697,-1,699,694,693,-1,693,698,699,-1,700,701,702,-1,702,703,700,-1,704,705,702,-1,702,701,704,-1,706,709,702,-1,702,705,706,-1,710,703,702,-1,702,709,710,-1,711,712,713,-1,713,714,711,-1,715,716,713,-1,713,712,715,-1,717,718,713,-1,713,716,717,-1,719,714,713,-1,713,718,719,-1,719,718,720,-1,720,721,719,-1,717,722,720,-1,720,718,717,-1,723,724,720,-1,720,722,723,-1,725,721,720,-1,720,724,725,-1,725,724,726,-1,726,727,725,-1,723,728,726,-1,726,724,723,-1,729,730,726,-1,726,728,729,-1,731,727,726,-1,726,730,731,-1,731,730,732,-1,732,733,731,-1,729,734,732,-1,732,730,729,-1,715,712,732,-1,732,734,715,-1,711,733,732,-1,732,712,711,-1,735,736,737,-1,737,738,735,-1,739,740,737,-1,737,736,739,-1,741,742,737,-1,737,740,741,-1,142,738,737,-1,737,742,142,-1,142,742,743,-1,743,198,142,-1,741,744,743,-1,743,742,741,-1,745,746,743,-1,743,744,745,-1,200,198,743,-1,743,746,200,-1,200,746,747,-1,747,748,200,-1,745,749,747,-1,747,746,745,-1,750,751,747,-1,747,749,750,-1,752,748,747,-1,747,751,752,-1,752,751,753,-1,753,754,752,-1,750,755,753,-1,753,751,750,-1,739,736,753,-1,753,755,739,-1,735,754,753,-1,753,736,735,-1,752,756,757,-1,757,758,752,-1,759,760,757,-1,757,756,759,-1,761,762,757,-1,757,760,761,-1,763,758,757,-1,757,762,763,-1,763,762,764,-1,764,765,763,-1,761,766,764,-1,764,762,761,-1,767,768,764,-1,764,766,767,-1,769,765,764,-1,764,768,769,-1,769,768,770,-1,770,771,769,-1,767,772,770,-1,770,768,767,-1,773,774,770,-1,770,772,773,-1,735,771,770,-1,770,774,735,-1,735,774,775,-1,775,754,735,-1,773,776,775,-1,775,774,773,-1,759,756,775,-1,775,776,759,-1,752,754,775,-1,775,756,752,-1,763,777,778,-1,778,779,763,-1,780,781,778,-1,778,777,780,-1,782,783,778,-1,778,781,782,-1,784,779,778,-1,778,783,784,-1,784,783,785,-1,785,786,784,-1,782,787,785,-1,785,783,782,-1,788,789,785,-1,785,787,788,-1,790,786,785,-1,785,789,790,-1,790,789,791,-1,791,792,790,-1,788,794,791,-1,791,789,788,-1,795,796,791,-1,791,794,795,-1,769,792,791,-1,791,796,769,-1,769,796,797,-1,797,765,769,-1,795,798,797,-1,797,796,795,-1,780,777,797,-1,797,798,780,-1,763,765,797,-1,797,777,763,-1,784,799,800,-1,800,801,784,-1,802,803,800,-1,800,799,802,-1,804,805,800,-1,800,803,804,-1,806,801,800,-1,800,805,806,-1,806,805,807,-1,807,808,806,-1});
  }
}
private class MFInt3225 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {804,809,807,-1,807,805,804,-1,810,811,807,-1,807,809,810,-1,812,808,807,-1,807,811,812,-1,812,811,813,-1,813,814,812,-1,810,815,813,-1,813,811,810,-1,816,817,813,-1,813,815,816,-1,790,814,813,-1,813,817,790,-1,790,817,818,-1,818,786,790,-1,816,819,818,-1,818,817,816,-1,802,799,818,-1,818,819,802,-1,784,786,818,-1,818,799,784,-1,806,820,821,-1,821,870,806,-1,873,876,821,-1,821,820,873,-1,879,882,821,-1,821,876,879,-1,886,870,821,-1,821,882,886,-1,886,882,900,-1,900,901,886,-1,879,902,900,-1,900,882,879,-1,903,904,900,-1,900,902,903,-1,905,901,900,-1,900,904,905,-1,905,904,906,-1,906,907,905,-1,903,908,906,-1,906,904,903,-1,909,910,906,-1,906,908,909,-1,812,907,906,-1,906,910,812,-1,812,910,911,-1,911,808,812,-1,909,912,911,-1,911,910,909,-1,873,820,911,-1,911,912,873,-1,806,808,911,-1,911,820,806,-1,886,913,914,-1,914,915,886,-1,916,917,914,-1,914,913,916,-1,918,919,914,-1,914,917,918,-1,725,915,914,-1,914,919,725,-1,725,919,920,-1,920,721,725,-1,918,921,920,-1,920,919,918,-1,922,923,920,-1,920,921,922,-1,719,721,920,-1,920,923,719,-1,719,923,924,-1,924,925,719,-1,922,926,924,-1,924,923,922,-1,927,928,924,-1,924,926,927,-1,905,925,924,-1,924,928,905,-1,905,928,929,-1,929,901,905,-1,927,930,929,-1,929,928,927,-1,916,913,929,-1,929,930,916,-1,886,901,929,-1,929,913,886,-1,432,446,892,-1,892,877,432,-1,450,893,892,-1,892,446,450,-1,894,895,892,-1,892,893,894,-1,565,877,892,-1,892,895,565,-1,931,932,933,-1,933,934,931,-1,646,649,933,-1,933,932,646,-1,654,935,933,-1,933,649,654,-1,936,934,933,-1,933,935,936,-1,936,935,937,-1,937,938,936,-1,654,653,937,-1,937,935,654,-1,652,939,937,-1,937,653,652,-1,940,938,937,-1,937,939,940,-1,940,939,941,-1,941,942,940,-1,652,651,941,-1,941,939,652,-1,650,943,941,-1,941,651,650,-1,944,942,941,-1,941,943,944,-1,944,943,945,-1,945,946,944,-1,650,647,945,-1,945,943,650,-1,646,932,945,-1,945,647,646,-1,931,946,945,-1,945,932,931,-1,947,948,949,-1,949,950,947,-1,655,658,949,-1,949,948,655,-1,663,951,949,-1,949,658,663,-1,952,950,949,-1,949,951,952,-1,952,951,953,-1,953,954,952,-1,663,662,953,-1,953,951,663,-1,661,955,953,-1,953,662,661,-1,956,954,953,-1,953,955,956,-1,956,955,957,-1,957,958,956,-1,661,660,957,-1,957,955,661,-1,659,959,957,-1,957,660,659,-1,960,958,957,-1,957,959,960,-1,960,959,961,-1,961,962,960,-1,659,656,961,-1,961,959,659,-1,655,948,961,-1,961,656,655,-1,947,962,961,-1,961,948,947,-1,963,964,965,-1,965,966,963,-1,664,667,965,-1,965,964,664,-1,672,967,965,-1,965,667,672,-1,968,966,965,-1,965,967,968,-1,968,967,969,-1,969,970,968,-1,672,671,969,-1,969,967,672,-1,670,971,969,-1,969,671,670,-1,972,970,969,-1,969,971,972,-1,972,971,973,-1,973,974,972,-1,670,669,973,-1,973,971,670,-1,668,975,973,-1,973,669,668,-1,976,974,973,-1,973,975,976,-1,976,975,977,-1,977,978,976,-1,668,665,977,-1,977,975,668,-1,664,964,977,-1,977,665,664,-1,963,978,977,-1,977,964,963,-1,979,980,981,-1,981,982,979,-1,673,676,981,-1,981,980,673,-1,681,983,981,-1,981,676,681,-1,984,982,981,-1,981,983,984,-1,984,983,985,-1,985,986,984,-1,681,680,985,-1,985,983,681,-1,679,987,985,-1,985,680,679,-1,988,986,985,-1,985,987,988,-1,988,987,989,-1,989,990,988,-1,679,678,989,-1,989,987,679,-1});
  }
}
private class MFInt3226 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {677,991,989,-1,989,678,677,-1,992,990,989,-1,989,991,992,-1,992,991,993,-1,993,994,992,-1,677,674,993,-1,993,991,677,-1,673,980,993,-1,993,674,673,-1,979,994,993,-1,993,980,979,-1,995,996,997,-1,997,998,995,-1,682,685,997,-1,997,996,682,-1,690,999,997,-1,997,685,690,-1,1000,998,997,-1,997,999,1000,-1,1000,999,1001,-1,1001,1002,1000,-1,690,689,1001,-1,1001,999,690,-1,688,1003,1001,-1,1001,689,688,-1,1004,1002,1001,-1,1001,1003,1004,-1,1004,1003,1005,-1,1005,1006,1004,-1,688,687,1005,-1,1005,1003,688,-1,686,1007,1005,-1,1005,687,686,-1,1008,1006,1005,-1,1005,1007,1008,-1,1008,1007,1009,-1,1009,1010,1008,-1,686,683,1009,-1,1009,1007,686,-1,682,996,1009,-1,1009,683,682,-1,995,1010,1009,-1,1009,996,995,-1,1011,1012,1013,-1,1013,1014,1011,-1,691,694,1013,-1,1013,1012,691,-1,699,1015,1013,-1,1013,694,699,-1,1016,1014,1013,-1,1013,1015,1016,-1,1016,1015,1017,-1,1017,1018,1016,-1,699,698,1017,-1,1017,1015,699,-1,697,1019,1017,-1,1017,698,697,-1,1020,1018,1017,-1,1017,1019,1020,-1,1020,1019,1021,-1,1021,1022,1020,-1,697,696,1021,-1,1021,1019,697,-1,695,1023,1021,-1,1021,696,695,-1,1024,1022,1021,-1,1021,1023,1024,-1,1024,1023,1025,-1,1025,1026,1024,-1,695,692,1025,-1,1025,1023,695,-1,691,1012,1025,-1,1025,692,691,-1,1011,1026,1025,-1,1025,1012,1011,-1,1027,1028,1029,-1,1029,1030,1027,-1,700,703,1029,-1,1029,1028,700,-1,710,1031,1029,-1,1029,703,710,-1,1032,1030,1029,-1,1029,1031,1032,-1,1032,1031,1033,-1,1033,1034,1032,-1,710,709,1033,-1,1033,1031,710,-1,706,1035,1033,-1,1033,709,706,-1,1036,1034,1033,-1,1033,1035,1036,-1,1036,1035,1037,-1,1037,1038,1036,-1,706,705,1037,-1,1037,1035,706,-1,704,1039,1037,-1,1037,705,704,-1,1040,1038,1037,-1,1037,1039,1040,-1,1040,1039,1041,-1,1041,1042,1040,-1,704,701,1041,-1,1041,1039,704,-1,700,1028,1041,-1,1041,701,700,-1,1027,1042,1041,-1,1041,1028,1027,-1,717,716,1043,-1,1043,1044,717,-1,715,1045,1043,-1,1043,716,715,-1,931,934,1043,-1,1043,1045,931,-1,936,1044,1043,-1,1043,934,936,-1,723,722,1046,-1,1046,1047,723,-1,717,1044,1046,-1,1046,722,717,-1,936,938,1046,-1,1046,1044,936,-1,940,1047,1046,-1,1046,938,940,-1,729,728,1048,-1,1048,1049,729,-1,723,1047,1048,-1,1048,728,723,-1,940,942,1048,-1,1048,1047,940,-1,944,1049,1048,-1,1048,942,944,-1,715,734,1050,-1,1050,1045,715,-1,729,1049,1050,-1,1050,734,729,-1,944,946,1050,-1,1050,1049,944,-1,931,1045,1050,-1,1050,946,931,-1,741,740,1051,-1,1051,1052,741,-1,739,1053,1051,-1,1051,740,739,-1,947,950,1051,-1,1051,1053,947,-1,952,1052,1051,-1,1051,950,952,-1,745,744,1054,-1,1054,1055,745,-1,741,1052,1054,-1,1054,744,741,-1,952,954,1054,-1,1054,1052,952,-1,956,1055,1054,-1,1054,954,956,-1,750,749,1056,-1,1056,1057,750,-1,745,1055,1056,-1,1056,749,745,-1,956,958,1056,-1,1056,1055,956,-1,960,1057,1056,-1,1056,958,960,-1,739,755,1058,-1,1058,1053,739,-1,750,1057,1058,-1,1058,755,750,-1,960,962,1058,-1,1058,1057,960,-1,947,1053,1058,-1,1058,962,947,-1,761,760,1059,-1,1059,1060,761,-1,759,1061,1059,-1,1059,760,759,-1,963,966,1059,-1,1059,1061,963,-1,968,1060,1059,-1,1059,966,968,-1,767,766,1062,-1,1062,1063,767,-1,761,1060,1062,-1,1062,766,761,-1,968,970,1062,-1,1062,1060,968,-1,972,1063,1062,-1,1062,970,972,-1,773,772,1064,-1,1064,1065,773,-1,767,1063,1064,-1,1064,772,767,-1,972,974,1064,-1,1064,1063,972,-1,976,1065,1064,-1,1064,974,976,-1,759,776,1066,-1,1066,1061,759,-1,773,1065,1066,-1,1066,776,773,-1,976,978,1066,-1,1066,1065,976,-1,963,1061,1066,-1,1066,978,963,-1,782,781,1067,-1,1067,1068,782,-1,780,1069,1067,-1,1067,781,780,-1,979,982,1067,-1,1067,1069,979,-1});
  }
}
private class MFInt3227 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {984,1068,1067,-1,1067,982,984,-1,788,787,1070,-1,1070,1071,788,-1,782,1068,1070,-1,1070,787,782,-1,984,986,1070,-1,1070,1068,984,-1,988,1071,1070,-1,1070,986,988,-1,795,794,1072,-1,1072,1073,795,-1,788,1071,1072,-1,1072,794,788,-1,988,990,1072,-1,1072,1071,988,-1,992,1073,1072,-1,1072,990,992,-1,780,798,1074,-1,1074,1069,780,-1,795,1073,1074,-1,1074,798,795,-1,992,994,1074,-1,1074,1073,992,-1,979,1069,1074,-1,1074,994,979,-1,804,803,1075,-1,1075,1076,804,-1,802,1077,1075,-1,1075,803,802,-1,995,998,1075,-1,1075,1077,995,-1,1000,1076,1075,-1,1075,998,1000,-1,810,809,1078,-1,1078,1079,810,-1,804,1076,1078,-1,1078,809,804,-1,1000,1002,1078,-1,1078,1076,1000,-1,1004,1079,1078,-1,1078,1002,1004,-1,816,815,1080,-1,1080,1081,816,-1,810,1079,1080,-1,1080,815,810,-1,1004,1006,1080,-1,1080,1079,1004,-1,1008,1081,1080,-1,1080,1006,1008,-1,802,819,1082,-1,1082,1077,802,-1,816,1081,1082,-1,1082,819,816,-1,1008,1010,1082,-1,1082,1081,1008,-1,995,1077,1082,-1,1082,1010,995,-1,879,876,1083,-1,1083,1084,879,-1,873,1085,1083,-1,1083,876,873,-1,1011,1014,1083,-1,1083,1085,1011,-1,1016,1084,1083,-1,1083,1014,1016,-1,903,902,1086,-1,1086,1087,903,-1,879,1084,1086,-1,1086,902,879,-1,1016,1018,1086,-1,1086,1084,1016,-1,1020,1087,1086,-1,1086,1018,1020,-1,909,908,1088,-1,1088,1089,909,-1,903,1087,1088,-1,1088,908,903,-1,1020,1022,1088,-1,1088,1087,1020,-1,1024,1089,1088,-1,1088,1022,1024,-1,873,912,1090,-1,1090,1085,873,-1,909,1089,1090,-1,1090,912,909,-1,1024,1026,1090,-1,1090,1089,1024,-1,1011,1085,1090,-1,1090,1026,1011,-1,918,917,1091,-1,1091,1092,918,-1,916,1093,1091,-1,1091,917,916,-1,1027,1030,1091,-1,1091,1093,1027,-1,1032,1092,1091,-1,1091,1030,1032,-1,922,921,1094,-1,1094,1095,922,-1,918,1092,1094,-1,1094,921,918,-1,1032,1034,1094,-1,1094,1092,1032,-1,1036,1095,1094,-1,1094,1034,1036,-1,927,926,1096,-1,1096,1097,927,-1,922,1095,1096,-1,1096,926,922,-1,1036,1038,1096,-1,1096,1095,1036,-1,1040,1097,1096,-1,1096,1038,1040,-1,916,930,1098,-1,1098,1093,916,-1,927,1097,1098,-1,1098,930,927,-1,1040,1042,1098,-1,1098,1097,1040,-1,1027,1093,1098,-1,1098,1042,1027,-1,894,893,896,-1,896,897,894,-1,450,456,896,-1,896,893,450,-1,455,898,896,-1,896,456,455,-1,899,897,896,-1,896,898,899,-1});
  }
}
private class MFVec2f28 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.8538f ,0.2675f ,0.8565f ,0.2503f ,0.8695f ,0.2562f ,0.8668f ,0.2734f ,0.8588f ,0.2367f ,0.8717f ,0.2426f ,0.8844f ,0.2483f ,0.8823f ,0.262f ,0.8795f ,0.2792f ,0.8612f ,0.228f ,0.861f ,0.2289f ,0.8725f ,0.2388f ,0.8732f ,0.2346f ,0.8609f ,0.2296f ,0.8708f ,0.2419f ,0.8804f ,0.2515f ,0.8838f ,0.2475f ,0.8849f ,0.2408f ,0.8946f ,0.2676f ,0.8919f ,0.2848f ,0.8968f ,0.254f ,0.9087f ,0.2594f ,0.9065f ,0.273f ,0.9038f ,0.2902f ,0.8949f ,0.2538f ,0.8961f ,0.2462f ,0.891f ,0.2586f ,0.9f ,0.2623f ,0.9058f ,0.2587f ,0.907f ,0.2511f ,0.9179f ,0.2782f ,0.9152f ,0.2954f ,0.9201f ,0.2645f ,0.9312f ,0.2696f ,0.9291f ,0.2832f ,0.9264f ,0.3004f ,0.9164f ,0.2635f ,0.9176f ,0.2559f ,0.9106f ,0.2675f ,0.9189f ,0.2709f ,0.9269f ,0.2683f ,0.9281f ,0.2607f ,0.9402f ,0.2883f ,0.9375f ,0.3055f ,0.9423f ,0.2746f ,0.9521f ,0.2791f ,0.95f ,0.2928f ,0.9473f ,0.3099f ,0.9377f ,0.2732f ,0.8588f ,0.145f ,0.8655f ,0.1406f ,0.8654f ,0.1406f ,0.8563f ,0.1466f ,0.8722f ,0.1362f ,0.8746f ,0.1346f ,0.8723f ,0.1362f ,0.8654f ,0.1407f ,0.8585f ,0.1452f ,0.9628f ,0.0768f ,0.9627f ,0.07687f ,0.9643f ,0.07584f ,0.9639f ,0.0761f ,0.9633f ,0.07644f ,0.9646f ,0.07558f ,0.9658f ,0.07486f ,0.9658f ,0.07481f ,0.9651f ,0.07527f ,0.9636f ,0.07627f ,0.9625f ,0.077f ,0.961f ,0.07797f ,0.963f ,0.07668f ,0.9607f ,0.0782f ,0.9591f ,0.07925f ,0.9585f ,0.07964f ,0.9595f ,0.07893f ,0.9614f ,0.07775f ,0.9566f ,0.08085f ,0.9537f ,0.08276f ,0.9524f ,0.08361f ,0.9567f ,0.08081f ,0.9502f ,0.08508f ,0.9481f ,0.08642f ,0.9483f ,0.08632f ,0.9511f ,0.08447f ,0.9546f ,0.0822f ,0.9423f ,0.09027f ,0.9364f ,0.0941f ,0.939f ,0.2656f ,0.9302f ,0.2764f ,0.9351f ,0.09494f ,0.9434f ,0.08949f ,0.9299f ,0.09835f ,0.9268f ,0.1004f ,0.928f ,0.09963f ,0.9339f ,0.09577f ,0.9404f ,0.0915f ,0.9197f ,0.1051f ,0.9139f ,0.1089f ,0.9127f ,0.1096f ,0.9208f ,0.1043f ,0.9076f ,0.113f ,0.9047f ,0.1149f ,0.906f ,0.1141f ,0.9116f ,0.1104f ,0.9178f ,0.1063f ,0.8968f ,0.1201f ,0.8904f ,0.1243f ,0.8898f ,0.1247f ,0.8985f ,0.119f ,0.8837f ,0.1287f ,0.8812f ,0.1303f ,0.8831f ,0.1291f ,0.8892f ,0.125f ,0.8957f ,0.1208f ,0.8485f ,0.1053f ,0.8608f ,0.09748f ,0.8609f ,0.09813f ,0.8517f ,0.1042f ,0.8729f ,0.08952f ,0.87f ,0.09212f ,0.8707f ,0.098f ,0.8615f ,0.104f ,0.8523f ,0.11f ,0.8733f ,0.08954f ,0.8733f ,0.08999f ,0.8734f ,0.08866f ,0.8703f ,0.09196f ,0.8709f ,0.09783f ,0.8739f ,0.09587f ,0.8605f ,0.09651f ,0.8607f ,0.09825f ,0.8476f ,0.1047f ,0.8512f ,0.1045f ,0.8518f ,0.1104f ,0.8613f ,0.1041f ,0.8482f ,0.1055f ,0.8483f ,0.1064f ,0.8489f ,0.1122f ,0.9565f ,0.03469f ,0.9569f ,0.03447f ,0.9571f ,0.03505f ,0.9573f ,0.03487f ,0.9576f ,0.03398f ,0.9581f ,0.0344f ,0.9588f ,0.04024f ,0.9372f ,0.2791f ,0.9473f ,0.2775f ,0.9485f ,0.27f ,0.9574f ,0.2961f ,0.9547f ,0.3133f ,0.9595f ,0.2824f ,0.9647f ,0.2848f ,0.9626f ,0.2985f ,0.9599f ,0.3157f ,0.9541f ,0.2806f ,0.9554f ,0.2731f ,0.9452f ,0.2832f ,0.9475f ,0.2838f ,0.9588f ,0.2828f ,0.9601f ,0.2752f ,0.9662f ,0.3001f ,0.9635f ,0.3173f ,0.9682f ,0.2864f ,0.9704f ,0.2874f ,0.9684f ,0.3011f ,0.9657f ,0.3183f ,0.9621f ,0.2842f ,0.9633f ,0.2767f ,0.9525f ,0.2865f ,0.9522f ,0.286f ,0.9641f ,0.2852f ,0.9654f ,0.2776f ,0.9695f ,0.3016f ,0.9668f ,0.3188f ,0.9716f ,0.2879f ,0.9719f ,0.2881f ,0.9698f ,0.3017f ,0.9671f ,0.3189f ,0.9651f ,0.2856f ,0.9663f ,0.2781f ,0.9553f ,0.2877f ,0.9533f ,0.2865f ,0.9653f ,0.2857f ,0.9666f ,0.2782f ,0.8735f ,0.2332f ,0.8615f ,0.2278f ,0.8853f ,0.2386f ,0.8855f ,0.2385f ,0.8737f ,0.2331f ,0.8617f ,0.2279f ,0.8966f ,0.2437f ,0.9074f ,0.2486f ,0.9077f ,0.2486f ,0.8966f ,0.2436f ,0.918f ,0.2534f ,0.9286f ,0.2582f ,0.9578f ,0.04088f ,0.958f ,0.04071f ,0.9601f ,0.03258f ,0.9601f ,0.03303f ,0.9623f ,0.03036f ,0.962f ,0.03185f ,0.9626f ,0.03775f ,0.9608f ,0.0389f ,0.9621f ,0.02986f ,0.9621f ,0.03172f ,0.961f ,0.03123f ,0.9611f ,0.03243f ,0.9617f ,0.03833f ,0.9627f ,0.03763f ,0.959f ,0.03329f ,0.9591f ,0.03374f ,0.9597f ,0.03961f ,0.9587f ,0.03209f ,0.9588f ,0.03395f ,0.9602f ,0.03299f ,0.9553f ,0.03494f ,0.9561f ,0.03568f ,0.9567f ,0.04158f ,0.9593f ,0.03985f ,0.9608f ,0.03889f ,0.9536f ,0.03683f ,0.9537f ,0.03728f ,0.9511f ,0.03821f ,0.9526f ,0.03799f ,0.9533f ,0.04383f ,0.9543f ,0.04315f ,0.9538f ,0.03649f ,0.954f ,0.03708f ,0.9566f ,0.03538f ,0.9572f ,0.04122f ,0.9547f ,0.04291f ,0.9591f ,0.03374f ,0.9597f ,0.03962f ,0.9498f ,0.03795f ,0.9498f ,0.0398f ,0.9539f ,0.03715f ,0.9428f ,0.04312f ,0.9448f ,0.04312f ,0.9454f ,0.049f ,0.9504f ,0.04569f ,0.9545f ,0.04305f ,0.9418f ,0.04459f ,0.9418f ,0.04503f ,0.9394f ,0.04587f ,0.9419f ,0.04501f ,0.9426f ,0.05085f ,0.9425f ,0.05089f ,0.9455f ,0.04192f ,0.9457f ,0.04253f ,0.9505f ,0.03936f ,0.9512f ,0.04521f ,0.9464f ,0.04837f ,0.9537f ,0.03729f ,0.9543f ,0.04317f ,0.9323f ,0.04942f ,0.9324f ,0.05124f ,0.9404f ,0.04599f ,0.9208f ,0.05759f ,0.9234f ,0.05711f ,0.9241f ,0.06299f ,0.933f ,0.05713f ,0.9288f ,0.2582f ,0.9181f ,0.2533f ,0.941f ,0.05188f ,0.9191f ,0.05948f ,0.9191f ,0.05992f ,0.9174f ,0.06032f ,0.9205f ,0.05901f ,0.9212f ,0.06486f ,0.9198f ,0.06578f ,0.9285f ,0.05309f ,0.9286f ,0.05372f ,0.9376f ,0.04782f ,0.9383f ,0.05368f ,0.9293f ,0.05958f ,0.9418f ,0.04505f ,0.9425f ,0.05092f ,0.9096f ,0.06429f ,0.9097f ,0.06609f ,0.9178f ,0.06084f ,0.898f ,0.07251f ,0.9009f ,0.07189f ,0.9015f ,0.07775f ,0.9104f ,0.07197f ,0.9184f ,0.06672f ,0.897f ,0.07396f ,0.8971f ,0.0744f ,0.8957f ,0.07454f ,0.8988f ,0.07329f ,0.8994f ,0.07915f ,0.8977f ,0.08026f ,0.9395f ,0.2632f ,0.9491f ,0.2676f ,0.9503f ,0.268f ,0.9396f ,0.2631f ,0.956f ,0.2707f ,0.9607f ,0.2728f ,0.9617f ,0.2731f ,0.9562f ,0.2706f ,0.964f ,0.2743f ,0.966f ,0.2752f ,0.9669f ,0.2755f ,0.9643f ,0.2743f ,0.967f ,0.2757f ,0.9672f ,0.2758f ,0.968f ,0.276f ,0.9673f ,0.2757f ,0.9723f ,0.2813f ,0.9726f ,0.2814f ,0.9712f ,0.2808f ,0.9713f ,0.2778f ,0.9724f ,0.2788f ,0.9726f ,0.2784f ,0.969f ,0.2798f ,0.9655f ,0.2782f ,0.9658f ,0.2753f ,0.9691f ,0.2773f ,0.9603f ,0.2758f ,0.953f ,0.2725f ,0.9536f ,0.2698f ,0.9604f ,0.2733f ,0.9431f ,0.268f ,0.9321f ,0.263f ,0.9321f ,0.2601f ,0.9433f ,0.2656f ,0.921f ,0.258f ,0.9096f ,0.2528f ,0.91f ,0.25f ,0.9064f ,0.06758f ,0.9065f ,0.06824f ,0.915f ,0.06265f ,0.9156f ,0.06852f ,0.9071f ,0.0741f ,0.9191f ,0.05993f ,0.9198f ,0.06581f ,0.8858f ,0.07988f ,0.886f ,0.08166f ,0.8949f ,0.07579f ,0.8766f ,0.0878f ,0.8773f ,0.09366f ,0.8866f ,0.08753f ,0.8956f ,0.08167f ,0.8733f ,0.08998f ,0.8759f ,0.08826f ,0.8766f ,0.09412f ,0.874f ,0.09584f ,0.8843f ,0.08206f ,0.8844f ,0.08273f ,0.8932f ,0.07693f ,0.8938f ,0.08281f ,0.885f ,0.0886f ,0.897f ,0.07442f ,0.8977f ,0.0803f ,0.8558f ,0.1414f ,0.865f ,0.1354f ,0.8655f ,0.1406f ,0.8565f ,0.1465f ,0.8741f ,0.1294f ,0.8745f ,0.1347f ,0.8773f ,0.1273f ,0.8777f ,0.1326f ,0.8743f ,0.1293f ,0.8748f ,0.1345f ,0.9212f ,0.2555f ,0.8648f ,0.1355f ,0.8653f ,0.1407f ,0.8553f ,0.1417f ,0.856f ,0.1469f ,0.8524f ,0.1436f ,0.8531f ,0.1487f ,0.9616f ,0.07203f ,0.9614f ,0.07218f ,0.9621f ,0.07728f ,0.9622f ,0.07716f ,0.9623f ,0.07156f ,0.963f ,0.07669f ,0.9642f ,0.0703f ,0.9648f ,0.0755f ,0.9659f ,0.06921f ,0.9663f ,0.07448f ,0.966f ,0.06912f ,0.9665f ,0.0744f ,0.965f ,0.06979f ,0.9655f ,0.07505f ,0.9632f ,0.071f ,0.9637f ,0.07619f ,0.9641f ,0.07036f ,0.9626f ,0.07134f ,0.9631f ,0.07662f ,0.9646f ,0.07564f ,0.9601f ,0.07303f ,0.9606f ,0.07827f ,0.9578f ,0.07453f ,0.9584f ,0.0797f ,0.9568f ,0.07515f ,0.9575f ,0.08026f ,0.9583f ,0.07421f ,0.959f ,0.07932f ,0.9608f ,0.07255f ,0.9614f ,0.0777f ,0.9631f ,0.07102f ,0.9637f ,0.07623f ,0.9578f ,0.07453f ,0.9538f ,0.07716f ,0.9542f ,0.08242f ,0.9582f ,0.07982f ,0.9488f ,0.08042f ,0.9493f ,0.08562f ,0.946f ,0.08225f ,0.9466f ,0.0874f ,0.9461f ,0.08217f ,0.9468f ,0.08728f ,0.9499f ,0.07968f ,0.9506f ,0.08481f ,0.9547f ,0.07656f ,0.9553f ,0.08173f ,0.9577f ,0.07459f ,0.9582f ,0.07983f ,0.9444f ,0.08332f });
  }
}
private class MFVec2f29 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.9364f ,0.08856f ,0.8978f ,0.2474f ,0.8855f ,0.2418f ,0.886f ,0.2391f ,0.8981f ,0.245f ,0.8729f ,0.2361f ,0.8601f ,0.2303f ,0.8608f ,0.2283f ,0.8734f ,0.2338f ,0.8678f ,0.2399f ,0.8732f ,0.2455f ,0.8624f ,0.2325f ,0.8665f ,0.2349f ,0.8823f ,0.2528f ,0.8859f ,0.2529f ,0.8966f ,0.2592f ,0.8982f ,0.2585f ,0.9109f ,0.2657f ,0.91f ,0.2638f ,0.9218f ,0.2707f ,0.9168f ,0.2669f ,0.9271f ,0.2731f ,0.9199f ,0.2683f ,0.9291f ,0.274f ,0.9206f ,0.2686f ,0.8607f ,0.2295f ,0.8606f ,0.2296f ,0.8609f ,0.2293f ,0.8616f ,0.2252f ,0.8614f ,0.2253f ,0.8613f ,0.2253f ,0.8633f ,0.2144f ,0.8631f ,0.2144f ,0.8655f ,0.2002f ,0.8653f ,0.2001f ,0.8653f ,0.2001f ,0.863f ,0.2144f ,0.9369f ,0.09379f ,0.9448f ,0.0886f ,0.9275f ,0.09438f ,0.9281f ,0.09955f ,0.9233f ,0.09714f ,0.924f ,0.1023f ,0.9247f ,0.0962f ,0.9254f ,0.1013f ,0.9328f ,0.09093f ,0.9334f ,0.09609f ,0.9417f ,0.08506f ,0.9422f ,0.09028f ,0.9459f ,0.08234f ,0.9463f ,0.08761f ,0.9217f ,0.09816f ,0.9138f ,0.1034f ,0.9143f ,0.1086f ,0.9222f ,0.1034f ,0.905f ,0.1091f ,0.9057f ,0.1143f ,0.9012f ,0.1116f ,0.9019f ,0.1167f ,0.9029f ,0.1105f ,0.9036f ,0.1156f ,0.9106f ,0.1055f ,0.9112f ,0.1107f ,0.919f ,0.09993f ,0.9195f ,0.1052f ,0.9231f ,0.09725f ,0.9236f ,0.1025f ,0.899f ,0.1131f ,0.8901f ,0.1189f ,0.8906f ,0.1241f ,0.8994f ,0.1184f ,0.8808f ,0.125f ,0.8538f ,0.2675f ,0.8814f ,0.1302f ,0.8775f ,0.1272f ,0.8782f ,0.1323f ,0.8801f ,0.1255f ,0.8807f ,0.1306f ,0.8885f ,0.12f ,0.889f ,0.1252f ,0.8972f ,0.1142f ,0.8977f ,0.1195f ,0.901f ,0.1117f ,0.9015f ,0.117f ,0.8724f ,0.1138f ,0.8633f ,0.1198f ,0.8541f ,0.1258f ,0.8726f ,0.1136f ,0.8756f ,0.1117f ,0.8535f ,0.1262f ,0.8631f ,0.1199f ,0.8507f ,0.128f ,0.9605f ,0.05602f ,0.9596f ,0.05665f ,0.9598f ,0.05649f ,0.9642f ,0.05358f ,0.9625f ,0.05471f ,0.9634f ,0.05417f ,0.9644f ,0.05348f ,0.9614f ,0.05542f ,0.9584f ,0.05741f ,0.961f ,0.0557f ,0.9625f ,0.05473f ,0.9551f ,0.05961f ,0.9561f ,0.05895f ,0.959f ,0.05701f ,0.9565f ,0.05868f ,0.9614f ,0.05543f ,0.9471f ,0.06482f ,0.9521f ,0.06153f ,0.9561f ,0.05889f ,0.9443f ,0.06663f ,0.9442f ,0.06669f ,0.9529f ,0.061f ,0.9481f ,0.06414f ,0.956f ,0.05898f ,0.9258f ,0.0788f ,0.9347f ,0.07295f ,0.9427f ,0.0677f ,0.923f ,0.08066f ,0.9215f ,0.08158f ,0.94f ,0.06948f ,0.931f ,0.07537f ,0.9442f ,0.06673f ,0.9033f ,0.09355f ,0.9121f ,0.08778f ,0.9201f ,0.08254f ,0.9012f ,0.09495f ,0.8995f ,0.09606f ,0.8668f ,0.2734f ,0.8695f ,0.2562f ,0.8565f ,0.2503f ,0.8795f ,0.2792f ,0.8823f ,0.262f ,0.8844f ,0.2483f ,0.8717f ,0.2426f ,0.8588f ,0.2367f ,0.8612f ,0.228f ,0.8732f ,0.2346f ,0.8725f ,0.2388f ,0.861f ,0.2289f ,0.8849f ,0.2408f ,0.8838f ,0.2475f ,0.8804f ,0.2515f ,0.8708f ,0.2419f ,0.8609f ,0.2296f ,0.8919f ,0.2848f ,0.8946f ,0.2676f ,0.9038f ,0.2902f ,0.9065f ,0.273f ,0.9087f ,0.2594f ,0.8968f ,0.254f ,0.8961f ,0.2462f ,0.8949f ,0.2538f ,0.907f ,0.2511f ,0.9058f ,0.2587f ,0.9f ,0.2623f ,0.891f ,0.2586f ,0.9152f ,0.2954f ,0.9179f ,0.2782f ,0.9264f ,0.3004f ,0.9291f ,0.2832f ,0.9312f ,0.2696f ,0.9201f ,0.2645f ,0.9176f ,0.2559f ,0.9164f ,0.2635f ,0.9281f ,0.2607f ,0.9269f ,0.2683f ,0.9189f ,0.2709f ,0.9106f ,0.2675f ,0.9375f ,0.3055f ,0.9402f ,0.2883f ,0.9473f ,0.3099f ,0.95f ,0.2928f ,0.9521f ,0.2791f ,0.9423f ,0.2746f ,0.939f ,0.2656f ,0.9377f ,0.2732f ,0.9174f ,0.08433f ,0.9485f ,0.27f ,0.9089f ,0.0899f ,0.9473f ,0.2775f ,0.9215f ,0.08163f ,0.9372f ,0.2791f ,0.879f ,0.1095f ,0.9302f ,0.2764f ,0.8884f ,0.1033f ,0.9547f ,0.3133f ,0.9574f ,0.2961f ,0.8973f ,0.09749f ,0.9599f ,0.3157f ,0.9626f ,0.2985f ,0.9647f ,0.2848f ,0.9595f ,0.2824f ,0.9554f ,0.2731f ,0.9541f ,0.2806f ,0.8783f ,0.1099f ,0.9601f ,0.2752f ,0.9588f ,0.2828f ,0.9475f ,0.2838f ,0.9452f ,0.2832f ,0.9635f ,0.3173f ,0.9662f ,0.3001f ,0.9657f ,0.3183f ,0.9684f ,0.3011f ,0.9704f ,0.2874f ,0.9682f ,0.2864f ,0.9633f ,0.2767f ,0.9621f ,0.2842f ,0.9654f ,0.2776f ,0.9641f ,0.2852f ,0.9522f ,0.286f ,0.9525f ,0.2865f ,0.9668f ,0.3188f ,0.9695f ,0.3016f ,0.9716f ,0.2879f ,0.9663f ,0.2781f ,0.9651f ,0.2856f ,0.9553f ,0.2877f ,0.8615f ,0.2278f ,0.8735f ,0.2332f ,0.8617f ,0.2279f ,0.8757f ,0.1116f ,0.8956f ,0.09862f ,0.8867f ,0.1044f ,0.8994f ,0.09611f ,0.8588f ,0.145f ,0.8563f ,0.1466f ,0.8654f ,0.1406f ,0.8655f ,0.1406f ,0.8585f ,0.1452f ,0.8654f ,0.1407f ,0.8723f ,0.1362f ,0.8746f ,0.1346f ,0.8722f ,0.1362f ,0.9628f ,0.0768f ,0.9639f ,0.0761f ,0.9643f ,0.07584f ,0.9627f ,0.07687f ,0.9651f ,0.07527f ,0.9658f ,0.07481f ,0.9658f ,0.07486f ,0.9646f ,0.07558f ,0.9633f ,0.07644f ,0.9636f ,0.07627f ,0.963f ,0.07668f ,0.961f ,0.07797f ,0.9625f ,0.077f ,0.9614f ,0.07775f ,0.9595f ,0.07893f ,0.9585f ,0.07964f ,0.9591f ,0.07925f ,0.9607f ,0.0782f ,0.9566f ,0.08085f ,0.9567f ,0.08081f ,0.9524f ,0.08361f ,0.9537f ,0.08276f ,0.9546f ,0.0822f ,0.9511f ,0.08447f ,0.9483f ,0.08632f ,0.9481f ,0.08642f ,0.9502f ,0.08508f ,0.9423f ,0.09027f ,0.9434f ,0.08949f ,0.9351f ,0.09494f ,0.9364f ,0.0941f ,0.9404f ,0.0915f ,0.9339f ,0.09577f ,0.928f ,0.09963f ,0.9268f ,0.1004f ,0.9299f ,0.09835f ,0.9197f ,0.1051f ,0.9208f ,0.1043f ,0.9127f ,0.1096f ,0.9139f ,0.1089f ,0.9178f ,0.1063f ,0.9116f ,0.1104f ,0.906f ,0.1141f ,0.9047f ,0.1149f ,0.9076f ,0.113f ,0.8968f ,0.1201f ,0.8985f ,0.119f ,0.8898f ,0.1247f ,0.8904f ,0.1243f ,0.8957f ,0.1208f ,0.8892f ,0.125f ,0.8831f ,0.1291f ,0.8737f ,0.2331f ,0.8855f ,0.2385f ,0.8812f ,0.1303f ,0.8837f ,0.1287f ,0.8485f ,0.1053f ,0.8517f ,0.1042f ,0.8609f ,0.09813f ,0.8608f ,0.09748f ,0.8523f ,0.11f ,0.8615f ,0.104f ,0.8707f ,0.098f ,0.87f ,0.09212f ,0.8729f ,0.08952f ,0.8733f ,0.08999f ,0.8733f ,0.08954f ,0.8739f ,0.09587f ,0.8709f ,0.09783f ,0.8703f ,0.09196f ,0.8734f ,0.08866f ,0.8607f ,0.09825f ,0.8605f ,0.09651f ,0.8613f ,0.1041f ,0.8518f ,0.1104f ,0.8512f ,0.1045f ,0.8476f ,0.1047f ,0.8483f ,0.1064f ,0.8482f ,0.1055f ,0.8489f ,0.1122f ,0.9565f ,0.03469f ,0.9573f ,0.03487f ,0.9571f ,0.03505f ,0.9569f ,0.03447f ,0.958f ,0.04071f ,0.9578f ,0.04088f ,0.9588f ,0.04024f ,0.9581f ,0.0344f ,0.9601f ,0.03303f ,0.9608f ,0.0389f ,0.9626f ,0.03775f ,0.962f ,0.03185f ,0.9621f ,0.03172f ,0.9621f ,0.02986f ,0.9627f ,0.03763f ,0.9617f ,0.03833f ,0.9611f ,0.03243f ,0.961f ,0.03123f ,0.9591f ,0.03374f ,0.959f ,0.03329f ,0.9597f ,0.03961f ,0.9602f ,0.03299f ,0.9588f ,0.03395f ,0.9587f ,0.03209f ,0.9608f ,0.03889f ,0.9593f ,0.03985f ,0.9567f ,0.04158f ,0.9561f ,0.03568f ,0.9553f ,0.03494f ,0.9537f ,0.03728f ,0.9536f ,0.03683f ,0.9543f ,0.04315f ,0.9533f ,0.04383f ,0.9526f ,0.03799f ,0.9511f ,0.03821f ,0.954f ,0.03708f ,0.9538f ,0.03649f ,0.9547f ,0.04291f ,0.9572f ,0.04122f ,0.9566f ,0.03538f ,0.9591f ,0.03374f ,0.9597f ,0.03962f ,0.9539f ,0.03715f ,0.9498f ,0.0398f ,0.9498f ,0.03795f ,0.9545f ,0.04305f ,0.9504f ,0.04569f ,0.9454f ,0.049f ,0.9448f ,0.04312f ,0.9428f ,0.04312f ,0.9418f ,0.04503f ,0.9418f ,0.04459f ,0.9425f ,0.05089f ,0.9426f ,0.05085f ,0.9419f ,0.04501f ,0.9394f ,0.04587f ,0.9457f ,0.04253f ,0.9455f ,0.04192f ,0.8853f ,0.2386f ,0.9464f ,0.04837f ,0.9512f ,0.04521f ,0.9505f ,0.03936f ,0.9537f ,0.03729f ,0.9543f ,0.04317f ,0.9404f ,0.04599f ,0.9324f ,0.05124f ,0.9323f ,0.04942f ,0.941f ,0.05188f ,0.933f ,0.05713f ,0.9241f ,0.06299f ,0.9234f ,0.05711f ,0.9208f ,0.05759f ,0.9191f ,0.05992f ,0.9191f ,0.05948f ,0.9198f ,0.06578f ,0.9212f ,0.06486f ,0.9205f ,0.05901f ,0.9174f ,0.06032f ,0.9286f ,0.05372f ,0.9285f ,0.05309f ,0.9293f ,0.05958f ,0.9383f ,0.05368f ,0.9376f ,0.04782f ,0.9418f ,0.04505f ,0.9425f ,0.05092f ,0.9178f ,0.06084f ,0.9097f ,0.06609f ,0.8966f ,0.2437f ,0.8966f ,0.2436f ,0.9077f ,0.2486f ,0.9074f ,0.2486f ,0.918f ,0.2534f ,0.9181f ,0.2533f ,0.9288f ,0.2582f ,0.9286f ,0.2582f ,0.9395f ,0.2632f ,0.9396f ,0.2631f ,0.9503f ,0.268f ,0.9491f ,0.2676f ,0.956f ,0.2707f ,0.9562f ,0.2706f ,0.9617f ,0.2731f ,0.9607f ,0.2728f ,0.964f ,0.2743f ,0.9643f ,0.2743f });
  }
}
private class MFVec2f30 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.9669f ,0.2755f ,0.966f ,0.2752f ,0.967f ,0.2757f ,0.9673f ,0.2757f ,0.9723f ,0.2813f ,0.9724f ,0.2788f ,0.9713f ,0.2778f ,0.9712f ,0.2808f ,0.969f ,0.2798f ,0.9691f ,0.2773f ,0.9658f ,0.2753f ,0.9655f ,0.2782f ,0.9603f ,0.2758f ,0.9604f ,0.2733f ,0.9536f ,0.2698f ,0.953f ,0.2725f ,0.9431f ,0.268f ,0.9433f ,0.2656f ,0.9321f ,0.2601f ,0.9321f ,0.263f ,0.921f ,0.258f ,0.9212f ,0.2555f ,0.91f ,0.25f ,0.9096f ,0.2528f ,0.8978f ,0.2474f ,0.8981f ,0.245f ,0.886f ,0.2391f ,0.8855f ,0.2418f ,0.8729f ,0.2361f ,0.8734f ,0.2338f ,0.9096f ,0.06429f ,0.8608f ,0.2283f ,0.8601f ,0.2303f ,0.9184f ,0.06672f ,0.8732f ,0.2455f ,0.8678f ,0.2399f ,0.9104f ,0.07197f ,0.8624f ,0.2325f ,0.8859f ,0.2529f ,0.9015f ,0.07775f ,0.8823f ,0.2528f ,0.8982f ,0.2585f ,0.9009f ,0.07189f ,0.8966f ,0.2592f ,0.91f ,0.2638f ,0.9109f ,0.2657f ,0.898f ,0.07251f ,0.9168f ,0.2669f ,0.9218f ,0.2707f ,0.9199f ,0.2683f ,0.9271f ,0.2731f ,0.9291f ,0.274f ,0.8607f ,0.2295f ,0.8614f ,0.2253f ,0.8616f ,0.2252f ,0.8609f ,0.2293f ,0.8631f ,0.2144f ,0.8633f ,0.2144f ,0.8653f ,0.2001f ,0.8655f ,0.2002f ,0.8971f ,0.0744f ,0.897f ,0.07396f ,0.8977f ,0.08026f ,0.8994f ,0.07915f ,0.8988f ,0.07329f ,0.8957f ,0.07454f ,0.9065f ,0.06824f ,0.9064f ,0.06758f ,0.9071f ,0.0741f ,0.9156f ,0.06852f ,0.915f ,0.06265f ,0.9191f ,0.05993f ,0.9198f ,0.06581f ,0.8949f ,0.07579f ,0.886f ,0.08166f ,0.8858f ,0.07988f ,0.8956f ,0.08167f ,0.8866f ,0.08753f ,0.8773f ,0.09366f ,0.8766f ,0.0878f ,0.8733f ,0.08998f ,0.874f ,0.09584f ,0.8766f ,0.09412f ,0.8759f ,0.08826f ,0.8844f ,0.08273f ,0.8843f ,0.08206f ,0.885f ,0.0886f ,0.8938f ,0.08281f ,0.8932f ,0.07693f ,0.897f ,0.07442f ,0.8977f ,0.0803f ,0.8558f ,0.1414f ,0.8565f ,0.1465f ,0.8655f ,0.1406f ,0.865f ,0.1354f ,0.8745f ,0.1347f ,0.8741f ,0.1294f ,0.8777f ,0.1326f ,0.8773f ,0.1273f ,0.8748f ,0.1345f ,0.8743f ,0.1293f ,0.8653f ,0.1407f ,0.8648f ,0.1355f ,0.856f ,0.1469f ,0.8553f ,0.1417f ,0.8531f ,0.1487f ,0.8524f ,0.1436f ,0.9616f ,0.07203f ,0.9622f ,0.07716f ,0.9621f ,0.07728f ,0.9614f ,0.07218f ,0.963f ,0.07669f ,0.9623f ,0.07156f ,0.9648f ,0.0755f ,0.9642f ,0.0703f ,0.9663f ,0.07448f ,0.9659f ,0.06921f ,0.9665f ,0.0744f ,0.966f ,0.06912f ,0.9655f ,0.07505f ,0.965f ,0.06979f ,0.9637f ,0.07619f ,0.9632f ,0.071f ,0.9641f ,0.07036f ,0.9646f ,0.07564f ,0.9631f ,0.07662f ,0.9626f ,0.07134f ,0.9606f ,0.07827f ,0.9601f ,0.07303f ,0.9584f ,0.0797f ,0.9578f ,0.07453f ,0.9575f ,0.08026f ,0.9568f ,0.07515f ,0.959f ,0.07932f ,0.9583f ,0.07421f ,0.9614f ,0.0777f ,0.9608f ,0.07255f ,0.9637f ,0.07623f ,0.9631f ,0.07102f ,0.9578f ,0.07453f ,0.9582f ,0.07982f ,0.9542f ,0.08242f ,0.9538f ,0.07716f ,0.9493f ,0.08562f ,0.9488f ,0.08042f ,0.9466f ,0.0874f ,0.946f ,0.08225f ,0.9468f ,0.08728f ,0.9461f ,0.08217f ,0.9506f ,0.08481f ,0.9499f ,0.07968f ,0.9553f ,0.08173f ,0.9547f ,0.07656f ,0.9582f ,0.07983f ,0.9577f ,0.07459f ,0.9444f ,0.08332f ,0.9448f ,0.0886f ,0.9369f ,0.09379f ,0.9364f ,0.08856f ,0.9281f ,0.09955f ,0.9275f ,0.09438f ,0.924f ,0.1023f ,0.9233f ,0.09714f ,0.9254f ,0.1013f ,0.9247f ,0.0962f ,0.9334f ,0.09609f ,0.9328f ,0.09093f ,0.9422f ,0.09028f ,0.9417f ,0.08506f ,0.9463f ,0.08761f ,0.9459f ,0.08234f ,0.9217f ,0.09816f ,0.9222f ,0.1034f ,0.9143f ,0.1086f ,0.9138f ,0.1034f ,0.9057f ,0.1143f ,0.905f ,0.1091f ,0.9019f ,0.1167f ,0.9012f ,0.1116f ,0.9036f ,0.1156f ,0.9029f ,0.1105f ,0.9112f ,0.1107f ,0.9106f ,0.1055f ,0.9195f ,0.1052f ,0.919f ,0.09993f ,0.9236f ,0.1025f ,0.9231f ,0.09725f ,0.899f ,0.1131f ,0.8994f ,0.1184f ,0.8906f ,0.1241f ,0.8901f ,0.1189f ,0.8814f ,0.1302f ,0.8808f ,0.125f ,0.8782f ,0.1323f ,0.8775f ,0.1272f ,0.8807f ,0.1306f ,0.8801f ,0.1255f ,0.889f ,0.1252f ,0.8885f ,0.12f ,0.8977f ,0.1195f ,0.8972f ,0.1142f ,0.9015f ,0.117f ,0.901f ,0.1117f ,0.8633f ,0.1198f ,0.8724f ,0.1138f ,0.8541f ,0.1258f ,0.8756f ,0.1117f ,0.8726f ,0.1136f ,0.8631f ,0.1199f ,0.8535f ,0.1262f ,0.8507f ,0.128f ,0.9596f ,0.05665f ,0.9605f ,0.05602f ,0.9598f ,0.05649f ,0.9625f ,0.05471f ,0.9642f ,0.05358f ,0.9644f ,0.05348f ,0.9634f ,0.05417f ,0.9614f ,0.05542f ,0.961f ,0.0557f ,0.9584f ,0.05741f ,0.9625f ,0.05473f ,0.9561f ,0.05895f ,0.9551f ,0.05961f ,0.9565f ,0.05868f ,0.959f ,0.05701f ,0.9614f ,0.05543f ,0.9521f ,0.06153f ,0.9471f ,0.06482f ,0.9561f ,0.05889f ,0.9442f ,0.06669f ,0.9443f ,0.06663f ,0.9481f ,0.06414f ,0.9529f ,0.061f ,0.956f ,0.05898f ,0.9347f ,0.07295f ,0.9258f ,0.0788f ,0.9427f ,0.0677f ,0.9215f ,0.08158f ,0.923f ,0.08066f ,0.931f ,0.07537f ,0.94f ,0.06948f ,0.9442f ,0.06673f ,0.9121f ,0.08778f ,0.9033f ,0.09356f ,0.9201f ,0.08254f ,0.8995f ,0.09606f ,0.9012f ,0.09495f ,0.9089f ,0.0899f ,0.9174f ,0.08433f ,0.9215f ,0.08163f ,0.8884f ,0.1033f ,0.879f ,0.1095f ,0.8973f ,0.09749f ,0.8757f ,0.1116f ,0.8783f ,0.1099f ,0.8867f ,0.1044f ,0.8956f ,0.09862f ,0.8994f ,0.09611f });
  }
}
private class MFVec3f31 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {2.49f ,-0.346f ,-1.665f ,2.488f ,0.1468f ,-1.593f ,1.904f ,0.2897f ,-1.545f ,2.499f ,-0.444f ,-0.9669f ,2.786f ,0.06917f ,-0.9244f ,2.157f ,0.2012f ,-0.9269f ,2.398f ,-0.5365f ,-0.3089f ,2.674f ,-0.03385f ,-0.1909f ,2.131f ,0.1021f ,-0.2568f ,2.124f ,-0.6222f ,0.3018f ,2.368f ,-0.1295f ,0.4901f ,2.006f ,0.01241f ,0.3815f ,1.712f ,-0.7021f ,0.7777f ,1.909f ,-0.2185f ,1.124f ,1.713f ,-0.0744f ,0.9995f ,1.197f ,-0.75f ,1.101f ,1.335f ,-0.2719f ,1.504f ,1.253f ,-0.1234f ,1.348f ,0.6088f ,-0.7719f ,1.344f ,0.679f ,-0.2963f ,1.678f ,0.6546f ,-0.1459f ,1.508f ,0f ,-0.3025f ,1.722f ,0f ,-0.151f ,1.545f ,1.901f ,0.2634f ,-1.551f ,1.93f ,0.0002013f ,-1.034f ,1.906f ,-0.1155f ,-0.4374f ,1.794f ,-0.1957f ,0.1341f ,1.533f ,-0.2733f ,0.6859f ,1.121f ,-0.3171f ,0.9981f ,0.5859f ,-0.3372f ,1.141f ,0f ,-0.3419f ,1.174f ,2.405f ,0.2839f ,-1.554f ,1.988f ,0.293f ,-1.533f ,2.213f ,0.2428f ,-0.9146f ,2.185f ,0.1482f ,-0.2411f ,2.054f ,0.05845f ,0.3977f ,1.749f ,-0.03285f ,1.048f ,1.275f ,-0.08119f ,1.392f ,0.6617f ,-0.1034f ,1.55f ,0.6764f ,-0.1281f ,1.683f ,1.33f ,-0.1046f ,1.516f ,1.895f ,-0.05298f ,1.148f ,2.345f ,0.03838f ,0.4979f ,2.642f ,0.1326f ,-0.1729f ,2.743f ,0.2346f ,-0.899f ,0f ,0.2369f ,-1.479f ,2.23f ,0.7878f ,-1.476f ,2.257f ,0.7123f ,-0.9376f ,2.702f ,0.7112f ,-0.9303f ,2.682f ,0.79f ,-1.491f ,0.5807f ,0.3499f ,1.642f ,0.08538f ,0.3469f ,1.663f ,0.08698f ,0.3321f ,1.769f ,0.5887f ,0.3357f ,1.743f ,0.7603f ,0.3393f ,1.717f ,1.244f ,0.3562f ,1.597f ,1.21f ,0.3696f ,1.502f ,0.7458f ,0.3532f ,1.619f ,1.402f ,0.3657f ,1.53f ,1.811f ,0.4028f ,1.265f ,1.714f ,0.4139f ,1.186f ,1.351f ,0.3785f ,1.438f ,1.943f ,0.4212f ,1.134f ,2.266f ,0.491f ,0.6374f ,2.054f ,0.5025f ,0.5555f ,1.813f ,0.4322f ,1.056f ,2.365f ,0.5149f ,0.4677f ,2.572f ,0.5841f ,-0.02519f ,2.216f ,0.5928f ,-0.08726f ,2.106f ,0.526f ,0.3881f ,2.626f ,0.6092f ,-0.204f ,2.692f ,0.6845f ,-0.7402f ,2.26f ,0.6874f ,-0.7606f ,2.233f ,0.6163f ,-0.2546f ,1.901f ,0.7339f ,-1.485f ,2.295f ,0.8405f ,-1.396f ,2.314f ,0.7849f ,-1f ,2.638f ,0.7846f ,-0.9984f ,2.623f ,0.8416f ,-1.404f ,0.5147f ,0.4098f ,1.67f ,0.153f ,0.4075f ,1.686f ,0.1549f ,0.3975f ,1.757f ,0.5193f ,0.4001f ,1.739f ,0.8237f ,0.4065f ,1.694f ,1.172f ,0.4186f ,1.607f ,1.152f ,0.4277f ,1.542f ,0.8114f ,0.4157f ,1.627f ,1.449f ,0.4354f ,1.488f ,1.739f ,0.4621f ,1.298f ,1.679f ,0.4699f ,1.242f ,1.409f ,0.4439f ,1.427f ,1.968f ,0.4948f ,1.064f ,2.192f ,0.5458f ,0.7013f ,2.053f ,0.5539f ,0.6439f ,1.864f ,0.5026f ,1.009f ,2.357f ,0.5884f ,0.3984f ,2.494f ,0.6385f ,0.0419f ,2.251f ,0.6451f ,-0.005292f ,2.157f ,0.5961f ,0.3436f ,2.581f ,0.683f ,-0.275f ,2.623f ,0.7373f ,-0.6614f ,2.316f ,0.74f ,-0.6806f ,2.291f ,0.6875f ,-0.3073f ,2.228f ,0.4099f ,-1.53f ,2.256f ,0.334f ,-0.9894f ,2.704f ,0.3329f ,-0.9821f ,2.683f ,0.4121f ,-1.546f ,0.582f ,-0.02776f ,1.586f ,0.08377f ,-0.03077f ,1.607f ,0.08547f ,-0.04648f ,1.719f ,0.5905f ,-0.04281f ,1.693f ,0.7592f ,-0.03927f ,1.668f ,1.246f ,-0.02229f ,1.547f ,1.21f ,-0.00807f ,1.445f ,0.7438f ,-0.02453f ,1.563f ,1.402f ,-0.01297f ,1.48f ,1.815f ,0.02459f ,1.213f ,1.713f ,0.03626f ,1.13f ,1.348f ,0.0006513f ,1.383f ,1.945f ,0.04273f ,1.084f ,2.27f ,0.1129f ,0.5843f ,2.052f ,0.1247f ,0.5001f ,1.81f ,0.05413f ,1.003f ,2.367f ,0.1364f ,0.4167f ,2.575f ,0.2061f ,-0.07931f ,2.214f ,0.215f ,-0.1423f ,2.104f ,0.1478f ,0.3357f ,2.628f ,0.2309f ,-0.2555f ,2.694f ,0.3066f ,-0.7946f ,2.258f ,0.3095f ,-0.8152f ,2.231f ,0.238f ,-0.3065f ,1.901f ,0.3337f ,-1.541f ,-2.49f ,-0.346f ,-1.665f ,-2.488f ,0.1468f ,-1.593f ,-2.786f ,0.06917f ,-0.9244f ,-2.499f ,-0.444f ,-0.9669f ,-1.904f ,0.2897f ,-1.545f ,-1.901f ,0.2634f ,-1.551f ,-1.93f ,0.0002014f ,-1.034f ,-2.157f ,0.2012f ,-0.9269f ,-2.674f ,-0.03385f ,-0.1909f ,-2.398f ,-0.5365f ,-0.3089f ,-1.906f ,-0.1155f ,-0.4374f ,-2.131f ,0.1021f ,-0.2568f ,-2.368f ,-0.1295f ,0.4901f ,-2.124f ,-0.6222f ,0.3018f ,-1.794f ,-0.1957f ,0.1341f ,-2.006f ,0.01241f ,0.3815f ,-1.909f ,-0.2185f ,1.124f ,-1.712f ,-0.7021f ,0.7777f ,-1.533f ,-0.2733f ,0.6859f ,-1.713f ,-0.0744f ,0.9995f ,-1.335f ,-0.2719f ,1.504f ,-1.197f ,-0.75f ,1.101f ,-1.121f ,-0.3171f ,0.9981f ,-1.253f ,-0.1234f ,1.348f ,-0.679f ,-0.2963f ,1.678f ,-0.6088f ,-0.7719f ,1.344f ,-0.5859f ,-0.3372f ,1.141f ,-0.6546f ,-0.1459f ,1.508f ,0f ,-0.7775f ,1.407f ,-2.213f ,0.2428f ,-0.9146f ,-1.988f ,0.293f ,-1.533f ,-2.185f ,0.1482f ,-0.2411f ,-2.054f ,0.05845f ,0.3977f ,-1.749f ,-0.03285f ,1.048f ,-1.275f ,-0.08119f ,1.392f ,-0.6617f ,-0.1034f ,1.55f ,0f ,-0.1079f ,1.582f ,-0.6764f ,-0.1281f ,1.683f ,0f ,-0.1336f ,1.722f ,-1.33f ,-0.1046f ,1.516f ,-1.895f ,-0.05298f ,1.148f ,-2.345f ,0.03838f ,0.4979f ,-2.642f ,0.1326f ,-0.1729f ,-2.743f ,0.2346f ,-0.899f ,-2.405f ,0.2839f ,-1.554f ,-2.295f ,0.8405f ,-1.396f ,-2.314f ,0.7849f ,-1f ,-2.638f ,0.7846f ,-0.9984f ,-2.623f ,0.8416f ,-1.404f ,-0.5147f ,0.4098f ,1.67f ,-0.153f ,0.4075f ,1.686f ,-0.1549f ,0.3975f ,1.757f ,-0.5193f ,0.4001f ,1.739f ,-0.8237f ,0.4065f ,1.694f ,-1.172f ,0.4186f ,1.607f ,-1.152f ,0.4277f ,1.542f ,-0.8114f ,0.4157f ,1.627f ,-1.449f ,0.4354f ,1.488f ,-1.739f ,0.4621f ,1.298f ,-1.679f ,0.4699f ,1.242f ,-1.409f ,0.4439f ,1.427f ,-1.968f ,0.4948f ,1.064f ,-2.192f ,0.5458f ,0.7013f ,-2.053f ,0.5539f ,0.6439f ,-1.864f ,0.5026f ,1.009f ,-2.357f ,0.5884f ,0.3984f ,-2.494f ,0.6385f ,0.0419f ,-2.251f ,0.6451f ,-0.005292f ,-2.157f ,0.5961f ,0.3436f ,-2.581f ,0.683f ,-0.275f ,-2.623f ,0.7373f ,-0.6614f ,-2.316f ,0.74f ,-0.6806f ,-2.291f ,0.6875f ,-0.3073f ,-2.256f ,0.334f ,-0.9894f ,-2.228f ,0.4099f ,-1.53f ,-2.704f ,0.3329f ,-0.9821f ,-2.683f ,0.4121f ,-1.546f ,-0.08377f ,-0.03077f ,1.607f ,-0.582f ,-0.02776f ,1.586f ,-0.08547f ,-0.04648f ,1.719f ,-0.5905f ,-0.04281f ,1.693f ,-1.246f ,-0.02229f ,1.547f ,-0.7592f ,-0.03927f ,1.668f ,-1.21f ,-0.00807f ,1.445f ,-0.7438f ,-0.02453f ,1.563f ,-1.815f ,0.02459f ,1.213f ,-1.402f ,-0.01297f ,1.48f ,-1.713f ,0.03626f ,1.13f ,-1.348f ,0.0006513f ,1.383f ,-2.27f ,0.1129f ,0.5843f ,-1.945f ,0.04273f ,1.084f ,-2.052f ,0.1247f ,0.5001f ,-1.81f ,0.05413f ,1.003f ,-2.575f ,0.2061f ,-0.07931f ,-2.367f ,0.1364f ,0.4167f ,-2.214f ,0.215f ,-0.1423f ,-2.104f ,0.1478f ,0.3357f ,-2.694f ,0.3066f ,-0.7946f ,-2.628f ,0.2309f ,-0.2555f ,-2.258f ,0.3095f ,-0.8152f ,-2.231f ,0.238f ,-0.3065f ,-1.901f ,0.3337f ,-1.541f ,0f ,0.3834f ,-1.651f ,-2.23f ,0.7878f ,-1.476f ,-2.257f ,0.7123f ,-0.9376f ,-2.702f ,0.7112f ,-0.9303f ,-2.682f ,0.79f ,-1.491f ,-0.5807f ,0.3499f ,1.642f ,-0.08538f ,0.3469f ,1.663f ,-0.08698f ,0.3321f ,1.769f ,-0.5887f ,0.3357f ,1.743f ,-0.7603f ,0.3393f ,1.717f ,-1.244f ,0.3562f ,1.597f ,-1.21f ,0.3696f ,1.502f ,-0.7458f ,0.3532f ,1.619f ,-1.402f ,0.3657f ,1.53f ,-1.811f ,0.4028f ,1.265f ,-1.714f ,0.4139f ,1.186f ,-1.351f ,0.3785f ,1.438f ,-1.943f ,0.4212f ,1.134f ,-2.266f ,0.491f ,0.6374f ,-2.054f ,0.5025f ,0.5555f ,-1.813f ,0.4322f ,1.056f ,-2.365f ,0.5149f ,0.4677f ,-2.572f ,0.5841f ,-0.02519f ,-2.216f ,0.5928f ,-0.08726f ,-2.106f ,0.526f ,0.3881f ,-2.626f ,0.6092f ,-0.204f ,-2.692f ,0.6845f ,-0.7402f ,-2.26f ,0.6874f ,-0.7606f ,-2.233f ,0.6163f ,-0.2546f ,-1.901f ,0.7339f ,-1.485f ,0f ,0.7348f ,-1.492f ,2.792f ,-0.12f ,-1.345f ,2.142f ,0.1908f ,-1.295f ,2.754f ,-0.2268f ,-0.5846f ,2.151f ,0.01335f ,-0.6048f ,2.546f ,-0.3259f ,0.1205f ,2.083f ,-0.07765f ,0.04301f ,2.157f ,-0.4204f ,0.7935f ,1.879f ,-0.1684f ,0.689f ,1.636f ,-0.4934f ,1.191f ,1.501f ,-0.238f ,1.185f ,1.014f ,-0.5308f ,1.507f ,0.9654f ,-0.2718f ,1.425f ,0.3407f ,-0.5451f ,1.681f ,0.3302f ,-0.2846f ,1.516f ,2.154f ,0.2911f ,-1.276f });
  }
}
private class MFVec3f32 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {2.162f ,0.1932f ,-0.579f ,2.094f ,0.102f ,0.07051f ,1.889f ,0.01079f ,0.7195f ,1.508f ,-0.05933f ,1.219f ,0.9686f ,-0.09341f ,1.461f ,0.3311f ,-0.1062f ,1.552f ,0.3399f ,-0.1836f ,1.72f ,1.011f ,-0.1695f ,1.62f ,1.63f ,-0.1323f ,1.355f ,2.148f ,-0.05961f ,0.8372f ,2.536f ,0.03458f ,0.1667f ,2.743f ,0.1333f ,-0.5359f ,2.781f ,0.2391f ,-1.289f ,1.428f ,0.1563f ,-1.429f ,1.434f ,-0.01467f ,-0.9757f ,1.388f ,-0.07533f ,-0.5439f ,1.253f ,-0.1358f ,-0.1132f ,1.001f ,-0.1822f ,0.2172f ,0.6436f ,-0.2048f ,0.3777f ,0.2202f ,-0.2133f ,0.4382f ,2.468f ,0.8129f ,-1.2f ,0.3355f ,0.4037f ,1.713f ,0.9899f ,0.4171f ,1.618f ,1.569f ,0.4528f ,1.364f ,2.019f ,0.5243f ,0.8547f ,2.315f ,0.617f ,0.1947f ,2.453f ,0.7119f ,-0.4811f ,2.166f ,0.3011f ,-1.269f ,2.484f ,0.2498f ,-0.9033f ,2.769f ,0.3019f ,-1.274f ,2.452f ,0.3533f ,-1.64f ,0.332f ,-0.09714f ,1.566f ,0.0005066f ,-0.1099f ,1.657f ,0.3389f ,-0.1181f ,1.716f ,0.6704f ,-0.1054f ,1.625f ,1.007f ,-0.1041f ,1.616f ,1.308f ,-0.08306f ,1.466f ,0.9723f ,-0.08433f ,1.475f ,0.6714f ,-0.1054f ,1.625f ,1.622f ,-0.06717f ,1.353f ,1.829f ,-0.03411f ,1.118f ,1.516f ,-0.04993f ,1.23f ,1.309f ,-0.08299f ,1.466f ,2.138f ,0.005099f ,0.8386f ,2.208f ,0.05989f ,0.4486f ,1.9f ,0.02077f ,0.727f ,1.83f ,-0.03402f ,1.117f ,2.524f ,0.09887f ,0.171f ,2.422f ,0.1513f ,-0.2023f ,2.106f ,0.1124f ,0.07454f ,2.209f ,0.05998f ,0.4479f ,2.731f ,0.1972f ,-0.5289f ,2.484f ,0.2497f ,-0.9026f ,2.174f ,0.2039f ,-0.5768f ,2.422f ,0.1514f ,-0.2032f ,1.061f ,0.3095f ,-1.659f ,2.173f ,0.8125f ,-1.197f ,2.483f ,0.762f ,-0.8372f ,2.763f ,0.8133f ,-1.203f ,2.452f ,0.8638f ,-1.563f ,0.3324f ,0.4128f ,1.648f ,0.006795f ,0.4015f ,1.729f ,0.3385f ,0.3946f ,1.778f ,0.6641f ,0.4059f ,1.697f ,1.005f ,0.4086f ,1.678f ,1.302f ,0.4281f ,1.54f ,0.9747f ,0.4257f ,1.557f ,0.6778f ,0.4062f ,1.695f ,1.616f ,0.4453f ,1.417f ,1.823f ,0.4767f ,1.194f ,1.522f ,0.4603f ,1.31f ,1.315f ,0.4289f ,1.534f ,2.13f ,0.517f ,0.9063f ,2.205f ,0.5706f ,0.5253f ,1.908f ,0.5315f ,0.8031f ,1.833f ,0.478f ,1.184f ,2.516f ,0.6105f ,0.241f ,2.419f ,0.6619f ,-0.1246f ,2.114f ,0.6235f ,0.1483f ,2.211f ,0.5722f ,0.5139f ,2.724f ,0.7087f ,-0.4577f ,2.483f ,0.7602f ,-0.8248f ,2.181f ,0.7152f ,-0.5044f ,2.422f ,0.6636f ,-0.1373f ,2.167f ,0.5622f ,-1.232f ,2.484f ,0.511f ,-0.8673f ,2.768f ,0.563f ,-1.238f ,2.452f ,0.6143f ,-1.603f ,0.3321f ,0.1635f ,1.607f ,0.00152f ,0.1512f ,1.694f ,0.3388f ,0.1434f ,1.749f ,0.6694f ,0.1557f ,1.662f ,1.007f ,0.1575f ,1.649f ,1.307f ,0.178f ,1.503f ,0.9732f ,0.1763f ,1.515f ,0.6725f ,0.1557f ,1.662f ,1.62f ,0.1943f ,1.387f ,1.828f ,0.2269f ,1.155f ,1.518f ,0.2108f ,1.27f ,1.311f ,0.1782f ,1.502f ,2.135f ,0.2664f ,0.8739f ,2.208f ,0.3209f ,0.4857f ,1.903f ,0.2817f ,0.7651f ,1.83f ,0.2271f ,1.153f ,2.522f ,0.36f ,0.2072f ,2.421f ,0.4123f ,-0.1648f ,2.108f ,0.3734f ,0.1118f ,2.209f ,0.3212f ,0.4837f ,2.729f ,0.4583f ,-0.4924f ,2.484f ,0.5107f ,-0.8651f ,2.176f ,0.465f ,-0.54f ,2.422f ,0.4127f ,-0.1673f ,1.061f ,0.5794f ,-1.621f ,-2.792f ,-0.12f ,-1.345f ,-2.142f ,0.1908f ,-1.295f ,-2.754f ,-0.2268f ,-0.5846f ,-2.151f ,0.01335f ,-0.6048f ,-2.546f ,-0.3259f ,0.1205f ,-2.083f ,-0.07765f ,0.04301f ,-2.157f ,-0.4204f ,0.7935f ,-1.879f ,-0.1684f ,0.689f ,-1.636f ,-0.4934f ,1.191f ,-1.501f ,-0.238f ,1.185f ,-1.014f ,-0.5308f ,1.507f ,-0.9654f ,-0.2718f ,1.425f ,-0.3407f ,-0.5451f ,1.681f ,-0.3302f ,-0.2846f ,1.516f ,-2.154f ,0.2911f ,-1.276f ,-2.162f ,0.1932f ,-0.579f ,-2.094f ,0.102f ,0.07051f ,-1.889f ,0.01079f ,0.7195f ,-1.508f ,-0.05933f ,1.219f ,-0.9686f ,-0.09341f ,1.461f ,-0.3311f ,-0.1062f ,1.552f ,-0.3399f ,-0.1836f ,1.72f ,-1.011f ,-0.1695f ,1.62f ,-1.63f ,-0.1323f ,1.355f ,-2.148f ,-0.05961f ,0.8372f ,-2.536f ,0.03458f ,0.1667f ,-2.743f ,0.1333f ,-0.5359f ,-2.781f ,0.2391f ,-1.289f ,-1.428f ,0.1563f ,-1.429f ,-1.434f ,-0.01467f ,-0.9757f ,-1.388f ,-0.07533f ,-0.5439f ,-1.253f ,-0.1358f ,-0.1132f ,-1.001f ,-0.1822f ,0.2172f ,-0.6436f ,-0.2048f ,0.3777f ,-0.2202f ,-0.2133f ,0.4382f ,-2.468f ,0.8129f ,-1.2f ,-0.3355f ,0.4037f ,1.713f ,-0.9899f ,0.4171f ,1.618f ,-1.569f ,0.4528f ,1.364f ,-2.019f ,0.5243f ,0.8547f ,-2.315f ,0.617f ,0.1947f ,-2.453f ,0.7119f ,-0.4811f ,-2.166f ,0.3011f ,-1.269f ,-2.484f ,0.2498f ,-0.9033f ,-2.769f ,0.3019f ,-1.274f ,-2.452f ,0.3533f ,-1.64f ,-0.332f ,-0.09714f ,1.566f ,-0.0005066f ,-0.1099f ,1.657f ,-0.3389f ,-0.1181f ,1.716f ,-0.6704f ,-0.1054f ,1.625f ,-1.007f ,-0.1041f ,1.616f ,-1.308f ,-0.08306f ,1.466f ,-0.9723f ,-0.08433f ,1.475f ,-0.6714f ,-0.1054f ,1.625f ,-1.622f ,-0.06717f ,1.353f ,-1.829f ,-0.03411f ,1.118f ,-1.516f ,-0.04993f ,1.23f ,-1.309f ,-0.08299f ,1.466f ,-2.138f ,0.005099f ,0.8386f ,-2.208f ,0.05989f ,0.4486f ,-1.9f ,0.02077f ,0.727f ,-1.83f ,-0.03402f ,1.117f ,-2.524f ,0.09887f ,0.171f ,-2.422f ,0.1513f ,-0.2023f ,-2.106f ,0.1124f ,0.07454f ,-2.209f ,0.05998f ,0.4479f ,-2.731f ,0.1972f ,-0.5289f ,-2.484f ,0.2497f ,-0.9026f ,-2.174f ,0.2039f ,-0.5768f ,-2.422f ,0.1514f ,-0.2032f ,-1.061f ,0.3095f ,-1.659f ,-2.173f ,0.8125f ,-1.197f ,-2.483f ,0.762f ,-0.8372f ,-2.763f ,0.8133f ,-1.203f ,-2.452f ,0.8638f ,-1.563f ,-0.3324f ,0.4128f ,1.648f ,-0.006795f ,0.4015f ,1.729f ,-0.3385f ,0.3946f ,1.778f ,-0.6641f ,0.4059f ,1.697f ,-1.005f ,0.4086f ,1.678f ,-1.302f ,0.4281f ,1.54f ,-0.9747f ,0.4257f ,1.557f ,-0.6778f ,0.4062f ,1.695f ,-1.616f ,0.4453f ,1.417f ,-1.823f ,0.4767f ,1.194f ,-1.522f ,0.4603f ,1.31f ,-1.315f ,0.4289f ,1.534f ,-2.13f ,0.517f ,0.9063f ,-2.205f ,0.5706f ,0.5253f ,-1.908f ,0.5315f ,0.8031f ,-1.833f ,0.478f ,1.184f ,-2.516f ,0.6105f ,0.241f ,-2.419f ,0.6619f ,-0.1246f ,-2.114f ,0.6235f ,0.1483f ,-2.211f ,0.5722f ,0.5139f ,-2.724f ,0.7087f ,-0.4577f ,-2.483f ,0.7602f ,-0.8248f ,-2.181f ,0.7152f ,-0.5044f ,-2.422f ,0.6636f ,-0.1373f ,-2.167f ,0.5622f ,-1.232f ,-2.484f ,0.511f ,-0.8673f ,-2.768f ,0.563f ,-1.238f ,-2.452f ,0.6143f ,-1.603f ,-0.3321f ,0.1635f ,1.607f ,-0.00152f ,0.1512f ,1.694f ,-0.3388f ,0.1434f ,1.749f ,-0.6694f ,0.1557f ,1.662f ,-1.007f ,0.1575f ,1.649f ,-1.307f ,0.178f ,1.503f ,-0.9732f ,0.1763f ,1.515f ,-0.6725f ,0.1557f ,1.662f ,-1.62f ,0.1943f ,1.387f ,-1.828f ,0.2269f ,1.155f ,-1.518f ,0.2108f ,1.27f ,-1.311f ,0.1782f ,1.502f ,-2.135f ,0.2664f ,0.8739f ,-2.208f ,0.3209f ,0.4857f ,-1.903f ,0.2817f ,0.7651f ,-1.83f ,0.2271f ,1.153f ,-2.522f ,0.36f ,0.2072f ,-2.421f ,0.4123f ,-0.1648f ,-2.108f ,0.3734f ,0.1118f ,-2.209f ,0.3212f ,0.4837f ,-2.729f ,0.4583f ,-0.4924f ,-2.484f ,0.5107f ,-0.8651f ,-2.176f ,0.465f ,-0.54f ,-2.422f ,0.4127f ,-0.1673f ,-1.061f ,0.5794f ,-1.621f ,2.49f ,-0.07094f ,-1.626f ,1.901f ,0.2752f ,-1.55f ,2.789f ,-0.1743f ,-0.9587f ,2.502f ,-0.3954f ,-1.313f ,2.79f ,0.1233f ,-1.309f ,2.145f ,0.2664f ,-1.283f ,2.677f ,-0.2774f ,-0.2243f ,2.468f ,-0.4911f ,-0.6317f ,2.751f ,0.01671f ,-0.5509f ,2.154f ,0.1483f ,-0.5857f ,2.371f ,-0.3732f ,0.4573f ,2.281f ,-0.5799f ,0.00001332f ,2.544f ,-0.08225f ,0.1536f ,2.085f ,0.05721f ,0.06252f ,1.911f ,-0.4622f ,0.9992f ,1.933f ,-0.6646f ,0.603f ,2.155f ,-0.1767f ,0.826f ,1.881f ,-0.03364f ,0.7093f ,1.336f ,-0.5157f ,1.362f ,1.466f ,-0.73f ,0.946f ,1.634f ,-0.2497f ,1.345f ,1.503f ,-0.1034f ,1.206f ,0.6794f ,-0.5402f ,1.623f ,0.9086f ,-0.7635f ,1.235f ,1.013f ,-0.287f ,1.611f ,0.9662f ,-0.1373f ,1.447f ,0f ,-0.5464f ,1.691f ,0.3053f ,-0.7763f ,1.398f ,0.3405f ,-0.3012f ,1.712f ,0.3304f ,-0.15f ,1.538f ,2.154f ,0.08114f ,-0.9441f ,2.128f ,-0.03282f ,-0.2761f ,2.003f ,-0.1224f ,0.3617f ,1.711f ,-0.2091f ,0.9787f ,1.252f ,-0.258f ,1.327f ,0.6541f ,-0.2804f ,1.486f ,0f ,-0.2855f ,1.523f ,1.963f ,0.1317f ,-1.336f ,1.972f ,-0.08361f ,-0.7101f });
  }
}
private class MFVec3f33 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {1.909f ,-0.167f ,-0.1163f ,1.722f ,-0.2502f ,0.4758f ,1.376f ,-0.314f ,0.9301f ,0.8849f ,-0.345f ,1.151f ,0.3027f ,-0.3567f ,1.234f ,2.162f ,0.2932f ,-1.271f ,2.171f ,0.1958f ,-0.5782f ,2.102f ,0.1044f ,0.07263f ,1.897f ,0.01291f ,0.7241f ,1.514f ,-0.05759f ,1.226f ,0.9712f ,-0.0919f ,1.47f ,0.3317f ,-0.1047f ,1.561f ,0.3392f ,-0.14f ,1.717f ,1.009f ,-0.126f ,1.617f ,1.625f ,-0.08896f ,1.353f ,2.141f ,-0.01654f ,0.8378f ,2.528f ,0.07737f ,0.1693f ,2.734f ,0.1758f ,-0.5314f ,2.773f ,0.2808f ,-1.279f ,2.481f ,0.25f ,-1.57f ,1.912f ,0.2936f ,-1.537f ,2.166f ,0.2411f ,-0.9202f ,2.14f ,0.1469f ,-0.2495f ,2.014f ,0.05701f ,0.3904f ,1.72f ,-0.03018f ,1.011f ,1.257f ,-0.07947f ,1.362f ,0.656f ,-0.102f ,1.523f ,0f ,-0.1072f ,1.559f ,0.6776f ,-0.1788f ,1.686f ,1.331f ,-0.1545f ,1.512f ,1.903f ,-0.1013f ,1.134f ,2.361f ,-0.01256f ,0.5023f ,2.666f ,0.08285f ,-0.1769f ,2.778f ,0.1855f ,-0.9075f ,1.153f ,0.2636f ,-1.602f ,1.256f ,0.07775f ,-1.259f ,1.241f ,-0.003568f ,-0.8708f ,1.167f ,-0.05593f ,-0.498f ,0.9965f ,-0.106f ,-0.1419f ,0.7287f ,-0.1347f ,0.06276f ,0.3811f ,-0.1479f ,0.1564f ,0f ,-0.151f ,0.1785f ,2.197f ,0.294f ,-1.54f ,2.484f ,0.2443f ,-0.9037f ,0.6709f ,-0.1108f ,1.624f ,1.309f ,-0.08845f ,1.465f ,1.83f ,-0.03947f ,1.117f ,2.209f ,0.05452f ,0.4475f ,2.422f ,0.146f ,-0.2035f ,2.227f ,0.3392f ,-1.54f ,2.255f ,0.2632f ,-0.9991f ,2.704f ,0.2622f ,-0.9918f ,2.684f ,0.3414f ,-1.556f ,2.169f ,0.75f ,-1.206f ,2.484f ,0.6989f ,-0.8424f ,2.766f ,0.7507f ,-1.211f ,2.452f ,0.8018f ,-1.575f ,0.5823f ,-0.09826f ,1.574f ,0.08337f ,-0.1013f ,1.596f ,0.08511f ,-0.1174f ,1.71f ,0.591f ,-0.1137f ,1.684f ,0.3323f ,0.3508f ,1.635f ,0.003092f ,0.3389f ,1.72f ,0.3387f ,0.3315f ,1.773f ,0.6678f ,0.3434f ,1.688f ,0.7589f ,-0.1101f ,1.659f ,1.247f ,-0.09314f ,1.538f ,1.21f ,-0.07857f ,1.434f ,0.7432f ,-0.09504f ,1.552f ,1.006f ,0.3455f ,1.673f ,1.306f ,0.3656f ,1.53f ,0.9738f ,0.3637f ,1.544f ,0.6741f ,0.3435f ,1.688f ,1.402f ,-0.08385f ,1.472f ,1.816f ,-0.04618f ,1.204f ,1.712f ,-0.03426f ,1.119f ,1.347f ,-0.06991f ,1.373f ,1.618f ,0.3823f ,1.412f ,1.826f ,0.4144f ,1.183f ,1.52f ,0.3982f ,1.298f ,1.312f ,0.366f ,1.527f ,1.946f ,-0.02806f ,1.075f ,2.271f ,0.04218f ,0.5746f ,2.051f ,0.05412f ,0.4896f ,1.809f ,-0.0165f ,0.9923f ,2.133f ,0.4542f ,0.8992f ,2.207f ,0.5084f ,0.5133f ,1.905f ,0.4692f ,0.7925f ,1.831f ,0.415f ,1.178f ,2.368f ,0.06568f ,0.4073f ,2.576f ,0.1355f ,-0.08942f ,2.214f ,0.1443f ,-0.1527f ,2.103f ,0.07712f ,0.3259f ,2.52f ,0.5478f ,0.2331f ,2.421f ,0.5998f ,-0.1369f ,2.11f ,0.5611f ,0.1386f ,2.209f ,0.5091f ,0.5086f ,2.628f ,0.1601f ,-0.265f ,2.695f ,0.236f ,-0.8048f ,2.257f ,0.2389f ,-0.8255f ,2.231f ,0.1673f ,-0.3162f ,2.728f ,0.646f ,-0.4662f ,2.483f ,0.6982f ,-0.8372f ,2.178f ,0.6527f ,-0.5135f ,2.422f ,0.6006f ,-0.1425f ,0.9505f ,0.7345f ,-1.49f ,1.901f ,0.2678f ,-1.551f ,2.249f ,0.8126f ,-1.198f ,2.479f ,0.775f ,-0.9302f ,2.687f ,0.8132f ,-1.202f ,2.456f ,0.8508f ,-1.47f ,2.233f ,0.85f ,-1.464f ,2.26f ,0.7752f ,-0.9315f ,2.699f ,0.7742f ,-0.9243f ,2.679f ,0.8522f ,-1.48f ,0.3333f ,0.4102f ,1.667f ,0.09134f ,0.4021f ,1.725f ,0.3376f ,0.3972f ,1.759f ,0.5796f ,0.4054f ,1.701f ,0.5782f ,0.412f ,1.654f ,0.08821f ,0.4091f ,1.675f ,0.08971f ,0.3951f ,1.774f ,0.5857f ,0.3987f ,1.749f ,1.001f ,0.4111f ,1.661f ,1.222f ,0.4253f ,1.56f ,0.9791f ,0.4232f ,1.574f ,0.7581f ,0.409f ,1.675f ,0.7626f ,0.4024f ,1.722f ,1.24f ,0.4191f ,1.604f ,1.208f ,0.4316f ,1.514f ,0.749f ,0.4154f ,1.63f ,1.602f ,0.4474f ,1.402f ,1.757f ,0.4705f ,1.238f ,1.536f ,0.4582f ,1.325f ,1.381f ,0.4351f ,1.49f ,1.402f ,0.4288f ,1.534f ,1.806f ,0.4655f ,1.274f ,1.713f ,0.476f ,1.199f ,1.355f ,0.4409f ,1.448f ,2.1f ,0.519f ,0.8923f ,2.158f ,0.5587f ,0.6097f ,1.938f ,0.5296f ,0.8171f ,1.881f ,0.4899f ,1.1f ,1.942f ,0.4843f ,1.139f ,2.262f ,0.5534f ,0.6474f ,2.056f ,0.5646f ,0.5678f ,1.816f ,0.4949f ,1.064f ,2.464f ,0.6122f ,0.2289f ,2.393f ,0.6503f ,-0.04252f ,2.166f ,0.6218f ,0.1605f ,2.237f ,0.5837f ,0.4319f ,2.364f ,0.5779f ,0.4731f ,2.568f ,0.6464f ,-0.01431f ,2.218f ,0.6549f ,-0.07527f ,2.11f ,0.5889f ,0.3951f ,2.654f ,0.7095f ,-0.4638f ,2.475f ,0.7478f ,-0.7365f ,2.252f ,0.7144f ,-0.4984f ,2.43f ,0.676f ,-0.2256f ,2.624f ,0.6722f ,-0.1983f ,2.689f ,0.7467f ,-0.7288f ,2.262f ,0.7496f ,-0.7489f ,2.236f ,0.6792f ,-0.2482f ,2.228f ,0.6003f ,-1.503f ,2.256f ,0.5244f ,-0.9629f ,2.703f ,0.5234f ,-0.9556f ,2.683f ,0.6025f ,-1.519f ,0.5817f ,0.1625f ,1.614f ,0.08417f ,0.1595f ,1.635f ,0.08583f ,0.1441f ,1.744f ,0.5901f ,0.1478f ,1.718f ,0.7594f ,0.1513f ,1.693f ,1.246f ,0.1683f ,1.572f ,1.21f ,0.1822f ,1.474f ,0.7444f ,0.1657f ,1.591f ,1.401f ,0.1776f ,1.506f ,1.813f ,0.2151f ,1.239f ,1.713f ,0.2265f ,1.158f ,1.349f ,0.1909f ,1.411f ,1.944f ,0.2332f ,1.11f ,2.268f ,0.3033f ,0.6108f ,2.053f ,0.315f ,0.5275f ,1.811f ,0.2445f ,1.03f ,2.366f ,0.3269f ,0.4429f ,2.574f ,0.3965f ,-0.05237f ,2.215f ,0.4053f ,-0.115f ,2.104f ,0.3382f ,0.3624f ,2.627f ,0.4213f ,-0.2291f ,2.693f ,0.497f ,-0.7676f ,2.258f ,0.4999f ,-0.7881f ,2.232f ,0.4285f ,-0.28f ,1.901f ,0.507f ,-1.517f ,2.167f ,0.3718f ,-1.259f ,2.484f ,0.3205f ,-0.8937f ,2.769f ,0.3726f ,-1.265f ,2.452f ,0.4239f ,-1.63f ,0.332f ,-0.0267f ,1.578f ,0.001013f ,-0.03918f ,1.667f ,0.3389f ,-0.04721f ,1.724f ,0.6699f ,-0.03473f ,1.635f ,1.007f ,-0.03319f ,1.624f ,1.308f ,-0.01239f ,1.476f ,0.9727f ,-0.01389f ,1.487f ,0.672f ,-0.03468f ,1.635f ,1.621f ,0.003701f ,1.362f ,1.829f ,0.03652f ,1.128f ,1.517f ,0.02057f ,1.242f ,1.31f ,-0.01226f ,1.475f ,2.137f ,0.07588f ,0.8478f ,2.208f ,0.1305f ,0.4587f ,1.901f ,0.09136f ,0.7376f ,1.83f ,0.0367f ,1.127f ,2.523f ,0.1696f ,0.1807f ,2.421f ,0.2219f ,-0.192f ,2.107f ,0.1831f ,0.08474f ,2.209f ,0.1307f ,0.4574f ,2.73f ,0.2679f ,-0.5191f ,2.484f ,0.3203f ,-0.8922f ,2.175f ,0.2746f ,-0.5668f ,2.422f ,0.2222f ,-0.1937f ,1.061f ,0.3846f ,-1.648f ,-2.49f ,-0.07094f ,-1.626f ,-2.79f ,0.1233f ,-1.309f ,-2.789f ,-0.1743f ,-0.9587f ,-2.502f ,-0.3954f ,-1.313f ,-1.901f ,0.2752f ,-1.55f ,-1.963f ,0.1317f ,-1.336f ,-2.154f ,0.08114f ,-0.9441f ,-2.145f ,0.2664f ,-1.283f ,-2.751f ,0.01671f ,-0.5509f ,-2.677f ,-0.2774f ,-0.2243f ,-2.468f ,-0.4911f ,-0.6317f ,-1.972f ,-0.08361f ,-0.7101f ,-2.128f ,-0.03282f ,-0.2761f ,-2.154f ,0.1483f ,-0.5857f ,-2.544f ,-0.08225f ,0.1536f ,-2.371f ,-0.3732f ,0.4573f ,-2.281f ,-0.5799f ,0.00001332f ,-1.909f ,-0.167f ,-0.1163f ,-2.003f ,-0.1224f ,0.3617f ,-2.085f ,0.05721f ,0.06252f ,-2.155f ,-0.1767f ,0.826f ,-1.911f ,-0.4622f ,0.9992f ,-1.933f ,-0.6646f ,0.603f ,-1.722f ,-0.2502f ,0.4758f ,-1.711f ,-0.2091f ,0.9787f ,-1.881f ,-0.03364f ,0.7093f ,-1.634f ,-0.2497f ,1.345f ,-1.336f ,-0.5157f ,1.362f ,-1.466f ,-0.73f ,0.946f ,-1.376f ,-0.314f ,0.9301f ,-1.252f ,-0.258f ,1.327f ,-1.503f ,-0.1034f ,1.206f ,-1.013f ,-0.287f ,1.611f ,-0.6794f ,-0.5402f ,1.623f ,-0.9086f ,-0.7635f ,1.235f ,-0.8849f ,-0.345f ,1.151f ,-0.6541f ,-0.2804f ,1.486f ,-0.9662f ,-0.1373f ,1.447f ,-0.3405f ,-0.3012f ,1.712f ,-0.3053f ,-0.7763f ,1.398f ,-0.3027f ,-0.3567f ,1.234f ,-0.3304f ,-0.15f ,1.538f ,-2.166f ,0.2411f ,-0.9202f ,-2.162f ,0.2932f ,-1.271f ,-1.912f ,0.2936f ,-1.537f ,-2.14f ,0.1469f ,-0.2495f ,-2.171f ,0.1958f ,-0.5782f ,-2.014f ,0.05701f ,0.3904f ,-2.102f ,0.1044f ,0.07263f ,-1.72f ,-0.03018f ,1.011f ,-1.897f ,0.01291f ,0.7241f ,-1.257f ,-0.07947f ,1.362f ,-1.514f ,-0.05759f ,1.226f ,-0.656f ,-0.102f ,1.523f ,-0.9712f ,-0.0919f ,1.47f ,-0.3317f ,-0.1047f ,1.561f ,-0.6776f ,-0.1788f ,1.686f ,-0.3392f ,-0.14f ,1.717f ,0f ,-0.185f ,1.73f });
  }
}
private class MFVec3f34 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-1.331f ,-0.1545f ,1.512f ,-1.009f ,-0.126f ,1.617f ,-1.903f ,-0.1013f ,1.134f ,-1.625f ,-0.08896f ,1.353f ,-2.361f ,-0.01256f ,0.5023f ,-2.141f ,-0.01654f ,0.8378f ,-2.666f ,0.08285f ,-0.1769f ,-2.528f ,0.07737f ,0.1693f ,-2.778f ,0.1855f ,-0.9075f ,-2.734f ,0.1758f ,-0.5314f ,-2.481f ,0.25f ,-1.57f ,-2.773f ,0.2808f ,-1.279f ,-1.153f ,0.2636f ,-1.602f ,-1.256f ,0.07775f ,-1.259f ,-1.241f ,-0.003568f ,-0.8708f ,-1.167f ,-0.05593f ,-0.498f ,-0.9965f ,-0.106f ,-0.1419f ,-0.7287f ,-0.1347f ,0.06276f ,-0.3811f ,-0.1479f ,0.1564f ,-2.249f ,0.8126f ,-1.198f ,-2.479f ,0.775f ,-0.9302f ,-2.687f ,0.8132f ,-1.202f ,-2.456f ,0.8508f ,-1.47f ,-0.3333f ,0.4102f ,1.667f ,-0.09134f ,0.4021f ,1.725f ,-0.3376f ,0.3972f ,1.759f ,-0.5796f ,0.4054f ,1.701f ,-1.001f ,0.4111f ,1.661f ,-1.222f ,0.4253f ,1.56f ,-0.9791f ,0.4232f ,1.574f ,-0.7581f ,0.409f ,1.675f ,-1.602f ,0.4474f ,1.402f ,-1.757f ,0.4705f ,1.238f ,-1.536f ,0.4582f ,1.325f ,-1.381f ,0.4351f ,1.49f ,-2.1f ,0.519f ,0.8923f ,-2.158f ,0.5587f ,0.6097f ,-1.938f ,0.5296f ,0.8171f ,-1.881f ,0.4899f ,1.1f ,-2.464f ,0.6122f ,0.2289f ,-2.393f ,0.6503f ,-0.04252f ,-2.166f ,0.6218f ,0.1605f ,-2.237f ,0.5837f ,0.4319f ,-2.654f ,0.7095f ,-0.4638f ,-2.475f ,0.7478f ,-0.7365f ,-2.252f ,0.7144f ,-0.4984f ,-2.43f ,0.676f ,-0.2256f ,-2.255f ,0.2632f ,-0.9991f ,-2.167f ,0.3718f ,-1.259f ,-2.227f ,0.3392f ,-1.54f ,-2.484f ,0.2443f ,-0.9037f ,-2.704f ,0.2622f ,-0.9918f ,-2.484f ,0.3205f ,-0.8937f ,-2.684f ,0.3414f ,-1.556f ,-2.769f ,0.3726f ,-1.265f ,-2.197f ,0.294f ,-1.54f ,-2.452f ,0.4239f ,-1.63f ,-0.08337f ,-0.1013f ,1.596f ,-0.332f ,-0.0267f ,1.578f ,-0.5823f ,-0.09826f ,1.574f ,0f ,-0.1153f ,1.656f ,-0.08511f ,-0.1174f ,1.71f ,-0.001013f ,-0.03918f ,1.667f ,-0.591f ,-0.1137f ,1.684f ,-0.3389f ,-0.04721f ,1.724f ,-0.6709f ,-0.1108f ,1.624f ,-0.6699f ,-0.03473f ,1.635f ,-1.247f ,-0.09314f ,1.538f ,-1.007f ,-0.03319f ,1.624f ,-0.7589f ,-0.1101f ,1.659f ,-1.309f ,-0.08845f ,1.465f ,-1.21f ,-0.07857f ,1.434f ,-1.308f ,-0.01239f ,1.476f ,-0.7432f ,-0.09504f ,1.552f ,-0.9727f ,-0.01389f ,1.487f ,-0.672f ,-0.03468f ,1.635f ,-1.816f ,-0.04618f ,1.204f ,-1.621f ,0.003701f ,1.362f ,-1.402f ,-0.08385f ,1.472f ,-1.83f ,-0.03947f ,1.117f ,-1.712f ,-0.03426f ,1.119f ,-1.829f ,0.03652f ,1.128f ,-1.347f ,-0.06991f ,1.373f ,-1.517f ,0.02057f ,1.242f ,-1.31f ,-0.01226f ,1.475f ,-2.271f ,0.04218f ,0.5746f ,-2.137f ,0.07588f ,0.8478f ,-1.946f ,-0.02806f ,1.075f ,-2.209f ,0.05452f ,0.4475f ,-2.051f ,0.05412f ,0.4896f ,-2.208f ,0.1305f ,0.4587f ,-1.809f ,-0.0165f ,0.9923f ,-1.901f ,0.09136f ,0.7376f ,-1.83f ,0.0367f ,1.127f ,-2.576f ,0.1355f ,-0.08942f ,-2.523f ,0.1696f ,0.1807f ,-2.368f ,0.06568f ,0.4073f ,-2.422f ,0.146f ,-0.2035f ,-2.214f ,0.1443f ,-0.1527f ,-2.421f ,0.2219f ,-0.192f ,-2.103f ,0.07712f ,0.3259f ,-2.107f ,0.1831f ,0.08474f ,-2.209f ,0.1307f ,0.4574f ,-2.695f ,0.236f ,-0.8048f ,-2.73f ,0.2679f ,-0.5191f ,-2.628f ,0.1601f ,-0.265f ,-2.257f ,0.2389f ,-0.8255f ,-2.484f ,0.3203f ,-0.8922f ,-2.231f ,0.1673f ,-0.3162f ,-2.175f ,0.2746f ,-0.5668f ,-2.422f ,0.2222f ,-0.1937f ,-1.901f ,0.2678f ,-1.551f ,-1.061f ,0.3846f ,-1.648f ,0f ,0.3076f ,-1.662f ,-2.169f ,0.75f ,-1.206f ,-2.26f ,0.7752f ,-0.9315f ,-2.233f ,0.85f ,-1.464f ,-2.484f ,0.6989f ,-0.8424f ,-2.699f ,0.7742f ,-0.9243f ,-2.766f ,0.7507f ,-1.211f ,-2.679f ,0.8522f ,-1.48f ,-2.452f ,0.8018f ,-1.575f ,-0.3323f ,0.3508f ,1.635f ,-0.08821f ,0.4091f ,1.675f ,-0.5782f ,0.412f ,1.654f ,-0.003092f ,0.3389f ,1.72f ,-0.08971f ,0.3951f ,1.774f ,-0.3387f ,0.3315f ,1.773f ,-0.5857f ,0.3987f ,1.749f ,-0.6678f ,0.3434f ,1.688f ,-1.006f ,0.3455f ,1.673f ,-1.24f ,0.4191f ,1.604f ,-0.7626f ,0.4024f ,1.722f ,-1.306f ,0.3656f ,1.53f ,-1.208f ,0.4316f ,1.514f ,-0.9738f ,0.3637f ,1.544f ,-0.749f ,0.4154f ,1.63f ,-0.6741f ,0.3435f ,1.688f ,-1.618f ,0.3823f ,1.412f ,-1.806f ,0.4655f ,1.274f ,-1.402f ,0.4288f ,1.534f ,-1.826f ,0.4144f ,1.183f ,-1.713f ,0.476f ,1.199f ,-1.52f ,0.3982f ,1.298f ,-1.355f ,0.4409f ,1.448f ,-1.312f ,0.366f ,1.527f ,-2.133f ,0.4542f ,0.8992f ,-2.262f ,0.5534f ,0.6474f ,-1.942f ,0.4843f ,1.139f ,-2.207f ,0.5084f ,0.5133f ,-2.056f ,0.5646f ,0.5678f ,-1.905f ,0.4692f ,0.7925f ,-1.816f ,0.4949f ,1.064f ,-1.831f ,0.415f ,1.178f ,-2.52f ,0.5478f ,0.2331f ,-2.568f ,0.6464f ,-0.01431f ,-2.364f ,0.5779f ,0.4731f ,-2.421f ,0.5998f ,-0.1369f ,-2.218f ,0.6549f ,-0.07527f ,-2.11f ,0.5611f ,0.1386f ,-2.11f ,0.5889f ,0.3951f ,-2.209f ,0.5091f ,0.5086f ,-2.728f ,0.646f ,-0.4662f ,-2.689f ,0.7467f ,-0.7288f ,-2.624f ,0.6722f ,-0.1983f ,-2.483f ,0.6982f ,-0.8372f ,-2.262f ,0.7496f ,-0.7489f ,-2.178f ,0.6527f ,-0.5135f ,-2.236f ,0.6792f ,-0.2482f ,-2.422f ,0.6006f ,-0.1425f ,-2.256f ,0.5244f ,-0.9629f ,-2.228f ,0.6003f ,-1.503f ,-2.703f ,0.5234f ,-0.9556f ,-2.683f ,0.6025f ,-1.519f ,-0.08417f ,0.1595f ,1.635f ,-0.5817f ,0.1625f ,1.614f ,-0.08583f ,0.1441f ,1.744f ,-0.5901f ,0.1478f ,1.718f ,-1.246f ,0.1683f ,1.572f ,-0.7594f ,0.1513f ,1.693f ,-1.21f ,0.1822f ,1.474f ,-0.7444f ,0.1657f ,1.591f ,-1.813f ,0.2151f ,1.239f ,-1.401f ,0.1776f ,1.506f ,-1.713f ,0.2265f ,1.158f ,-1.349f ,0.1909f ,1.411f ,-2.268f ,0.3033f ,0.6108f ,-1.944f ,0.2332f ,1.11f ,-2.053f ,0.315f ,0.5275f ,-1.811f ,0.2445f ,1.03f ,-2.574f ,0.3965f ,-0.05237f ,-2.366f ,0.3269f ,0.4429f ,-2.215f ,0.4053f ,-0.115f ,-2.104f ,0.3382f ,0.3624f ,-2.693f ,0.497f ,-0.7676f ,-2.627f ,0.4213f ,-0.2291f ,-2.258f ,0.4999f ,-0.7881f ,-2.232f ,0.4285f ,-0.28f ,-1.901f ,0.507f ,-1.517f ,-0.9505f ,0.7345f ,-1.49f ,0f ,0.579f ,-1.624f });
  }
}
private class MFInt3235 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,0,4,-1,0,1,2,-1,1,4,3,-1,3,5,1,-1});
  }
}
private class MFInt3236 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {2,1,0,-1,1,2,3,-1,4,6,5,-1,5,7,4,-1});
  }
}
private class MFVec2f37 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2441f ,0.6554f ,0.2548f ,0.6554f ,0.2557f ,0.6351f ,0.2652f ,0.6384f ,0.2557f ,0.6351f ,0.2548f ,0.6554f ,0.2441f ,0.6554f ,0.2652f ,0.6384f });
  }
}
private class MFVec3f38 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.5699f ,0.5402f ,0.1151f ,0f ,-0.5402f ,0.1287f ,0.6344f ,-0.3611f ,-0.1287f ,-0.5699f ,0.5402f ,0.1151f ,0f ,0.5402f ,0.1151f ,-0.6344f ,-0.3611f ,-0.1287f });
  }
}
private class MFInt3239 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2,3,4,5});
  }
}
private class MFVec3f40 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.2644f ,-0.7179f ,0.8231f ,0f ,-0.5998f ,0.7017f ,-0.1012f ,-0.5994f ,0.7017f ,-0.2644f ,-0.7179f ,0.8231f ,0f ,-0.7931f ,1.0829f ,0.1012f ,-0.5994f ,0.7017f });
  }
}
private class MFInt3241 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,2,3,-1,0,3,12,-1,5,8,15,-1,2,0,16,-1,16,4,2,-1,7,9,12,-1,7,12,3,-1,5,15,1,-1,4,16,15,-1,15,8,4,-1,9,6,12,-1,0,11,10,-1,0,12,11,-1,13,15,14,-1,10,17,16,-1,16,0,10,-1,18,12,19,-1,18,11,12,-1,13,1,15,-1,17,14,15,-1,15,16,17,-1,19,12,6,-1});
  }
}
private class MFInt3242 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,7,8,-1,0,8,1,-1,2,3,4,-1,9,10,5,-1,5,6,9,-1,12,14,1,-1,12,1,8,-1,2,4,13,-1,6,5,4,-1,4,3,6,-1,14,11,1,-1,15,17,16,-1,15,18,17,-1,19,4,20,-1,21,22,5,-1,5,10,21,-1,23,18,24,-1,23,17,18,-1,19,13,4,-1,22,20,4,-1,4,5,22,-1,24,18,25,-1});
  }
}
private class MFVec2f43 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.258f ,0.6076f ,0.2606f ,0.6259f ,0.4255f ,0.614f ,0.4413f ,0.6101f ,0.4398f ,0.6078f ,0.4653f ,0.601f ,0.4571f ,0.6062f ,0.3118f ,0.6205f ,0.3041f ,0.631f ,0.467f ,0.6086f ,0.4742f ,0.6003f ,0.2557f ,0.6351f ,0.3007f ,0.651f ,0.4253f ,0.6099f ,0.2652f ,0.6384f ,0.258f ,0.6076f ,0.3118f ,0.6205f ,0.3041f ,0.631f ,0.2606f ,0.6259f ,0.4255f ,0.614f ,0.4413f ,0.6101f ,0.467f ,0.6086f ,0.4571f ,0.6062f ,0.3007f ,0.651f ,0.2652f ,0.6384f ,0.2557f ,0.6351f });
  }
}
private class MFVec3f44 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0f ,-2.287f ,3.579f ,0f ,-0.1353f ,-6.353f ,3.657f ,-0.4253f ,2.123f ,3.345f ,0.9926f ,4.159f ,3.653f ,-0.9673f ,0.1176f ,5.33f ,0.7945f ,-6.311f ,0f ,1.438f ,6.353f ,3.006f ,2.287f ,5.134f ,4.492f ,-0.08641f ,-3.097f ,0.6344f ,1.617f ,6.096f ,-3.657f ,-0.4253f ,2.123f ,-3.345f ,0.9926f ,4.159f ,0f ,0.481f ,5.272f ,-5.33f ,0.7945f ,-6.311f ,-4.492f ,-0.08641f ,-3.097f ,0f ,-0.5988f ,-3.408f ,0f ,-2.111f ,1.781f ,-3.653f ,-0.9673f ,0.1176f ,-3.006f ,2.287f ,5.134f ,-0.6344f ,1.617f ,6.096f });
  }
}
private class MFInt3245 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {3,6,7,9,11,12,13,18,19});
  }
}
private class MFVec3f46 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0f ,0f ,0.084f ,0f ,-0.5997f ,0.702f ,-0.835f ,0f ,1.063f ,-0.1012f ,-0.6f ,0.702f ,0f ,0f ,0.235f ,0f ,0.1001f ,0.333f ,0f ,0f ,0.152f ,0.835f ,0f ,1.063f ,0.1012f ,-0.6f ,0.702f });
  }
}
private class MFInt3247 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,2,1,-1,1,5,0,-1,5,1,3,-1,3,7,5,-1,0,5,4,-1,4,6,0,-1,5,7,8,-1,8,4,5,-1});
  }
}
private class MFInt3248 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {2,4,3,-1,3,0,2,-1,0,3,5,-1,5,1,0,-1,8,7,6,-1,6,9,8,-1,7,10,11,-1,11,6,7,-1});
  }
}
private class MFVec2f49 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2441f ,0.8403f ,0.2442f ,0.8727f ,0.2441f ,0.816f ,0.274f ,0.8322f ,0.2534f ,0.8152f ,0.2728f ,0.8741f ,0.274f ,0.8322f ,0.2441f ,0.8403f ,0.2441f ,0.816f ,0.2534f ,0.8152f ,0.2442f ,0.8727f ,0.2728f ,0.8741f });
  }
}
private class MFVec3f50 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0f ,-1.552f ,-0.8705f ,1.587f ,-0.693f ,0.1291f ,0.4273f ,-1.569f ,-0.9219f ,1.516f ,1.569f ,0.2705f ,-1.587f ,-0.693f ,0.1291f ,0f ,-0.2611f ,0.9219f ,-0.4273f ,-1.569f ,-0.9219f ,0f ,1.499f ,0.9062f ,-1.516f ,1.569f ,0.2705f });
  }
}
private class MFInt3251 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {6,7,1,-1,1,3,6,-1,0,10,26,-1,26,2,0,-1,10,0,8,-1,11,5,23,-1,7,12,24,-1,8,0,2,-1,8,2,23,-1,4,9,19,-1,19,14,4,-1,3,4,14,-1,14,13,3,-1,25,12,22,-1,11,25,22,-1,11,22,21,-1,5,11,21,-1,21,15,5,-1,6,3,13,-1,13,16,6,-1,12,7,17,-1,17,22,12,-1,8,5,15,-1,15,18,8,-1,7,6,16,-1,16,17,7,-1,10,20,19,-1,19,26,10,-1,10,8,18,-1,18,20,10,-1,23,5,8,-1,24,1,7,-1,24,12,25,-1,19,9,26,-1,26,9,2,-1});
  }
}
private class MFInt3252 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {7,8,0,-1,0,27,7,-1,2,11,29,-1,29,1,2,-1,11,2,9,-1,12,5,25,-1,8,13,26,-1,9,2,1,-1,9,1,25,-1,4,10,14,-1,14,15,4,-1,3,4,15,-1,15,16,3,-1,28,13,17,-1,12,28,17,-1,12,17,18,-1,5,12,18,-1,18,19,5,-1,6,3,16,-1,16,20,6,-1,13,8,21,-1,21,17,13,-1,9,5,19,-1,19,22,9,-1,8,7,23,-1,23,21,8,-1,11,24,14,-1,14,29,11,-1,11,9,22,-1,22,24,11,-1,25,5,9,-1,26,0,8,-1,26,13,28,-1,14,10,29,-1,29,10,1,-1});
  }
}
private class MFVec2f53 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.328f ,0.824f ,0.3871f ,0.8321f ,0.4052f ,0.8221f ,0.3258f ,0.833f ,0.3487f ,0.8409f ,0.3916f ,0.7984f ,0.2983f ,0.8142f ,0.2981f ,0.8094f ,0.309f ,0.8013f ,0.4011f ,0.8053f ,0.385f ,0.8438f ,0.4198f ,0.8261f ,0.3777f ,0.7936f ,0.3315f ,0.7948f ,0.3885f ,0.8436f ,0.3487f ,0.8409f ,0.3206f ,0.8292f ,0.3315f ,0.7948f ,0.372f ,0.7925f ,0.3869f ,0.7967f ,0.2983f ,0.8142f ,0.309f ,0.8013f ,0.3966f ,0.8018f ,0.2981f ,0.8094f ,0.4198f ,0.8261f ,0.3889f ,0.8064f ,0.3322f ,0.8026f ,0.3307f ,0.8316f ,0.3442f ,0.7934f ,0.3915f ,0.8393f });
  }
}
private class MFVec3f54 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {2.76f ,0.0973f ,-0.8547f ,-1.347f ,0.2034f ,2.463f ,1.784f ,0.6812f ,0.4382f ,-1.252f ,0.6995f ,2.521f ,-0.2686f ,1.16f ,2.287f ,2.036f ,-1.163f ,-0.4716f ,-2.858f ,-0.5459f ,2.699f ,-2.35f ,-1.007f ,2.159f ,2.632f ,-0.8129f ,-0.7113f ,1.577f ,1.203f ,0.9703f ,3.566f ,0.2646f ,-1.27f ,1.305f ,-1.43f ,0.2687f ,-1.132f ,-1.383f ,1.574f ,-2.475f ,0.7643f ,1.73f ,-0.4787f ,1.699f ,1.381f ,1.844f ,-1.377f ,-0.8846f ,-4.008f ,-0.6268f ,1.793f ,-3.316f ,-1.256f ,1.253f ,2.512f ,-0.9908f ,-1.342f ,2.026f ,1.768f ,-0.3396f ,4.008f ,0.4783f ,-2.699f ,1.039f ,-1.688f ,-0.4347f ,-1.656f ,-1.768f ,0.6681f ,1.878f ,-0.7347f ,-0.1728f ,-1.108f ,-0.9679f ,1.714f ,-0.4715f ,-1.396f ,1.218f ,1.925f ,1.039f ,0.5784f });
  }
}
private class MFInt3255 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,17,19,-1,20,1,19,-1,14,19,13,-1,19,17,13,-1,13,2,14,-1,3,14,2,-1,34,18,4,-1,4,32,34,-1,31,32,4,-1,4,10,31,-1,15,14,3,-1,17,12,13,-1,12,10,4,-1,4,13,12,-1,2,5,3,-1,13,4,2,-1,24,26,25,-1,25,11,24,-1,24,11,7,-1,7,29,24,-1,6,8,12,-1,12,17,6,-1,10,9,30,-1,30,31,10,-1,12,8,9,-1,9,10,12,-1,18,34,5,-1,2,18,5,-1,4,18,2,-1,19,14,21,-1,14,22,16,-1,16,21,14,-1,0,19,21,-1,14,15,22,-1,6,17,28,-1,28,27,6,-1,28,17,1,-1,29,23,24,-1,7,11,31,-1,31,30,7,-1,11,25,33,-1,11,33,32,-1,31,11,32,-1,32,33,34,-1});
  }
}
private class MFInt3256 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2,-1,3,0,2,-1,4,2,5,-1,2,1,5,-1,5,6,4,-1,7,4,6,-1,39,24,13,-1,13,37,39,-1,36,37,13,-1,13,15,36,-1,8,4,7,-1,18,17,16,-1,17,15,13,-1,13,16,17,-1,19,11,12,-1,16,13,19,-1,28,30,29,-1,29,14,28,-1,28,14,20,-1,20,34,28,-1,21,22,17,-1,17,18,21,-1,15,23,35,-1,35,36,15,-1,17,22,23,-1,23,15,17,-1,24,39,11,-1,19,24,11,-1,13,24,19,-1,2,4,9,-1,4,10,25,-1,25,9,4,-1,26,2,9,-1,4,8,10,-1,21,18,33,-1,33,31,21,-1,32,1,0,-1,34,27,28,-1,20,14,36,-1,36,35,20,-1,14,29,38,-1,14,38,37,-1,36,14,37,-1,37,38,39,-1});
  }
}
private class MFVec2f57 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.44f ,0.6625f ,0.4517f ,0.649f ,0.4392f ,0.6356f ,0.4352f ,0.6651f ,0.4454f ,0.6184f ,0.4606f ,0.6289f ,0.464f ,0.6174f ,0.467f ,0.6086f ,0.4571f ,0.6062f ,0.4273f ,0.6228f ,0.4413f ,0.6101f ,0.3041f ,0.631f ,0.3118f ,0.6205f ,0.3484f ,0.6888f ,0.2881f ,0.7397f ,0.3623f ,0.7239f ,0.4088f ,0.6855f ,0.4123f ,0.7323f ,0.4518f ,0.7703f ,0.364f ,0.6372f ,0.301f ,0.7815f ,0.4279f ,0.7939f ,0.3993f ,0.7753f ,0.3692f ,0.7714f ,0.3226f ,0.6487f ,0.4255f ,0.614f ,0.4239f ,0.6387f ,0.2671f ,0.7978f ,0.268f ,0.7555f ,0.2727f ,0.7092f ,0.2641f ,0.7133f ,0.4335f ,0.819f ,0.4547f ,0.661f ,0.4572f ,0.8171f ,0.2845f ,0.7889f ,0.3287f ,0.7742f ,0.3232f ,0.7322f ,0.3144f ,0.6917f ,0.2788f ,0.6949f ,0.3007f ,0.651f });
  }
}
private class MFVec3f58 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {5.868f ,0.6861f ,-6.977f ,5.046f ,6.009f ,-3.719f ,-0.5602f ,-4.076f ,1.16f ,-3.27f ,-6.054f ,1.778f ,-1.388f ,-1.337f ,4.299f ,-3.582f ,-4.636f ,3.814f ,2.834f ,4.241f ,1.178f ,-3.857f ,3.618f ,5.665f ,1.296f ,3.319f ,2.709f ,-0.2365f ,3.054f ,3.875f ,-0.6487f ,0.5238f ,4.348f ,-4.592f ,1.365f ,6.024f ,2.001f ,0.9701f ,1.578f ,1.819f ,-1.515f ,0.4861f ,0.1831f ,-3.863f ,-2.615f ,-3.274f ,-6.596f ,-0.2282f ,-1.597f ,-4.834f ,-6.657f ,4.101f ,2.99f ,-1.336f ,-2.758f ,-3.467f ,4.304f ,3.42f ,-0.01057f ,-3.863f ,5.261f ,6.596f ,-4.686f ,1.153f ,-2.865f ,-6.293f ,-2.435f ,-5.715f ,-3.442f ,-5.749f ,4.473f ,6.621f ,-5.809f ,2.217f ,6.673f ,-5.409f ,-0.2562f ,6.321f ,-5.868f ,-0.0462f ,6.977f ,3.128f ,5.574f ,1.136f ,4.273f ,5.681f ,-0.7129f ,-4.763f ,4.022f ,6.147f ,-2.394f ,3.215f ,4.911f ,-2.727f ,0.9674f ,5.231f ,-3.19f ,-1.179f ,5.185f ,-5.082f ,-1.013f ,6.115f ,-3.921f ,-3.342f ,4.788f });
  }
}
private class MFInt3259 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {5,18,32,33,34});
  }
}
private class MFVec3f60 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0f ,0f ,0.083f ,0f ,0f ,0.084f ,0f ,0f ,0.414f ,0f ,0f ,0.109f ,-0.835f ,0f ,1.064f });
  }
}
private class MFInt3261 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {3,0,1,-1,1,4,3,-1,5,4,1,-1,1,2,5,-1});
  }
}
private class MFInt3262 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {3,0,1,-1,1,4,3,-1,5,4,1,-1,1,2,5,-1});
  }
}
private class MFVec2f63 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2534f ,0.8152f ,0.2534f ,0.767f ,0.2528f ,0.7186f ,0.2671f ,0.7978f ,0.268f ,0.7555f ,0.2641f ,0.7133f });
  }
}
private class MFVec3f64 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-0.2793f ,2.722f ,-0.1346f ,-0.471f ,0.1584f ,-0.08532f ,-0.25f ,-2.447f ,0.6076f ,0.471f ,1.797f ,-0.6076f ,0.4116f ,-0.459f ,-0.556f ,0.352f ,-2.722f ,-0.252f });
  }
}
private class MFInt3265 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {6,2,0,-1,5,4,1,-1,1,2,5,-1,2,1,0,-1,0,3,7,-1,7,6,0,-1,4,3,0,-1,0,1,4,-1});
  }
}
private class MFInt3266 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2,-1,4,5,3,-1,3,1,4,-1,1,3,2,-1,2,7,6,-1,6,0,2,-1,5,7,2,-1,2,3,5,-1});
  }
}
private class MFVec2f67 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.4392f ,0.6356f ,0.4239f ,0.6387f ,0.4239f ,0.6408f ,0.412f ,0.6504f ,0.4239f ,0.6648f ,0.4123f ,0.664f ,0.4352f ,0.6651f ,0.4267f ,0.6717f });
  }
}
private class MFVec3f68 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {1.104f ,-2.879f ,-0.3646f ,1.92f ,-0.7197f ,-2.765f ,0.3083f ,-3.342f ,-0.3477f ,1.674f ,4.039f ,0.222f ,2.14f ,2.313f ,-2.716f ,0.349f ,2.504f ,-0.3477f ,-2.14f ,-4.039f ,2.765f ,-0.2989f ,2.568f ,1.943f });
  }
}
private class MFInt3269 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {5,1,7,-1,7,8,5,-1,6,0,4,-1,7,1,0,-1,0,6,7,-1,2,4,0,-1,0,3,2,-1,3,0,1,-1});
  }
}
private class MFInt3270 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {5,1,7,-1,7,8,5,-1,6,0,4,-1,7,1,0,-1,0,6,7,-1,2,4,0,-1,0,3,2,-1,3,0,1,-1});
  }
}
private class MFVec2f71 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.3395f ,0.8606f ,0.3992f ,0.8783f ,0.2728f ,0.8741f ,0.3391f ,0.876f ,0.274f ,0.8322f ,0.4299f ,0.8825f ,0.3402f ,0.8534f ,0.3979f ,0.8641f ,0.4266f ,0.8643f });
  }
}
private class MFVec3f72 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-0.6206f ,0.2925f ,1.523f ,2.547f ,1.129f ,-0.8682f ,-4.175f ,0.9255f ,2.806f ,-0.6464f ,1.103f ,1.5f ,-4.104f ,-1.337f ,2.665f ,4.175f ,1.337f ,-2.599f ,-0.6118f ,-0.2218f ,1.466f ,2.366f ,0.3082f ,-0.9723f ,4.011f ,0.3542f ,-2.806f });
  }
}
private class MFInt3273 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,9,13,-1,13,4,1,-1,3,2,9,-1,3,0,15,-1,15,0,14,-1,0,16,14,-1,1,20,16,-1,16,0,1,-1,3,15,17,-1,17,6,3,-1,2,3,6,-1,6,5,2,-1,6,17,18,-1,18,8,6,-1,5,6,8,-1,8,7,5,-1,9,2,10,-1,10,13,9,-1,1,0,3,-1,3,9,1,-1,1,4,19,-1,19,20,1,-1,2,5,11,-1,11,10,2,-1,5,7,12,-1,12,11,5,-1});
  }
}
private class MFInt3274 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,9,13,-1,13,4,1,-1,3,0,9,-1,3,2,15,-1,15,2,14,-1,2,16,14,-1,1,20,16,-1,16,2,1,-1,3,15,17,-1,17,6,3,-1,0,3,6,-1,6,5,0,-1,6,17,18,-1,18,8,6,-1,5,6,8,-1,8,7,5,-1,9,0,10,-1,10,13,9,-1,1,2,3,-1,3,9,1,-1,1,4,19,-1,19,20,1,-1,0,5,11,-1,11,10,0,-1,5,7,12,-1,12,11,5,-1});
  }
}
private class MFVec2f75 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.3563f ,0.9819f ,0.3371f ,0.9436f ,0.414f ,0.9365f ,0.428f ,0.9618f ,0.2706f ,0.9459f ,0.3807f ,0.9869f ,0.434f ,0.9653f ,0.3786f ,0.9951f ,0.4425f ,0.9551f ,0.3372f ,0.9707f ,0.3002f ,0.9788f ,0.3015f ,0.9807f ,0.3016f ,0.9833f ,0.2804f ,0.9652f ,0.4299f ,0.8825f ,0.4655f ,0.9081f ,0.3992f ,0.8783f ,0.4676f ,0.8967f ,0.465f ,0.9097f ,0.2728f ,0.8741f ,0.3391f ,0.876f });
  }
}
private class MFVec3f76 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {2.366f ,-3.832f ,2.607f ,-1.721f ,-3.37f ,5.298f ,-0.9278f ,3.698f ,2.337f ,2.798f ,0.5048f ,1.078f ,-5.256f ,-3.235f ,6.945f ,0.1169f ,5.415f ,-1.676f ,3.513f ,2.123f ,-2.845f ,0.04584f ,5.238f ,-6.945f ,3.382f ,0.4603f ,-6.945f ,-1.306f ,1.607f ,4.614f ,-4.278f ,5.326f ,2.844f ,-4.148f ,6.951f ,-0.7431f ,-4.148f ,7.108f ,-6.945f ,-4.686f ,2.054f ,6.111f ,3.214f ,-6.697f ,1.298f ,4.876f ,-4.833f ,-1.108f ,1.586f ,-6.904f ,3.028f ,5.256f ,-4.053f ,-3.68f ,4.869f ,-4.024f ,-6.945f ,-5.136f ,-7.108f ,6.703f ,-1.607f ,-6.931f ,5.397f });
  }
}
private class MFInt3277 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {8,3,10,-1,10,9,8,-1,3,8,7,-1,7,0,3,-1,13,14,6,-1,6,1,13,-1,0,7,5,-1,5,2,0,-1,11,2,5,-1,5,12,11,-1,4,1,6,-1,6,9,4,-1,10,4,9,-1});
  }
}
private class MFInt3278 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {8,0,10,-1,10,9,8,-1,0,8,7,-1,7,2,0,-1,13,14,6,-1,6,3,13,-1,2,7,5,-1,5,4,2,-1,11,4,5,-1,5,12,11,-1,1,3,6,-1,6,9,1,-1,10,1,9,-1});
  }
}
private class MFVec2f79 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.3777f ,0.7936f ,0.3315f ,0.7948f ,0.3916f ,0.7984f ,0.309f ,0.8013f ,0.4011f ,0.8053f ,0.4279f ,0.7939f ,0.301f ,0.7815f ,0.3993f ,0.7753f ,0.3692f ,0.7714f ,0.3287f ,0.7742f ,0.344f ,0.7945f ,0.4198f ,0.8261f ,0.4335f ,0.819f ,0.2981f ,0.8094f ,0.2845f ,0.7889f });
  }
}
private class MFVec3f80 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {1.719f ,-0.0007944f ,-0.6346f ,-2.666f ,0.1549f ,1.996f ,2.315f ,0.3494f ,-0.8744f ,0.989f ,-0.2676f ,0.1056f ,-1.449f ,-0.2205f ,1.411f ,3.651f ,-0.24f ,-2.494f ,-3.04f ,-0.8628f ,1.994f ,2.113f ,-1.162f ,-0.9625f ,0.5806f ,-1.427f ,0.2034f ,-1.577f ,-1.266f ,1.24f ,-0.7878f ,-0.2335f ,1.055f ,3.25f ,1.427f ,-1.433f ,3.946f ,1.094f ,-2.536f ,-3.174f ,0.6164f ,2.536f ,-3.946f ,-0.4586f ,2.476f });
  }
}
private class MFInt3281 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {2,1,0,-1});
  }
}
private class MFInt3282 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {2,1,0,-1});
  }
}
private class MFVec2f83 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2548f ,0.6554f ,0.3007f ,0.651f ,0.2652f ,0.6384f });
  }
}
private class MFVec3f84 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-1.218f ,0.4506f ,0.603f ,1.218f ,0.219f ,-0.603f ,-1.154f ,-0.4506f ,0.3592f });
  }
}
private class MFInt3285 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2});
  }
}
private class MFVec3f86 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.2642f ,-0.7179f ,0.823f ,-0.8355f ,0f ,1.0637f ,-0.101f ,-0.5994f ,0.7018f });
  }
}
private class MFInt3287 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,3,4,-1,3,0,5,-1,5,0,1,-1,1,2,5,-1});
  }
}
private class MFInt3288 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,3,4,-1,3,0,5,-1,5,0,1,-1,1,2,5,-1});
  }
}
private class MFVec2f89 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2661f ,0.696f ,0.2636f ,0.664f ,0.3007f ,0.651f ,0.2727f ,0.7092f ,0.2641f ,0.7133f ,0.2788f ,0.6949f });
  }
}
private class MFVec3f90 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-0.8548f ,0.741f ,0.5666f ,-0.9852f ,-0.962f ,1.035f ,0.9852f ,-1.648f ,-1.094f ,-0.5035f ,1.438f ,0.4388f ,-0.9626f ,1.648f ,1.094f ,-0.1761f ,0.6814f ,0.2329f });
  }
}
private class MFInt3291 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,2,5});
  }
}
private class MFVec3f92 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-0.1338f ,0.1022f ,0.551f ,-0.8357f ,0f ,1.0634f ,0f ,0f ,0.1091f });
  }
}
private class MFInt3293 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,2,3,-1,1,2,0,-1,4,3,2,-1});
  }
}
private class MFInt3294 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,2,3,-1,1,2,0,-1,4,3,2,-1});
  }
}
private class MFVec2f95 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2538f ,0.7051f ,0.2511f ,0.6816f ,0.2661f ,0.696f ,0.2528f ,0.7186f ,0.2641f ,0.7133f });
  }
}
private class MFVec3f96 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-0.2923f ,0.2585f ,0.9483f ,-0.398f ,-0.9732f ,0.1131f ,0.398f ,-0.209f ,-0.9483f ,-0.3119f ,0.9732f ,0.439f ,0.2902f ,0.6978f ,-0.4206f });
  }
}
private class MFInt3297 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {4,0,7,-1,7,6,4,-1,7,0,3,-1,3,8,7,-1,12,9,1,-1,1,2,12,-1,10,1,9,-1,5,3,1,-1,1,10,5,-1,0,4,11,-1,11,2,0,-1,2,11,12,-1,3,5,8,-1,0,2,1,-1,1,3,0,-1});
  }
}
private class MFInt3298 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {4,0,7,-1,7,6,4,-1,7,0,3,-1,3,8,7,-1,12,9,1,-1,1,2,12,-1,10,1,9,-1,5,3,1,-1,1,10,5,-1,0,4,11,-1,11,2,0,-1,2,11,12,-1,3,5,8,-1,0,2,1,-1,1,3,0,-1});
  }
}
private class MFVec2f99 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.3496f ,0.8297f ,0.3746f ,0.8042f ,0.3491f ,0.8029f ,0.3744f ,0.8314f ,0.328f ,0.824f ,0.3871f ,0.8321f ,0.3258f ,0.833f ,0.3487f ,0.8409f ,0.385f ,0.8438f ,0.3777f ,0.7936f ,0.3889f ,0.8064f ,0.3322f ,0.8026f ,0.3442f ,0.7934f });
  }
}
private class MFVec3f100 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-0.4761f ,0.63f ,0.6933f ,0.8417f ,-0.7176f ,-0.6485f ,-0.4665f ,-0.8077f ,0.1079f ,0.8447f ,0.7457f ,-0.2465f ,-1.612f ,0.3169f ,1.289f ,1.518f ,0.7946f ,-0.736f ,-1.517f ,0.8129f ,1.347f ,-0.5339f ,1.273f ,1.112f ,1.311f ,1.316f ,-0.204f ,1.04f ,-1.316f ,-0.9056f ,1.612f ,-0.6212f ,-1.347f ,-1.373f ,-0.8544f ,0.5399f ,-0.7368f ,-1.282f ,0.04415f });
  }
}
private class MFInt32101 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {9,7,5,-1,5,12,9,-1,0,11,12,-1,12,5,0,-1,0,2,1,-1,1,8,0,-1,2,0,5,-1,10,6,7,-1,7,9,10,-1,7,3,2,-1,2,5,7,-1,4,3,7,-1,7,6,4,-1});
  }
}
private class MFInt32102 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,4,5,-1,5,6,0,-1,1,13,15,-1,15,7,1,-1,1,3,2,-1,2,10,1,-1,3,1,7,-1,8,9,4,-1,4,0,8,-1,4,11,12,-1,12,5,4,-1,14,11,4,-1,4,9,14,-1});
  }
}
private class MFVec2f103 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.44f ,0.6625f ,0.4455f ,0.863f ,0.4299f ,0.8825f ,0.4655f ,0.9081f ,0.4428f ,0.6714f ,0.4573f ,0.671f ,0.4547f ,0.661f ,0.462f ,0.8557f ,0.4352f ,0.6651f ,0.4342f ,0.6719f ,0.4266f ,0.8643f ,0.4479f ,0.6875f ,0.4606f ,0.684f ,0.4335f ,0.819f ,0.4319f ,0.6876f ,0.4572f ,0.8171f });
  }
}
private class MFVec3f104 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-0.312f ,-0.6258f ,2.224f ,-1.079f ,0.3506f ,4.121f ,0.5824f ,2.214f ,1.716f ,0.9631f ,2.994f ,-0.8569f ,0.5756f ,3.023f ,-4.121f ,0.3971f ,-0.687f ,1.044f ,1.042f ,-0.4888f ,-3.649f ,1.005f ,-0.6065f ,-1.903f ,-1.243f ,-0.6321f ,3.914f ,1.028f ,-2.588f ,-2.479f ,1.243f ,-2.002f ,-3.446f ,-0.8897f ,-3.023f ,2.376f ,0.2546f ,-2.916f ,0.5272f });
  }
}
private class MFInt32105 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {2,3,1,-1,1,0,2,-1});
  }
}
private class MFInt32106 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {2,3,1,-1,1,0,2,-1});
  }
}
private class MFVec2f107 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2661f ,0.696f ,0.2636f ,0.664f ,0.2511f ,0.6816f ,0.2548f ,0.6653f });
  }
}
private class MFVec3f108 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.398f ,0.8515f ,-0.5307f ,0.2676f ,-0.8515f ,-0.06256f ,-0.398f ,0.08738f ,0.5307f ,-0.1985f ,-0.7812f ,0.2164f });
  }
}
private class MFInt32109 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,3});
  }
}
private class MFVec3f110 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-0.1339f ,0.1022f ,0.5512f ,-0.0736f ,0.1634f ,0.5282f });
  }
}
private class MFInt32111 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,2,0,-1,6,2,3,-1,3,4,6,-1,3,2,1,-1,1,0,13,-1,13,0,7,-1,8,10,5,-1,5,12,8,-1,4,5,10,-1,10,6,4,-1,0,9,7,-1,7,9,11,-1,13,7,11,-1,11,14,13,-1});
  }
}
private class MFInt32112 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {2,1,0,-1,4,1,5,-1,5,3,4,-1,5,1,2,-1,2,0,6,-1,6,0,9,-1,11,13,8,-1,8,15,11,-1,3,8,13,-1,13,4,3,-1,0,12,9,-1,10,12,14,-1,7,10,14,-1,14,16,7,-1});
  }
}
private class MFVec2f113 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.274f ,0.8322f ,0.3402f ,0.8534f ,0.3285f ,0.8323f ,0.3831f ,0.8437f ,0.3979f ,0.8641f ,0.3487f ,0.8409f ,0.2983f ,0.8142f ,0.2981f ,0.8094f ,0.4198f ,0.8261f ,0.2678f ,0.8154f ,0.2677f ,0.8134f ,0.4455f ,0.863f ,0.2534f ,0.8152f ,0.4266f ,0.8643f ,0.2671f ,0.7978f ,0.4335f ,0.819f ,0.2845f ,0.7889f });
  }
}
private class MFVec3f114 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-3.944f ,0.2777f ,3.581f ,-0.9888f ,0.3455f ,1.465f ,-0.4509f ,1.393f ,2.381f ,-0.005327f ,0.806f ,1.231f ,1.84f ,0.849f ,-0.08585f ,3.829f ,-0.08937f ,-2.326f ,2.527f ,1.923f ,-0.05675f ,-4.303f ,-0.6947f ,2.247f ,5.103f ,1.975f ,-3.581f ,-5.103f ,-0.5987f ,2.53f ,4.172f ,1.969f ,-1.891f ,-4.353f ,-1.523f ,2.057f ,4.525f ,-0.4223f ,-3.429f ,-2.594f ,-0.8999f ,1.643f ,-3.366f ,-1.975f ,1.583f });
  }
}
private class MFInt32115 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,3,-1,1,2,3,-1});
  }
}
private class MFInt32116 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,3,-1,1,2,3,-1});
  }
}
private class MFVec2f117 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.3007f ,0.651f ,0.2636f ,0.664f ,0.2548f ,0.6653f ,0.2548f ,0.6553f });
  }
}
private class MFVec3f118 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {1.218f ,-0.3781f ,-1.204f ,-0.7521f ,0.3078f ,0.925f ,-1.218f ,0.3781f ,1.204f ,-1.218f ,-0.1506f ,0.4455f });
  }
}
private class MFInt32119 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2,3});
  }
}
private class MFVec3f120 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-0.8355f ,0f ,1.0637f ,-0.134f ,0.1022f ,0.551f ,-0.074f ,0.1634f ,0.528f ,0f ,0.1236f ,0.8775f });
  }
}
private class MFInt32121 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {8,6,1,-1,1,7,8,-1,2,3,13,-1,13,0,2,-1,3,4,15,-1,15,13,3,-1,0,16,5,-1,5,2,0,-1,16,7,1,-1,1,5,16,-1,8,7,10,-1,10,9,8,-1,11,0,13,-1,13,12,11,-1,12,13,15,-1,15,14,12,-1,0,11,17,-1,17,16,0,-1,16,17,10,-1,10,7,16,-1});
  }
}
private class MFInt32122 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {10,11,5,-1,5,0,10,-1,6,7,2,-1,2,1,6,-1,7,8,3,-1,3,2,7,-1,1,4,9,-1,9,6,1,-1,4,0,5,-1,5,9,4,-1,13,12,15,-1,15,14,13,-1,17,16,19,-1,19,18,17,-1,18,19,21,-1,21,20,18,-1,16,17,23,-1,23,22,16,-1,22,23,15,-1,15,12,22,-1});
  }
}
private class MFVec2f123 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2445f ,0.9452f ,0.257f ,0.9724f ,0.2533f ,0.9737f ,0.2542f ,0.9749f ,0.2428f ,0.959f ,0.2706f ,0.9459f ,0.3002f ,0.9788f ,0.3015f ,0.9807f ,0.3016f ,0.9833f ,0.2804f ,0.9652f ,0.2442f ,0.8727f ,0.2728f ,0.8741f ,0.2445f ,0.9452f ,0.2442f ,0.8727f ,0.2728f ,0.8741f ,0.2706f ,0.9459f ,0.257f ,0.9724f ,0.3002f ,0.9788f ,0.3015f ,0.9807f ,0.2533f ,0.9737f ,0.3016f ,0.9833f ,0.2542f ,0.9749f ,0.2428f ,0.959f ,0.2804f ,0.9652f });
  }
}
private class MFVec3f124 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0f ,5.541f ,2.824f ,1.396f ,-3.453f ,6.748f ,2.374f ,5.108f ,2.647f ,2.504f ,6.733f ,-0.9399f ,2.504f ,6.89f ,-7.142f ,1.966f ,1.836f ,5.915f ,1.516f ,-7.326f ,6.506f ,0f ,-3.452f ,7.111f ,0f ,-7.396f ,7.142f ,-1.516f ,-7.326f ,6.506f ,-1.396f ,-3.453f ,6.748f ,-2.374f ,5.108f ,2.647f ,-2.504f ,6.733f ,-0.9399f ,0f ,7.175f ,-0.7764f ,-2.504f ,6.89f ,-7.142f ,0f ,7.396f ,-7.142f ,0f ,1.906f ,6.344f ,-1.966f ,1.836f ,5.915f });
  }
}
private class MFInt32125 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,5,6,-1,0,6,2,-1,2,6,1,-1,1,3,2,-1,4,6,5,-1,4,7,6,-1,7,8,1,-1,1,6,7,-1});
  }
}
private class MFInt32126 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {3,2,1,-1,3,0,5,-1,5,0,4,-1,4,6,5,-1,7,9,8,-1,7,11,10,-1,11,13,12,-1,12,10,11,-1});
  }
}
private class MFVec2f127 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2496f ,0.7705f ,0.2441f ,0.7705f ,0.2441f ,0.816f ,0.2534f ,0.8152f ,0.2415f ,0.7261f ,0.2534f ,0.767f ,0.2528f ,0.7186f ,0.2534f ,0.8152f ,0.2441f ,0.816f ,0.2441f ,0.7705f ,0.2496f ,0.7705f ,0.2534f ,0.767f ,0.2415f ,0.7261f ,0.2528f ,0.7186f });
  }
}
private class MFVec3f128 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.4273f ,2.576f ,-1.018f ,0f ,-2.334f ,1.018f ,0.2355f ,0.01204f ,-0.9689f ,0.4565f ,-2.593f ,-0.276f ,-0.4273f ,2.576f ,-1.018f ,0f ,2.593f ,-0.9668f ,0f ,0.1768f ,-0.8433f ,-0.2355f ,0.01204f ,-0.9689f ,-0.4565f ,-2.593f ,-0.276f });
  }
}
private class MFInt32129 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {4,5,1,-1,1,0,4,-1,4,3,2,-1,2,5,4,-1});
  }
}
private class MFInt32130 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,3,2,-1,2,0,1,-1,6,5,4,-1,4,7,6,-1});
  }
}
private class MFVec2f131 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2548f ,0.6653f ,0.2441f ,0.6653f ,0.2548f ,0.6553f ,0.2441f ,0.6553f ,0.2548f ,0.6553f ,0.2548f ,0.6653f ,0.2441f ,0.6653f ,0.2441f ,0.6553f });
  }
}
private class MFVec3f132 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.5699f ,0.2644f ,0.3792f ,0.5699f ,-0.2644f ,-0.3792f ,-0.5699f ,-0.2644f ,-0.3792f ,-0.5699f ,0.2644f ,0.3792f ,0f ,0.2644f ,0.3792f ,0f ,-0.2644f ,-0.3792f });
  }
}
private class MFInt32133 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2,3,4,5});
  }
}
private class MFVec3f134 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-0.0737f ,0.1633f ,0.5282f ,0f ,0.1237f ,0.8777f ,0f ,0.1237f ,0.8777f ,0.0737f ,0.1633f ,0.5282f ,0f ,0.107f ,0.5282f ,0f ,0.1237f ,0.8777f });
  }
}
private class MFInt32135 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {4,0,1,-1,4,3,2,-1,2,7,4,-1,3,4,1,-1,4,5,0,-1,4,7,6,-1,6,8,4,-1,8,5,4,-1});
  }
}
private class MFInt32136 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,2,3,-1,1,5,4,-1,4,0,1,-1,5,1,3,-1,6,8,7,-1,6,10,9,-1,9,11,6,-1,11,8,6,-1});
  }
}
private class MFVec2f137 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2415f ,0.7261f ,0.2441f ,0.7109f ,0.2441f ,0.6816f ,0.2511f ,0.6816f ,0.2528f ,0.7186f ,0.2538f ,0.7051f ,0.2441f ,0.7109f ,0.2441f ,0.6816f ,0.2511f ,0.6816f ,0.2528f ,0.7186f ,0.2415f ,0.7261f ,0.2538f ,0.7051f });
  }
}
private class MFVec3f138 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0f ,-1.103f ,-1.068f ,0.3704f ,-1.103f ,-1.072f ,0.4565f ,0.8434f ,-0.7458f ,0.4761f ,0.1288f ,-0.2364f ,0f ,0.4512f ,1.072f ,-0.3704f ,-1.103f ,-1.072f ,-0.4565f ,0.8434f ,-0.7458f ,0f ,1.103f ,0.5484f ,-0.4761f ,0.1288f ,-0.2364f });
  }
}
private class MFInt32139 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,0,12,-1,12,13,1,-1,0,2,14,-1,14,12,0,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,5,6,17,-1,17,18,5,-1,4,5,18,-1,18,16,4,-1,19,7,1,-1,1,13,19,-1,20,8,7,-1,7,19,20,-1,21,9,8,-1,8,20,21,-1,22,10,9,-1,9,21,22,-1,17,6,11,-1,11,23,17,-1,23,11,10,-1,10,22,23,-1});
  }
}
private class MFInt32140 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,12,-1,12,13,0,-1,1,2,14,-1,14,12,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,5,6,17,-1,17,18,5,-1,4,5,18,-1,18,16,4,-1,19,7,0,-1,0,13,19,-1,20,8,7,-1,7,19,20,-1,21,9,8,-1,8,20,21,-1,22,10,9,-1,9,21,22,-1,17,6,11,-1,11,23,17,-1,23,11,10,-1,10,22,23,-1});
  }
}
private class MFVec2f141 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.04371f ,0.6512f ,0.05004f ,0.6512f ,0.05713f ,0.6512f ,0.06211f ,0.6512f ,0.05807f ,0.6512f ,0.05084f ,0.6529f ,0.04371f ,0.6456f ,0.03739f ,0.6512f ,0.0303f ,0.6512f ,0.02531f ,0.6512f ,0.02935f ,0.6512f ,0.03659f ,0.6529f ,0.0501f ,0.6113f ,0.04371f ,0.612f ,0.05726f ,0.6141f ,0.0623f ,0.6138f ,0.05822f ,0.6099f ,0.04371f ,0.6064f ,0.05091f ,0.6065f ,0.03733f ,0.6113f ,0.03016f ,0.6141f ,0.02513f ,0.6138f ,0.02921f ,0.6099f ,0.03652f ,0.6065f });
  }
}
private class MFVec3f142 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {1.364f ,4.193f ,-2.856f ,0f ,4.193f ,-3.036f ,2.893f ,4.193f ,-2.16f ,3.969f ,4.193f ,0.1849f ,3.097f ,4.193f ,1.816f ,1.537f ,4.525f ,2.797f ,0f ,3.099f ,3.036f ,-1.364f ,4.193f ,-2.856f ,-2.893f ,4.193f ,-2.16f ,-3.969f ,4.193f ,0.1849f ,-3.097f ,4.193f ,1.816f ,-1.537f ,4.525f ,2.797f ,1.378f ,-3.566f ,-2.884f ,0f ,-3.437f ,-3.067f ,2.923f ,-3.023f ,-2.182f ,4.009f ,-3.081f ,0.1871f ,3.129f ,-3.839f ,1.835f ,0f ,-4.525f ,3.067f ,1.552f ,-4.502f ,2.826f ,-1.378f ,-3.566f ,-2.884f ,-2.923f ,-3.023f ,-2.182f ,-4.009f ,-3.081f ,0.1871f ,-3.129f ,-3.839f ,1.835f ,-1.552f ,-4.502f ,2.826f });
  }
}
private class MFInt32143 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {16,6,9,-1,9,11,16,-1,11,18,17,-1,17,60,11,-1,15,10,9,-1,9,6,15,-1,12,65,17,-1,17,18,12,-1,36,33,16,-1,16,11,36,-1,35,36,11,-1,11,60,35,-1,37,140,156,-1,140,4,42,-1,140,37,4,-1,15,5,37,-1,37,8,15,-1,7,5,15,-1,15,6,7,-1,5,7,37,-1,10,15,8,-1,8,0,10,-1,12,18,0,-1,65,12,0,-1,0,74,65,-1,16,33,13,-1,13,33,34,-1,19,13,34,-1,37,7,13,-1,13,19,37,-1,13,7,6,-1,6,16,13,-1,19,34,14,-1,34,152,41,-1,41,14,34,-1,37,19,14,-1,14,4,37,-1,14,41,42,-1,42,4,14,-1,9,18,11,-1,10,0,9,-1,0,18,9,-1,0,20,74,-1,81,82,20,-1,0,22,20,-1,0,8,21,-1,21,23,0,-1,2,23,21,-1,0,23,22,-1,2,28,3,-1,3,28,24,-1,2,30,28,-1,1,27,28,-1,28,30,1,-1,2,26,30,-1,21,8,25,-1,30,26,25,-1,30,25,39,-1,74,20,82,-1,3,23,2,-1,20,3,81,-1,96,29,27,-1,44,29,96,-1,29,3,24,-1,44,81,29,-1,81,3,29,-1,24,27,29,-1,24,28,27,-1,22,3,20,-1,22,23,3,-1,26,2,21,-1,26,21,25,-1,37,40,39,-1,25,8,37,-1,25,37,39,-1,31,39,40,-1,1,31,40,-1,1,30,31,-1,30,39,31,-1,150,152,34,-1,34,32,150,-1,32,101,198,-1,198,150,32,-1,36,32,34,-1,34,33,36,-1,35,101,32,-1,32,36,35,-1,1,40,51,-1,96,51,48,-1,1,51,27,-1,27,51,96,-1,49,38,37,-1,106,96,48,-1,49,37,43,-1,54,51,49,-1,49,52,54,-1,50,47,45,-1,50,45,46,-1,53,51,54,-1,49,50,52,-1,48,51,53,-1,49,43,50,-1,53,55,106,-1,106,48,53,-1,58,57,56,-1,56,59,58,-1,57,60,17,-1,17,61,57,-1,62,59,56,-1,56,63,62,-1,64,61,17,-1,17,65,64,-1,66,57,58,-1,58,67,66,-1,35,60,57,-1,57,66,35,-1,68,199,190,-1,190,191,69,-1,190,69,68,-1,62,70,68,-1,68,71,62,-1,72,59,62,-1,62,71,72,-1,71,68,72,-1,63,73,70,-1,70,62,63,-1,64,73,61,-1,65,74,73,-1,73,64,65,-1,58,75,67,-1,75,76,67,-1,77,76,75,-1,68,77,75,-1,75,72,68,-1,75,58,59,-1,59,72,75,-1,77,78,76,-1,76,78,79,-1,79,192,76,-1,68,69,78,-1,78,77,68,-1,78,69,191,-1,191,79,78,-1,56,57,61,-1,63,56,73,-1,73,56,61,-1,73,74,80,-1,81,80,82,-1,73,80,83,-1,73,85,84,-1,84,70,73,-1,86,84,85,-1,73,83,85,-1,86,88,87,-1,88,89,87,-1,86,87,90,-1,91,90,87,-1,87,92,91,-1,86,90,93,-1,84,94,70,-1,90,94,93,-1,90,95,94,-1,74,82,80,-1,88,86,85,-1,80,81,88,-1,96,92,97,-1,44,96,97,-1,97,89,88,-1,44,97,81,-1,81,97,88,-1,89,97,92,-1,89,92,87,-1,83,80,88,-1,83,88,85,-1,93,84,86,-1,93,94,84,-1,68,95,98,-1,94,68,70,-1,94,95,68,-1,99,98,95,-1,91,98,99,-1,91,99,90,-1,90,99,95,-1,197,100,76,-1,76,192,197,-1,100,197,198,-1,198,101,100,-1,66,67,76,-1,76,100,66,-1,35,66,100,-1,100,101,35,-1,91,102,98,-1,96,103,102,-1,91,92,102,-1,92,96,102,-1,104,68,105,-1,106,103,96,-1,104,107,68,-1,109,108,104,-1,104,102,109,-1,110,112,111,-1,110,113,112,-1,114,109,102,-1,104,108,110,-1,103,114,102,-1,104,110,107,-1,114,103,106,-1,106,55,114,-1,117,159,121,-1,121,118,117,-1});
  }
}
private class MFInt32144 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {151,161,117,-1,117,118,151,-1,119,143,134,-1,155,121,159,-1,121,146,122,-1,147,123,122,-1,154,115,146,-1,121,155,146,-1,154,146,155,-1,155,159,145,-1,154,155,145,-1,147,126,125,-1,125,123,147,-1,127,139,125,-1,124,116,139,-1,123,144,121,-1,121,122,123,-1,139,130,131,-1,131,124,139,-1,128,131,130,-1,128,129,131,-1,131,129,124,-1,134,132,119,-1,132,138,119,-1,129,135,124,-1,120,136,137,-1,137,129,120,-1,134,137,136,-1,120,133,136,-1,133,134,136,-1,134,135,137,-1,137,135,129,-1,115,122,146,-1,140,42,138,-1,152,143,41,-1,116,124,141,-1,119,138,143,-1,42,41,143,-1,138,42,143,-1,143,152,153,-1,141,153,116,-1,134,143,135,-1,135,143,141,-1,135,141,124,-1,153,151,142,-1,142,151,118,-1,144,142,118,-1,118,121,144,-1,153,144,116,-1,144,153,142,-1,116,144,125,-1,125,139,116,-1,123,125,144,-1,141,143,153,-1,151,153,149,-1,148,161,151,-1,151,149,148,-1,149,153,152,-1,152,150,149,-1,149,150,198,-1,198,148,149,-1,140,138,156,-1,117,158,157,-1,157,159,117,-1,160,158,117,-1,117,161,160,-1,162,164,163,-1,165,159,157,-1,157,167,166,-1,168,167,169,-1,170,166,171,-1,157,166,165,-1,170,165,166,-1,165,145,159,-1,170,145,165,-1,168,169,172,-1,172,173,168,-1,174,172,175,-1,176,175,177,-1,169,167,157,-1,157,178,169,-1,175,176,179,-1,179,180,175,-1,181,180,179,-1,181,179,182,-1,179,176,182,-1,164,162,183,-1,183,162,184,-1,182,176,185,-1,187,182,186,-1,186,188,187,-1,164,188,186,-1,187,188,189,-1,189,188,164,-1,164,186,185,-1,186,182,185,-1,171,166,167,-1,190,184,191,-1,192,79,163,-1,177,193,176,-1,162,163,184,-1,191,163,79,-1,184,163,191,-1,163,194,192,-1,193,177,194,-1,164,185,163,-1,185,193,163,-1,185,176,193,-1,194,195,160,-1,195,158,160,-1,178,157,158,-1,158,195,178,-1,194,177,178,-1,178,195,194,-1,177,175,172,-1,172,178,177,-1,169,178,172,-1,193,194,163,-1,160,196,194,-1,148,196,160,-1,160,161,148,-1,196,197,192,-1,192,194,196,-1,196,148,198,-1,198,197,196,-1,190,199,184,-1});
  }
}
private class MFInt32145 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,3,2,-1,2,1,0,-1,1,6,5,-1,5,4,1,-1,7,8,2,-1,2,3,7,-1,9,10,5,-1,5,6,9,-1,11,12,0,-1,0,1,11,-1,13,11,1,-1,1,4,13,-1,14,79,87,-1,79,15,80,-1,79,14,15,-1,7,17,14,-1,14,16,7,-1,18,17,7,-1,7,19,18,-1,17,18,14,-1,8,7,16,-1,16,20,8,-1,9,6,20,-1,10,9,20,-1,20,21,10,-1,0,12,22,-1,22,12,23,-1,24,22,23,-1,14,18,22,-1,22,24,14,-1,22,18,19,-1,19,0,22,-1,24,23,25,-1,23,83,78,-1,78,25,23,-1,14,24,25,-1,25,15,14,-1,25,78,80,-1,80,15,25,-1,2,6,1,-1,8,20,2,-1,20,6,2,-1,28,27,26,-1,31,30,29,-1,28,32,27,-1,28,35,34,-1,34,33,28,-1,36,33,34,-1,28,33,32,-1,36,38,37,-1,37,38,39,-1,36,40,38,-1,41,44,43,-1,43,42,41,-1,46,45,42,-1,34,35,47,-1,42,45,48,-1,40,47,49,-1,26,27,50,-1,37,33,36,-1,27,37,51,-1,54,53,52,-1,57,56,55,-1,53,37,39,-1,58,51,53,-1,51,37,53,-1,59,44,56,-1,59,43,44,-1,61,60,29,-1,61,62,60,-1,63,36,34,-1,63,34,47,-1,65,76,64,-1,47,35,66,-1,47,66,49,-1,67,64,76,-1,68,67,76,-1,41,40,69,-1,40,49,69,-1,81,83,23,-1,23,70,81,-1,70,71,82,-1,82,81,70,-1,11,70,23,-1,23,12,11,-1,13,71,70,-1,70,11,13,-1,72,73,74,-1,75,74,77,-1,72,74,84,-1,84,74,75,-1,85,86,88,-1,89,75,77,-1,85,88,90,-1,92,74,85,-1,85,91,92,-1,93,94,95,-1,93,95,96,-1,97,74,92,-1,85,93,91,-1,77,74,97,-1,85,90,93,-1,97,98,89,-1,89,77,97,-1,104,103,102,-1,102,105,104,-1,103,107,106,-1,106,108,103,-1,109,105,102,-1,102,110,109,-1,111,108,106,-1,106,112,111,-1,113,103,104,-1,104,114,113,-1,115,107,103,-1,103,113,115,-1,116,118,117,-1,117,120,119,-1,117,119,116,-1,109,121,116,-1,116,122,109,-1,124,123,109,-1,109,122,124,-1,122,116,124,-1,110,125,121,-1,121,109,110,-1,111,125,108,-1,112,126,125,-1,125,111,112,-1,104,127,114,-1,127,128,114,-1,129,128,127,-1,116,129,127,-1,127,124,116,-1,127,104,123,-1,123,124,127,-1,129,130,128,-1,128,130,131,-1,131,132,128,-1,116,119,130,-1,130,129,116,-1,130,119,120,-1,120,131,130,-1,102,103,108,-1,110,102,125,-1,125,102,108,-1,133,135,134,-1,136,138,137,-1,133,134,139,-1,133,141,140,-1,140,142,133,-1,143,140,141,-1,133,139,141,-1,143,145,144,-1,145,146,144,-1,143,144,147,-1,150,149,148,-1,148,151,150,-1,152,149,153,-1,140,154,142,-1,149,155,153,-1,147,156,154,-1,135,157,134,-1,145,143,141,-1,134,158,145,-1,159,161,160,-1,162,164,163,-1,160,146,145,-1,165,160,158,-1,158,160,145,-1,166,163,151,-1,166,151,148,-1,167,138,168,-1,167,168,169,-1,170,140,143,-1,170,154,140,-1,171,173,172,-1,154,174,142,-1,154,156,174,-1,175,172,173,-1,176,172,175,-1,150,177,147,-1,147,177,156,-1,179,178,128,-1,128,132,179,-1,178,179,180,-1,180,181,178,-1,113,114,128,-1,128,178,113,-1,115,113,178,-1,178,181,115,-1,99,100,101,-1,75,182,100,-1,99,183,100,-1,183,75,100,-1,184,185,186,-1,89,182,75,-1,184,187,185,-1,189,188,184,-1,184,100,189,-1,190,191,192,-1,190,193,191,-1,194,189,100,-1,184,188,190,-1,182,194,100,-1,184,190,187,-1,194,182,89,-1,89,98,194,-1,195,198,197,-1,197,196,195,-1});
  }
}
private class MFInt32146 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {199,200,195,-1,195,196,199,-1,203,202,201,-1,204,197,198,-1,197,206,205,-1,208,207,205,-1,210,209,206,-1,197,204,206,-1,210,206,204,-1,212,198,211,-1,213,212,211,-1,208,215,214,-1,214,207,208,-1,217,216,214,-1,219,218,216,-1,207,220,197,-1,197,205,207,-1,216,222,221,-1,221,219,216,-1,223,221,222,-1,223,224,221,-1,221,224,219,-1,201,225,203,-1,225,226,203,-1,224,227,219,-1,228,230,229,-1,229,224,228,-1,201,229,230,-1,228,231,230,-1,231,201,230,-1,201,227,229,-1,229,227,224,-1,209,205,206,-1,232,233,226,-1,235,202,234,-1,218,219,236,-1,203,226,202,-1,233,234,202,-1,226,233,202,-1,202,235,237,-1,236,237,218,-1,201,202,227,-1,227,202,236,-1,227,236,219,-1,237,199,238,-1,238,199,196,-1,220,238,196,-1,196,197,220,-1,237,239,218,-1,239,237,238,-1,218,239,214,-1,214,216,218,-1,207,214,239,-1,236,202,237,-1,199,237,240,-1,241,200,199,-1,199,240,241,-1,240,237,235,-1,235,242,240,-1,240,242,243,-1,243,241,240,-1,232,226,244,-1,247,246,245,-1,245,248,247,-1,249,246,247,-1,247,250,249,-1,251,253,252,-1,254,248,245,-1,245,256,255,-1,257,256,258,-1,259,255,260,-1,245,255,254,-1,259,254,255,-1,261,262,248,-1,263,262,261,-1,257,258,264,-1,264,265,257,-1,266,264,267,-1,268,267,269,-1,258,256,245,-1,245,270,258,-1,267,268,271,-1,271,272,267,-1,273,272,271,-1,273,271,274,-1,271,268,274,-1,253,251,275,-1,275,251,276,-1,274,268,277,-1,279,274,278,-1,278,280,279,-1,253,280,278,-1,279,280,281,-1,281,280,253,-1,253,278,277,-1,278,274,277,-1,260,255,256,-1,282,276,283,-1,284,285,252,-1,269,286,268,-1,251,252,276,-1,283,252,285,-1,276,252,283,-1,252,287,284,-1,286,269,287,-1,253,277,252,-1,277,286,252,-1,277,268,286,-1,287,288,249,-1,288,246,249,-1,270,245,246,-1,246,288,270,-1,287,269,289,-1,289,288,287,-1,269,267,264,-1,264,289,269,-1,258,289,264,-1,286,287,252,-1,249,290,287,-1,291,290,249,-1,249,250,291,-1,290,292,284,-1,284,287,290,-1,290,291,293,-1,293,292,290,-1,282,294,276,-1});
  }
}
private class MFVec2f147 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.9175f ,0.8974f ,0.9509f ,0.8981f ,0.9421f ,0.8701f ,0.924f ,0.8702f ,0.9824f ,0.8971f ,0.9824f ,0.8682f ,0.9541f ,0.8718f ,0.9147f ,0.8129f ,0.9437f ,0.8153f ,0.9638f ,0.8095f ,0.9824f ,0.809f ,0.9461f ,0.923f ,0.9071f ,0.9135f ,0.9824f ,0.9287f ,0.8767f ,0.8622f ,0.8669f ,0.8674f ,0.9208f ,0.8549f ,0.8792f ,0.7991f ,0.8835f ,0.8633f ,0.9139f ,0.8636f ,0.9513f ,0.84f ,0.9824f ,0.8358f ,0.8845f ,0.9021f ,0.888f ,0.931f ,0.8761f ,0.9036f ,0.8705f ,0.9018f ,0.7338f ,0.8385f ,0.7279f ,0.8339f ,0.7208f ,0.8401f ,0.7397f ,0.7767f ,0.7338f ,0.7681f ,0.7338f ,0.7727f ,0.7192f ,0.8201f ,0.7171f ,0.8352f ,0.7139f ,0.8364f ,0.7127f ,0.8419f ,0.7175f ,0.832f ,0.7247f ,0.8312f ,0.7224f ,0.8292f ,0.7239f ,0.8169f ,0.7146f ,0.8334f ,0.7152f ,0.8309f ,0.753f ,0.7762f ,0.7452f ,0.772f ,0.7409f ,0.7703f ,0.756f ,0.7661f ,0.7502f ,0.7748f ,0.7102f ,0.837f ,0.7574f ,0.7798f ,0.7054f ,0.8378f ,0.7338f ,0.8253f ,0.7338f ,0.8299f ,0.7267f ,0.8275f ,0.7291f ,0.8283f ,0.7338f ,0.8254f ,0.7338f ,0.7682f ,0.7385f ,0.7711f ,0.7338f ,0.7628f ,0.7338f ,0.82f ,0.7437f ,0.7597f ,0.7429f ,0.774f ,0.7484f ,0.7629f ,0.7505f ,0.778f ,0.7116f ,0.8233f ,0.7622f ,0.7806f ,0.763f ,0.7872f ,0.7046f ,0.8444f ,0.7572f ,0.7769f ,0.7524f ,0.7737f ,0.7104f ,0.8341f ,0.9158f ,0.9539f ,0.9824f ,0.9663f ,0.392f ,0.6289f ,0.4147f ,0.6411f ,0.4093f ,0.6273f ,0.3758f ,0.6166f ,0.7576f ,0.779f ,0.4093f ,0.6139f ,0.8544f ,0.902f ,0.8589f ,0.7975f ,0.8568f ,0.8668f ,0.8497f ,0.9637f ,0.7343f ,0.9872f ,0.8538f ,0.9345f ,0.3771f ,0.6213f ,0.4147f ,0.6411f ,0.392f ,0.6289f ,0.8605f ,0.8638f ,0.3927f ,0.6595f ,0.4093f ,0.6122f ,0.4111f ,0.6626f ,0.4239f ,0.6387f ,0.4273f ,0.6228f ,0.4239f ,0.6648f ,0.4352f ,0.6651f ,0.4267f ,0.6717f ,0.4123f ,0.664f ,0.4255f ,0.614f ,0.4253f ,0.6099f ,0.392f ,0.6289f ,0.4093f ,0.6273f ,0.4147f ,0.6411f ,0.9421f ,0.8701f ,0.9509f ,0.8981f ,0.9175f ,0.8974f ,0.924f ,0.8702f ,0.9824f ,0.8682f ,0.9824f ,0.8971f ,0.9541f ,0.8718f ,0.9147f ,0.8129f ,0.9437f ,0.8153f ,0.9638f ,0.8095f ,0.9824f ,0.809f ,0.9461f ,0.923f ,0.9071f ,0.9135f ,0.9824f ,0.9287f ,0.8767f ,0.8622f ,0.8589f ,0.7975f ,0.8605f ,0.8638f ,0.8669f ,0.8674f ,0.8568f ,0.8668f ,0.9208f ,0.8549f ,0.8792f ,0.7991f ,0.9139f ,0.8636f ,0.8835f ,0.8633f ,0.9513f ,0.84f ,0.9824f ,0.8358f ,0.8845f ,0.9021f ,0.888f ,0.931f ,0.8761f ,0.9036f ,0.8705f ,0.9018f ,0.8544f ,0.902f ,0.8538f ,0.9345f ,0.7208f ,0.8401f ,0.7279f ,0.8339f ,0.7338f ,0.8385f ,0.7338f ,0.7727f ,0.7338f ,0.7681f ,0.7397f ,0.7767f ,0.7192f ,0.8201f ,0.7139f ,0.8364f ,0.7171f ,0.8352f ,0.7127f ,0.8419f ,0.7175f ,0.832f ,0.7224f ,0.8292f ,0.7247f ,0.8312f ,0.7239f ,0.8169f ,0.7146f ,0.8334f ,0.7452f ,0.772f ,0.753f ,0.7762f ,0.7152f ,0.8309f ,0.7409f ,0.7703f ,0.7502f ,0.7748f ,0.756f ,0.7661f ,0.7102f ,0.837f ,0.7574f ,0.7798f ,0.7054f ,0.8378f ,0.7338f ,0.8253f ,0.7338f ,0.8299f ,0.7338f ,0.8254f ,0.7291f ,0.8283f ,0.7267f ,0.8275f ,0.7338f ,0.7628f ,0.7385f ,0.7711f ,0.7338f ,0.7682f ,0.7338f ,0.82f ,0.7437f ,0.7597f ,0.7484f ,0.7629f ,0.7429f ,0.774f ,0.7505f ,0.778f ,0.7116f ,0.8233f ,0.763f ,0.7872f ,0.7576f ,0.779f ,0.7622f ,0.7806f ,0.7046f ,0.8444f ,0.7572f ,0.7769f ,0.7524f ,0.7737f ,0.7104f ,0.8341f ,0.9158f ,0.9539f ,0.8497f ,0.9637f ,0.7343f ,0.9872f ,0.9824f ,0.9663f ,0.4093f ,0.6139f ,0.3771f ,0.6213f ,0.4147f ,0.6411f ,0.3927f ,0.6595f ,0.392f ,0.6289f ,0.4111f ,0.6626f ,0.4239f ,0.6387f ,0.4273f ,0.6228f ,0.4239f ,0.6648f ,0.4267f ,0.6717f ,0.4352f ,0.6651f ,0.4123f ,0.664f ,0.4255f ,0.614f ,0.7343f ,0.9169f ,0.7616f ,0.9147f ,0.7553f ,0.8982f ,0.7343f ,0.8968f ,0.7739f ,0.9327f ,0.7343f ,0.9365f ,0.8187f ,0.8433f ,0.8348f ,0.9045f ,0.8324f ,0.8647f ,0.74f ,0.8745f ,0.761f ,0.8768f ,0.7497f ,0.8755f ,0.777f ,0.8787f ,0.7647f ,0.8593f ,0.7596f ,0.8565f ,0.7438f ,0.8546f ,0.7343f ,0.8756f ,0.7372f ,0.8736f ,0.7405f ,0.8536f ,0.7808f ,0.8802f ,0.7786f ,0.8666f ,0.7875f ,0.8787f ,0.7821f ,0.8667f ,0.7952f ,0.9076f ,0.8011f ,0.8823f ,0.7745f ,0.9003f ,0.7939f ,0.8518f ,0.7845f ,0.8549f ,0.7731f ,0.8049f ,0.7979f ,0.8609f ,0.8185f ,0.8054f ,0.8439f ,0.8655f ,0.8131f ,0.8741f ,0.786f ,0.7876f ,0.8107f ,0.8538f ,0.8058f ,0.8252f ,0.8096f ,0.8166f ,0.8589f ,0.7975f ,0.8568f ,0.8668f ,0.8544f ,0.902f ,0.8538f ,0.9345f ,0.8173f ,0.9068f ,0.8156f ,0.9257f ,0.7753f ,0.9186f ,0.7832f ,0.9041f ,0.7881f ,0.9479f ,0.7343f ,0.9577f ,0.8497f ,0.9637f ,0.7343f ,0.9872f ,0.8605f ,0.8638f ,0.7553f ,0.8982f ,0.7616f ,0.9147f ,0.7343f ,0.9169f ,0.7343f ,0.8968f ,0.7739f ,0.9327f ,0.7343f ,0.9365f ,0.8324f ,0.8647f ,0.8348f ,0.9045f ,0.8187f ,0.8433f ,0.74f ,0.8745f ,0.7497f ,0.8755f ,0.761f ,0.8768f ,0.7647f ,0.8593f ,0.777f ,0.8787f ,0.7438f ,0.8546f ,0.7596f ,0.8565f ,0.7372f ,0.8736f ,0.7343f ,0.8756f ,0.7405f ,0.8536f ,0.7808f ,0.8802f ,0.7786f ,0.8666f ,0.7821f ,0.8667f ,0.7875f ,0.8787f ,0.8011f ,0.8823f ,0.7952f ,0.9076f ,0.7745f ,0.9003f ,0.7939f ,0.8518f ,0.7845f ,0.8549f ,0.7731f ,0.8049f ,0.7979f ,0.8609f ,0.8185f ,0.8054f ,0.8439f ,0.8655f ,0.8131f ,0.8741f ,0.8107f ,0.8538f ,0.786f ,0.7876f ,0.8058f ,0.8252f ,0.8096f ,0.8166f ,0.8589f ,0.7975f ,0.8568f ,0.8668f ,0.8538f ,0.9345f ,0.8544f ,0.902f ,0.8173f ,0.9068f ,0.8156f ,0.9257f ,0.7753f ,0.9186f ,0.7832f ,0.9041f ,0.7881f ,0.9479f ,0.7343f ,0.9577f ,0.8497f ,0.9637f ,0.7343f ,0.9872f ,0.8605f ,0.8638f });
  }
}
private class MFVec3f148 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {6.595f ,-7.151f ,-8.257f ,9.429f ,-11.8f ,3.993f ,8.282f ,-11.22f ,-0.9892f ,4.624f ,-11.64f ,-3.306f ,16.07f ,-2.995f ,5.873f ,15.82f ,-12.8f ,1.071f ,12.64f ,-1.285f ,-4.598f ,16.07f ,-3.083f ,2.316f ,10.71f ,-6.207f ,-3.224f ,8.946f ,-0.132f ,-8.392f ,8.698f ,-10.19f ,-8.675f ,6.297f ,5.219f ,-7.352f ,4.896f ,-9.878f ,-12.77f ,14.18f ,4.623f ,2.748f ,14.87f ,4.604f ,5.309f ,13.01f ,-7.209f ,-3.663f ,11.99f ,5.219f ,-3.545f ,0f ,-0.8915f ,-10.42f ,6.297f ,-0.1284f ,-9.196f ,14.21f ,4.47f ,4.372f ,2.98f ,-10.26f ,-5.72f ,10.1f ,-9.009f ,-1.975f ,7.409f ,-17.27f ,-8.757f ,8.44f ,-9.628f ,-3.832f ,4.999f ,-18.87f ,-2.922f ,11.97f ,-8.702f ,0.9778f ,11.23f ,-15.65f ,-1.56f ,3.584f ,-13.5f ,0.961f ,5.778f ,-12.67f ,0.2527f ,2.389f ,-13.11f ,-1.714f ,9.699f ,-10.52f ,1.837f ,11.85f ,-10.17f ,6.164f ,6.297f ,16.77f ,2.005f ,12.13f ,8.819f ,-0.9951f ,11.81f ,12.89f ,2.963f ,0f ,12.79f ,-5.593f ,6.297f ,11.97f ,-5.107f ,14.78f ,-4.967f ,4.122f ,9.429f ,-11.8f ,3.993f ,14.37f ,-8.308f ,4.774f ,12.02f ,-9.081f ,8.596f ,15.26f ,5.042f ,8.379f ,16.68f ,-2.579f ,7.954f ,13.63f ,-4.256f ,7.877f ,0f ,-17.31f ,-6.802f ,14.16f ,-2.229f ,11.05f ,14.63f ,-3.955f ,8.111f ,12.19f ,-3.7f ,12.77f ,5.31f ,-15.15f ,7.498f ,12.02f ,-9.081f ,8.596f ,12.84f ,-3.763f ,10.48f ,9.046f ,-12.17f ,7.498f ,12.8f ,-9.61f ,10.48f ,5.33f ,-15.13f ,10.8f ,8.079f ,-13.16f ,11.16f ,0f ,-16.06f ,10.76f ,-8.946f ,-0.132f ,-8.392f ,-6.297f ,5.219f ,-7.352f ,-11.99f ,5.219f ,-3.545f ,-12.64f ,-1.285f ,-4.598f ,0f ,5.219f ,-8.851f ,-6.297f ,-0.1284f ,-9.196f ,-13.01f ,-7.209f ,-3.663f ,-8.698f ,-10.19f ,-8.675f ,-4.896f ,-9.878f ,-12.77f ,0f ,-5.378f ,-11.66f ,-6.297f ,11.97f ,-5.107f ,-12.13f ,8.819f ,-0.9951f ,-14.78f ,-4.967f ,4.122f ,-16.07f ,-2.995f ,5.873f ,-10.71f ,-6.207f ,-3.224f ,-15.82f ,-12.8f ,1.071f ,-16.07f ,-3.083f ,2.316f ,-6.595f ,-7.151f ,-8.257f ,0f ,-7.956f ,-9.37f ,-14.18f ,4.623f ,2.748f ,-11.81f ,12.89f ,2.963f ,-14.21f ,4.47f ,4.372f ,-14.87f ,4.604f ,5.309f ,-15.26f ,5.042f ,8.379f ,-2.98f ,-10.26f ,-5.72f ,0f ,-12.28f ,-5.509f ,0f ,-14.6f ,-11.22f ,-7.409f ,-17.27f ,-8.757f ,-10.1f ,-9.009f ,-1.975f ,-8.44f ,-9.628f ,-3.832f ,-8.282f ,-11.22f ,-0.9892f ,-5.778f ,-12.67f ,0.2527f ,-4.624f ,-11.64f ,-3.306f ,-4.999f ,-18.87f ,-2.922f ,-9.699f ,-10.52f ,1.837f ,-9.429f ,-11.8f ,3.993f ,-3.584f ,-13.5f ,0.961f ,-11.23f ,-15.65f ,-1.56f ,-11.97f ,-8.702f ,0.9778f ,-14.37f ,-8.308f ,4.774f ,0f ,-14.56f ,0.6872f ,-2.389f ,-13.11f ,-1.714f ,-12.02f ,-9.081f ,8.596f ,-11.85f ,-10.17f ,6.164f ,-6.297f ,16.77f ,2.005f ,0f ,17.52f ,2.005f ,-9.046f ,-12.17f ,7.498f ,-5.31f ,-15.15f ,7.498f ,-12.02f ,-9.081f ,8.596f ,-9.429f ,-11.8f ,3.993f ,0f ,-15.55f ,7.498f ,-13.63f ,-4.256f ,7.877f ,-12.8f ,-9.61f ,10.48f ,-8.079f ,-13.16f ,11.16f ,-12.84f ,-3.763f ,10.48f ,-12.19f ,-3.7f ,12.77f ,-14.16f ,-2.229f ,11.05f ,-14.63f ,-3.955f ,8.111f ,-5.33f ,-15.13f ,10.8f ,6.083f ,-2.338f ,25.93f ,11.2f ,8.465f ,19.14f ,0f ,13.66f ,24.16f ,5.65f ,12.75f ,23.28f ,15.14f ,-3.7f ,12.77f ,10.26f ,-12.78f ,18.76f ,5.008f ,9.476f ,25.96f ,6.444f ,2.872f ,25.97f ,9.382f ,1.978f ,23.24f ,12.3f ,0.8072f ,18.53f ,9.871f ,1.835f ,22.39f ,9.351f ,-1.718f ,22.51f ,9.717f ,-2.207f ,21.66f ,8.342f ,-8.633f ,21.21f ,11.54f ,-4.435f ,18.7f ,9.802f ,-5.103f ,20.89f ,11.62f ,-5.278f ,19.98f ,12.87f ,-11.91f ,12.98f ,12.35f ,-10.52f ,15.83f ,13.35f ,-8.064f ,14.95f ,14.1f ,-0.8582f ,16.7f ,13.11f ,-9.742f ,16.72f ,13.82f ,-5.06f ,17.14f ,15.52f ,-3.763f ,10.48f ,10.32f ,-0.006923f ,20.53f ,17.83f ,-10.69f ,7.498f ,13.16f ,6.618f ,15.16f ,7.716f ,12.49f ,21.1f ,14.39f ,5.565f ,12.03f ,9.288f ,8.426f ,22.41f ,0f ,4.262f ,28.62f ,3.961f ,3.545f ,27.61f ,7.09f ,-2.106f ,25.09f ,0f ,17.84f ,15.38f ,6.297f ,17.09f ,15.38f ,6.297f ,18.12f ,8.31f ,6.297f ,15.07f ,19.12f ,12.03f ,13.36f ,8.31f ,11.64f ,11.99f ,14.62f ,1.971f ,-2.435f ,27.29f ,1.137f ,3.737f ,28.51f ,15.15f ,-4.372f ,7.498f ,-5.008f ,9.476f ,25.96f ,-5.65f ,12.75f ,23.28f ,0f ,9.83f ,27.23f ,-6.297f ,15.07f ,19.12f ,0f ,16.06f ,20.15f ,-15.14f ,-3.7f ,12.77f ,-14.39f ,5.565f ,12.03f ,-13.35f ,-8.064f ,14.95f ,-1.137f ,3.737f ,28.51f ,-3.961f ,3.545f ,27.61f ,-6.444f ,2.872f ,25.97f ,-7.09f ,-2.106f ,25.09f ,-9.382f ,1.978f ,23.24f ,-1.971f ,-2.435f ,27.29f ,-6.083f ,-2.338f ,25.93f ,-9.871f ,1.835f ,22.39f ,-9.351f ,-1.718f ,22.51f ,-9.717f ,-2.207f ,21.66f ,-10.32f ,-0.006923f ,20.53f ,-12.3f ,0.8072f ,18.53f ,-11.2f ,8.465f ,19.14f ,-9.288f ,8.426f ,22.41f ,-11.62f ,-5.278f ,19.98f ,-9.802f ,-5.103f ,20.89f ,-8.342f ,-8.633f ,21.21f ,-11.54f ,-4.435f ,18.7f ,-12.87f ,-11.91f ,12.98f ,-15.52f ,-3.763f ,10.48f ,-14.1f ,-0.8582f ,16.7f ,-13.82f ,-5.06f ,17.14f ,-10.26f ,-12.78f ,18.76f ,-13.11f ,-9.742f ,16.72f ,-12.35f ,-10.52f ,15.83f ,-17.83f ,-10.69f ,7.498f ,-16.68f ,-2.579f ,7.954f ,-12.03f ,13.36f ,8.31f ,-13.16f ,6.618f ,15.16f ,-11.64f ,11.99f ,14.62f ,-7.716f ,12.49f ,21.1f ,-6.297f ,17.09f ,15.38f ,-6.297f ,18.12f ,8.31f ,0f ,18.87f ,8.31f ,-15.15f ,-4.372f ,7.498f });
  }
}
private class MFInt32149 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,5,1,-1,1,2,0,-1,4,3,1,-1,1,5,4,-1});
  }
}
private class MFInt32150 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2,-1,2,3,0,-1,6,5,4,-1,4,7,6,-1});
  }
}
private class MFVec2f151 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2511f ,0.6816f ,0.2441f ,0.6816f ,0.2441f ,0.6653f ,0.2548f ,0.6653f ,0.2441f ,0.6653f ,0.2548f ,0.6653f ,0.2511f ,0.6816f ,0.2441f ,0.6816f });
  }
}
private class MFVec3f152 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.3704f ,0.4343f ,0.1553f ,0f ,-0.4343f ,-0.1589f ,0.5699f ,-0.4343f ,-0.1589f ,-0.5699f ,-0.4343f ,-0.1589f ,-0.3704f ,0.4343f ,0.1553f ,0f ,0.4343f ,0.1589f });
  }
}
private class MFInt32153 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,2,3});
  }
}
private class MFVec3f154 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0f ,0.1071f ,0.5281f ,-0.0737f ,0.1634f ,0.5281f ,0.0737f ,0.1634f ,0.5281f });
  }
}
private class MFInt32155 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {6,3,1,-1,1,7,6,-1,0,2,26,-1,26,10,0,-1,10,8,0,-1,11,23,5,-1,7,24,12,-1,8,2,0,-1,8,23,2,-1,4,14,19,-1,19,9,4,-1,3,13,14,-1,14,4,3,-1,11,21,22,-1,22,12,25,-1,11,22,25,-1,5,15,21,-1,21,11,5,-1,6,16,13,-1,13,3,6,-1,12,22,17,-1,17,7,12,-1,8,18,15,-1,15,5,8,-1,7,17,16,-1,16,6,7,-1,10,26,19,-1,19,20,10,-1,10,20,18,-1,18,8,10,-1,23,8,5,-1,24,7,1,-1,24,25,12,-1,19,26,9,-1,26,2,9,-1});
  }
}
private class MFInt32156 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {7,27,0,-1,0,8,7,-1,2,1,29,-1,29,11,2,-1,11,9,2,-1,12,25,5,-1,8,26,13,-1,9,1,2,-1,9,25,1,-1,4,15,14,-1,14,10,4,-1,3,16,15,-1,15,4,3,-1,12,18,17,-1,17,13,28,-1,12,17,28,-1,5,19,18,-1,18,12,5,-1,6,20,16,-1,16,3,6,-1,13,17,21,-1,21,8,13,-1,9,22,19,-1,19,5,9,-1,8,21,23,-1,23,7,8,-1,11,29,14,-1,14,24,11,-1,11,24,22,-1,22,9,11,-1,25,9,5,-1,26,8,0,-1,26,28,13,-1,14,29,10,-1,29,1,10,-1});
  }
}
private class MFVec2f157 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.328f ,0.824f ,0.3871f ,0.8321f ,0.4052f ,0.8221f ,0.3258f ,0.833f ,0.3487f ,0.8409f ,0.3916f ,0.7984f ,0.2983f ,0.8142f ,0.2981f ,0.8094f ,0.309f ,0.8013f ,0.4011f ,0.8053f ,0.385f ,0.8438f ,0.4198f ,0.8261f ,0.3777f ,0.7936f ,0.3315f ,0.7948f ,0.3885f ,0.8436f ,0.3487f ,0.8409f ,0.3206f ,0.8292f ,0.3315f ,0.7948f ,0.372f ,0.7925f ,0.3869f ,0.7967f ,0.2983f ,0.8142f ,0.309f ,0.8013f ,0.3966f ,0.8018f ,0.2981f ,0.8094f ,0.4198f ,0.8261f ,0.3889f ,0.8064f ,0.3322f ,0.8026f ,0.3307f ,0.8316f ,0.3442f ,0.7934f ,0.3915f ,0.8393f });
  }
}
private class MFVec3f158 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-2.76f ,0.0973f ,-0.8547f ,1.347f ,0.2034f ,2.463f ,-1.784f ,0.6812f ,0.4382f ,1.252f ,0.6995f ,2.521f ,0.2686f ,1.16f ,2.287f ,-2.036f ,-1.163f ,-0.4716f ,2.858f ,-0.5459f ,2.699f ,2.35f ,-1.007f ,2.159f ,-2.632f ,-0.8129f ,-0.7113f ,-1.577f ,1.203f ,0.9703f ,-3.566f ,0.2646f ,-1.27f ,-1.305f ,-1.43f ,0.2687f ,1.132f ,-1.383f ,1.574f ,2.475f ,0.7643f ,1.73f ,0.4787f ,1.699f ,1.381f ,-1.844f ,-1.377f ,-0.8846f ,4.008f ,-0.6268f ,1.793f ,3.316f ,-1.256f ,1.253f ,-2.512f ,-0.9908f ,-1.342f ,-2.026f ,1.768f ,-0.3396f ,-4.008f ,0.4783f ,-2.699f ,-1.039f ,-1.688f ,-0.4347f ,1.656f ,-1.768f ,0.6681f ,-1.878f ,-0.7347f ,-0.1728f ,1.108f ,-0.9679f ,1.714f ,0.4715f ,-1.396f ,1.218f ,-1.925f ,1.039f ,0.5784f });
  }
}
private class MFInt32159 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,19,17,-1,20,19,1,-1,14,13,19,-1,19,13,17,-1,13,14,2,-1,3,2,14,-1,34,32,4,-1,4,18,34,-1,31,10,4,-1,4,32,31,-1,15,3,14,-1,17,13,12,-1,12,13,4,-1,4,10,12,-1,2,3,5,-1,13,2,4,-1,24,11,25,-1,25,26,24,-1,24,29,7,-1,7,11,24,-1,6,17,12,-1,12,8,6,-1,10,31,30,-1,30,9,10,-1,12,10,9,-1,9,8,12,-1,18,5,34,-1,2,5,18,-1,4,2,18,-1,19,21,14,-1,14,21,16,-1,16,22,14,-1,0,21,19,-1,14,22,15,-1,6,27,28,-1,28,17,6,-1,28,1,17,-1,29,24,23,-1,7,30,31,-1,31,11,7,-1,33,25,11,-1,32,33,11,-1,31,32,11,-1,32,34,33,-1});
  }
}
private class MFInt32160 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2,-1,3,1,0,-1,4,5,1,-1,1,5,2,-1,5,4,6,-1,7,6,4,-1,39,37,13,-1,13,24,39,-1,36,15,13,-1,13,37,36,-1,8,7,4,-1,18,16,17,-1,17,16,13,-1,13,15,17,-1,19,12,11,-1,16,19,13,-1,28,14,29,-1,29,30,28,-1,28,34,20,-1,20,14,28,-1,21,18,17,-1,17,22,21,-1,15,36,35,-1,35,23,15,-1,17,15,23,-1,23,22,17,-1,24,11,39,-1,19,11,24,-1,13,19,24,-1,1,9,4,-1,4,9,10,-1,10,25,4,-1,26,9,1,-1,4,25,8,-1,21,31,33,-1,33,18,21,-1,32,0,2,-1,34,28,27,-1,20,35,36,-1,36,14,20,-1,38,29,14,-1,37,38,14,-1,36,37,14,-1,37,39,38,-1});
  }
}
private class MFVec2f161 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.44f ,0.6625f ,0.4392f ,0.6356f ,0.4517f ,0.649f ,0.4352f ,0.6651f ,0.4454f ,0.6184f ,0.4606f ,0.6289f ,0.464f ,0.6174f ,0.467f ,0.6086f ,0.4571f ,0.6062f ,0.4273f ,0.6228f ,0.4255f ,0.614f ,0.3041f ,0.631f ,0.3118f ,0.6205f ,0.3484f ,0.6888f ,0.2881f ,0.7397f ,0.3623f ,0.7239f ,0.4088f ,0.6855f ,0.4123f ,0.7323f ,0.4518f ,0.7703f ,0.364f ,0.6372f ,0.301f ,0.7815f ,0.4279f ,0.7939f ,0.3993f ,0.7753f ,0.3692f ,0.7714f ,0.3226f ,0.6487f ,0.4413f ,0.6101f ,0.4239f ,0.6387f ,0.2671f ,0.7978f ,0.268f ,0.7555f ,0.2727f ,0.7092f ,0.2641f ,0.7133f ,0.4335f ,0.819f ,0.4547f ,0.661f ,0.4572f ,0.8171f ,0.2845f ,0.7889f ,0.3287f ,0.7742f ,0.3232f ,0.7322f ,0.3144f ,0.6917f ,0.2788f ,0.6949f ,0.3007f ,0.651f });
  }
}
private class MFVec3f162 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-5.868f ,0.6861f ,-6.977f ,-5.046f ,6.009f ,-3.719f ,0.5602f ,-4.076f ,1.16f ,3.27f ,-6.054f ,1.778f ,1.388f ,-1.337f ,4.299f ,3.582f ,-4.636f ,3.814f ,-2.834f ,4.241f ,1.178f ,3.857f ,3.618f ,5.665f ,-1.296f ,3.319f ,2.709f ,0.2365f ,3.054f ,3.875f ,0.6487f ,0.5238f ,4.348f ,4.592f ,1.365f ,6.024f ,-2.001f ,0.9701f ,1.578f ,-1.819f ,-1.515f ,0.4861f ,-0.1831f ,-3.863f ,-2.615f ,3.274f ,-6.596f ,-0.2282f ,1.597f ,-4.834f ,-6.657f ,-4.101f ,2.99f ,-1.336f ,2.758f ,-3.467f ,4.304f ,-3.42f ,-0.01058f ,-3.863f ,-5.261f ,6.596f ,-4.686f ,-1.153f ,-2.865f ,-6.293f ,2.435f ,-5.715f ,-3.442f ,5.749f ,4.473f ,6.621f ,5.809f ,2.217f ,6.673f ,5.409f ,-0.2562f ,6.321f ,5.868f ,-0.0462f ,6.977f ,-3.128f ,5.574f ,1.136f ,-4.273f ,5.681f ,-0.7129f ,4.763f ,4.022f ,6.147f ,2.394f ,3.215f ,4.911f ,2.727f ,0.9674f ,5.231f ,3.19f ,-1.179f ,5.185f ,5.082f ,-1.013f ,6.115f ,3.921f ,-3.342f ,4.788f });
  }
}
private class MFInt32163 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {5,16,18,32,33,34});
  }
}
private class MFVec3f164 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0f ,0f ,0.234f ,0f ,0f ,0.152f ,0f ,0f ,0.084f ,0f ,0f ,0.414f ,0f ,0f ,0.109f ,0.835f ,0f ,1.064f });
  }
}
private class MFInt32165 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {3,4,1,-1,1,0,3,-1,5,2,1,-1,1,4,5,-1});
  }
}
private class MFInt32166 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {3,4,1,-1,1,0,3,-1,5,2,1,-1,1,4,5,-1});
  }
}
private class MFVec2f167 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2534f ,0.8152f ,0.2534f ,0.767f ,0.2528f ,0.7186f ,0.2671f ,0.7978f ,0.268f ,0.7555f ,0.2641f ,0.7133f });
  }
}
private class MFVec3f168 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.2793f ,2.722f ,-0.1346f ,0.471f ,0.1584f ,-0.08532f ,0.25f ,-2.447f ,0.6076f ,-0.471f ,1.797f ,-0.6076f ,-0.4116f ,-0.459f ,-0.556f ,-0.352f ,-2.722f ,-0.252f });
  }
}
private class MFInt32169 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {6,0,2,-1,5,2,1,-1,1,4,5,-1,2,0,1,-1,0,6,7,-1,7,3,0,-1,4,1,0,-1,0,3,4,-1});
  }
}
private class MFInt32170 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2,-1,5,2,3,-1,3,4,5,-1,2,1,3,-1,1,0,6,-1,6,7,1,-1,4,3,1,-1,1,7,4,-1});
  }
}
private class MFVec2f171 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.4392f ,0.6356f ,0.4239f ,0.6408f ,0.4239f ,0.6387f ,0.412f ,0.6504f ,0.4123f ,0.664f ,0.4239f ,0.6648f ,0.4352f ,0.6651f ,0.4267f ,0.6717f });
  }
}
private class MFVec3f172 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-1.104f ,-2.879f ,-0.3646f ,-1.92f ,-0.7197f ,-2.765f ,-0.3083f ,-3.342f ,-0.3477f ,-1.674f ,4.039f ,0.222f ,-2.14f ,2.313f ,-2.716f ,-0.349f ,2.504f ,-0.3477f ,2.14f ,-4.039f ,2.765f ,0.2989f ,2.568f ,1.943f });
  }
}
private class MFInt32173 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {5,8,7,-1,7,1,5,-1,6,4,0,-1,7,6,0,-1,0,1,7,-1,2,3,0,-1,0,4,2,-1,3,1,0,-1});
  }
}
private class MFInt32174 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {5,8,7,-1,7,1,5,-1,6,4,0,-1,7,6,0,-1,0,1,7,-1,2,3,0,-1,0,4,2,-1,3,1,0,-1});
  }
}
private class MFVec2f175 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.3395f ,0.8606f ,0.3992f ,0.8783f ,0.2728f ,0.8741f ,0.3391f ,0.876f ,0.274f ,0.8322f ,0.4299f ,0.8825f ,0.3402f ,0.8534f ,0.3979f ,0.8641f ,0.4266f ,0.8643f });
  }
}
private class MFVec3f176 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.6206f ,0.2925f ,1.523f ,-2.547f ,1.129f ,-0.8682f ,4.175f ,0.9255f ,2.806f ,0.6464f ,1.103f ,1.5f ,4.104f ,-1.337f ,2.665f ,-4.175f ,1.337f ,-2.599f ,0.6118f ,-0.2218f ,1.466f ,-2.366f ,0.3082f ,-0.9723f ,-4.011f ,0.3542f ,-2.806f });
  }
}
private class MFInt32177 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,4,13,-1,13,9,1,-1,3,9,2,-1,3,15,0,-1,15,14,0,-1,0,14,16,-1,1,0,16,-1,16,20,1,-1,3,6,17,-1,17,15,3,-1,2,5,6,-1,6,3,2,-1,6,8,18,-1,18,17,6,-1,5,7,8,-1,8,6,5,-1,9,13,10,-1,10,2,9,-1,1,9,3,-1,3,0,1,-1,1,20,19,-1,19,4,1,-1,2,10,11,-1,11,5,2,-1,5,11,12,-1,12,7,5,-1});
  }
}
private class MFInt32178 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,4,13,-1,13,9,1,-1,3,9,0,-1,3,15,2,-1,15,14,2,-1,2,14,16,-1,1,2,16,-1,16,20,1,-1,3,6,17,-1,17,15,3,-1,0,5,6,-1,6,3,0,-1,6,8,18,-1,18,17,6,-1,5,7,8,-1,8,6,5,-1,9,13,10,-1,10,0,9,-1,1,9,3,-1,3,2,1,-1,1,20,19,-1,19,4,1,-1,0,10,11,-1,11,5,0,-1,5,11,12,-1,12,7,5,-1});
  }
}
private class MFVec2f179 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.3563f ,0.9819f ,0.3371f ,0.9436f ,0.414f ,0.9365f ,0.428f ,0.9618f ,0.2706f ,0.9459f ,0.3807f ,0.9869f ,0.434f ,0.9653f ,0.3786f ,0.9951f ,0.4425f ,0.9551f ,0.3372f ,0.9707f ,0.3002f ,0.9788f ,0.3015f ,0.9807f ,0.3016f ,0.9833f ,0.2804f ,0.9652f ,0.4299f ,0.8825f ,0.4655f ,0.9081f ,0.3992f ,0.8783f ,0.4676f ,0.8967f ,0.465f ,0.9097f ,0.2728f ,0.8741f ,0.3391f ,0.876f });
  }
}
private class MFVec3f180 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-2.366f ,-3.832f ,2.607f ,1.721f ,-3.37f ,5.298f ,0.9278f ,3.698f ,2.337f ,-2.798f ,0.5048f ,1.078f ,5.256f ,-3.235f ,6.945f ,-0.1169f ,5.415f ,-1.676f ,-3.513f ,2.123f ,-2.845f ,-0.04584f ,5.238f ,-6.945f ,-3.382f ,0.4603f ,-6.945f ,1.306f ,1.607f ,4.614f ,4.278f ,5.326f ,2.844f ,4.148f ,6.951f ,-0.7431f ,4.148f ,7.108f ,-6.945f ,4.686f ,2.054f ,6.111f ,-3.214f ,-6.697f ,1.298f ,-4.876f ,-4.833f ,-1.108f ,-1.586f ,-6.904f ,3.028f ,-5.256f ,-4.053f ,-3.68f ,-4.869f ,-4.024f ,-6.945f ,5.136f ,-7.108f ,6.703f ,1.607f ,-6.931f ,5.397f });
  }
}
private class MFInt32181 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {8,9,10,-1,10,3,8,-1,3,0,7,-1,7,8,3,-1,13,1,6,-1,6,14,13,-1,0,2,5,-1,5,7,0,-1,11,12,5,-1,5,2,11,-1,4,9,6,-1,6,1,4,-1,10,9,4,-1});
  }
}
private class MFInt32182 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {8,9,10,-1,10,0,8,-1,0,2,7,-1,7,8,0,-1,13,3,6,-1,6,14,13,-1,2,4,5,-1,5,7,2,-1,11,12,5,-1,5,4,11,-1,1,9,6,-1,6,3,1,-1,10,9,1,-1});
  }
}
private class MFVec2f183 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.3777f ,0.7936f ,0.3315f ,0.7948f ,0.3916f ,0.7984f ,0.309f ,0.8013f ,0.4011f ,0.8053f ,0.4279f ,0.7939f ,0.301f ,0.7815f ,0.3993f ,0.7753f ,0.3692f ,0.7714f ,0.3287f ,0.7742f ,0.344f ,0.7945f ,0.4198f ,0.8261f ,0.4335f ,0.819f ,0.2981f ,0.8094f ,0.2845f ,0.7889f });
  }
}
private class MFVec3f184 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-1.719f ,-0.0007954f ,-0.6346f ,2.666f ,0.1549f ,1.996f ,-2.315f ,0.3494f ,-0.8744f ,-0.989f ,-0.2676f ,0.1056f ,1.449f ,-0.2205f ,1.411f ,-3.651f ,-0.24f ,-2.494f ,3.04f ,-0.8628f ,1.994f ,-2.113f ,-1.162f ,-0.9625f ,-0.5806f ,-1.427f ,0.2034f ,1.577f ,-1.266f ,1.24f ,0.7878f ,-0.2335f ,1.055f ,-3.25f ,1.427f ,-1.433f ,-3.946f ,1.094f ,-2.536f ,3.174f ,0.6164f ,2.536f ,3.946f ,-0.4586f ,2.476f });
  }
}
private class MFInt32185 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {2,0,1,-1});
  }
}
private class MFInt32186 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {2,0,1,-1});
  }
}
private class MFVec2f187 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2548f ,0.6554f ,0.3007f ,0.651f ,0.2652f ,0.6384f });
  }
}
private class MFVec3f188 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {1.218f ,0.4506f ,0.603f ,-1.218f ,0.219f ,-0.603f ,1.154f ,-0.4506f ,0.3592f });
  }
}
private class MFInt32189 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2});
  }
}
private class MFVec3f190 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-0.2642f ,-0.7179f ,0.823f ,0.8355f ,0f ,1.0637f ,0.101f ,-0.5994f ,0.7018f });
  }
}
private class MFInt32191 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,4,3,-1,3,5,0,-1,5,2,1,-1,1,0,5,-1});
  }
}
private class MFInt32192 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,4,3,-1,3,5,0,-1,5,2,1,-1,1,0,5,-1});
  }
}
private class MFVec2f193 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2661f ,0.696f ,0.2636f ,0.664f ,0.3007f ,0.651f ,0.2727f ,0.7092f ,0.2641f ,0.7133f ,0.2788f ,0.6949f });
  }
}
private class MFVec3f194 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.8548f ,0.741f ,0.5666f ,0.9852f ,-0.962f ,1.035f ,-0.9852f ,-1.648f ,-1.094f ,0.5035f ,1.438f ,0.4388f ,0.9626f ,1.648f ,1.094f ,0.1761f ,0.6814f ,0.2329f });
  }
}
private class MFInt32195 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,2,5});
  }
}
private class MFVec3f196 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.1338f ,0.1022f ,0.551f ,0.8357f ,0f ,1.0634f ,0f ,0f ,0.1091f });
  }
}
private class MFInt32197 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,3,2,-1,1,0,2,-1,4,2,3,-1});
  }
}
private class MFInt32198 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,3,2,-1,1,0,2,-1,4,2,3,-1});
  }
}
private class MFVec2f199 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2538f ,0.7051f ,0.2511f ,0.6816f ,0.2661f ,0.696f ,0.2528f ,0.7186f ,0.2641f ,0.7133f });
  }
}
private class MFVec3f200 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.2923f ,0.2585f ,0.9483f ,0.398f ,-0.9732f ,0.1131f ,-0.398f ,-0.209f ,-0.9483f ,0.3119f ,0.9732f ,0.439f ,-0.2902f ,0.6978f ,-0.4206f });
  }
}
private class MFInt32201 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {4,6,7,-1,7,0,4,-1,7,8,3,-1,3,0,7,-1,12,2,1,-1,1,9,12,-1,10,9,1,-1,5,10,1,-1,1,3,5,-1,0,2,11,-1,11,4,0,-1,2,12,11,-1,3,8,5,-1,0,3,1,-1,1,2,0,-1});
  }
}
private class MFInt32202 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {4,6,7,-1,7,0,4,-1,7,8,3,-1,3,0,7,-1,12,2,1,-1,1,9,12,-1,10,9,1,-1,5,10,1,-1,1,3,5,-1,0,2,11,-1,11,4,0,-1,2,12,11,-1,3,8,5,-1,0,3,1,-1,1,2,0,-1});
  }
}
private class MFVec2f203 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.3496f ,0.8297f ,0.3746f ,0.8042f ,0.3491f ,0.8029f ,0.3744f ,0.8314f ,0.328f ,0.824f ,0.3871f ,0.8321f ,0.3258f ,0.833f ,0.3487f ,0.8409f ,0.385f ,0.8438f ,0.3777f ,0.7936f ,0.3889f ,0.8064f ,0.3322f ,0.8026f ,0.3442f ,0.7934f });
  }
}
private class MFVec3f204 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.4761f ,0.63f ,0.6933f ,-0.8417f ,-0.7176f ,-0.6485f ,0.4665f ,-0.8077f ,0.1079f ,-0.8447f ,0.7457f ,-0.2465f ,1.612f ,0.3169f ,1.289f ,-1.518f ,0.7946f ,-0.736f ,1.517f ,0.8129f ,1.347f ,0.5339f ,1.273f ,1.112f ,-1.311f ,1.316f ,-0.204f ,-1.04f ,-1.316f ,-0.9056f ,-1.612f ,-0.6212f ,-1.347f ,1.373f ,-0.8544f ,0.5399f ,0.7368f ,-1.282f ,0.04415f });
  }
}
private class MFInt32205 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {9,12,5,-1,5,7,9,-1,0,5,12,-1,12,11,0,-1,0,8,1,-1,1,2,0,-1,2,5,0,-1,10,9,7,-1,7,6,10,-1,7,5,2,-1,2,3,7,-1,4,6,7,-1,7,3,4,-1});
  }
}
private class MFInt32206 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,4,5,-1,5,6,0,-1,1,7,15,-1,15,13,1,-1,1,10,2,-1,2,3,1,-1,3,7,1,-1,8,0,6,-1,6,9,8,-1,6,5,11,-1,11,12,6,-1,14,9,6,-1,6,12,14,-1});
  }
}
private class MFVec2f207 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.44f ,0.6625f ,0.4455f ,0.863f ,0.4299f ,0.8825f ,0.4655f ,0.9081f ,0.4547f ,0.661f ,0.4573f ,0.671f ,0.4428f ,0.6714f ,0.462f ,0.8557f ,0.4352f ,0.6651f ,0.4342f ,0.6719f ,0.4266f ,0.8643f ,0.4606f ,0.684f ,0.4479f ,0.6875f ,0.4335f ,0.819f ,0.4319f ,0.6876f ,0.4572f ,0.8171f });
  }
}
private class MFVec3f208 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.312f ,-0.6258f ,2.224f ,1.079f ,0.3506f ,4.121f ,-0.5824f ,2.214f ,1.716f ,-0.9631f ,2.994f ,-0.8569f ,-0.5756f ,3.023f ,-4.121f ,-0.3971f ,-0.687f ,1.044f ,-1.042f ,-0.4888f ,-3.649f ,-1.005f ,-0.6065f ,-1.903f ,1.243f ,-0.6321f ,3.914f ,-1.028f ,-2.588f ,-2.479f ,-1.243f ,-2.002f ,-3.446f ,0.8897f ,-3.023f ,2.376f ,-0.2546f ,-2.916f ,0.5272f });
  }
}
private class MFInt32209 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {2,0,1,-1,1,3,2,-1});
  }
}
private class MFInt32210 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {2,0,1,-1,1,3,2,-1});
  }
}
private class MFVec2f211 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.2661f ,0.696f ,0.2636f ,0.664f ,0.2511f ,0.6816f ,0.2548f ,0.6653f });
  }
}
private class MFVec3f212 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-0.398f ,0.8515f ,-0.5307f ,-0.2676f ,-0.8515f ,-0.06256f ,0.398f ,0.08738f ,0.5307f ,0.1985f ,-0.7812f ,0.2164f });
  }
}
private class MFInt32213 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,3});
  }
}
private class MFVec3f214 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.1339f ,0.1022f ,0.5512f ,0.0736f ,0.1634f ,0.5282f });
  }
}
private class MFInt32215 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {1,0,2,-1,6,4,3,-1,3,2,6,-1,3,1,2,-1,1,13,0,-1,13,7,0,-1,8,12,5,-1,5,10,8,-1,4,6,10,-1,10,5,4,-1,0,7,9,-1,7,11,9,-1,13,14,11,-1,11,7,13,-1});
  }
}
private class MFInt32216 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {2,0,1,-1,4,3,5,-1,5,1,4,-1,5,2,1,-1,2,6,0,-1,6,9,0,-1,11,15,8,-1,8,13,11,-1,3,4,13,-1,13,8,3,-1,0,9,12,-1,10,14,12,-1,7,16,14,-1,14,10,7,-1});
  }
}
private class MFVec2f217 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.274f ,0.8322f ,0.3402f ,0.8534f ,0.3285f ,0.8323f ,0.3831f ,0.8437f ,0.3979f ,0.8641f ,0.3487f ,0.8409f ,0.2983f ,0.8142f ,0.2981f ,0.8094f ,0.4198f ,0.8261f ,0.2678f ,0.8154f ,0.2677f ,0.8134f ,0.4455f ,0.863f ,0.2534f ,0.8152f ,0.4266f ,0.8643f ,0.2671f ,0.7978f ,0.4335f ,0.819f ,0.2845f ,0.7889f });
  }
}
private class MFVec3f218 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {3.944f ,0.2777f ,3.581f ,0.9888f ,0.3455f ,1.465f ,0.4509f ,1.393f ,2.381f ,0.005327f ,0.806f ,1.231f ,-1.84f ,0.849f ,-0.08585f ,-3.829f ,-0.08937f ,-2.326f ,-2.527f ,1.923f ,-0.05675f ,4.303f ,-0.6947f ,2.247f ,-5.103f ,1.975f ,-3.581f ,5.103f ,-0.5987f ,2.53f ,-4.172f ,1.969f ,-1.891f ,4.353f ,-1.523f ,2.057f ,-4.525f ,-0.4223f ,-3.429f ,2.594f ,-0.8999f ,1.643f ,3.366f ,-1.975f ,1.583f });
  }
}
private class MFInt32219 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {3,2,1,-1,1,0,3,-1});
  }
}
private class MFInt32220 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {3,2,1,-1,1,0,3,-1});
  }
}
private class MFVec2f221 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.3007f ,0.651f ,0.2636f ,0.664f ,0.2548f ,0.6653f ,0.2548f ,0.6553f });
  }
}
private class MFVec3f222 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-1.218f ,-0.3781f ,-1.204f ,0.7521f ,0.3078f ,0.925f ,1.218f ,0.3781f ,1.204f ,1.218f ,-0.1506f ,0.4455f });
  }
}
private class MFInt32223 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2,3});
  }
}
private class MFVec3f224 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0.8355f ,0f ,1.0637f ,0.134f ,0.1022f ,0.551f ,0.074f ,0.1634f ,0.528f ,0f ,0.1237f ,0.8775f });
  }
}
private class MFInt32225 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,59,32,-1,32,62,0,-1,8,75,32,-1,32,59,8,-1,20,95,32,-1,32,75,20,-1,17,62,32,-1,32,95,17,-1,4,89,33,-1,33,74,4,-1,18,96,33,-1,33,89,18,-1,29,92,33,-1,33,96,29,-1,11,74,33,-1,33,92,11,-1,12,79,34,-1,34,82,12,-1,22,97,34,-1,34,79,22,-1,31,94,34,-1,34,97,31,-1,15,82,34,-1,34,94,15,-1,1,72,35,-1,35,67,1,-1,9,77,35,-1,35,72,9,-1,10,64,35,-1,35,77,10,-1,5,67,35,-1,35,64,5,-1,2,71,36,-1,36,70,2,-1,8,78,36,-1,36,71,8,-1,11,66,36,-1,36,78,11,-1,6,70,36,-1,36,66,6,-1,8,71,37,-1,37,75,8,-1,2,60,37,-1,37,71,2,-1,24,98,37,-1,37,60,24,-1,20,75,37,-1,37,98,20,-1,10,73,38,-1,38,76,10,-1,7,65,38,-1,38,73,7,-1,27,99,38,-1,38,65,27,-1,21,76,38,-1,38,99,21,-1,9,61,39,-1,39,77,9,-1,3,69,39,-1,39,61,3,-1,7,73,39,-1,39,69,7,-1,10,77,39,-1,39,73,10,-1,8,59,40,-1,40,78,8,-1,0,68,40,-1,40,59,0,-1,4,74,40,-1,40,68,4,-1,11,78,40,-1,40,74,11,-1,0,62,41,-1,41,83,0,-1,17,100,41,-1,41,62,17,-1,22,79,41,-1,41,100,22,-1,12,83,41,-1,41,79,12,-1,1,67,42,-1,42,84,1,-1,5,85,42,-1,42,67,5,-1,14,80,42,-1,42,85,14,-1,13,84,42,-1,42,80,13,-1,5,63,43,-1,43,85,5,-1,26,101,43,-1,43,63,26,-1,23,81,43,-1,43,101,23,-1,14,85,43,-1,43,81,14,-1,4,68,44,-1,44,86,4,-1,0,83,44,-1,44,68,0,-1,12,82,44,-1,44,83,12,-1,15,86,44,-1,44,82,15,-1,28,91,45,-1,45,110,28,-1,9,72,45,-1,45,91,9,-1,1,88,45,-1,45,72,1,-1,25,110,45,-1,45,88,25,-1,26,63,46,-1,46,111,26,-1,5,64,46,-1,46,63,5,-1,10,76,46,-1,46,64,10,-1,21,111,46,-1,46,76,21,-1,30,93,47,-1,47,112,30,-1,13,80,47,-1,47,93,13,-1,14,81,47,-1,47,80,14,-1,23,112,47,-1,47,81,23,-1,16,87,48,-1,48,113,16,-1,3,61,48,-1,48,87,3,-1,9,91,48,-1,48,61,9,-1,28,113,48,-1,48,91,28,-1,19,90,49,-1,49,114,19,-1,6,66,49,-1,49,90,6,-1,11,92,49,-1,49,66,11,-1,29,114,49,-1,49,92,29,-1,25,88,50,-1,50,115,25,-1,1,84,50,-1,50,88,1,-1,13,93,50,-1,50,84,13,-1,30,115,50,-1,50,93,30,-1,18,89,51,-1,51,116,18,-1,4,86,51,-1,51,89,4,-1,15,94,51,-1,51,86,15,-1,31,116,51,-1,51,94,31,-1,20,106,52,-1,52,95,20,-1,28,110,52,-1,52,106,28,-1,25,103,52,-1,52,110,25,-1,17,95,52,-1,52,103,17,-1,18,104,53,-1,53,96,18,-1,26,111,53,-1,53,104,26,-1,21,107,53,-1,53,111,21,-1,29,96,53,-1,53,107,29,-1,22,108,54,-1,54,97,22,-1,30,112,54,-1,54,108,30,-1,23,109,54,-1,54,112,23,-1,31,97,54,-1,54,109,31,-1,24,102,55,-1,55,98,24,-1,16,113,55,-1,55,102,16,-1,28,106,55,-1,55,113,28,-1,20,98,55,-1,55,106,20,-1,27,105,56,-1,56,99,27,-1,19,114,56,-1,56,105,19,-1,29,107,56,-1,56,114,29,-1,21,99,56,-1,56,107,21,-1,17,103,57,-1,57,100,17,-1,25,115,57,-1,57,103,25,-1,30,108,57,-1,57,115,30,-1,22,100,57,-1,57,108,22,-1,26,104,58,-1,58,101,26,-1});
  }
}
private class MFInt32226 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {18,116,58,-1,58,104,18,-1,31,109,58,-1,58,116,31,-1,23,101,58,-1,58,109,23,-1});
  }
}
private class MFInt32227 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,1,2,-1,2,3,0,-1,4,5,2,-1,2,1,4,-1,6,7,2,-1,2,5,6,-1,8,3,2,-1,2,7,8,-1,9,10,11,-1,11,12,9,-1,13,14,11,-1,11,10,13,-1,15,16,11,-1,11,14,15,-1,17,12,11,-1,11,16,17,-1,18,19,20,-1,20,21,18,-1,22,23,20,-1,20,19,22,-1,24,25,20,-1,20,23,24,-1,26,21,20,-1,20,25,26,-1,27,28,29,-1,29,30,27,-1,31,32,29,-1,29,28,31,-1,33,34,29,-1,29,32,33,-1,35,30,29,-1,29,34,35,-1,36,37,38,-1,38,39,36,-1,4,40,38,-1,38,37,4,-1,17,41,38,-1,38,40,17,-1,42,39,38,-1,38,41,42,-1,4,37,43,-1,43,5,4,-1,36,44,43,-1,43,37,36,-1,45,46,43,-1,43,44,45,-1,6,5,43,-1,43,46,6,-1,33,47,48,-1,48,49,33,-1,50,51,48,-1,48,47,50,-1,52,53,48,-1,48,51,52,-1,54,49,48,-1,48,53,54,-1,31,55,56,-1,56,32,31,-1,57,58,56,-1,56,55,57,-1,50,47,56,-1,56,58,50,-1,33,32,56,-1,56,47,33,-1,4,1,59,-1,59,40,4,-1,0,60,59,-1,59,1,0,-1,9,12,59,-1,59,60,9,-1,17,40,59,-1,59,12,17,-1,0,3,61,-1,61,62,0,-1,8,63,61,-1,61,3,8,-1,22,19,61,-1,61,63,22,-1,18,62,61,-1,61,19,18,-1,27,30,64,-1,64,65,27,-1,35,66,64,-1,64,30,35,-1,67,68,64,-1,64,66,67,-1,69,65,64,-1,64,68,69,-1,35,70,71,-1,71,66,35,-1,72,73,71,-1,71,70,72,-1,74,75,71,-1,71,73,74,-1,67,66,71,-1,71,75,67,-1,9,60,76,-1,76,77,9,-1,0,62,76,-1,76,60,0,-1,18,21,76,-1,76,62,18,-1,26,77,76,-1,76,21,26,-1,78,79,80,-1,80,81,78,-1,31,28,80,-1,80,79,31,-1,27,82,80,-1,80,28,27,-1,83,81,80,-1,80,82,83,-1,72,70,84,-1,84,85,72,-1,35,34,84,-1,84,70,35,-1,33,49,84,-1,84,34,33,-1,54,85,84,-1,84,49,54,-1,86,87,88,-1,88,89,86,-1,69,68,88,-1,88,87,69,-1,67,75,88,-1,88,68,67,-1,74,89,88,-1,88,75,74,-1,90,91,92,-1,92,93,90,-1,57,55,92,-1,92,91,57,-1,31,79,92,-1,92,55,31,-1,78,93,92,-1,92,79,78,-1,94,95,96,-1,96,97,94,-1,42,41,96,-1,96,95,42,-1,17,16,96,-1,96,41,17,-1,15,97,96,-1,96,16,15,-1,83,82,98,-1,98,99,83,-1,27,65,98,-1,98,82,27,-1,69,87,98,-1,98,65,69,-1,86,99,98,-1,98,87,86,-1,13,10,100,-1,100,101,13,-1,9,77,100,-1,100,10,9,-1,26,25,100,-1,100,77,26,-1,24,101,100,-1,100,25,24,-1,6,102,103,-1,103,7,6,-1,78,81,103,-1,103,102,78,-1,83,104,103,-1,103,81,83,-1,8,7,103,-1,103,104,8,-1,13,105,106,-1,106,14,13,-1,72,85,106,-1,106,105,72,-1,54,107,106,-1,106,85,54,-1,15,14,106,-1,106,107,15,-1,22,108,109,-1,109,23,22,-1,86,89,109,-1,109,108,86,-1,74,110,109,-1,109,89,74,-1,24,23,109,-1,109,110,24,-1,45,111,112,-1,112,46,45,-1,90,93,112,-1,112,111,90,-1,78,102,112,-1,112,93,78,-1,6,46,112,-1,112,102,6,-1,52,113,114,-1,114,53,52,-1,94,97,114,-1,114,113,94,-1,15,107,114,-1,114,97,15,-1,54,53,114,-1,114,107,54,-1,8,104,115,-1,115,63,8,-1,83,99,115,-1,115,104,83,-1,86,108,115,-1,115,99,86,-1,22,63,115,-1,115,108,22,-1,72,105,116,-1,116,73,72,-1});
  }
}
private class MFInt32228 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {13,101,116,-1,116,105,13,-1,24,110,116,-1,116,101,24,-1,74,73,116,-1,116,110,74,-1});
  }
}
private class MFVec2f229 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.6665f ,0.04796f ,0.6621f ,0.05829f ,0.6755f ,0.05429f ,0.678f ,0.04407f ,0.6594f ,0.0736f ,0.6739f ,0.06941f ,0.6934f ,0.06941f ,0.6938f ,0.05429f ,0.6944f ,0.04387f ,0.6665f ,0.07002f ,0.678f ,0.07332f ,0.6755f ,0.08631f ,0.6621f ,0.08231f ,0.6944f ,0.07293f ,0.6938f ,0.08631f ,0.6934f ,0.103f ,0.6739f ,0.103f ,0.6594f ,0.09877f ,0.6775f ,0.03908f ,0.6841f ,0.03457f ,0.685f ,0.04057f ,0.677f ,0.04467f ,0.6959f ,0.03299f ,0.6961f ,0.03821f ,0.6959f ,0.0483f ,0.6841f ,0.05084f ,0.6775f ,0.0521f ,0.7593f ,0.04796f ,0.7636f ,0.05829f ,0.7681f ,0.0703f ,0.7631f ,0.05909f ,0.7664f ,0.0736f ,0.7713f ,0.08619f ,0.7664f ,0.09877f ,0.7636f ,0.08231f ,0.7593f ,0.07002f ,0.6584f ,0.1215f ,0.6584f ,0.09583f ,0.6535f ,0.1086f ,0.6535f ,0.1343f ,0.6545f ,0.08619f ,0.6584f ,0.1214f ,0.6584f ,0.1471f ,0.6734f ,0.09157f ,0.6734f ,0.1172f ,0.6932f ,0.1172f ,0.6932f ,0.09157f ,0.7673f ,0.1214f ,0.7524f ,0.1256f ,0.7519f ,0.103f ,0.7673f ,0.1471f ,0.7524f ,0.1513f ,0.7326f ,0.1513f ,0.7326f ,0.1256f ,0.7324f ,0.103f ,0.7673f ,0.09583f ,0.7723f ,0.1086f ,0.7673f ,0.1215f ,0.7723f ,0.1343f ,0.6577f ,0.0703f ,0.6627f ,0.05909f ,0.6813f ,0.03662f ,0.6723f ,0.04066f ,0.6952f ,0.03583f ,0.7565f ,0.05069f ,0.7535f ,0.04066f ,0.7535f ,0.05994f ,0.7482f ,0.0521f ,0.7488f ,0.04467f ,0.7482f ,0.03908f ,0.7478f ,0.07332f ,0.7445f ,0.06163f ,0.7314f ,0.07293f ,0.7306f ,0.06006f ,0.7299f ,0.0483f ,0.7417f ,0.05084f ,0.6693f ,0.05069f ,0.6723f ,0.05994f ,0.7324f ,0.06941f ,0.7519f ,0.06941f ,0.7503f ,0.05429f ,0.732f ,0.05429f ,0.7478f ,0.04407f ,0.7314f ,0.04387f ,0.7503f ,0.08631f ,0.732f ,0.08631f ,0.7299f ,0.03299f ,0.7417f ,0.03457f ,0.7408f ,0.04057f ,0.7296f ,0.03821f ,0.7326f ,0.1172f ,0.7524f ,0.1172f ,0.7524f ,0.09157f ,0.7326f ,0.09157f ,0.6932f ,0.1513f ,0.6734f ,0.1513f ,0.6734f ,0.1256f ,0.6932f ,0.1256f ,0.7445f ,0.03662f ,0.7306f ,0.03583f ,0.6813f ,0.06163f ,0.6952f ,0.06006f ,0.7129f ,0.06941f ,0.7129f ,0.05429f ,0.7129f ,0.04381f ,0.7129f ,0.0728f ,0.7129f ,0.08631f ,0.7129f ,0.103f ,0.7129f ,0.03246f ,0.7129f ,0.03742f ,0.7129f ,0.04745f ,0.7129f ,0.1172f ,0.7129f ,0.09157f ,0.7129f ,0.1513f ,0.7129f ,0.1256f ,0.7129f ,0.03556f ,0.7129f ,0.05954f });
  }
}
private class MFVec3f230 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-1.331f ,-0.2299f ,0.7138f ,1.331f ,-0.2299f ,0.7138f ,-1.563f ,0.07305f ,-1.268f ,1.563f ,0.07305f ,-1.268f ,-1.331f ,-0.07451f ,0.7385f ,1.331f ,-0.07451f ,0.7385f ,-1.563f ,0.2531f ,-1.239f ,1.563f ,0.2531f ,-1.239f ,-1.536f ,-0.127f ,-0.00304f ,1.536f ,-0.127f ,-0.00304f ,1.536f ,0.05032f ,0.0252f ,-1.536f ,0.05032f ,0.0252f ,-1.015f ,-0.2542f ,1.071f ,1.015f ,-0.2542f ,1.071f ,1.015f ,-0.1625f ,1.086f ,-1.015f ,-0.1625f ,1.086f ,0.5645f ,0.04305f ,-1.272f ,-0.5313f ,-0.257f ,0.7253f ,-0.5313f ,-0.05236f ,0.7579f ,-0.5645f ,0.2831f ,-1.234f ,-0.5607f ,-0.1565f ,-0.007746f ,0.5607f ,0.07987f ,0.02991f ,-0.4876f ,-0.283f ,1.2f ,0.4876f ,-0.1751f ,1.217f ,-0.5645f ,0.04305f ,-1.272f ,0.5313f ,-0.257f ,0.7253f ,0.5313f ,-0.05236f ,0.7579f ,0.5645f ,0.2831f ,-1.234f ,0.5607f ,-0.1565f ,-0.007746f ,-0.5607f ,0.07987f ,0.02991f ,0.4876f ,-0.283f ,1.2f ,-0.4876f ,-0.1751f ,1.217f ,-1.073f ,-0.2176f ,0.4108f ,-1.073f ,0.007936f ,0.4467f ,-0.7997f ,-0.2294f ,1.21f ,1.585f ,-0.1049f ,0.4287f ,-1.706f ,0.05553f ,-0.5782f ,-1.134f ,-0.06447f ,-0.5973f ,1.134f ,0.1755f ,-0.559f ,1.706f ,0.05553f ,-0.5782f ,-1.585f ,-0.1049f ,0.4287f ,-0.9063f ,-0.2816f ,0.9715f ,1.251f ,-0.187f ,0.9442f ,0.9063f ,-0.1054f ,0.9996f ,-1.251f ,-0.187f ,0.9442f ,1.073f ,-0.2176f ,0.4108f ,1.073f ,0.007936f ,0.4467f ,0.7997f ,-0.2294f ,1.21f ,1.134f ,-0.06447f ,-0.5973f ,-1.134f ,0.1755f ,-0.559f ,0.9063f ,-0.2816f ,0.9715f ,-0.9063f ,-0.1054f ,0.9996f ,0f ,-0.2176f ,0.4108f ,0f ,0.007936f ,0.4467f ,0f ,-0.2425f ,1.293f ,0f ,-0.06447f ,-0.5973f ,0f ,0.1755f ,-0.559f ,0f ,-0.2846f ,1.013f ,0f ,-0.1157f ,1.04f ,-1.457f ,-0.1894f ,0.4153f ,-1.134f ,0.04305f ,-1.272f ,1.563f ,-0.03447f ,-0.5925f ,-1.001f ,-0.2565f ,0.7175f ,1.001f ,-0.05045f ,0.7503f ,1.457f ,-0.02026f ,0.4422f ,1.134f ,0.2831f ,-1.234f ,-1.563f ,0.1455f ,-0.5638f ,1.441f ,-0.1518f ,0.7236f ,-1.441f ,-0.1518f ,0.7236f ,1.706f ,0.1631f ,-1.253f ,-1.706f ,0.1631f ,-1.253f ,-1.563f ,-0.03447f ,-0.5925f ,1.457f ,-0.1894f ,0.4153f ,1.563f ,0.1455f ,-0.5638f ,-1.457f ,-0.02026f ,0.4422f ,-1.119f ,-0.1565f ,-0.007746f ,1.119f ,0.07987f ,0.02991f ,1.676f ,-0.03833f ,0.01108f ,-1.676f ,-0.03833f ,0.01108f ,-0.8264f ,-0.2777f ,1.145f ,1.031f ,-0.2122f ,1.103f ,0.8264f ,-0.1631f ,1.163f ,-1.031f ,-0.2122f ,1.103f ,-1.165f ,-0.2565f ,0.9437f ,1.165f ,-0.2565f ,0.9437f ,1.165f ,-0.1207f ,0.9654f ,-1.165f ,-0.1207f ,0.9654f ,1.134f ,0.04305f ,-1.272f ,1.001f ,-0.2565f ,0.7175f ,-1.001f ,-0.05045f ,0.7503f ,-1.134f ,0.2831f ,-1.234f ,1.119f ,-0.1565f ,-0.007746f ,-1.119f ,0.07987f ,0.02991f ,0.8264f ,-0.2777f ,1.145f ,-0.8264f ,-0.1631f ,1.163f ,-0.5493f ,-0.2176f ,0.4108f ,-0.5493f ,0.007936f ,0.4467f ,-0.4809f ,-0.2392f ,1.272f ,-0.5645f ,-0.06447f ,-0.5973f ,0.5645f ,0.1755f ,-0.559f ,-0.5076f ,-0.2838f ,1.003f ,0.5076f ,-0.1131f ,1.03f ,0f ,0.04305f ,-1.272f ,0f ,-0.2572f ,0.7279f ,0f ,-0.053f ,0.7605f ,0f ,0.2831f ,-1.234f ,0f ,-0.1565f ,-0.007746f ,0f ,0.07987f ,0.02991f ,0f ,-0.2847f ,1.218f ,0f ,-0.1791f ,1.235f ,0.5493f ,-0.2176f ,0.4108f ,0.5493f ,0.007936f ,0.4467f ,0.4809f ,-0.2392f ,1.272f ,0.5645f ,-0.06447f ,-0.5973f ,-0.5645f ,0.1755f ,-0.559f ,0.5076f ,-0.2838f ,1.003f ,-0.5076f ,-0.1131f ,1.03f });
  }
}
private class MFInt32231 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,521,265,-1,265,524,0,-1,1,525,265,-1,265,521,1,-1,4,523,265,-1,265,525,4,-1,3,524,265,-1,265,523,3,-1,2,522,266,-1,266,526,2,-1,23,558,266,-1,266,522,23,-1,24,551,266,-1,266,558,24,-1,5,526,266,-1,266,551,5,-1,3,523,267,-1,267,528,3,-1,4,529,267,-1,267,523,4,-1,7,527,267,-1,267,529,7,-1,6,528,267,-1,267,527,6,-1,5,551,268,-1,268,530,5,-1,24,559,268,-1,268,551,24,-1,25,552,268,-1,268,559,25,-1,8,530,268,-1,268,552,8,-1,6,527,269,-1,269,532,6,-1,7,533,269,-1,269,527,7,-1,10,531,269,-1,269,533,10,-1,9,532,269,-1,269,531,9,-1,8,552,270,-1,270,534,8,-1,25,560,270,-1,270,552,25,-1,26,553,270,-1,270,560,26,-1,11,534,270,-1,270,553,11,-1,9,531,271,-1,271,536,9,-1,10,537,271,-1,271,531,10,-1,13,535,271,-1,271,537,13,-1,12,536,271,-1,271,535,12,-1,11,553,272,-1,272,538,11,-1,26,561,272,-1,272,553,26,-1,27,554,272,-1,272,561,27,-1,14,538,272,-1,272,554,14,-1,12,535,273,-1,273,540,12,-1,13,541,273,-1,273,535,13,-1,16,539,273,-1,273,541,16,-1,15,540,273,-1,273,539,15,-1,14,554,274,-1,274,542,14,-1,27,562,274,-1,274,554,27,-1,28,555,274,-1,274,562,28,-1,17,542,274,-1,274,555,17,-1,15,539,275,-1,275,544,15,-1,16,545,275,-1,275,539,16,-1,19,543,275,-1,275,545,19,-1,18,544,275,-1,275,543,18,-1,17,555,276,-1,276,546,17,-1,28,563,276,-1,276,555,28,-1,29,556,276,-1,276,563,29,-1,20,546,276,-1,276,556,20,-1,18,543,277,-1,277,548,18,-1,19,549,277,-1,277,543,19,-1,21,547,277,-1,277,549,21,-1,160,548,277,-1,277,547,160,-1,20,556,278,-1,278,550,20,-1,29,564,278,-1,278,556,29,-1,30,557,278,-1,278,564,30,-1,22,550,278,-1,278,557,22,-1,2,526,279,-1,279,580,2,-1,5,581,279,-1,279,526,5,-1,33,565,279,-1,279,581,33,-1,32,580,279,-1,279,565,32,-1,5,530,280,-1,280,581,5,-1,8,582,280,-1,280,530,8,-1,34,566,280,-1,280,582,34,-1,33,581,280,-1,280,566,33,-1,8,534,281,-1,281,582,8,-1,11,583,281,-1,281,534,11,-1,35,567,281,-1,281,583,35,-1,34,582,281,-1,281,567,34,-1,11,538,282,-1,282,583,11,-1,14,584,282,-1,282,538,14,-1,36,568,282,-1,282,584,36,-1,35,583,282,-1,282,568,35,-1,14,542,283,-1,283,584,14,-1,17,585,283,-1,283,542,17,-1,37,569,283,-1,283,585,37,-1,36,584,283,-1,283,569,36,-1,17,546,284,-1,284,585,17,-1,20,586,284,-1,284,546,20,-1,38,570,284,-1,284,586,38,-1,37,585,284,-1,284,570,37,-1,20,550,285,-1,285,586,20,-1,22,587,285,-1,285,550,22,-1,168,571,285,-1,285,587,168,-1,38,586,285,-1,285,571,38,-1,21,549,286,-1,286,839,21,-1,19,588,286,-1,286,549,19,-1,39,572,286,-1,286,588,39,-1,170,839,286,-1,286,572,170,-1,19,545,287,-1,287,588,19,-1,16,589,287,-1,287,545,16,-1,40,573,287,-1,287,589,40,-1,39,588,287,-1,287,573,39,-1,16,541,288,-1,288,589,16,-1,13,590,288,-1,288,541,13,-1,41,574,288,-1,288,590,41,-1,40,589,288,-1,288,574,40,-1,13,537,289,-1,289,590,13,-1,10,591,289,-1,289,537,10,-1,42,575,289,-1,289,591,42,-1,41,590,289,-1,289,575,41,-1,10,533,290,-1,290,591,10,-1,7,592,290,-1,290,533,7,-1,43,576,290,-1,290,592,43,-1,42,591,290,-1,290,576,42,-1,7,529,291,-1,291,592,7,-1});
  }
}
private class MFInt32232 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {4,593,291,-1,291,529,4,-1,44,577,291,-1,291,593,44,-1,43,592,291,-1,291,577,43,-1,4,525,292,-1,292,593,4,-1,1,579,292,-1,292,525,1,-1,31,578,292,-1,292,579,31,-1,44,593,292,-1,292,578,44,-1,24,558,293,-1,293,595,24,-1,23,594,293,-1,293,558,23,-1,45,595,293,-1,293,594,45,-1,25,559,294,-1,294,596,25,-1,24,595,294,-1,294,559,24,-1,45,596,294,-1,294,595,45,-1,26,560,295,-1,295,597,26,-1,25,596,295,-1,295,560,25,-1,45,597,295,-1,295,596,45,-1,27,561,296,-1,296,598,27,-1,26,597,296,-1,296,561,26,-1,45,598,296,-1,296,597,45,-1,28,562,297,-1,297,599,28,-1,27,598,297,-1,297,562,27,-1,45,599,297,-1,297,598,45,-1,29,563,298,-1,298,600,29,-1,28,599,298,-1,298,563,28,-1,45,600,298,-1,298,599,45,-1,30,564,299,-1,299,601,30,-1,29,600,299,-1,299,564,29,-1,45,601,299,-1,299,600,45,-1,75,667,300,-1,300,670,75,-1,76,668,300,-1,300,667,76,-1,77,669,300,-1,300,668,77,-1,78,670,300,-1,300,669,78,-1,79,675,301,-1,301,678,79,-1,80,676,301,-1,301,675,80,-1,81,677,301,-1,301,676,81,-1,82,678,301,-1,301,677,82,-1,83,683,302,-1,302,686,83,-1,84,684,302,-1,302,683,84,-1,85,685,302,-1,302,684,85,-1,86,686,302,-1,302,685,86,-1,87,691,303,-1,303,694,87,-1,88,692,303,-1,303,691,88,-1,89,693,303,-1,303,692,89,-1,90,694,303,-1,303,693,90,-1,91,699,304,-1,304,702,91,-1,92,700,304,-1,304,699,92,-1,93,701,304,-1,304,700,93,-1,94,702,304,-1,304,701,94,-1,95,707,305,-1,305,710,95,-1,96,708,305,-1,305,707,96,-1,97,709,305,-1,305,708,97,-1,98,710,305,-1,305,709,98,-1,99,715,306,-1,306,718,99,-1,100,716,306,-1,306,715,100,-1,101,717,306,-1,306,716,101,-1,102,718,306,-1,306,717,102,-1,32,565,307,-1,307,609,32,-1,33,610,307,-1,307,565,33,-1,104,752,307,-1,307,610,104,-1,103,609,307,-1,307,752,103,-1,33,603,308,-1,308,610,33,-1,44,611,308,-1,308,603,44,-1,105,753,308,-1,308,611,105,-1,104,610,308,-1,308,753,104,-1,44,578,309,-1,309,611,44,-1,31,612,309,-1,309,578,31,-1,106,754,309,-1,309,612,106,-1,105,611,309,-1,309,754,105,-1,31,602,310,-1,310,612,31,-1,32,609,310,-1,310,602,32,-1,103,755,310,-1,310,609,103,-1,106,612,310,-1,310,755,106,-1,38,571,311,-1,311,617,38,-1,168,618,311,-1,311,571,168,-1,108,756,311,-1,311,618,108,-1,107,617,311,-1,311,756,107,-1,168,900,312,-1,312,618,168,-1,170,619,312,-1,312,900,170,-1,109,757,312,-1,312,619,109,-1,108,618,312,-1,312,757,108,-1,170,572,313,-1,313,619,170,-1,39,620,313,-1,313,572,39,-1,110,758,313,-1,313,620,110,-1,109,619,313,-1,313,758,109,-1,39,604,314,-1,314,620,39,-1,38,617,314,-1,314,604,38,-1,107,759,314,-1,314,617,107,-1,110,620,314,-1,314,759,110,-1,39,573,315,-1,315,625,39,-1,40,626,315,-1,315,573,40,-1,112,760,315,-1,315,626,112,-1,111,625,315,-1,315,760,111,-1,40,605,316,-1,316,626,40,-1,37,627,316,-1,316,605,37,-1,113,761,316,-1,316,627,113,-1,112,626,316,-1,316,761,112,-1,37,570,317,-1,317,627,37,-1,38,628,317,-1,317,570,38,-1,114,762,317,-1,317,628,114,-1,113,627,317,-1,317,762,113,-1,38,604,318,-1,318,628,38,-1,39,625,318,-1,318,604,39,-1,111,763,318,-1,318,625,111,-1,114,628,318,-1,318,763,114,-1,40,574,319,-1,319,633,40,-1});
  }
}
private class MFInt32233 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {41,634,319,-1,319,574,41,-1,116,764,319,-1,319,634,116,-1,115,633,319,-1,319,764,115,-1,41,606,320,-1,320,634,41,-1,36,635,320,-1,320,606,36,-1,117,765,320,-1,320,635,117,-1,116,634,320,-1,320,765,116,-1,36,569,321,-1,321,635,36,-1,37,636,321,-1,321,569,37,-1,118,766,321,-1,321,636,118,-1,117,635,321,-1,321,766,117,-1,37,605,322,-1,322,636,37,-1,40,633,322,-1,322,605,40,-1,115,767,322,-1,322,633,115,-1,118,636,322,-1,322,767,118,-1,41,575,323,-1,323,641,41,-1,42,642,323,-1,323,575,42,-1,120,768,323,-1,323,642,120,-1,119,641,323,-1,323,768,119,-1,42,607,324,-1,324,642,42,-1,35,643,324,-1,324,607,35,-1,121,769,324,-1,324,643,121,-1,120,642,324,-1,324,769,120,-1,35,568,325,-1,325,643,35,-1,36,644,325,-1,325,568,36,-1,122,770,325,-1,325,644,122,-1,121,643,325,-1,325,770,121,-1,36,606,326,-1,326,644,36,-1,41,641,326,-1,326,606,41,-1,119,771,326,-1,326,641,119,-1,122,644,326,-1,326,771,122,-1,42,576,327,-1,327,649,42,-1,43,650,327,-1,327,576,43,-1,124,772,327,-1,327,650,124,-1,123,649,327,-1,327,772,123,-1,43,608,328,-1,328,650,43,-1,34,651,328,-1,328,608,34,-1,125,773,328,-1,328,651,125,-1,124,650,328,-1,328,773,124,-1,34,567,329,-1,329,651,34,-1,35,652,329,-1,329,567,35,-1,126,774,329,-1,329,652,126,-1,125,651,329,-1,329,774,125,-1,35,607,330,-1,330,652,35,-1,42,649,330,-1,330,607,42,-1,123,775,330,-1,330,649,123,-1,126,652,330,-1,330,775,126,-1,43,577,331,-1,331,657,43,-1,44,658,331,-1,331,577,44,-1,128,776,331,-1,331,658,128,-1,127,657,331,-1,331,776,127,-1,44,603,332,-1,332,658,44,-1,33,659,332,-1,332,603,33,-1,129,777,332,-1,332,659,129,-1,128,658,332,-1,332,777,128,-1,33,566,333,-1,333,659,33,-1,34,660,333,-1,333,566,34,-1,130,778,333,-1,333,660,130,-1,129,659,333,-1,333,778,129,-1,34,608,334,-1,334,660,34,-1,43,657,334,-1,334,608,43,-1,127,779,334,-1,334,657,127,-1,130,660,334,-1,334,779,130,-1,45,594,335,-1,335,953,45,-1,23,666,335,-1,335,594,23,-1,131,780,335,-1,335,666,131,-1,234,953,335,-1,335,780,234,-1,46,613,336,-1,336,671,46,-1,47,672,336,-1,336,613,47,-1,76,667,336,-1,336,672,76,-1,75,671,336,-1,336,667,75,-1,47,614,337,-1,337,672,47,-1,48,673,337,-1,337,614,48,-1,77,668,337,-1,337,673,77,-1,76,672,337,-1,337,668,76,-1,48,615,338,-1,338,673,48,-1,49,674,338,-1,338,615,49,-1,78,669,338,-1,338,674,78,-1,77,673,338,-1,338,669,77,-1,49,616,339,-1,339,674,49,-1,46,671,339,-1,339,616,46,-1,75,670,339,-1,339,671,75,-1,78,674,339,-1,339,670,78,-1,50,621,340,-1,340,679,50,-1,51,680,340,-1,340,621,51,-1,80,675,340,-1,340,680,80,-1,79,679,340,-1,340,675,79,-1,51,622,341,-1,341,680,51,-1,52,681,341,-1,341,622,52,-1,81,676,341,-1,341,681,81,-1,80,680,341,-1,341,676,80,-1,52,623,342,-1,342,681,52,-1,53,682,342,-1,342,623,53,-1,82,677,342,-1,342,682,82,-1,81,681,342,-1,342,677,81,-1,53,624,343,-1,343,682,53,-1,50,679,343,-1,343,624,50,-1,79,678,343,-1,343,679,79,-1,82,682,343,-1,343,678,82,-1,54,629,344,-1,344,687,54,-1,55,688,344,-1,344,629,55,-1,84,683,344,-1,344,688,84,-1,83,687,344,-1,344,683,83,-1,55,630,345,-1,345,688,55,-1,56,689,345,-1,345,630,56,-1});
  }
}
private class MFInt32234 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {85,684,345,-1,345,689,85,-1,84,688,345,-1,345,684,84,-1,56,631,346,-1,346,689,56,-1,57,690,346,-1,346,631,57,-1,86,685,346,-1,346,690,86,-1,85,689,346,-1,346,685,85,-1,57,632,347,-1,347,690,57,-1,54,687,347,-1,347,632,54,-1,83,686,347,-1,347,687,83,-1,86,690,347,-1,347,686,86,-1,58,637,348,-1,348,695,58,-1,59,696,348,-1,348,637,59,-1,88,691,348,-1,348,696,88,-1,87,695,348,-1,348,691,87,-1,59,638,349,-1,349,696,59,-1,60,697,349,-1,349,638,60,-1,89,692,349,-1,349,697,89,-1,88,696,349,-1,349,692,88,-1,60,639,350,-1,350,697,60,-1,61,698,350,-1,350,639,61,-1,90,693,350,-1,350,698,90,-1,89,697,350,-1,350,693,89,-1,61,640,351,-1,351,698,61,-1,58,695,351,-1,351,640,58,-1,87,694,351,-1,351,695,87,-1,90,698,351,-1,351,694,90,-1,62,645,352,-1,352,703,62,-1,63,704,352,-1,352,645,63,-1,92,699,352,-1,352,704,92,-1,91,703,352,-1,352,699,91,-1,63,646,353,-1,353,704,63,-1,64,705,353,-1,353,646,64,-1,93,700,353,-1,353,705,93,-1,92,704,353,-1,353,700,92,-1,64,647,354,-1,354,705,64,-1,65,706,354,-1,354,647,65,-1,94,701,354,-1,354,706,94,-1,93,705,354,-1,354,701,93,-1,65,648,355,-1,355,706,65,-1,62,703,355,-1,355,648,62,-1,91,702,355,-1,355,703,91,-1,94,706,355,-1,355,702,94,-1,66,653,356,-1,356,711,66,-1,67,712,356,-1,356,653,67,-1,96,707,356,-1,356,712,96,-1,95,711,356,-1,356,707,95,-1,67,654,357,-1,357,712,67,-1,68,713,357,-1,357,654,68,-1,97,708,357,-1,357,713,97,-1,96,712,357,-1,357,708,96,-1,68,655,358,-1,358,713,68,-1,69,714,358,-1,358,655,69,-1,98,709,358,-1,358,714,98,-1,97,713,358,-1,358,709,97,-1,69,656,359,-1,359,714,69,-1,66,711,359,-1,359,656,66,-1,95,710,359,-1,359,711,95,-1,98,714,359,-1,359,710,98,-1,70,661,360,-1,360,719,70,-1,71,720,360,-1,360,661,71,-1,100,715,360,-1,360,720,100,-1,99,719,360,-1,360,715,99,-1,71,662,361,-1,361,720,71,-1,72,721,361,-1,361,662,72,-1,101,716,361,-1,361,721,101,-1,100,720,361,-1,361,716,100,-1,72,663,362,-1,362,721,72,-1,73,722,362,-1,362,663,73,-1,102,717,362,-1,362,722,102,-1,101,721,362,-1,362,717,101,-1,73,664,363,-1,363,722,73,-1,70,719,363,-1,363,664,70,-1,99,718,363,-1,363,719,99,-1,102,722,363,-1,363,718,102,-1,104,724,364,-1,364,752,104,-1,47,613,364,-1,364,724,47,-1,46,723,364,-1,364,613,46,-1,103,752,364,-1,364,723,103,-1,105,725,365,-1,365,753,105,-1,48,614,365,-1,365,725,48,-1,47,724,365,-1,365,614,47,-1,104,753,365,-1,365,724,104,-1,106,726,366,-1,366,754,106,-1,49,615,366,-1,366,726,49,-1,48,725,366,-1,366,615,48,-1,105,754,366,-1,366,725,105,-1,103,723,367,-1,367,755,103,-1,46,616,367,-1,367,723,46,-1,49,726,367,-1,367,616,49,-1,106,755,367,-1,367,726,106,-1,108,728,368,-1,368,756,108,-1,51,621,368,-1,368,728,51,-1,50,727,368,-1,368,621,50,-1,107,756,368,-1,368,727,107,-1,109,729,369,-1,369,757,109,-1,52,622,369,-1,369,729,52,-1,51,728,369,-1,369,622,51,-1,108,757,369,-1,369,728,108,-1,110,730,370,-1,370,758,110,-1,53,623,370,-1,370,730,53,-1,52,729,370,-1,370,623,52,-1,109,758,370,-1,370,729,109,-1,107,727,371,-1,371,759,107,-1,50,624,371,-1,371,727,50,-1,53,730,371,-1,371,624,53,-1});
  }
}
private class MFInt32235 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {110,759,371,-1,371,730,110,-1,112,732,372,-1,372,760,112,-1,55,629,372,-1,372,732,55,-1,54,731,372,-1,372,629,54,-1,111,760,372,-1,372,731,111,-1,113,733,373,-1,373,761,113,-1,56,630,373,-1,373,733,56,-1,55,732,373,-1,373,630,55,-1,112,761,373,-1,373,732,112,-1,114,734,374,-1,374,762,114,-1,57,631,374,-1,374,734,57,-1,56,733,374,-1,374,631,56,-1,113,762,374,-1,374,733,113,-1,111,731,375,-1,375,763,111,-1,54,632,375,-1,375,731,54,-1,57,734,375,-1,375,632,57,-1,114,763,375,-1,375,734,114,-1,116,736,376,-1,376,764,116,-1,59,637,376,-1,376,736,59,-1,58,735,376,-1,376,637,58,-1,115,764,376,-1,376,735,115,-1,117,737,377,-1,377,765,117,-1,60,638,377,-1,377,737,60,-1,59,736,377,-1,377,638,59,-1,116,765,377,-1,377,736,116,-1,118,738,378,-1,378,766,118,-1,61,639,378,-1,378,738,61,-1,60,737,378,-1,378,639,60,-1,117,766,378,-1,378,737,117,-1,115,735,379,-1,379,767,115,-1,58,640,379,-1,379,735,58,-1,61,738,379,-1,379,640,61,-1,118,767,379,-1,379,738,118,-1,120,740,380,-1,380,768,120,-1,63,645,380,-1,380,740,63,-1,62,739,380,-1,380,645,62,-1,119,768,380,-1,380,739,119,-1,121,741,381,-1,381,769,121,-1,64,646,381,-1,381,741,64,-1,63,740,381,-1,381,646,63,-1,120,769,381,-1,381,740,120,-1,122,742,382,-1,382,770,122,-1,65,647,382,-1,382,742,65,-1,64,741,382,-1,382,647,64,-1,121,770,382,-1,382,741,121,-1,119,739,383,-1,383,771,119,-1,62,648,383,-1,383,739,62,-1,65,742,383,-1,383,648,65,-1,122,771,383,-1,383,742,122,-1,124,744,384,-1,384,772,124,-1,67,653,384,-1,384,744,67,-1,66,743,384,-1,384,653,66,-1,123,772,384,-1,384,743,123,-1,125,745,385,-1,385,773,125,-1,68,654,385,-1,385,745,68,-1,67,744,385,-1,385,654,67,-1,124,773,385,-1,385,744,124,-1,126,746,386,-1,386,774,126,-1,69,655,386,-1,386,746,69,-1,68,745,386,-1,386,655,68,-1,125,774,386,-1,386,745,125,-1,123,743,387,-1,387,775,123,-1,66,656,387,-1,387,743,66,-1,69,746,387,-1,387,656,69,-1,126,775,387,-1,387,746,126,-1,128,748,388,-1,388,776,128,-1,71,661,388,-1,388,748,71,-1,70,747,388,-1,388,661,70,-1,127,776,388,-1,388,747,127,-1,129,749,389,-1,389,777,129,-1,72,662,389,-1,389,749,72,-1,71,748,389,-1,389,662,71,-1,128,777,389,-1,389,748,128,-1,130,750,390,-1,390,778,130,-1,73,663,390,-1,390,750,73,-1,72,749,390,-1,390,663,72,-1,129,778,390,-1,390,749,129,-1,127,747,391,-1,391,779,127,-1,70,664,391,-1,391,747,70,-1,73,750,391,-1,391,664,73,-1,130,779,391,-1,391,750,130,-1,131,751,392,-1,392,780,131,-1,74,665,392,-1,392,751,74,-1,264,1040,392,-1,392,665,264,-1,234,780,392,-1,392,1040,234,-1,132,784,393,-1,393,781,132,-1,135,783,393,-1,393,784,135,-1,134,782,393,-1,393,783,134,-1,133,781,393,-1,393,782,133,-1,136,788,394,-1,394,785,136,-1,139,787,394,-1,394,788,139,-1,138,786,394,-1,394,787,138,-1,137,785,394,-1,394,786,137,-1,135,791,395,-1,395,783,135,-1,141,790,395,-1,395,791,141,-1,140,789,395,-1,395,790,140,-1,134,783,395,-1,395,789,134,-1,139,794,396,-1,396,787,139,-1,143,793,396,-1,396,794,143,-1,142,792,396,-1,396,793,142,-1,138,787,396,-1,396,792,138,-1,141,797,397,-1,397,790,141,-1,145,796,397,-1,397,797,145,-1,144,795,397,-1,397,796,144,-1,140,790,397,-1,397,795,140,-1});
  }
}
private class MFInt32236 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {143,800,398,-1,398,793,143,-1,147,799,398,-1,398,800,147,-1,146,798,398,-1,398,799,146,-1,142,793,398,-1,398,798,142,-1,145,803,399,-1,399,796,145,-1,149,802,399,-1,399,803,149,-1,148,801,399,-1,399,802,148,-1,144,796,399,-1,399,801,144,-1,147,806,400,-1,400,799,147,-1,151,805,400,-1,400,806,151,-1,150,804,400,-1,400,805,150,-1,146,799,400,-1,400,804,146,-1,149,809,401,-1,401,802,149,-1,153,808,401,-1,401,809,153,-1,152,807,401,-1,401,808,152,-1,148,802,401,-1,401,807,148,-1,151,812,402,-1,402,805,151,-1,155,811,402,-1,402,812,155,-1,154,810,402,-1,402,811,154,-1,150,805,402,-1,402,810,150,-1,153,815,403,-1,403,808,153,-1,157,814,403,-1,403,815,157,-1,156,813,403,-1,403,814,156,-1,152,808,403,-1,403,813,152,-1,155,818,404,-1,404,811,155,-1,159,817,404,-1,404,818,159,-1,158,816,404,-1,404,817,158,-1,154,811,404,-1,404,816,154,-1,157,820,405,-1,405,814,157,-1,160,547,405,-1,405,820,160,-1,21,819,405,-1,405,547,21,-1,156,814,405,-1,405,819,156,-1,159,822,406,-1,406,817,159,-1,22,557,406,-1,406,822,22,-1,30,821,406,-1,406,557,30,-1,158,817,406,-1,406,821,158,-1,136,825,407,-1,407,788,136,-1,162,824,407,-1,407,825,162,-1,161,823,407,-1,407,824,161,-1,139,788,407,-1,407,823,139,-1,139,823,408,-1,408,794,139,-1,161,827,408,-1,408,823,161,-1,163,826,408,-1,408,827,163,-1,143,794,408,-1,408,826,143,-1,143,826,409,-1,409,800,143,-1,163,829,409,-1,409,826,163,-1,164,828,409,-1,409,829,164,-1,147,800,409,-1,409,828,147,-1,147,828,410,-1,410,806,147,-1,164,831,410,-1,410,828,164,-1,165,830,410,-1,410,831,165,-1,151,806,410,-1,410,830,151,-1,151,830,411,-1,411,812,151,-1,165,833,411,-1,411,830,165,-1,166,832,411,-1,411,833,166,-1,155,812,411,-1,411,832,155,-1,155,832,412,-1,412,818,155,-1,166,835,412,-1,412,832,166,-1,167,834,412,-1,412,835,167,-1,159,818,412,-1,412,834,159,-1,159,834,413,-1,413,822,159,-1,167,836,413,-1,413,834,167,-1,168,587,413,-1,413,836,168,-1,22,822,413,-1,413,587,22,-1,21,839,414,-1,414,819,21,-1,170,838,414,-1,414,839,170,-1,169,837,414,-1,414,838,169,-1,156,819,414,-1,414,837,156,-1,156,837,415,-1,415,813,156,-1,169,841,415,-1,415,837,169,-1,171,840,415,-1,415,841,171,-1,152,813,415,-1,415,840,152,-1,152,840,416,-1,416,807,152,-1,171,843,416,-1,416,840,171,-1,172,842,416,-1,416,843,172,-1,148,807,416,-1,416,842,148,-1,148,842,417,-1,417,801,148,-1,172,845,417,-1,417,842,172,-1,173,844,417,-1,417,845,173,-1,144,801,417,-1,417,844,144,-1,144,844,418,-1,418,795,144,-1,173,847,418,-1,418,844,173,-1,174,846,418,-1,418,847,174,-1,140,795,418,-1,418,846,140,-1,140,846,419,-1,419,789,140,-1,174,849,419,-1,419,846,174,-1,175,848,419,-1,419,849,175,-1,134,789,419,-1,419,848,134,-1,134,848,420,-1,420,782,134,-1,175,851,420,-1,420,848,175,-1,176,850,420,-1,420,851,176,-1,133,782,420,-1,420,850,133,-1,138,853,421,-1,421,786,138,-1,45,852,421,-1,421,853,45,-1,137,786,421,-1,421,852,137,-1,142,854,422,-1,422,792,142,-1,45,853,422,-1,422,854,45,-1,138,792,422,-1,422,853,138,-1,146,855,423,-1,423,798,146,-1,45,854,423,-1,423,855,45,-1,142,798,423,-1,423,854,142,-1,150,856,424,-1,424,804,150,-1,45,855,424,-1,424,856,45,-1,146,804,424,-1,424,855,146,-1,154,857,425,-1,425,810,154,-1});
  }
}
private class MFInt32237 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {45,856,425,-1,425,857,45,-1,150,810,425,-1,425,856,150,-1,158,858,426,-1,426,816,158,-1,45,857,426,-1,426,858,45,-1,154,816,426,-1,426,857,154,-1,30,601,427,-1,427,821,30,-1,45,858,427,-1,427,601,45,-1,158,821,427,-1,427,858,158,-1,177,862,428,-1,428,859,177,-1,180,861,428,-1,428,862,180,-1,179,860,428,-1,428,861,179,-1,178,859,428,-1,428,860,178,-1,181,866,429,-1,429,863,181,-1,184,865,429,-1,429,866,184,-1,183,864,429,-1,429,865,183,-1,182,863,429,-1,429,864,182,-1,185,870,430,-1,430,867,185,-1,188,869,430,-1,430,870,188,-1,187,868,430,-1,430,869,187,-1,186,867,430,-1,430,868,186,-1,189,874,431,-1,431,871,189,-1,192,873,431,-1,431,874,192,-1,191,872,431,-1,431,873,191,-1,190,871,431,-1,431,872,190,-1,193,878,432,-1,432,875,193,-1,196,877,432,-1,432,878,196,-1,195,876,432,-1,432,877,195,-1,194,875,432,-1,432,876,194,-1,197,882,433,-1,433,879,197,-1,200,881,433,-1,433,882,200,-1,199,880,433,-1,433,881,199,-1,198,879,433,-1,433,880,198,-1,201,886,434,-1,434,883,201,-1,204,885,434,-1,434,886,204,-1,203,884,434,-1,434,885,203,-1,202,883,434,-1,434,884,202,-1,162,889,435,-1,435,824,162,-1,206,888,435,-1,435,889,206,-1,205,887,435,-1,435,888,205,-1,161,824,435,-1,435,887,161,-1,161,887,436,-1,436,890,161,-1,205,892,436,-1,436,887,205,-1,207,891,436,-1,436,892,207,-1,175,890,436,-1,436,891,175,-1,175,891,437,-1,437,851,175,-1,207,894,437,-1,437,891,207,-1,208,893,437,-1,437,894,208,-1,176,851,437,-1,437,893,176,-1,176,893,438,-1,438,895,176,-1,208,896,438,-1,438,893,208,-1,206,889,438,-1,438,896,206,-1,162,895,438,-1,438,889,162,-1,167,899,439,-1,439,836,167,-1,210,898,439,-1,439,899,210,-1,209,897,439,-1,439,898,209,-1,168,836,439,-1,439,897,168,-1,168,897,440,-1,440,900,168,-1,209,902,440,-1,440,897,209,-1,211,901,440,-1,440,902,211,-1,170,900,440,-1,440,901,170,-1,170,901,441,-1,441,838,170,-1,211,904,441,-1,441,901,211,-1,212,903,441,-1,441,904,212,-1,169,838,441,-1,441,903,169,-1,169,903,442,-1,442,905,169,-1,212,906,442,-1,442,903,212,-1,210,899,442,-1,442,906,210,-1,167,905,442,-1,442,899,167,-1,169,909,443,-1,443,841,169,-1,214,908,443,-1,443,909,214,-1,213,907,443,-1,443,908,213,-1,171,841,443,-1,443,907,171,-1,171,907,444,-1,444,910,171,-1,213,912,444,-1,444,907,213,-1,215,911,444,-1,444,912,215,-1,166,910,444,-1,444,911,166,-1,166,911,445,-1,445,835,166,-1,215,914,445,-1,445,911,215,-1,216,913,445,-1,445,914,216,-1,167,835,445,-1,445,913,167,-1,167,913,446,-1,446,905,167,-1,216,915,446,-1,446,913,216,-1,214,909,446,-1,446,915,214,-1,169,905,446,-1,446,909,169,-1,171,918,447,-1,447,843,171,-1,218,917,447,-1,447,918,218,-1,217,916,447,-1,447,917,217,-1,172,843,447,-1,447,916,172,-1,172,916,448,-1,448,919,172,-1,217,921,448,-1,448,916,217,-1,219,920,448,-1,448,921,219,-1,165,919,448,-1,448,920,165,-1,165,920,449,-1,449,833,165,-1,219,923,449,-1,449,920,219,-1,220,922,449,-1,449,923,220,-1,166,833,449,-1,449,922,166,-1,166,922,450,-1,450,910,166,-1,220,924,450,-1,450,922,220,-1,218,918,450,-1,450,924,218,-1,171,910,450,-1,450,918,171,-1,172,927,451,-1,451,845,172,-1,222,926,451,-1,451,927,222,-1,221,925,451,-1,451,926,221,-1,173,845,451,-1,451,925,173,-1,173,925,452,-1,452,928,173,-1});
  }
}
private class MFInt32238 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {221,930,452,-1,452,925,221,-1,223,929,452,-1,452,930,223,-1,164,928,452,-1,452,929,164,-1,164,929,453,-1,453,831,164,-1,223,932,453,-1,453,929,223,-1,224,931,453,-1,453,932,224,-1,165,831,453,-1,453,931,165,-1,165,931,454,-1,454,919,165,-1,224,933,454,-1,454,931,224,-1,222,927,454,-1,454,933,222,-1,172,919,454,-1,454,927,172,-1,173,936,455,-1,455,847,173,-1,226,935,455,-1,455,936,226,-1,225,934,455,-1,455,935,225,-1,174,847,455,-1,455,934,174,-1,174,934,456,-1,456,937,174,-1,225,939,456,-1,456,934,225,-1,227,938,456,-1,456,939,227,-1,163,937,456,-1,456,938,163,-1,163,938,457,-1,457,829,163,-1,227,941,457,-1,457,938,227,-1,228,940,457,-1,457,941,228,-1,164,829,457,-1,457,940,164,-1,164,940,458,-1,458,928,164,-1,228,942,458,-1,458,940,228,-1,226,936,458,-1,458,942,226,-1,173,928,458,-1,458,936,173,-1,174,945,459,-1,459,849,174,-1,230,944,459,-1,459,945,230,-1,229,943,459,-1,459,944,229,-1,175,849,459,-1,459,943,175,-1,175,943,460,-1,460,890,175,-1,229,947,460,-1,460,943,229,-1,231,946,460,-1,460,947,231,-1,161,890,460,-1,460,946,161,-1,161,946,461,-1,461,827,161,-1,231,949,461,-1,461,946,231,-1,232,948,461,-1,461,949,232,-1,163,827,461,-1,461,948,163,-1,163,948,462,-1,462,937,163,-1,232,950,462,-1,462,948,232,-1,230,945,462,-1,462,950,230,-1,174,937,462,-1,462,945,174,-1,45,953,463,-1,463,852,45,-1,234,952,463,-1,463,953,234,-1,233,951,463,-1,463,952,233,-1,137,852,463,-1,463,951,137,-1,235,956,464,-1,464,954,235,-1,177,859,464,-1,464,956,177,-1,178,955,464,-1,464,859,178,-1,236,954,464,-1,464,955,236,-1,236,955,465,-1,465,957,236,-1,178,860,465,-1,465,955,178,-1,179,958,465,-1,465,860,179,-1,237,957,465,-1,465,958,237,-1,237,958,466,-1,466,959,237,-1,179,861,466,-1,466,958,179,-1,180,960,466,-1,466,861,180,-1,238,959,466,-1,466,960,238,-1,238,960,467,-1,467,961,238,-1,180,862,467,-1,467,960,180,-1,177,956,467,-1,467,862,177,-1,235,961,467,-1,467,956,235,-1,239,964,468,-1,468,962,239,-1,181,863,468,-1,468,964,181,-1,182,963,468,-1,468,863,182,-1,240,962,468,-1,468,963,240,-1,240,963,469,-1,469,965,240,-1,182,864,469,-1,469,963,182,-1,183,966,469,-1,469,864,183,-1,241,965,469,-1,469,966,241,-1,241,966,470,-1,470,967,241,-1,183,865,470,-1,470,966,183,-1,184,968,470,-1,470,865,184,-1,242,967,470,-1,470,968,242,-1,242,968,471,-1,471,969,242,-1,184,866,471,-1,471,968,184,-1,181,964,471,-1,471,866,181,-1,239,969,471,-1,471,964,239,-1,243,972,472,-1,472,970,243,-1,185,867,472,-1,472,972,185,-1,186,971,472,-1,472,867,186,-1,244,970,472,-1,472,971,244,-1,244,971,473,-1,473,973,244,-1,186,868,473,-1,473,971,186,-1,187,974,473,-1,473,868,187,-1,245,973,473,-1,473,974,245,-1,245,974,474,-1,474,975,245,-1,187,869,474,-1,474,974,187,-1,188,976,474,-1,474,869,188,-1,246,975,474,-1,474,976,246,-1,246,976,475,-1,475,977,246,-1,188,870,475,-1,475,976,188,-1,185,972,475,-1,475,870,185,-1,243,977,475,-1,475,972,243,-1,247,980,476,-1,476,978,247,-1,189,871,476,-1,476,980,189,-1,190,979,476,-1,476,871,190,-1,248,978,476,-1,476,979,248,-1,248,979,477,-1,477,981,248,-1,190,872,477,-1,477,979,190,-1,191,982,477,-1,477,872,191,-1,249,981,477,-1,477,982,249,-1,249,982,478,-1,478,983,249,-1,191,873,478,-1,478,982,191,-1});
  }
}
private class MFInt32239 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {192,984,478,-1,478,873,192,-1,250,983,478,-1,478,984,250,-1,250,984,479,-1,479,985,250,-1,192,874,479,-1,479,984,192,-1,189,980,479,-1,479,874,189,-1,247,985,479,-1,479,980,247,-1,251,988,480,-1,480,986,251,-1,193,875,480,-1,480,988,193,-1,194,987,480,-1,480,875,194,-1,252,986,480,-1,480,987,252,-1,252,987,481,-1,481,989,252,-1,194,876,481,-1,481,987,194,-1,195,990,481,-1,481,876,195,-1,253,989,481,-1,481,990,253,-1,253,990,482,-1,482,991,253,-1,195,877,482,-1,482,990,195,-1,196,992,482,-1,482,877,196,-1,254,991,482,-1,482,992,254,-1,254,992,483,-1,483,993,254,-1,196,878,483,-1,483,992,196,-1,193,988,483,-1,483,878,193,-1,251,993,483,-1,483,988,251,-1,255,996,484,-1,484,994,255,-1,197,879,484,-1,484,996,197,-1,198,995,484,-1,484,879,198,-1,256,994,484,-1,484,995,256,-1,256,995,485,-1,485,997,256,-1,198,880,485,-1,485,995,198,-1,199,998,485,-1,485,880,199,-1,257,997,485,-1,485,998,257,-1,257,998,486,-1,486,999,257,-1,199,881,486,-1,486,998,199,-1,200,1000,486,-1,486,881,200,-1,258,999,486,-1,486,1000,258,-1,258,1000,487,-1,487,1001,258,-1,200,882,487,-1,487,1000,200,-1,197,996,487,-1,487,882,197,-1,255,1001,487,-1,487,996,255,-1,259,1004,488,-1,488,1002,259,-1,201,883,488,-1,488,1004,201,-1,202,1003,488,-1,488,883,202,-1,260,1002,488,-1,488,1003,260,-1,260,1003,489,-1,489,1005,260,-1,202,884,489,-1,489,1003,202,-1,203,1006,489,-1,489,884,203,-1,261,1005,489,-1,489,1006,261,-1,261,1006,490,-1,490,1007,261,-1,203,885,490,-1,490,1006,203,-1,204,1008,490,-1,490,885,204,-1,262,1007,490,-1,490,1008,262,-1,262,1008,491,-1,491,1009,262,-1,204,886,491,-1,491,1008,204,-1,201,1004,491,-1,491,886,201,-1,259,1009,491,-1,491,1004,259,-1,205,888,492,-1,492,1010,205,-1,206,1011,492,-1,492,888,206,-1,235,954,492,-1,492,1011,235,-1,236,1010,492,-1,492,954,236,-1,207,892,493,-1,493,1012,207,-1,205,1010,493,-1,493,892,205,-1,236,957,493,-1,493,1010,236,-1,237,1012,493,-1,493,957,237,-1,208,894,494,-1,494,1013,208,-1,207,1012,494,-1,494,894,207,-1,237,959,494,-1,494,1012,237,-1,238,1013,494,-1,494,959,238,-1,206,896,495,-1,495,1011,206,-1,208,1013,495,-1,495,896,208,-1,238,961,495,-1,495,1013,238,-1,235,1011,495,-1,495,961,235,-1,209,898,496,-1,496,1014,209,-1,210,1015,496,-1,496,898,210,-1,239,962,496,-1,496,1015,239,-1,240,1014,496,-1,496,962,240,-1,211,902,497,-1,497,1016,211,-1,209,1014,497,-1,497,902,209,-1,240,965,497,-1,497,1014,240,-1,241,1016,497,-1,497,965,241,-1,212,904,498,-1,498,1017,212,-1,211,1016,498,-1,498,904,211,-1,241,967,498,-1,498,1016,241,-1,242,1017,498,-1,498,967,242,-1,210,906,499,-1,499,1015,210,-1,212,1017,499,-1,499,906,212,-1,242,969,499,-1,499,1017,242,-1,239,1015,499,-1,499,969,239,-1,213,908,500,-1,500,1018,213,-1,214,1019,500,-1,500,908,214,-1,243,970,500,-1,500,1019,243,-1,244,1018,500,-1,500,970,244,-1,215,912,501,-1,501,1020,215,-1,213,1018,501,-1,501,912,213,-1,244,973,501,-1,501,1018,244,-1,245,1020,501,-1,501,973,245,-1,216,914,502,-1,502,1021,216,-1,215,1020,502,-1,502,914,215,-1,245,975,502,-1,502,1020,245,-1,246,1021,502,-1,502,975,246,-1,214,915,503,-1,503,1019,214,-1,216,1021,503,-1,503,915,216,-1,246,977,503,-1,503,1021,246,-1,243,1019,503,-1,503,977,243,-1,217,917,504,-1,504,1022,217,-1,218,1023,504,-1,504,917,218,-1,247,978,504,-1,504,1023,247,-1});
  }
}
private class MFInt32240 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {248,1022,504,-1,504,978,248,-1,219,921,505,-1,505,1024,219,-1,217,1022,505,-1,505,921,217,-1,248,981,505,-1,505,1022,248,-1,249,1024,505,-1,505,981,249,-1,220,923,506,-1,506,1025,220,-1,219,1024,506,-1,506,923,219,-1,249,983,506,-1,506,1024,249,-1,250,1025,506,-1,506,983,250,-1,218,924,507,-1,507,1023,218,-1,220,1025,507,-1,507,924,220,-1,250,985,507,-1,507,1025,250,-1,247,1023,507,-1,507,985,247,-1,221,926,508,-1,508,1026,221,-1,222,1027,508,-1,508,926,222,-1,251,986,508,-1,508,1027,251,-1,252,1026,508,-1,508,986,252,-1,223,930,509,-1,509,1028,223,-1,221,1026,509,-1,509,930,221,-1,252,989,509,-1,509,1026,252,-1,253,1028,509,-1,509,989,253,-1,224,932,510,-1,510,1029,224,-1,223,1028,510,-1,510,932,223,-1,253,991,510,-1,510,1028,253,-1,254,1029,510,-1,510,991,254,-1,222,933,511,-1,511,1027,222,-1,224,1029,511,-1,511,933,224,-1,254,993,511,-1,511,1029,254,-1,251,1027,511,-1,511,993,251,-1,225,935,512,-1,512,1030,225,-1,226,1031,512,-1,512,935,226,-1,255,994,512,-1,512,1031,255,-1,256,1030,512,-1,512,994,256,-1,227,939,513,-1,513,1032,227,-1,225,1030,513,-1,513,939,225,-1,256,997,513,-1,513,1030,256,-1,257,1032,513,-1,513,997,257,-1,228,941,514,-1,514,1033,228,-1,227,1032,514,-1,514,941,227,-1,257,999,514,-1,514,1032,257,-1,258,1033,514,-1,514,999,258,-1,226,942,515,-1,515,1031,226,-1,228,1033,515,-1,515,942,228,-1,258,1001,515,-1,515,1033,258,-1,255,1031,515,-1,515,1001,255,-1,229,944,516,-1,516,1034,229,-1,230,1035,516,-1,516,944,230,-1,259,1002,516,-1,516,1035,259,-1,260,1034,516,-1,516,1002,260,-1,231,947,517,-1,517,1036,231,-1,229,1034,517,-1,517,947,229,-1,260,1005,517,-1,517,1034,260,-1,261,1036,517,-1,517,1005,261,-1,232,949,518,-1,518,1037,232,-1,231,1036,518,-1,518,949,231,-1,261,1007,518,-1,518,1036,261,-1,262,1037,518,-1,518,1007,262,-1,230,950,519,-1,519,1035,230,-1,232,1037,519,-1,519,950,232,-1,262,1009,519,-1,519,1037,262,-1,259,1035,519,-1,519,1009,259,-1,233,952,520,-1,520,1038,233,-1,234,1040,520,-1,520,952,234,-1,264,1039,520,-1,520,1040,264,-1,263,1038,520,-1,520,1039,263,-1});
  }
}
private class MFInt32241 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {0,3,2,-1,2,1,0,-1,4,5,2,-1,2,3,4,-1,6,7,2,-1,2,5,6,-1,8,1,2,-1,2,7,8,-1,9,12,11,-1,11,10,9,-1,13,14,11,-1,11,12,13,-1,15,16,11,-1,11,14,15,-1,17,10,11,-1,11,16,17,-1,8,7,19,-1,19,18,8,-1,6,20,19,-1,19,7,6,-1,21,22,19,-1,19,20,21,-1,23,18,19,-1,19,22,23,-1,17,16,25,-1,25,24,17,-1,15,26,25,-1,25,16,15,-1,27,28,25,-1,25,26,27,-1,29,24,25,-1,25,28,29,-1,23,22,31,-1,31,30,23,-1,21,32,31,-1,31,22,21,-1,33,34,31,-1,31,32,33,-1,35,30,31,-1,31,34,35,-1,29,28,37,-1,37,36,29,-1,27,38,37,-1,37,28,27,-1,39,40,37,-1,37,38,39,-1,41,36,37,-1,37,40,41,-1,35,34,43,-1,43,42,35,-1,33,44,43,-1,43,34,33,-1,45,46,43,-1,43,44,45,-1,47,42,43,-1,43,46,47,-1,41,40,87,-1,87,48,41,-1,39,88,87,-1,87,40,39,-1,145,146,87,-1,87,88,145,-1,147,48,87,-1,87,146,147,-1,47,46,149,-1,149,148,47,-1,45,150,149,-1,149,46,45,-1,151,152,149,-1,149,150,151,-1,153,148,149,-1,149,152,153,-1,147,146,155,-1,155,154,147,-1,145,156,155,-1,155,146,145,-1,157,158,155,-1,155,156,157,-1,159,154,155,-1,155,158,159,-1,153,152,161,-1,161,160,153,-1,151,162,161,-1,161,152,151,-1,163,164,161,-1,161,162,163,-1,165,160,161,-1,161,164,165,-1,159,158,167,-1,167,166,159,-1,157,168,167,-1,167,158,157,-1,169,170,167,-1,167,168,169,-1,171,166,167,-1,167,170,171,-1,165,164,173,-1,173,172,165,-1,163,174,173,-1,173,164,163,-1,175,176,173,-1,173,174,175,-1,177,172,173,-1,173,176,177,-1,171,170,179,-1,179,178,171,-1,169,180,179,-1,179,170,169,-1,181,182,179,-1,179,180,181,-1,183,178,179,-1,179,182,183,-1,9,10,185,-1,185,184,9,-1,17,186,185,-1,185,10,17,-1,187,188,185,-1,185,186,187,-1,189,184,185,-1,185,188,189,-1,17,24,190,-1,190,186,17,-1,29,191,190,-1,190,24,29,-1,192,193,190,-1,190,191,192,-1,187,186,190,-1,190,193,187,-1,29,36,194,-1,194,191,29,-1,41,195,194,-1,194,36,41,-1,262,263,194,-1,194,195,262,-1,192,191,194,-1,194,263,192,-1,41,48,292,-1,292,195,41,-1,147,293,292,-1,292,48,147,-1,294,295,292,-1,292,293,294,-1,262,195,292,-1,292,295,262,-1,147,154,296,-1,296,293,147,-1,159,297,296,-1,296,154,159,-1,298,299,296,-1,296,297,298,-1,294,293,296,-1,296,299,294,-1,159,166,300,-1,300,297,159,-1,171,301,300,-1,300,166,171,-1,302,303,300,-1,300,301,302,-1,298,297,300,-1,300,303,298,-1,171,178,304,-1,304,301,171,-1,183,305,304,-1,304,178,183,-1,306,307,304,-1,304,305,306,-1,302,301,304,-1,304,307,302,-1,175,174,309,-1,309,308,175,-1,163,310,309,-1,309,174,163,-1,311,312,309,-1,309,310,311,-1,313,308,309,-1,309,312,313,-1,163,162,314,-1,314,310,163,-1,151,315,314,-1,314,162,151,-1,316,317,314,-1,314,315,316,-1,311,310,314,-1,314,317,311,-1,151,150,318,-1,318,315,151,-1,45,319,318,-1,318,150,45,-1,320,321,318,-1,318,319,320,-1,316,315,318,-1,318,321,316,-1,45,44,322,-1,322,319,45,-1,33,323,322,-1,322,44,33,-1,324,325,322,-1,322,323,324,-1,320,319,322,-1,322,325,320,-1,33,32,326,-1,326,323,33,-1,21,327,326,-1,326,32,21,-1,328,364,326,-1,326,327,328,-1,324,323,326,-1,326,364,324,-1,21,20,421,-1,421,327,21,-1});
  }
}
private class MFInt32242 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {6,422,421,-1,421,20,6,-1,423,424,421,-1,421,422,423,-1,328,327,421,-1,421,424,328,-1,6,5,425,-1,425,422,6,-1,4,426,425,-1,425,5,4,-1,427,428,425,-1,425,426,427,-1,423,422,425,-1,425,428,423,-1,15,14,430,-1,430,429,15,-1,13,431,430,-1,430,14,13,-1,432,429,430,-1,430,431,432,-1,27,26,434,-1,434,433,27,-1,15,429,434,-1,434,26,15,-1,432,433,434,-1,434,429,432,-1,39,38,436,-1,436,435,39,-1,27,433,436,-1,436,38,27,-1,432,435,436,-1,436,433,432,-1,145,88,438,-1,438,437,145,-1,39,435,438,-1,438,88,39,-1,432,437,438,-1,438,435,432,-1,157,156,440,-1,440,439,157,-1,145,437,440,-1,440,156,145,-1,432,439,440,-1,440,437,432,-1,169,168,442,-1,442,441,169,-1,157,439,442,-1,442,168,157,-1,432,441,442,-1,442,439,432,-1,181,180,444,-1,444,443,181,-1,169,441,444,-1,444,180,169,-1,432,443,444,-1,444,441,432,-1,49,52,51,-1,51,50,49,-1,53,54,51,-1,51,52,53,-1,55,56,51,-1,51,54,55,-1,57,50,51,-1,51,56,57,-1,58,61,60,-1,60,59,58,-1,62,63,60,-1,60,61,62,-1,64,65,60,-1,60,63,64,-1,66,59,60,-1,60,65,66,-1,67,70,69,-1,69,68,67,-1,71,72,69,-1,69,70,71,-1,73,74,69,-1,69,72,73,-1,75,68,69,-1,69,74,75,-1,76,79,78,-1,78,77,76,-1,80,81,78,-1,78,79,80,-1,82,83,78,-1,78,81,82,-1,84,77,78,-1,78,83,84,-1,85,90,89,-1,89,86,85,-1,91,92,89,-1,89,90,91,-1,93,94,89,-1,89,92,93,-1,95,86,89,-1,89,94,95,-1,96,99,98,-1,98,97,96,-1,100,101,98,-1,98,99,100,-1,102,103,98,-1,98,101,102,-1,104,97,98,-1,98,103,104,-1,105,108,107,-1,107,106,105,-1,109,110,107,-1,107,108,109,-1,111,112,107,-1,107,110,111,-1,113,106,107,-1,107,112,113,-1,114,117,116,-1,116,115,114,-1,118,119,116,-1,116,117,118,-1,120,121,116,-1,116,119,120,-1,122,115,116,-1,116,121,122,-1,118,124,123,-1,123,119,118,-1,125,126,123,-1,123,124,125,-1,127,128,123,-1,123,126,127,-1,120,119,123,-1,123,128,120,-1,125,130,129,-1,129,126,125,-1,131,132,129,-1,129,130,131,-1,133,134,129,-1,129,132,133,-1,127,126,129,-1,129,134,127,-1,131,136,135,-1,135,132,131,-1,114,115,135,-1,135,136,114,-1,122,137,135,-1,135,115,122,-1,133,132,135,-1,135,137,133,-1,138,141,140,-1,140,139,138,-1,142,143,140,-1,140,141,142,-1,144,196,140,-1,140,143,144,-1,197,139,140,-1,140,196,197,-1,142,199,198,-1,198,143,142,-1,200,201,198,-1,198,199,200,-1,202,203,198,-1,198,201,202,-1,144,143,198,-1,198,203,144,-1,200,205,204,-1,204,201,200,-1,206,207,204,-1,204,205,206,-1,208,209,204,-1,204,207,208,-1,202,201,204,-1,204,209,202,-1,206,211,210,-1,210,207,206,-1,138,139,210,-1,210,211,138,-1,197,212,210,-1,210,139,197,-1,208,207,210,-1,210,212,208,-1,206,215,214,-1,214,213,206,-1,216,217,214,-1,214,215,216,-1,218,219,214,-1,214,217,218,-1,220,213,214,-1,214,219,220,-1,216,222,221,-1,221,217,216,-1,223,224,221,-1,221,222,223,-1,225,226,221,-1,221,224,225,-1,218,217,221,-1,221,226,218,-1,223,228,227,-1,227,224,223,-1,138,229,227,-1,227,228,138,-1,230,231,227,-1,227,229,230,-1,225,224,227,-1,227,231,225,-1,138,211,232,-1,232,229,138,-1,206,213,232,-1,232,211,206,-1,220,233,232,-1,232,213,220,-1,230,229,232,-1,232,233,230,-1,216,236,235,-1,235,234,216,-1});
  }
}
private class MFInt32243 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {237,238,235,-1,235,236,237,-1,239,240,235,-1,235,238,239,-1,241,234,235,-1,235,240,241,-1,237,243,242,-1,242,238,237,-1,244,245,242,-1,242,243,244,-1,246,247,242,-1,242,245,246,-1,239,238,242,-1,242,247,239,-1,244,249,248,-1,248,245,244,-1,223,250,248,-1,248,249,223,-1,251,252,248,-1,248,250,251,-1,246,245,248,-1,248,252,246,-1,223,222,253,-1,253,250,223,-1,216,234,253,-1,253,222,216,-1,241,254,253,-1,253,234,241,-1,251,250,253,-1,253,254,251,-1,237,257,256,-1,256,255,237,-1,258,259,256,-1,256,257,258,-1,260,261,256,-1,256,259,260,-1,264,255,256,-1,256,261,264,-1,258,266,265,-1,265,259,258,-1,267,268,265,-1,265,266,267,-1,269,270,265,-1,265,268,269,-1,260,259,265,-1,265,270,260,-1,267,272,271,-1,271,268,267,-1,244,273,271,-1,271,272,244,-1,274,275,271,-1,271,273,274,-1,269,268,271,-1,271,275,269,-1,244,243,276,-1,276,273,244,-1,237,255,276,-1,276,243,237,-1,264,277,276,-1,276,255,264,-1,274,273,276,-1,276,277,274,-1,258,280,279,-1,279,278,258,-1,281,282,279,-1,279,280,281,-1,283,284,279,-1,279,282,283,-1,285,278,279,-1,279,284,285,-1,281,287,286,-1,286,282,281,-1,288,289,286,-1,286,287,288,-1,290,291,286,-1,286,289,290,-1,283,282,286,-1,286,291,283,-1,288,330,329,-1,329,289,288,-1,267,331,329,-1,329,330,267,-1,332,333,329,-1,329,331,332,-1,290,289,329,-1,329,333,290,-1,267,266,334,-1,334,331,267,-1,258,278,334,-1,334,266,258,-1,285,335,334,-1,334,278,285,-1,332,331,334,-1,334,335,332,-1,281,338,337,-1,337,336,281,-1,125,339,337,-1,337,338,125,-1,340,341,337,-1,337,339,340,-1,342,336,337,-1,337,341,342,-1,125,124,343,-1,343,339,125,-1,118,344,343,-1,343,124,118,-1,345,346,343,-1,343,344,345,-1,340,339,343,-1,343,346,340,-1,118,348,347,-1,347,344,118,-1,288,349,347,-1,347,348,288,-1,350,351,347,-1,347,349,350,-1,345,344,347,-1,347,351,345,-1,288,287,352,-1,352,349,288,-1,281,336,352,-1,352,287,281,-1,342,353,352,-1,352,336,342,-1,350,349,352,-1,352,353,350,-1,432,431,446,-1,446,445,432,-1,13,447,446,-1,446,431,13,-1,448,449,446,-1,446,447,448,-1,450,445,446,-1,446,449,450,-1,354,357,356,-1,356,355,354,-1,358,359,356,-1,356,357,358,-1,53,52,356,-1,356,359,53,-1,49,355,356,-1,356,52,49,-1,358,361,360,-1,360,359,358,-1,362,363,360,-1,360,361,362,-1,55,54,360,-1,360,363,55,-1,53,359,360,-1,360,54,53,-1,362,366,365,-1,365,363,362,-1,367,368,365,-1,365,366,367,-1,57,56,365,-1,365,368,57,-1,55,363,365,-1,365,56,55,-1,367,370,369,-1,369,368,367,-1,354,355,369,-1,369,370,354,-1,49,50,369,-1,369,355,49,-1,57,368,369,-1,369,50,57,-1,371,374,373,-1,373,372,371,-1,375,376,373,-1,373,374,375,-1,62,61,373,-1,373,376,62,-1,58,372,373,-1,373,61,58,-1,375,378,377,-1,377,376,375,-1,379,380,377,-1,377,378,379,-1,64,63,377,-1,377,380,64,-1,62,376,377,-1,377,63,62,-1,379,382,381,-1,381,380,379,-1,383,384,381,-1,381,382,383,-1,66,65,381,-1,381,384,66,-1,64,380,381,-1,381,65,64,-1,383,386,385,-1,385,384,383,-1,371,372,385,-1,385,386,371,-1,58,59,385,-1,385,372,58,-1,66,384,385,-1,385,59,66,-1,387,390,389,-1,389,388,387,-1,391,392,389,-1,389,390,391,-1,71,70,389,-1,389,392,71,-1,67,388,389,-1,389,70,67,-1,391,394,393,-1,393,392,391,-1,395,396,393,-1,393,394,395,-1});
  }
}
private class MFInt32244 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {73,72,393,-1,393,396,73,-1,71,392,393,-1,393,72,71,-1,395,398,397,-1,397,396,395,-1,399,400,397,-1,397,398,399,-1,75,74,397,-1,397,400,75,-1,73,396,397,-1,397,74,73,-1,399,402,401,-1,401,400,399,-1,387,388,401,-1,401,402,387,-1,67,68,401,-1,401,388,67,-1,75,400,401,-1,401,68,75,-1,403,406,405,-1,405,404,403,-1,407,408,405,-1,405,406,407,-1,80,79,405,-1,405,408,80,-1,76,404,405,-1,405,79,76,-1,407,410,409,-1,409,408,407,-1,411,412,409,-1,409,410,411,-1,82,81,409,-1,409,412,82,-1,80,408,409,-1,409,81,80,-1,411,414,413,-1,413,412,411,-1,415,416,413,-1,413,414,415,-1,84,83,413,-1,413,416,84,-1,82,412,413,-1,413,83,82,-1,415,418,417,-1,417,416,415,-1,403,404,417,-1,417,418,403,-1,76,77,417,-1,417,404,76,-1,84,416,417,-1,417,77,84,-1,419,458,457,-1,457,420,419,-1,459,460,457,-1,457,458,459,-1,91,90,457,-1,457,460,91,-1,85,420,457,-1,457,90,85,-1,459,462,461,-1,461,460,459,-1,463,464,461,-1,461,462,463,-1,93,92,461,-1,461,464,93,-1,91,460,461,-1,461,92,91,-1,463,466,465,-1,465,464,463,-1,467,468,465,-1,465,466,467,-1,95,94,465,-1,465,468,95,-1,93,464,465,-1,465,94,93,-1,467,470,469,-1,469,468,467,-1,419,420,469,-1,469,470,419,-1,85,86,469,-1,469,420,85,-1,95,468,469,-1,469,86,95,-1,471,474,473,-1,473,472,471,-1,475,476,473,-1,473,474,475,-1,100,99,473,-1,473,476,100,-1,96,472,473,-1,473,99,96,-1,475,478,477,-1,477,476,475,-1,479,480,477,-1,477,478,479,-1,102,101,477,-1,477,480,102,-1,100,476,477,-1,477,101,100,-1,479,482,481,-1,481,480,479,-1,483,484,481,-1,481,482,483,-1,104,103,481,-1,481,484,104,-1,102,480,481,-1,481,103,102,-1,483,486,485,-1,485,484,483,-1,471,472,485,-1,485,486,471,-1,96,97,485,-1,485,472,96,-1,104,484,485,-1,485,97,104,-1,487,490,489,-1,489,488,487,-1,491,493,489,-1,489,490,491,-1,109,108,489,-1,489,493,109,-1,105,488,489,-1,489,108,105,-1,491,495,494,-1,494,493,491,-1,496,497,494,-1,494,495,496,-1,111,110,494,-1,494,497,111,-1,109,493,494,-1,494,110,109,-1,496,499,498,-1,498,497,496,-1,500,501,498,-1,498,499,500,-1,113,112,498,-1,498,501,113,-1,111,497,498,-1,498,112,111,-1,500,503,502,-1,502,501,500,-1,487,488,502,-1,502,503,487,-1,105,106,502,-1,502,488,105,-1,113,501,502,-1,502,106,113,-1,120,505,504,-1,504,121,120,-1,358,357,504,-1,504,505,358,-1,354,506,504,-1,504,357,354,-1,122,121,504,-1,504,506,122,-1,127,508,507,-1,507,128,127,-1,362,361,507,-1,507,508,362,-1,358,505,507,-1,507,361,358,-1,120,128,507,-1,507,505,120,-1,133,510,509,-1,509,134,133,-1,367,366,509,-1,509,510,367,-1,362,508,509,-1,509,366,362,-1,127,134,509,-1,509,508,127,-1,122,506,511,-1,511,137,122,-1,354,370,511,-1,511,506,354,-1,367,510,511,-1,511,370,367,-1,133,137,511,-1,511,510,133,-1,144,513,512,-1,512,196,144,-1,375,374,512,-1,512,513,375,-1,371,514,512,-1,512,374,371,-1,197,196,512,-1,512,514,197,-1,202,516,515,-1,515,203,202,-1,379,378,515,-1,515,516,379,-1,375,513,515,-1,515,378,375,-1,144,203,515,-1,515,513,144,-1,208,518,517,-1,517,209,208,-1,383,382,517,-1,517,518,383,-1,379,516,517,-1,517,382,379,-1,202,209,517,-1,517,516,202,-1,197,514,519,-1,519,212,197,-1,371,386,519,-1,519,514,371,-1,383,518,519,-1,519,386,383,-1});
  }
}
private class MFInt32245 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {208,212,519,-1,519,518,208,-1,218,521,520,-1,520,219,218,-1,391,390,520,-1,520,521,391,-1,387,522,520,-1,520,390,387,-1,220,219,520,-1,520,522,220,-1,225,524,523,-1,523,226,225,-1,395,394,523,-1,523,524,395,-1,391,521,523,-1,523,394,391,-1,218,226,523,-1,523,521,218,-1,230,526,525,-1,525,231,230,-1,399,398,525,-1,525,526,399,-1,395,524,525,-1,525,398,395,-1,225,231,525,-1,525,524,225,-1,220,522,527,-1,527,233,220,-1,387,402,527,-1,527,522,387,-1,399,526,527,-1,527,402,399,-1,230,233,527,-1,527,526,230,-1,239,529,528,-1,528,240,239,-1,407,406,528,-1,528,529,407,-1,403,530,528,-1,528,406,403,-1,241,240,528,-1,528,530,241,-1,246,532,531,-1,531,247,246,-1,411,410,531,-1,531,532,411,-1,407,529,531,-1,531,410,407,-1,239,247,531,-1,531,529,239,-1,251,534,533,-1,533,252,251,-1,415,414,533,-1,533,534,415,-1,411,532,533,-1,533,414,411,-1,246,252,533,-1,533,532,246,-1,241,530,535,-1,535,254,241,-1,403,418,535,-1,535,530,403,-1,415,534,535,-1,535,418,415,-1,251,254,535,-1,535,534,251,-1,260,537,536,-1,536,261,260,-1,459,458,536,-1,536,537,459,-1,419,538,536,-1,536,458,419,-1,264,261,536,-1,536,538,264,-1,269,540,539,-1,539,270,269,-1,463,462,539,-1,539,540,463,-1,459,537,539,-1,539,462,459,-1,260,270,539,-1,539,537,260,-1,274,542,541,-1,541,275,274,-1,467,466,541,-1,541,542,467,-1,463,540,541,-1,541,466,463,-1,269,275,541,-1,541,540,269,-1,264,538,543,-1,543,277,264,-1,419,470,543,-1,543,538,419,-1,467,542,543,-1,543,470,467,-1,274,277,543,-1,543,542,274,-1,283,545,544,-1,544,284,283,-1,475,474,544,-1,544,545,475,-1,471,546,544,-1,544,474,471,-1,285,284,544,-1,544,546,285,-1,290,548,547,-1,547,291,290,-1,479,478,547,-1,547,548,479,-1,475,545,547,-1,547,478,475,-1,283,291,547,-1,547,545,283,-1,332,600,598,-1,598,333,332,-1,483,482,598,-1,598,600,483,-1,479,548,598,-1,598,482,479,-1,290,333,598,-1,598,548,290,-1,285,546,602,-1,602,335,285,-1,471,486,602,-1,602,546,471,-1,483,600,602,-1,602,486,483,-1,332,335,602,-1,602,600,332,-1,340,606,604,-1,604,341,340,-1,491,490,604,-1,604,606,491,-1,487,609,604,-1,604,490,487,-1,342,341,604,-1,604,609,342,-1,345,642,616,-1,616,346,345,-1,496,495,616,-1,616,642,496,-1,491,606,616,-1,616,495,491,-1,340,346,616,-1,616,606,340,-1,350,644,643,-1,643,351,350,-1,500,499,643,-1,643,644,500,-1,496,642,643,-1,643,499,496,-1,345,351,643,-1,643,642,345,-1,342,609,645,-1,645,353,342,-1,487,503,645,-1,645,609,487,-1,500,644,645,-1,645,503,500,-1,350,353,645,-1,645,644,350,-1,448,452,451,-1,451,449,448,-1,453,454,451,-1,451,452,453,-1,455,456,451,-1,451,454,455,-1,450,449,451,-1,451,456,450,-1,492,551,550,-1,550,549,492,-1,552,553,550,-1,550,551,552,-1,554,555,550,-1,550,553,554,-1,556,549,550,-1,550,555,556,-1,557,560,559,-1,559,558,557,-1,561,562,559,-1,559,560,561,-1,563,564,559,-1,559,562,563,-1,565,558,559,-1,559,564,565,-1,552,567,566,-1,566,553,552,-1,568,569,566,-1,566,567,568,-1,570,571,566,-1,566,569,570,-1,554,553,566,-1,566,571,554,-1,561,573,572,-1,572,562,561,-1,574,575,572,-1,572,573,574,-1,576,577,572,-1,572,575,576,-1,563,562,572,-1,572,577,563,-1,568,579,578,-1,578,569,568,-1,580,581,578,-1,578,579,580,-1,582,583,578,-1,578,581,582,-1,570,569,578,-1,578,583,570,-1});
  }
}
private class MFInt32246 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {574,585,584,-1,584,575,574,-1,586,587,584,-1,584,585,586,-1,588,589,584,-1,584,587,588,-1,576,575,584,-1,584,589,576,-1,580,591,590,-1,590,581,580,-1,592,593,590,-1,590,591,592,-1,594,595,590,-1,590,593,594,-1,582,581,590,-1,590,595,582,-1,586,597,596,-1,596,587,586,-1,599,601,596,-1,596,597,599,-1,603,605,596,-1,596,601,603,-1,588,587,596,-1,596,605,588,-1,592,608,607,-1,607,593,592,-1,610,611,607,-1,607,608,610,-1,612,613,607,-1,607,611,612,-1,594,593,607,-1,607,613,594,-1,599,615,614,-1,614,601,599,-1,617,618,614,-1,614,615,617,-1,619,620,614,-1,614,618,619,-1,603,601,614,-1,614,620,603,-1,610,622,621,-1,621,611,610,-1,623,624,621,-1,621,622,623,-1,625,626,621,-1,621,624,625,-1,612,611,621,-1,621,626,612,-1,617,628,627,-1,627,618,617,-1,629,630,627,-1,627,628,629,-1,631,632,627,-1,627,630,631,-1,619,618,627,-1,627,632,619,-1,623,634,633,-1,633,624,623,-1,177,176,633,-1,633,634,177,-1,175,635,633,-1,633,176,175,-1,625,624,633,-1,633,635,625,-1,629,637,636,-1,636,630,629,-1,183,182,636,-1,636,637,183,-1,181,638,636,-1,636,182,181,-1,631,630,636,-1,636,638,631,-1,557,640,639,-1,639,560,557,-1,641,707,639,-1,639,640,641,-1,708,793,639,-1,639,707,708,-1,561,560,639,-1,639,793,561,-1,561,793,822,-1,822,573,561,-1,708,823,822,-1,822,793,708,-1,824,825,822,-1,822,823,824,-1,574,573,822,-1,822,825,574,-1,574,825,826,-1,826,585,574,-1,824,827,826,-1,826,825,824,-1,828,829,826,-1,826,827,828,-1,586,585,826,-1,826,829,586,-1,586,829,830,-1,830,597,586,-1,828,831,830,-1,830,829,828,-1,832,833,830,-1,830,831,832,-1,599,597,830,-1,830,833,599,-1,599,833,834,-1,834,615,599,-1,832,835,834,-1,834,833,832,-1,836,837,834,-1,834,835,836,-1,617,615,834,-1,834,837,617,-1,617,837,838,-1,838,628,617,-1,836,839,838,-1,838,837,836,-1,840,841,838,-1,838,839,840,-1,629,628,838,-1,838,841,629,-1,629,841,842,-1,842,637,629,-1,840,843,842,-1,842,841,840,-1,306,305,842,-1,842,843,306,-1,183,637,842,-1,842,305,183,-1,175,308,844,-1,844,635,175,-1,313,845,844,-1,844,308,313,-1,846,847,844,-1,844,845,846,-1,625,635,844,-1,844,847,625,-1,625,847,848,-1,848,626,625,-1,846,849,848,-1,848,847,846,-1,850,851,848,-1,848,849,850,-1,612,626,848,-1,848,851,612,-1,612,851,852,-1,852,613,612,-1,850,853,852,-1,852,851,850,-1,854,855,852,-1,852,853,854,-1,594,613,852,-1,852,855,594,-1,594,855,856,-1,856,595,594,-1,854,857,856,-1,856,855,854,-1,858,859,856,-1,856,857,858,-1,582,595,856,-1,856,859,582,-1,582,859,860,-1,860,583,582,-1,858,861,860,-1,860,859,858,-1,862,863,860,-1,860,861,862,-1,570,583,860,-1,860,863,570,-1,570,863,864,-1,864,571,570,-1,862,865,864,-1,864,863,862,-1,866,867,864,-1,864,865,866,-1,554,571,864,-1,864,867,554,-1,554,867,868,-1,868,555,554,-1,866,869,868,-1,868,867,866,-1,871,872,868,-1,868,869,871,-1,556,555,868,-1,868,872,556,-1,563,875,874,-1,874,564,563,-1,432,877,874,-1,874,875,432,-1,565,564,874,-1,874,877,565,-1,576,880,878,-1,878,577,576,-1,432,875,878,-1,878,880,432,-1,563,577,878,-1,878,875,563,-1,588,883,881,-1,881,589,588,-1,432,880,881,-1,881,883,432,-1,576,589,881,-1,881,880,576,-1,603,885,884,-1,884,605,603,-1,432,883,884,-1,884,885,432,-1,588,605,884,-1,884,883,588,-1,619,888,887,-1,887,620,619,-1});
  }
}
private class MFInt32247 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {432,885,887,-1,887,888,432,-1,603,620,887,-1,887,885,603,-1,631,890,889,-1,889,632,631,-1,432,888,889,-1,889,890,432,-1,619,632,889,-1,889,888,619,-1,181,443,891,-1,891,638,181,-1,432,890,891,-1,891,443,432,-1,631,638,891,-1,891,890,631,-1,646,649,648,-1,648,647,646,-1,650,651,648,-1,648,649,650,-1,652,653,648,-1,648,651,652,-1,654,647,648,-1,648,653,654,-1,655,658,657,-1,657,656,655,-1,659,660,657,-1,657,658,659,-1,661,662,657,-1,657,660,661,-1,663,656,657,-1,657,662,663,-1,664,667,666,-1,666,665,664,-1,668,669,666,-1,666,667,668,-1,670,671,666,-1,666,669,670,-1,672,665,666,-1,666,671,672,-1,673,676,675,-1,675,674,673,-1,677,678,675,-1,675,676,677,-1,679,680,675,-1,675,678,679,-1,681,674,675,-1,675,680,681,-1,682,685,684,-1,684,683,682,-1,686,687,684,-1,684,685,686,-1,688,689,684,-1,684,687,688,-1,690,683,684,-1,684,689,690,-1,691,694,693,-1,693,692,691,-1,695,696,693,-1,693,694,695,-1,697,698,693,-1,693,696,697,-1,699,692,693,-1,693,698,699,-1,700,703,702,-1,702,701,700,-1,704,705,702,-1,702,703,704,-1,706,709,702,-1,702,705,706,-1,710,701,702,-1,702,709,710,-1,711,714,713,-1,713,712,711,-1,715,716,713,-1,713,714,715,-1,717,718,713,-1,713,716,717,-1,719,712,713,-1,713,718,719,-1,719,718,721,-1,721,720,719,-1,717,722,721,-1,721,718,717,-1,723,724,721,-1,721,722,723,-1,725,720,721,-1,721,724,725,-1,725,724,727,-1,727,726,725,-1,723,728,727,-1,727,724,723,-1,729,730,727,-1,727,728,729,-1,731,726,727,-1,727,730,731,-1,731,730,733,-1,733,732,731,-1,729,734,733,-1,733,730,729,-1,715,714,733,-1,733,734,715,-1,711,732,733,-1,733,714,711,-1,735,738,737,-1,737,736,735,-1,739,740,737,-1,737,738,739,-1,741,742,737,-1,737,740,741,-1,142,736,737,-1,737,742,142,-1,142,742,743,-1,743,199,142,-1,741,744,743,-1,743,742,741,-1,745,746,743,-1,743,744,745,-1,200,199,743,-1,743,746,200,-1,200,746,748,-1,748,747,200,-1,745,749,748,-1,748,746,745,-1,750,751,748,-1,748,749,750,-1,752,747,748,-1,748,751,752,-1,752,751,754,-1,754,753,752,-1,750,755,754,-1,754,751,750,-1,739,738,754,-1,754,755,739,-1,735,753,754,-1,754,738,735,-1,752,758,757,-1,757,756,752,-1,759,760,757,-1,757,758,759,-1,761,762,757,-1,757,760,761,-1,763,756,757,-1,757,762,763,-1,763,762,765,-1,765,764,763,-1,761,766,765,-1,765,762,761,-1,767,768,765,-1,765,766,767,-1,769,764,765,-1,765,768,769,-1,769,768,771,-1,771,770,769,-1,767,772,771,-1,771,768,767,-1,773,774,771,-1,771,772,773,-1,735,770,771,-1,771,774,735,-1,735,774,775,-1,775,753,735,-1,773,776,775,-1,775,774,773,-1,759,758,775,-1,775,776,759,-1,752,753,775,-1,775,758,752,-1,763,779,778,-1,778,777,763,-1,780,781,778,-1,778,779,780,-1,782,783,778,-1,778,781,782,-1,784,777,778,-1,778,783,784,-1,784,783,786,-1,786,785,784,-1,782,787,786,-1,786,783,782,-1,788,789,786,-1,786,787,788,-1,790,785,786,-1,786,789,790,-1,790,789,792,-1,792,791,790,-1,788,794,792,-1,792,789,788,-1,795,796,792,-1,792,794,795,-1,769,791,792,-1,792,796,769,-1,769,796,797,-1,797,764,769,-1,795,798,797,-1,797,796,795,-1,780,779,797,-1,797,798,780,-1,763,764,797,-1,797,779,763,-1,784,801,800,-1,800,799,784,-1,802,803,800,-1,800,801,802,-1,804,805,800,-1,800,803,804,-1,806,799,800,-1,800,805,806,-1,806,805,808,-1,808,807,806,-1});
  }
}
private class MFInt32248 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {804,809,808,-1,808,805,804,-1,810,811,808,-1,808,809,810,-1,812,807,808,-1,808,811,812,-1,812,811,814,-1,814,813,812,-1,810,815,814,-1,814,811,810,-1,816,817,814,-1,814,815,816,-1,790,813,814,-1,814,817,790,-1,790,817,818,-1,818,785,790,-1,816,819,818,-1,818,817,816,-1,802,801,818,-1,818,819,802,-1,784,785,818,-1,818,801,784,-1,806,870,821,-1,821,820,806,-1,873,876,821,-1,821,870,873,-1,879,882,821,-1,821,876,879,-1,886,820,821,-1,821,882,886,-1,886,882,901,-1,901,896,886,-1,879,902,901,-1,901,882,879,-1,903,904,901,-1,901,902,903,-1,905,896,901,-1,901,904,905,-1,905,904,907,-1,907,906,905,-1,903,908,907,-1,907,904,903,-1,909,910,907,-1,907,908,909,-1,812,906,907,-1,907,910,812,-1,812,910,911,-1,911,807,812,-1,909,912,911,-1,911,910,909,-1,873,870,911,-1,911,912,873,-1,806,807,911,-1,911,870,806,-1,886,915,914,-1,914,913,886,-1,916,917,914,-1,914,915,916,-1,918,919,914,-1,914,917,918,-1,725,913,914,-1,914,919,725,-1,725,919,920,-1,920,720,725,-1,918,921,920,-1,920,919,918,-1,922,923,920,-1,920,921,922,-1,719,720,920,-1,920,923,719,-1,719,923,925,-1,925,924,719,-1,922,926,925,-1,925,923,922,-1,927,928,925,-1,925,926,927,-1,905,924,925,-1,925,928,905,-1,905,928,929,-1,929,896,905,-1,927,930,929,-1,929,928,927,-1,916,915,929,-1,929,930,916,-1,886,896,929,-1,929,915,886,-1,432,445,892,-1,892,877,432,-1,450,893,892,-1,892,445,450,-1,894,895,892,-1,892,893,894,-1,565,877,892,-1,892,895,565,-1,931,934,933,-1,933,932,931,-1,646,647,933,-1,933,934,646,-1,654,935,933,-1,933,647,654,-1,936,932,933,-1,933,935,936,-1,936,935,938,-1,938,937,936,-1,654,653,938,-1,938,935,654,-1,652,939,938,-1,938,653,652,-1,940,937,938,-1,938,939,940,-1,940,939,942,-1,942,941,940,-1,652,651,942,-1,942,939,652,-1,650,943,942,-1,942,651,650,-1,944,941,942,-1,942,943,944,-1,944,943,946,-1,946,945,944,-1,650,649,946,-1,946,943,650,-1,646,934,946,-1,946,649,646,-1,931,945,946,-1,946,934,931,-1,947,950,949,-1,949,948,947,-1,655,656,949,-1,949,950,655,-1,663,951,949,-1,949,656,663,-1,952,948,949,-1,949,951,952,-1,952,951,954,-1,954,953,952,-1,663,662,954,-1,954,951,663,-1,661,955,954,-1,954,662,661,-1,956,953,954,-1,954,955,956,-1,956,955,958,-1,958,957,956,-1,661,660,958,-1,958,955,661,-1,659,959,958,-1,958,660,659,-1,960,957,958,-1,958,959,960,-1,960,959,962,-1,962,961,960,-1,659,658,962,-1,962,959,659,-1,655,950,962,-1,962,658,655,-1,947,961,962,-1,962,950,947,-1,963,966,965,-1,965,964,963,-1,664,665,965,-1,965,966,664,-1,672,967,965,-1,965,665,672,-1,968,964,965,-1,965,967,968,-1,968,967,970,-1,970,969,968,-1,672,671,970,-1,970,967,672,-1,670,971,970,-1,970,671,670,-1,972,969,970,-1,970,971,972,-1,972,971,974,-1,974,973,972,-1,670,669,974,-1,974,971,670,-1,668,975,974,-1,974,669,668,-1,976,973,974,-1,974,975,976,-1,976,975,978,-1,978,977,976,-1,668,667,978,-1,978,975,668,-1,664,966,978,-1,978,667,664,-1,963,977,978,-1,978,966,963,-1,979,982,981,-1,981,980,979,-1,673,674,981,-1,981,982,673,-1,681,983,981,-1,981,674,681,-1,984,980,981,-1,981,983,984,-1,984,983,986,-1,986,985,984,-1,681,680,986,-1,986,983,681,-1,679,987,986,-1,986,680,679,-1,988,985,986,-1,986,987,988,-1,988,987,990,-1,990,989,988,-1,679,678,990,-1,990,987,679,-1});
  }
}
private class MFInt32249 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {677,991,990,-1,990,678,677,-1,992,989,990,-1,990,991,992,-1,992,991,994,-1,994,993,992,-1,677,676,994,-1,994,991,677,-1,673,982,994,-1,994,676,673,-1,979,993,994,-1,994,982,979,-1,995,998,997,-1,997,996,995,-1,682,683,997,-1,997,998,682,-1,690,999,997,-1,997,683,690,-1,1000,996,997,-1,997,999,1000,-1,1000,999,1002,-1,1002,1001,1000,-1,690,689,1002,-1,1002,999,690,-1,688,1003,1002,-1,1002,689,688,-1,1004,1001,1002,-1,1002,1003,1004,-1,1004,1003,1006,-1,1006,1005,1004,-1,688,687,1006,-1,1006,1003,688,-1,686,1007,1006,-1,1006,687,686,-1,1008,1005,1006,-1,1006,1007,1008,-1,1008,1007,1010,-1,1010,1009,1008,-1,686,685,1010,-1,1010,1007,686,-1,682,998,1010,-1,1010,685,682,-1,995,1009,1010,-1,1010,998,995,-1,1011,1014,1013,-1,1013,1012,1011,-1,691,692,1013,-1,1013,1014,691,-1,699,1015,1013,-1,1013,692,699,-1,1016,1012,1013,-1,1013,1015,1016,-1,1016,1015,1018,-1,1018,1017,1016,-1,699,698,1018,-1,1018,1015,699,-1,697,1019,1018,-1,1018,698,697,-1,1020,1017,1018,-1,1018,1019,1020,-1,1020,1019,1022,-1,1022,1021,1020,-1,697,696,1022,-1,1022,1019,697,-1,695,1023,1022,-1,1022,696,695,-1,1024,1021,1022,-1,1022,1023,1024,-1,1024,1023,1026,-1,1026,1025,1024,-1,695,694,1026,-1,1026,1023,695,-1,691,1014,1026,-1,1026,694,691,-1,1011,1025,1026,-1,1026,1014,1011,-1,1027,1030,1029,-1,1029,1028,1027,-1,700,701,1029,-1,1029,1030,700,-1,710,1031,1029,-1,1029,701,710,-1,1032,1028,1029,-1,1029,1031,1032,-1,1032,1031,1034,-1,1034,1033,1032,-1,710,709,1034,-1,1034,1031,710,-1,706,1035,1034,-1,1034,709,706,-1,1036,1033,1034,-1,1034,1035,1036,-1,1036,1035,1038,-1,1038,1037,1036,-1,706,705,1038,-1,1038,1035,706,-1,704,1039,1038,-1,1038,705,704,-1,1040,1037,1038,-1,1038,1039,1040,-1,1040,1039,1042,-1,1042,1041,1040,-1,704,703,1042,-1,1042,1039,704,-1,700,1030,1042,-1,1042,703,700,-1,1027,1041,1042,-1,1042,1030,1027,-1,717,716,1044,-1,1044,1043,717,-1,715,1045,1044,-1,1044,716,715,-1,931,932,1044,-1,1044,1045,931,-1,936,1043,1044,-1,1044,932,936,-1,723,722,1047,-1,1047,1046,723,-1,717,1043,1047,-1,1047,722,717,-1,936,937,1047,-1,1047,1043,936,-1,940,1046,1047,-1,1047,937,940,-1,729,728,1049,-1,1049,1048,729,-1,723,1046,1049,-1,1049,728,723,-1,940,941,1049,-1,1049,1046,940,-1,944,1048,1049,-1,1049,941,944,-1,715,734,1050,-1,1050,1045,715,-1,729,1048,1050,-1,1050,734,729,-1,944,945,1050,-1,1050,1048,944,-1,931,1045,1050,-1,1050,945,931,-1,741,740,1052,-1,1052,1051,741,-1,739,1053,1052,-1,1052,740,739,-1,947,948,1052,-1,1052,1053,947,-1,952,1051,1052,-1,1052,948,952,-1,745,744,1055,-1,1055,1054,745,-1,741,1051,1055,-1,1055,744,741,-1,952,953,1055,-1,1055,1051,952,-1,956,1054,1055,-1,1055,953,956,-1,750,749,1057,-1,1057,1056,750,-1,745,1054,1057,-1,1057,749,745,-1,956,957,1057,-1,1057,1054,956,-1,960,1056,1057,-1,1057,957,960,-1,739,755,1058,-1,1058,1053,739,-1,750,1056,1058,-1,1058,755,750,-1,960,961,1058,-1,1058,1056,960,-1,947,1053,1058,-1,1058,961,947,-1,761,760,1060,-1,1060,1059,761,-1,759,1061,1060,-1,1060,760,759,-1,963,964,1060,-1,1060,1061,963,-1,968,1059,1060,-1,1060,964,968,-1,767,766,1063,-1,1063,1062,767,-1,761,1059,1063,-1,1063,766,761,-1,968,969,1063,-1,1063,1059,968,-1,972,1062,1063,-1,1063,969,972,-1,773,772,1065,-1,1065,1064,773,-1,767,1062,1065,-1,1065,772,767,-1,972,973,1065,-1,1065,1062,972,-1,976,1064,1065,-1,1065,973,976,-1,759,776,1066,-1,1066,1061,759,-1,773,1064,1066,-1,1066,776,773,-1,976,977,1066,-1,1066,1064,976,-1,963,1061,1066,-1,1066,977,963,-1,782,781,1068,-1,1068,1067,782,-1,780,1069,1068,-1,1068,781,780,-1,979,980,1068,-1,1068,1069,979,-1});
  }
}
private class MFInt32250 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {984,1067,1068,-1,1068,980,984,-1,788,787,1071,-1,1071,1070,788,-1,782,1067,1071,-1,1071,787,782,-1,984,985,1071,-1,1071,1067,984,-1,988,1070,1071,-1,1071,985,988,-1,795,794,1073,-1,1073,1072,795,-1,788,1070,1073,-1,1073,794,788,-1,988,989,1073,-1,1073,1070,988,-1,992,1072,1073,-1,1073,989,992,-1,780,798,1074,-1,1074,1069,780,-1,795,1072,1074,-1,1074,798,795,-1,992,993,1074,-1,1074,1072,992,-1,979,1069,1074,-1,1074,993,979,-1,804,803,1076,-1,1076,1075,804,-1,802,1077,1076,-1,1076,803,802,-1,995,996,1076,-1,1076,1077,995,-1,1000,1075,1076,-1,1076,996,1000,-1,810,809,1079,-1,1079,1078,810,-1,804,1075,1079,-1,1079,809,804,-1,1000,1001,1079,-1,1079,1075,1000,-1,1004,1078,1079,-1,1079,1001,1004,-1,816,815,1081,-1,1081,1080,816,-1,810,1078,1081,-1,1081,815,810,-1,1004,1005,1081,-1,1081,1078,1004,-1,1008,1080,1081,-1,1081,1005,1008,-1,802,819,1082,-1,1082,1077,802,-1,816,1080,1082,-1,1082,819,816,-1,1008,1009,1082,-1,1082,1080,1008,-1,995,1077,1082,-1,1082,1009,995,-1,879,876,1084,-1,1084,1083,879,-1,873,1085,1084,-1,1084,876,873,-1,1011,1012,1084,-1,1084,1085,1011,-1,1016,1083,1084,-1,1084,1012,1016,-1,903,902,1087,-1,1087,1086,903,-1,879,1083,1087,-1,1087,902,879,-1,1016,1017,1087,-1,1087,1083,1016,-1,1020,1086,1087,-1,1087,1017,1020,-1,909,908,1089,-1,1089,1088,909,-1,903,1086,1089,-1,1089,908,903,-1,1020,1021,1089,-1,1089,1086,1020,-1,1024,1088,1089,-1,1089,1021,1024,-1,873,912,1090,-1,1090,1085,873,-1,909,1088,1090,-1,1090,912,909,-1,1024,1025,1090,-1,1090,1088,1024,-1,1011,1085,1090,-1,1090,1025,1011,-1,918,917,1092,-1,1092,1091,918,-1,916,1093,1092,-1,1092,917,916,-1,1027,1028,1092,-1,1092,1093,1027,-1,1032,1091,1092,-1,1092,1028,1032,-1,922,921,1095,-1,1095,1094,922,-1,918,1091,1095,-1,1095,921,918,-1,1032,1033,1095,-1,1095,1091,1032,-1,1036,1094,1095,-1,1095,1033,1036,-1,927,926,1097,-1,1097,1096,927,-1,922,1094,1097,-1,1097,926,922,-1,1036,1037,1097,-1,1097,1094,1036,-1,1040,1096,1097,-1,1097,1037,1040,-1,916,930,1098,-1,1098,1093,916,-1,927,1096,1098,-1,1098,930,927,-1,1040,1041,1098,-1,1098,1096,1040,-1,1027,1093,1098,-1,1098,1041,1027,-1,894,893,898,-1,898,897,894,-1,450,456,898,-1,898,893,450,-1,455,899,898,-1,898,456,455,-1,900,897,898,-1,898,899,900,-1});
  }
}
private class MFVec2f251 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.8647f ,0.3354f ,0.8772f ,0.3277f ,0.8746f ,0.3053f ,0.8621f ,0.313f ,0.8601f ,0.2951f ,0.8726f ,0.2875f ,0.8849f ,0.2799f ,0.8869f ,0.2977f ,0.8896f ,0.3201f ,0.8597f ,0.2826f ,0.8715f ,0.2769f ,0.8722f ,0.2824f ,0.8598f ,0.2838f ,0.8599f ,0.2848f ,0.8717f ,0.2877f ,0.8824f ,0.2879f ,0.8841f ,0.2797f ,0.8831f ,0.2709f ,0.9015f ,0.3128f ,0.8989f ,0.2904f ,0.8968f ,0.2726f ,0.9082f ,0.2656f ,0.9103f ,0.2834f ,0.913f ,0.3058f ,0.894f ,0.2646f ,0.8952f ,0.2745f ,0.8933f ,0.2842f ,0.9019f ,0.2784f ,0.9057f ,0.268f ,0.9045f ,0.2582f ,0.9239f ,0.299f ,0.9213f ,0.2766f ,0.9192f ,0.2589f ,0.9299f ,0.2523f ,0.9321f ,0.27f ,0.9347f ,0.2924f ,0.9147f ,0.2519f ,0.9158f ,0.2618f ,0.9122f ,0.2726f ,0.9201f ,0.2673f ,0.926f ,0.2555f ,0.9249f ,0.2457f ,0.9454f ,0.2859f ,0.9428f ,0.2634f ,0.9406f ,0.2457f ,0.9501f ,0.2399f ,0.9523f ,0.2576f ,0.9549f ,0.28f ,0.9353f ,0.2393f ,0.8544f ,0.1f ,0.8519f ,0.1017f ,0.8611f ,0.09569f ,0.8611f ,0.09564f ,0.8678f ,0.09126f ,0.8702f ,0.08971f ,0.8679f ,0.09122f ,0.861f ,0.09573f ,0.8541f ,0.1002f ,0.9585f ,0.03203f ,0.9596f ,0.03133f ,0.96f ,0.03107f ,0.9584f ,0.0321f ,0.9591f ,0.03167f ,0.9604f ,0.03082f ,0.9615f ,0.0301f ,0.9616f ,0.03005f ,0.9609f ,0.0305f ,0.9593f ,0.03151f ,0.9587f ,0.03191f ,0.9568f ,0.03319f ,0.9582f ,0.03223f ,0.9564f ,0.03343f ,0.9548f ,0.03448f ,0.9542f ,0.03487f ,0.9553f ,0.03415f ,0.9571f ,0.03297f ,0.9524f ,0.03607f ,0.9524f ,0.03602f ,0.9481f ,0.03882f ,0.9494f ,0.03797f ,0.9459f ,0.04029f ,0.9439f ,0.04162f ,0.944f ,0.04152f ,0.9468f ,0.03967f ,0.9503f ,0.03741f ,0.938f ,0.04546f ,0.9392f ,0.04468f ,0.9364f ,0.2491f ,0.931f ,0.261f ,0.9309f ,0.05011f ,0.9321f ,0.04928f ,0.9256f ,0.05352f ,0.9225f ,0.05555f ,0.9237f ,0.05479f ,0.9296f ,0.05095f ,0.9361f ,0.04669f ,0.9154f ,0.06023f ,0.9165f ,0.05949f ,0.9084f ,0.06475f ,0.9096f ,0.064f ,0.9032f ,0.06814f ,0.9004f ,0.07001f ,0.9016f ,0.06919f ,0.9073f ,0.06551f ,0.9135f ,0.06145f ,0.8925f ,0.07517f ,0.8942f ,0.07408f ,0.8855f ,0.07974f ,0.8861f ,0.07936f ,0.8794f ,0.08374f ,0.8768f ,0.08541f ,0.8787f ,0.08417f ,0.8849f ,0.08013f ,0.8914f ,0.07589f ,0.8536f ,0.1469f ,0.8566f ,0.144f ,0.8658f ,0.138f ,0.8659f ,0.1387f ,0.878f ,0.1308f ,0.875f ,0.132f ,0.8743f ,0.1261f ,0.8652f ,0.1321f ,0.856f ,0.1381f ,0.8782f ,0.1298f ,0.8783f ,0.1303f ,0.8786f ,0.1309f ,0.8752f ,0.1318f ,0.8746f ,0.126f ,0.8776f ,0.124f ,0.8656f ,0.1381f ,0.8658f ,0.1399f ,0.853f ,0.1485f ,0.8561f ,0.1443f ,0.8554f ,0.1385f ,0.865f ,0.1322f ,0.8532f ,0.1462f ,0.8533f ,0.1471f ,0.8526f ,0.1403f ,0.9617f ,0.0761f ,0.9624f ,0.07489f ,0.9621f ,0.07506f ,0.9621f ,0.07583f ,0.9628f ,0.07539f ,0.9631f ,0.07441f ,0.9625f ,0.06853f ,0.9377f ,0.2565f ,0.9456f ,0.2435f ,0.9446f ,0.2336f ,0.962f ,0.2757f ,0.9593f ,0.2533f ,0.9572f ,0.2355f ,0.9622f ,0.2324f ,0.9644f ,0.2502f ,0.967f ,0.2726f ,0.9511f ,0.2295f ,0.9522f ,0.2394f ,0.9455f ,0.2521f ,0.9476f ,0.2503f ,0.9567f ,0.2367f ,0.9557f ,0.2268f ,0.9705f ,0.2705f ,0.9678f ,0.2481f ,0.9657f ,0.2303f ,0.9678f ,0.229f ,0.97f ,0.2468f ,0.9726f ,0.2692f ,0.9588f ,0.2248f ,0.9599f ,0.2347f ,0.9526f ,0.2478f ,0.9522f ,0.2475f ,0.9618f ,0.2335f ,0.9608f ,0.2236f ,0.9737f ,0.2685f ,0.9711f ,0.2461f ,0.9689f ,0.2284f ,0.9692f ,0.2282f ,0.9714f ,0.2459f ,0.974f ,0.2683f ,0.9617f ,0.2231f ,0.9628f ,0.233f ,0.9552f ,0.2462f ,0.9532f ,0.2469f ,0.963f ,0.2328f ,0.9619f ,0.2229f ,0.8599f ,0.282f ,0.8715f ,0.2749f ,0.8828f ,0.268f ,0.8829f ,0.2677f ,0.8716f ,0.2747f ,0.86f ,0.2819f ,0.8937f ,0.2613f ,0.9042f ,0.2549f ,0.9044f ,0.2545f ,0.8937f ,0.2611f ,0.9144f ,0.2486f ,0.9246f ,0.2423f ,0.9615f ,0.06917f ,0.9618f ,0.06901f ,0.9652f ,0.07305f ,0.9652f ,0.0735f ,0.9676f ,0.07275f ,0.967f ,0.07187f ,0.9663f ,0.06605f ,0.9646f ,0.0672f ,0.9672f ,0.07175f ,0.9675f ,0.07342f ,0.9663f ,0.07362f ,0.9661f ,0.07245f ,0.9654f ,0.06663f ,0.9665f ,0.06594f ,0.9641f ,0.07376f ,0.9642f ,0.07421f ,0.9635f ,0.06791f ,0.9653f ,0.07301f ,0.9638f ,0.07396f ,0.9641f ,0.07564f ,0.9606f ,0.07732f ,0.9612f ,0.0757f ,0.9605f ,0.06987f ,0.9631f ,0.06815f ,0.9646f ,0.06719f ,0.9587f ,0.07729f ,0.9588f ,0.07774f ,0.9563f ,0.07961f ,0.9576f ,0.078f ,0.957f ,0.07212f ,0.9581f ,0.07143f ,0.959f ,0.07709f ,0.959f ,0.07785f ,0.9616f ,0.0754f ,0.961f ,0.06952f ,0.9584f ,0.0712f ,0.9641f ,0.07376f ,0.9635f ,0.06791f ,0.9589f ,0.07716f ,0.9549f ,0.0798f ,0.9552f ,0.08149f ,0.9481f ,0.08548f ,0.9498f ,0.08311f ,0.9491f ,0.07727f ,0.9542f ,0.07397f ,0.9582f ,0.07134f ,0.9469f ,0.08502f ,0.9469f ,0.08547f ,0.9446f ,0.08724f ,0.9469f ,0.08499f ,0.9463f ,0.07912f ,0.9463f ,0.07916f ,0.9507f ,0.08252f ,0.9507f ,0.08326f ,0.9555f ,0.07936f ,0.9549f ,0.07349f ,0.9501f ,0.07664f ,0.9587f ,0.0773f ,0.958f ,0.07146f ,0.9454f ,0.08597f ,0.9374f ,0.09121f ,0.9377f ,0.09292f ,0.926f ,0.0999f ,0.9284f ,0.09706f ,0.9278f ,0.09122f ,0.9367f ,0.08537f ,0.9248f ,0.242f ,0.9144f ,0.2484f ,0.9447f ,0.08014f ,0.9242f ,0.09986f ,0.9242f ,0.1003f ,0.9225f ,0.1017f ,0.9255f ,0.09895f ,0.9249f ,0.09308f ,0.9235f ,0.094f ,0.9336f ,0.09368f ,0.9336f ,0.0944f ,0.9426f ,0.0878f ,0.942f ,0.08194f ,0.933f ,0.08782f ,0.9469f ,0.08503f ,0.9462f ,0.07919f ,0.9228f ,0.1008f ,0.9147f ,0.106f ,0.915f ,0.1078f ,0.9032f ,0.1148f ,0.9059f ,0.1118f ,0.9052f ,0.1059f ,0.9141f ,0.1002f ,0.9221f ,0.09494f ,0.902f ,0.1143f ,0.9021f ,0.1148f ,0.9008f ,0.1158f ,0.9037f ,0.1132f ,0.9031f ,0.1073f ,0.9014f ,0.1084f ,0.935f ,0.2359f ,0.9443f ,0.2302f ,0.9455f ,0.2293f ,0.9352f ,0.2356f ,0.951f ,0.2261f ,0.9555f ,0.2233f ,0.9564f ,0.2226f ,0.9512f ,0.2258f ,0.9587f ,0.2214f ,0.9606f ,0.2202f ,0.9615f ,0.2195f ,0.9589f ,0.221f ,0.9616f ,0.2196f ,0.9618f ,0.2195f ,0.9625f ,0.2189f ,0.9618f ,0.2192f ,0.9679f ,0.2199f ,0.9676f ,0.22f ,0.9665f ,0.2207f ,0.9658f ,0.2173f ,0.967f ,0.2171f ,0.967f ,0.2165f ,0.9644f ,0.222f ,0.961f ,0.2241f ,0.9605f ,0.2206f ,0.9638f ,0.2191f ,0.956f ,0.2272f ,0.9489f ,0.2315f ,0.9488f ,0.2278f ,0.9554f ,0.2242f ,0.9395f ,0.2373f ,0.9288f ,0.2439f ,0.928f ,0.2405f ,0.939f ,0.2343f ,0.9181f ,0.2504f ,0.9072f ,0.2572f ,0.9066f ,0.2536f ,0.9115f ,0.1082f ,0.9115f ,0.1088f ,0.92f ,0.1026f ,0.9193f ,0.09673f ,0.9108f ,0.1023f ,0.9241f ,0.09988f ,0.9235f ,0.09403f ,0.8999f ,0.1157f ,0.891f ,0.1215f ,0.8912f ,0.1233f ,0.8816f ,0.1277f ,0.881f ,0.1218f ,0.8903f ,0.1157f ,0.8993f ,0.1098f ,0.8783f ,0.1298f ,0.8809f ,0.1281f ,0.8803f ,0.1223f ,0.8776f ,0.124f ,0.8893f ,0.1226f ,0.8894f ,0.1233f ,0.8982f ,0.1168f ,0.8975f ,0.111f ,0.8887f ,0.1168f ,0.902f ,0.1143f ,0.9014f ,0.1085f ,0.8526f ,0.1068f ,0.8521f ,0.1016f ,0.8612f ,0.09563f ,0.8617f ,0.1008f ,0.8709f ,0.09485f ,0.8702f ,0.08973f ,0.8734f ,0.08764f ,0.8741f ,0.09274f ,0.8711f ,0.09469f ,0.8704f ,0.08957f ,0.9176f ,0.2474f ,0.861f ,0.09575f ,0.8616f ,0.1009f ,0.8521f ,0.1071f ,0.8516f ,0.1019f ,0.8488f ,0.1037f ,0.8492f ,0.109f ,0.9585f ,0.03763f ,0.958f ,0.03239f ,0.9578f ,0.03251f ,0.9582f ,0.03778f ,0.9592f ,0.03716f ,0.9587f ,0.03192f ,0.9605f ,0.03073f ,0.9611f ,0.0359f ,0.9628f ,0.03482f ,0.9621f ,0.02971f ,0.9622f ,0.02964f ,0.9629f ,0.03473f ,0.9619f ,0.0354f ,0.9612f ,0.03028f ,0.9595f ,0.03142f ,0.96f ,0.0366f ,0.961f ,0.03597f ,0.9603f ,0.03087f ,0.9588f ,0.03185f ,0.9595f ,0.03694f ,0.9569f ,0.03863f ,0.9563f ,0.0335f ,0.9541f ,0.03492f ,0.9547f ,0.04012f ,0.9537f ,0.04074f ,0.9533f ,0.03548f ,0.9547f ,0.03454f ,0.9551f ,0.03981f ,0.9577f ,0.03816f ,0.9572f ,0.03292f ,0.9594f ,0.03147f ,0.96f ,0.03662f ,0.9546f ,0.04012f ,0.9539f ,0.03504f ,0.95f ,0.03763f ,0.9506f ,0.04274f ,0.9457f ,0.04599f ,0.9451f ,0.04082f ,0.9424f ,0.0426f ,0.9429f ,0.04783f ,0.943f ,0.04774f ,0.9425f ,0.04248f ,0.9463f ,0.04001f ,0.9468f ,0.04526f ,0.9515f ,0.04215f ,0.951f ,0.03695f ,0.9539f ,0.03505f ,0.9546f ,0.04018f ,0.9412f ,0.04889f });
  }
}
private class MFVec2f252 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.9405f ,0.0438f ,0.8957f ,0.2642f ,0.8839f ,0.2714f ,0.8835f ,0.2678f ,0.8953f ,0.2611f ,0.8717f ,0.2789f ,0.8594f ,0.2865f ,0.8595f ,0.2833f ,0.8715f ,0.2757f ,0.8747f ,0.2891f ,0.8686f ,0.2887f ,0.862f ,0.2864f ,0.866f ,0.2846f ,0.8874f ,0.2834f ,0.8844f ,0.2872f ,0.8993f ,0.2761f ,0.8981f ,0.2788f ,0.9106f ,0.2691f ,0.9119f ,0.2704f ,0.9172f ,0.2651f ,0.9224f ,0.2639f ,0.9201f ,0.2633f ,0.9275f ,0.2608f ,0.9208f ,0.2629f ,0.9294f ,0.2596f ,0.8596f ,0.2851f ,0.8597f ,0.2849f ,0.8598f ,0.2845f ,0.8592f ,0.2791f ,0.8591f ,0.2794f ,0.859f ,0.2795f ,0.8574f ,0.2652f ,0.8575f ,0.265f ,0.8554f ,0.2465f ,0.8552f ,0.2466f ,0.8551f ,0.2466f ,0.8573f ,0.2653f ,0.9326f ,0.04897f ,0.9332f ,0.05411f ,0.9243f ,0.05992f ,0.9238f ,0.05471f ,0.9197f ,0.05742f ,0.9201f ,0.06267f ,0.9216f ,0.06174f ,0.9211f ,0.05648f ,0.9291f ,0.05126f ,0.9296f ,0.05648f ,0.9386f ,0.05063f ,0.938f ,0.04547f ,0.942f ,0.04281f ,0.9427f ,0.04792f ,0.9186f ,0.06368f ,0.9179f ,0.05858f ,0.91f ,0.06373f ,0.9106f ,0.06889f ,0.9018f ,0.07461f ,0.9013f ,0.06939f ,0.8976f ,0.07184f ,0.898f ,0.07709f ,0.8997f ,0.07599f ,0.8993f ,0.07074f ,0.9069f ,0.06578f ,0.9074f ,0.07098f ,0.9159f ,0.06545f ,0.9152f ,0.06031f ,0.9193f ,0.05767f ,0.92f ,0.06277f ,0.8958f ,0.07858f ,0.8951f ,0.07347f ,0.8863f ,0.07922f ,0.8869f ,0.0844f ,0.8776f ,0.09047f ,0.8647f ,0.3354f ,0.8771f ,0.08524f ,0.8738f ,0.08737f ,0.8743f ,0.09263f ,0.8769f ,0.09093f ,0.8764f ,0.08568f ,0.8847f ,0.08026f ,0.8853f ,0.08545f ,0.894f ,0.0797f ,0.8934f ,0.07458f ,0.8972f ,0.07212f ,0.8979f ,0.07722f ,0.8634f ,0.1163f ,0.8726f ,0.1104f ,0.8542f ,0.1223f ,0.8758f ,0.1082f ,0.8728f ,0.1102f ,0.8633f ,0.1165f ,0.8537f ,0.1227f ,0.8509f ,0.1246f ,0.9599f ,0.05337f ,0.9608f ,0.05274f ,0.9601f ,0.05322f ,0.9628f ,0.05144f ,0.9645f ,0.05032f ,0.9647f ,0.05021f ,0.9637f ,0.0509f ,0.9617f ,0.05214f ,0.9613f ,0.05242f ,0.9587f ,0.05413f ,0.9628f ,0.05146f ,0.9563f ,0.05567f ,0.9553f ,0.05632f ,0.9568f ,0.0554f ,0.9593f ,0.05373f ,0.9617f ,0.05215f ,0.9524f ,0.05824f ,0.9474f ,0.06152f ,0.9564f ,0.05561f ,0.9445f ,0.06339f ,0.9446f ,0.06333f ,0.9484f ,0.06085f ,0.9532f ,0.05771f ,0.9563f ,0.0557f ,0.935f ,0.06962f ,0.926f ,0.07546f ,0.943f ,0.06439f ,0.9218f ,0.07824f ,0.9232f ,0.07731f ,0.9313f ,0.07204f ,0.9403f ,0.06617f ,0.9445f ,0.06343f ,0.9123f ,0.08441f ,0.9035f ,0.09017f ,0.9203f ,0.07919f ,0.8997f ,0.09266f ,0.9014f ,0.09156f ,0.8621f ,0.313f ,0.8746f ,0.3053f ,0.8772f ,0.3277f ,0.8896f ,0.3201f ,0.8869f ,0.2977f ,0.8849f ,0.2799f ,0.8726f ,0.2875f ,0.8601f ,0.2951f ,0.8597f ,0.2826f ,0.8598f ,0.2838f ,0.8722f ,0.2824f ,0.8715f ,0.2769f ,0.8831f ,0.2709f ,0.8841f ,0.2797f ,0.8824f ,0.2879f ,0.8717f ,0.2877f ,0.8599f ,0.2848f ,0.8989f ,0.2904f ,0.9015f ,0.3128f ,0.913f ,0.3058f ,0.9103f ,0.2834f ,0.9082f ,0.2656f ,0.8968f ,0.2726f ,0.8952f ,0.2745f ,0.894f ,0.2646f ,0.9045f ,0.2582f ,0.9057f ,0.268f ,0.9019f ,0.2784f ,0.8933f ,0.2842f ,0.9213f ,0.2766f ,0.9239f ,0.299f ,0.9347f ,0.2924f ,0.9321f ,0.27f ,0.9299f ,0.2523f ,0.9192f ,0.2589f ,0.9158f ,0.2618f ,0.9147f ,0.2519f ,0.9249f ,0.2457f ,0.926f ,0.2555f ,0.9201f ,0.2673f ,0.9122f ,0.2726f ,0.9428f ,0.2634f ,0.9454f ,0.2859f ,0.9549f ,0.28f ,0.9523f ,0.2576f ,0.9501f ,0.2399f ,0.9406f ,0.2457f ,0.9364f ,0.2491f ,0.9353f ,0.2393f ,0.9091f ,0.08653f ,0.9446f ,0.2336f ,0.9176f ,0.08097f ,0.9456f ,0.2435f ,0.9217f ,0.07828f ,0.9377f ,0.2565f ,0.8886f ,0.09993f ,0.931f ,0.261f ,0.8792f ,0.106f ,0.9593f ,0.2533f ,0.962f ,0.2757f ,0.8975f ,0.09409f ,0.967f ,0.2726f ,0.9644f ,0.2502f ,0.9622f ,0.2324f ,0.9572f ,0.2355f ,0.9522f ,0.2394f ,0.9511f ,0.2295f ,0.8759f ,0.1082f ,0.9557f ,0.2268f ,0.9567f ,0.2367f ,0.9476f ,0.2503f ,0.9455f ,0.2521f ,0.9678f ,0.2481f ,0.9705f ,0.2705f ,0.9726f ,0.2692f ,0.97f ,0.2468f ,0.9678f ,0.229f ,0.9657f ,0.2303f ,0.9599f ,0.2347f ,0.9588f ,0.2248f ,0.9608f ,0.2236f ,0.9618f ,0.2335f ,0.9522f ,0.2475f ,0.9526f ,0.2478f ,0.9711f ,0.2461f ,0.9737f ,0.2685f ,0.9689f ,0.2284f ,0.9628f ,0.233f ,0.9617f ,0.2231f ,0.9552f ,0.2462f ,0.8715f ,0.2749f ,0.8599f ,0.282f ,0.86f ,0.2819f ,0.8785f ,0.1065f ,0.887f ,0.101f ,0.8958f ,0.09522f ,0.8996f ,0.09272f ,0.8544f ,0.1f ,0.8611f ,0.09564f ,0.8611f ,0.09569f ,0.8519f ,0.1017f ,0.8541f ,0.1002f ,0.861f ,0.09573f ,0.8679f ,0.09122f ,0.8702f ,0.08971f ,0.8678f ,0.09126f ,0.9585f ,0.03203f ,0.9584f ,0.0321f ,0.96f ,0.03107f ,0.9596f ,0.03133f ,0.9609f ,0.0305f ,0.9616f ,0.03005f ,0.9615f ,0.0301f ,0.9604f ,0.03082f ,0.9591f ,0.03167f ,0.9593f ,0.03151f ,0.9582f ,0.03223f ,0.9568f ,0.03319f ,0.9587f ,0.03191f ,0.9571f ,0.03297f ,0.9553f ,0.03415f ,0.9542f ,0.03487f ,0.9548f ,0.03448f ,0.9564f ,0.03343f ,0.9524f ,0.03607f ,0.9494f ,0.03797f ,0.9481f ,0.03882f ,0.9524f ,0.03602f ,0.9503f ,0.03741f ,0.9468f ,0.03967f ,0.944f ,0.04152f ,0.9439f ,0.04162f ,0.9459f ,0.04029f ,0.938f ,0.04546f ,0.9321f ,0.04928f ,0.9309f ,0.05011f ,0.9392f ,0.04468f ,0.9361f ,0.04669f ,0.9296f ,0.05095f ,0.9237f ,0.05479f ,0.9225f ,0.05555f ,0.9256f ,0.05352f ,0.9154f ,0.06023f ,0.9096f ,0.064f ,0.9084f ,0.06475f ,0.9165f ,0.05949f ,0.9135f ,0.06145f ,0.9073f ,0.06551f ,0.9016f ,0.06919f ,0.9004f ,0.07001f ,0.9032f ,0.06814f ,0.8925f ,0.07517f ,0.8861f ,0.07936f ,0.8855f ,0.07974f ,0.8942f ,0.07408f ,0.8914f ,0.07589f ,0.8849f ,0.08013f ,0.8787f ,0.08417f ,0.8716f ,0.2747f ,0.8829f ,0.2677f ,0.8768f ,0.08541f ,0.8794f ,0.08374f ,0.8536f ,0.1469f ,0.8659f ,0.1387f ,0.8658f ,0.138f ,0.8566f ,0.144f ,0.856f ,0.1381f ,0.8652f ,0.1321f ,0.8743f ,0.1261f ,0.875f ,0.132f ,0.878f ,0.1308f ,0.8783f ,0.1303f ,0.8782f ,0.1298f ,0.8776f ,0.124f ,0.8746f ,0.126f ,0.8752f ,0.1318f ,0.8786f ,0.1309f ,0.8658f ,0.1399f ,0.8656f ,0.1381f ,0.865f ,0.1322f ,0.8554f ,0.1385f ,0.8561f ,0.1443f ,0.853f ,0.1485f ,0.8533f ,0.1471f ,0.8532f ,0.1462f ,0.8526f ,0.1403f ,0.9617f ,0.0761f ,0.9621f ,0.07583f ,0.9621f ,0.07506f ,0.9624f ,0.07489f ,0.9618f ,0.06901f ,0.9615f ,0.06917f ,0.9625f ,0.06853f ,0.9631f ,0.07441f ,0.9652f ,0.07305f ,0.9646f ,0.0672f ,0.9663f ,0.06605f ,0.967f ,0.07187f ,0.9675f ,0.07342f ,0.9672f ,0.07175f ,0.9665f ,0.06594f ,0.9654f ,0.06663f ,0.9661f ,0.07245f ,0.9663f ,0.07362f ,0.9642f ,0.07421f ,0.9641f ,0.07376f ,0.9635f ,0.06791f ,0.9641f ,0.07564f ,0.9638f ,0.07396f ,0.9653f ,0.07301f ,0.9646f ,0.06719f ,0.9631f ,0.06815f ,0.9605f ,0.06987f ,0.9612f ,0.0757f ,0.9606f ,0.07732f ,0.9588f ,0.07774f ,0.9587f ,0.07729f ,0.9581f ,0.07143f ,0.957f ,0.07212f ,0.9576f ,0.078f ,0.9563f ,0.07961f ,0.959f ,0.07785f ,0.959f ,0.07709f ,0.9584f ,0.0712f ,0.961f ,0.06952f ,0.9616f ,0.0754f ,0.9641f ,0.07376f ,0.9635f ,0.06791f ,0.9552f ,0.08149f ,0.9549f ,0.0798f ,0.9589f ,0.07716f ,0.9582f ,0.07134f ,0.9542f ,0.07397f ,0.9491f ,0.07727f ,0.9498f ,0.08311f ,0.9481f ,0.08548f ,0.9469f ,0.08547f ,0.9469f ,0.08502f ,0.9463f ,0.07916f ,0.9463f ,0.07912f ,0.9469f ,0.08499f ,0.9446f ,0.08724f ,0.9507f ,0.08326f ,0.9507f ,0.08252f ,0.8828f ,0.268f ,0.9501f ,0.07664f ,0.9549f ,0.07349f ,0.9555f ,0.07936f ,0.9587f ,0.0773f ,0.958f ,0.07146f ,0.9377f ,0.09292f ,0.9374f ,0.09121f ,0.9454f ,0.08597f ,0.9447f ,0.08014f ,0.9367f ,0.08537f ,0.9278f ,0.09122f ,0.9284f ,0.09706f ,0.926f ,0.0999f ,0.9242f ,0.1003f ,0.9242f ,0.09986f ,0.9235f ,0.094f ,0.9249f ,0.09309f ,0.9255f ,0.09895f ,0.9225f ,0.1017f ,0.9336f ,0.0944f ,0.9336f ,0.09368f ,0.933f ,0.08782f ,0.942f ,0.08194f ,0.9426f ,0.0878f ,0.9469f ,0.08503f ,0.9462f ,0.07919f ,0.915f ,0.1078f ,0.9147f ,0.106f ,0.8937f ,0.2613f ,0.8937f ,0.2611f ,0.9044f ,0.2545f ,0.9042f ,0.2549f ,0.9144f ,0.2486f ,0.9144f ,0.2484f ,0.9248f ,0.242f ,0.9246f ,0.2423f ,0.935f ,0.2359f ,0.9352f ,0.2356f ,0.9455f ,0.2293f ,0.9443f ,0.2302f ,0.951f ,0.2261f ,0.9512f ,0.2258f ,0.9564f ,0.2226f ,0.9555f ,0.2233f ,0.9587f ,0.2214f ,0.9589f ,0.221f });
  }
}
private class MFVec2f253 {
  private org.web3d.x3d.jsail.fields.MFVec2f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec2f(new float[] {0.9615f ,0.2195f ,0.9606f ,0.2202f ,0.9616f ,0.2196f ,0.9618f ,0.2192f ,0.9676f ,0.22f ,0.967f ,0.2171f ,0.9658f ,0.2173f ,0.9665f ,0.2207f ,0.9644f ,0.222f ,0.9638f ,0.2191f ,0.9605f ,0.2206f ,0.961f ,0.2241f ,0.956f ,0.2272f ,0.9554f ,0.2242f ,0.9488f ,0.2278f ,0.9489f ,0.2315f ,0.9395f ,0.2373f ,0.939f ,0.2343f ,0.928f ,0.2405f ,0.9288f ,0.2439f ,0.9181f ,0.2504f ,0.9176f ,0.2474f ,0.9066f ,0.2536f ,0.9072f ,0.2572f ,0.8957f ,0.2642f ,0.8953f ,0.2611f ,0.8835f ,0.2678f ,0.8839f ,0.2714f ,0.8717f ,0.2789f ,0.8715f ,0.2757f ,0.9228f ,0.1008f ,0.8595f ,0.2833f ,0.8594f ,0.2865f ,0.9221f ,0.09494f ,0.8686f ,0.2887f ,0.8747f ,0.2891f ,0.9141f ,0.1002f ,0.862f ,0.2864f ,0.8844f ,0.2872f ,0.9052f ,0.1059f ,0.8874f ,0.2834f ,0.8981f ,0.2788f ,0.9059f ,0.1118f ,0.8993f ,0.2761f ,0.9119f ,0.2704f ,0.9106f ,0.2691f ,0.9032f ,0.1148f ,0.9224f ,0.2639f ,0.9172f ,0.2651f ,0.9275f ,0.2608f ,0.9201f ,0.2633f ,0.9294f ,0.2596f ,0.8597f ,0.2849f ,0.8591f ,0.2794f ,0.8592f ,0.2791f ,0.8598f ,0.2845f ,0.9021f ,0.1148f ,0.8575f ,0.265f ,0.8574f ,0.2652f ,0.8552f ,0.2466f ,0.8554f ,0.2465f ,0.902f ,0.1143f ,0.9014f ,0.1084f ,0.9031f ,0.1073f ,0.9037f ,0.1132f ,0.9008f ,0.1158f ,0.9115f ,0.1088f ,0.9115f ,0.1082f ,0.9108f ,0.1023f ,0.9193f ,0.09673f ,0.92f ,0.1026f ,0.9241f ,0.09988f ,0.9235f ,0.09403f ,0.8912f ,0.1233f ,0.891f ,0.1215f ,0.8999f ,0.1157f ,0.8993f ,0.1098f ,0.8903f ,0.1157f ,0.881f ,0.1218f ,0.8816f ,0.1277f ,0.8783f ,0.1298f ,0.8776f ,0.124f ,0.8803f ,0.1223f ,0.8809f ,0.1281f ,0.8894f ,0.1233f ,0.8893f ,0.1226f ,0.8887f ,0.1168f ,0.8975f ,0.111f ,0.8982f ,0.1168f ,0.902f ,0.1143f ,0.9014f ,0.1085f ,0.8526f ,0.1068f ,0.8617f ,0.1008f ,0.8612f ,0.09563f ,0.8521f ,0.1016f ,0.8702f ,0.08973f ,0.8709f ,0.09485f ,0.8741f ,0.09274f ,0.8734f ,0.08764f ,0.8704f ,0.08957f ,0.8711f ,0.09469f ,0.8616f ,0.1009f ,0.861f ,0.09575f ,0.8516f ,0.1019f ,0.8521f ,0.1071f ,0.8492f ,0.109f ,0.8488f ,0.1037f ,0.9585f ,0.03763f ,0.9582f ,0.03778f ,0.9578f ,0.03251f ,0.958f ,0.03239f ,0.9587f ,0.03192f ,0.9592f ,0.03716f ,0.9611f ,0.0359f ,0.9605f ,0.03073f ,0.9621f ,0.02971f ,0.9628f ,0.03482f ,0.9629f ,0.03473f ,0.9622f ,0.02964f ,0.9612f ,0.03028f ,0.9619f ,0.0354f ,0.96f ,0.0366f ,0.9595f ,0.03142f ,0.961f ,0.03597f ,0.9595f ,0.03694f ,0.9588f ,0.03185f ,0.9603f ,0.03087f ,0.9563f ,0.0335f ,0.9569f ,0.03863f ,0.9547f ,0.04012f ,0.9541f ,0.03492f ,0.9533f ,0.03548f ,0.9537f ,0.04074f ,0.9551f ,0.03981f ,0.9547f ,0.03454f ,0.9572f ,0.03292f ,0.9577f ,0.03816f ,0.96f ,0.03662f ,0.9594f ,0.03147f ,0.9546f ,0.04012f ,0.9506f ,0.04274f ,0.95f ,0.03763f ,0.9539f ,0.03504f ,0.9451f ,0.04082f ,0.9457f ,0.04599f ,0.9429f ,0.04783f ,0.9424f ,0.0426f ,0.9425f ,0.04248f ,0.943f ,0.04774f ,0.9468f ,0.04526f ,0.9463f ,0.04001f ,0.951f ,0.03695f ,0.9515f ,0.04215f ,0.9546f ,0.04018f ,0.9539f ,0.03505f ,0.9412f ,0.04889f ,0.9332f ,0.05411f ,0.9326f ,0.04897f ,0.9405f ,0.0438f ,0.9238f ,0.05471f ,0.9243f ,0.05992f ,0.9201f ,0.06267f ,0.9197f ,0.05742f ,0.9211f ,0.05648f ,0.9216f ,0.06174f ,0.9296f ,0.05648f ,0.9291f ,0.05126f ,0.938f ,0.04547f ,0.9386f ,0.05063f ,0.9427f ,0.04792f ,0.942f ,0.04281f ,0.9186f ,0.06368f ,0.9106f ,0.06889f ,0.91f ,0.06373f ,0.9179f ,0.05858f ,0.9013f ,0.06939f ,0.9018f ,0.07461f ,0.898f ,0.07709f ,0.8976f ,0.07184f ,0.8993f ,0.07074f ,0.8997f ,0.07599f ,0.9074f ,0.07098f ,0.9069f ,0.06578f ,0.9152f ,0.06031f ,0.9159f ,0.06545f ,0.92f ,0.06277f ,0.9193f ,0.05767f ,0.8958f ,0.07858f ,0.8869f ,0.0844f ,0.8863f ,0.07922f ,0.8951f ,0.07347f ,0.8771f ,0.08524f ,0.8776f ,0.09047f ,0.8743f ,0.09263f ,0.8738f ,0.08737f ,0.8764f ,0.08568f ,0.8769f ,0.09093f ,0.8853f ,0.08545f ,0.8847f ,0.08026f ,0.8934f ,0.07458f ,0.894f ,0.0797f ,0.8979f ,0.07722f ,0.8972f ,0.07212f ,0.8726f ,0.1104f ,0.8634f ,0.1163f ,0.8542f ,0.1223f ,0.8728f ,0.1102f ,0.8758f ,0.1082f ,0.8537f ,0.1227f ,0.8633f ,0.1165f ,0.8509f ,0.1246f ,0.9608f ,0.05274f ,0.9599f ,0.05337f ,0.9601f ,0.05322f ,0.9645f ,0.05032f ,0.9628f ,0.05144f ,0.9637f ,0.0509f ,0.9647f ,0.05021f ,0.9617f ,0.05214f ,0.9587f ,0.05413f ,0.9613f ,0.05242f ,0.9628f ,0.05146f ,0.9553f ,0.05632f ,0.9563f ,0.05567f ,0.9593f ,0.05373f ,0.9568f ,0.0554f ,0.9617f ,0.05215f ,0.9474f ,0.06152f ,0.9524f ,0.05824f ,0.9564f ,0.05561f ,0.9446f ,0.06333f ,0.9445f ,0.06339f ,0.9532f ,0.05771f ,0.9484f ,0.06085f ,0.9563f ,0.0557f ,0.926f ,0.07546f ,0.935f ,0.06962f ,0.943f ,0.06439f ,0.9232f ,0.07731f ,0.9218f ,0.07824f ,0.9403f ,0.06617f ,0.9313f ,0.07204f ,0.9445f ,0.06343f ,0.9035f ,0.09017f ,0.9123f ,0.08441f ,0.9203f ,0.07919f ,0.9014f ,0.09156f ,0.8997f ,0.09266f ,0.9176f ,0.08097f ,0.9091f ,0.08653f ,0.9217f ,0.07828f ,0.8792f ,0.106f ,0.8886f ,0.09993f ,0.8975f ,0.09409f ,0.8785f ,0.1065f ,0.8759f ,0.1082f ,0.8958f ,0.09522f ,0.887f ,0.101f ,0.8996f ,0.09272f });
  }
}
private class MFVec3f254 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-2.78f ,0.8496f ,-1.608f ,-2.777f ,0.2987f ,-1.683f ,-2.125f ,0.1308f ,-1.676f ,-2.789f ,0.7394f ,-0.8298f ,-2.786f ,0.189f ,-0.9075f ,-2.157f ,0.06281f ,-0.9464f ,-2.677f ,0.6356f ,-0.09551f ,-2.674f ,0.08531f ,-0.1741f ,-2.131f ,-0.02711f ,-0.275f ,-2.371f ,0.5392f ,0.586f ,-2.368f ,-0.01099f ,0.5068f ,-2.006f ,-0.1174f ,0.3632f ,-1.911f ,0.4495f ,1.22f ,-1.909f ,-0.1006f ,1.14f ,-1.713f ,-0.2048f ,0.9811f ,-1.336f ,0.3957f ,1.601f ,-1.335f ,-0.1543f ,1.52f ,-1.253f ,-0.2541f ,1.33f ,-0.6794f ,0.3711f ,1.775f ,-0.679f ,-0.1789f ,1.694f ,-0.6546f ,-0.2767f ,1.49f ,0f ,-0.1852f ,1.738f ,0f ,-0.2819f ,1.526f ,-2.122f ,0.1608f ,-1.675f ,-1.93f ,0.2856f ,-0.9938f ,-1.906f ,0.2319f ,-0.3884f ,-1.794f ,0.1511f ,0.183f ,-1.533f ,0.07302f ,0.7347f ,-1.121f ,0.02888f ,1.047f ,-0.5859f ,0.00863f ,1.19f ,0f ,0.003966f ,1.223f ,-2.684f ,0.1398f ,-1.684f ,-2.219f ,0.1235f ,-1.665f ,-2.213f ,0.01946f ,-0.946f ,-2.185f ,-0.07577f ,-0.2727f ,-2.054f ,-0.1661f ,0.366f ,-1.749f ,-0.258f ,1.016f ,-1.275f ,-0.3067f ,1.36f ,-0.6617f ,-0.3291f ,1.518f ,-0.6764f ,-0.3421f ,1.653f ,-1.33f ,-0.3185f ,1.486f ,-1.895f ,-0.2665f ,1.118f ,-2.345f ,-0.1745f ,0.4679f ,-2.642f ,-0.07965f ,-0.2028f ,-2.743f ,0.02301f ,-0.9288f ,0f ,0.1811f ,-1.486f ,-2.23f ,-0.3493f ,-1.636f ,-2.257f ,-0.4254f ,-1.098f ,-2.702f ,-0.4264f ,-1.091f ,-2.682f ,-0.3471f ,-1.651f ,-0.5807f ,-0.7901f ,1.481f ,-0.08538f ,-0.7931f ,1.503f ,-0.08698f ,-0.8081f ,1.608f ,-0.5887f ,-0.8044f ,1.582f ,-0.7603f ,-0.8007f ,1.556f ,-1.244f ,-0.7838f ,1.437f ,-1.21f ,-0.7703f ,1.341f ,-0.7458f ,-0.7868f ,1.458f ,-1.402f ,-0.7742f ,1.369f ,-1.811f ,-0.7368f ,1.104f ,-1.714f ,-0.7257f ,1.026f ,-1.351f ,-0.7613f ,1.278f ,-1.943f ,-0.7183f ,0.9738f ,-2.266f ,-0.6481f ,0.4769f ,-2.054f ,-0.6365f ,0.3949f ,-1.813f ,-0.7073f ,0.8956f ,-2.365f ,-0.6241f ,0.3072f ,-2.572f ,-0.5544f ,-0.1856f ,-2.216f ,-0.5456f ,-0.2477f ,-2.106f ,-0.6128f ,0.2276f ,-2.626f ,-0.5291f ,-0.3645f ,-2.692f ,-0.4533f ,-0.9005f ,-2.26f ,-0.4504f ,-0.921f ,-2.233f ,-0.5219f ,-0.415f ,-2.122f ,-0.3642f ,-1.749f ,-2.295f ,-0.4218f ,-1.574f ,-2.314f ,-0.4778f ,-1.178f ,-2.638f ,-0.4781f ,-1.176f ,-2.623f ,-0.4207f ,-1.582f ,-0.5147f ,-0.8554f ,1.492f ,-0.153f ,-0.8577f ,1.508f ,-0.1549f ,-0.8677f ,1.579f ,-0.5193f ,-0.8651f ,1.561f ,-0.8237f ,-0.8587f ,1.515f ,-1.172f ,-0.8465f ,1.429f ,-1.152f ,-0.8373f ,1.364f ,-0.8114f ,-0.8494f ,1.449f ,-1.449f ,-0.8296f ,1.31f ,-1.739f ,-0.8027f ,1.119f ,-1.679f ,-0.7949f ,1.064f ,-1.409f ,-0.8211f ,1.249f ,-1.968f ,-0.7698f ,0.8862f ,-2.192f ,-0.7184f ,0.5231f ,-2.053f ,-0.7103f ,0.4657f ,-1.864f ,-0.7619f ,0.8308f ,-2.357f ,-0.6756f ,0.2203f ,-2.494f ,-0.6252f ,-0.1362f ,-2.251f ,-0.6185f ,-0.1834f ,-2.157f ,-0.6678f ,0.1655f ,-2.581f ,-0.5804f ,-0.453f ,-2.623f ,-0.5257f ,-0.8394f ,-2.316f ,-0.523f ,-0.8586f ,-2.291f ,-0.5758f ,-0.4854f ,-2.228f ,0.02897f ,-1.584f ,-2.256f ,-0.04748f ,-1.043f ,-2.704f ,-0.04851f ,-1.036f ,-2.683f ,0.03117f ,-1.599f ,-0.582f ,-0.4116f ,1.532f ,-0.08377f ,-0.4146f ,1.553f ,-0.08547f ,-0.4304f ,1.665f ,-0.5905f ,-0.4267f ,1.639f ,-0.7592f ,-0.4232f ,1.613f ,-1.246f ,-0.4061f ,1.493f ,-1.21f ,-0.3918f ,1.391f ,-0.7438f ,-0.4083f ,1.509f ,-1.402f ,-0.3967f ,1.426f ,-1.815f ,-0.3589f ,1.159f ,-1.713f ,-0.3471f ,1.076f ,-1.348f ,-0.383f ,1.329f ,-1.945f ,-0.3406f ,1.03f ,-2.27f ,-0.27f ,0.5304f ,-2.052f ,-0.2581f ,0.4462f ,-1.81f ,-0.3292f ,0.9487f ,-2.367f ,-0.2463f ,0.3627f ,-2.575f ,-0.1762f ,-0.1332f ,-2.214f ,-0.1673f ,-0.1961f ,-2.104f ,-0.2349f ,0.2818f ,-2.628f ,-0.1513f ,-0.3093f ,-2.694f ,-0.07502f ,-0.8484f ,-2.258f ,-0.07211f ,-0.869f ,-2.231f ,-0.144f ,-0.3604f ,-2.122f ,0.08236f ,-1.686f ,2.78f ,0.8496f ,-1.608f ,2.777f ,0.2987f ,-1.683f ,2.786f ,0.189f ,-0.9075f ,2.789f ,0.7394f ,-0.8298f ,2.125f ,0.1308f ,-1.676f ,2.122f ,0.1608f ,-1.675f ,1.93f ,0.2856f ,-0.9938f ,2.157f ,0.06281f ,-0.9464f ,2.674f ,0.08531f ,-0.1741f ,2.677f ,0.6356f ,-0.09551f ,1.906f ,0.2319f ,-0.3884f ,2.131f ,-0.02711f ,-0.275f ,2.368f ,-0.01099f ,0.5068f ,2.371f ,0.5392f ,0.586f ,1.794f ,0.1511f ,0.183f ,2.006f ,-0.1174f ,0.3632f ,1.909f ,-0.1006f ,1.14f ,1.911f ,0.4495f ,1.22f ,1.533f ,0.07302f ,0.7347f ,1.713f ,-0.2048f ,0.9811f ,1.335f ,-0.1543f ,1.52f ,1.336f ,0.3957f ,1.601f ,1.121f ,0.02888f ,1.047f ,1.253f ,-0.2541f ,1.33f ,0.679f ,-0.1789f ,1.694f ,0.6794f ,0.3711f ,1.775f ,0.5859f ,0.00863f ,1.19f ,0.6546f ,-0.2767f ,1.49f ,0f ,0.3648f ,1.819f ,2.213f ,0.01946f ,-0.946f ,2.219f ,0.1235f ,-1.665f ,2.185f ,-0.07577f ,-0.2727f ,2.054f ,-0.1661f ,0.366f ,1.749f ,-0.258f ,1.016f ,1.275f ,-0.3067f ,1.36f ,0.6617f ,-0.3291f ,1.518f ,0f ,-0.3335f ,1.55f ,0.6764f ,-0.3421f ,1.653f ,0f ,-0.3476f ,1.692f ,1.33f ,-0.3185f ,1.486f ,1.895f ,-0.2665f ,1.118f ,2.345f ,-0.1745f ,0.4679f ,2.642f ,-0.07966f ,-0.2028f ,2.743f ,0.02301f ,-0.9288f ,2.684f ,0.1398f ,-1.684f ,2.295f ,-0.4218f ,-1.574f ,2.314f ,-0.4778f ,-1.178f ,2.638f ,-0.4781f ,-1.176f ,2.623f ,-0.4207f ,-1.582f ,0.5147f ,-0.8554f ,1.492f ,0.153f ,-0.8577f ,1.508f ,0.1549f ,-0.8677f ,1.579f ,0.5193f ,-0.8651f ,1.561f ,0.8237f ,-0.8587f ,1.515f ,1.172f ,-0.8465f ,1.429f ,1.152f ,-0.8373f ,1.364f ,0.8114f ,-0.8494f ,1.449f ,1.449f ,-0.8296f ,1.31f ,1.739f ,-0.8027f ,1.119f ,1.679f ,-0.7949f ,1.064f ,1.409f ,-0.8211f ,1.249f ,1.968f ,-0.7698f ,0.8862f ,2.192f ,-0.7184f ,0.5231f ,2.053f ,-0.7103f ,0.4657f ,1.864f ,-0.7619f ,0.8308f ,2.357f ,-0.6756f ,0.2203f ,2.494f ,-0.6252f ,-0.1362f ,2.251f ,-0.6185f ,-0.1834f ,2.157f ,-0.6678f ,0.1655f ,2.581f ,-0.5804f ,-0.453f ,2.623f ,-0.5257f ,-0.8394f ,2.316f ,-0.523f ,-0.8586f ,2.291f ,-0.5758f ,-0.4854f ,2.256f ,-0.04748f ,-1.043f ,2.228f ,0.02897f ,-1.584f ,2.704f ,-0.04851f ,-1.036f ,2.683f ,0.03117f ,-1.599f ,0.08377f ,-0.4146f ,1.553f ,0.582f ,-0.4116f ,1.532f ,0.08547f ,-0.4304f ,1.665f ,0.5905f ,-0.4267f ,1.639f ,1.246f ,-0.4061f ,1.493f ,0.7592f ,-0.4232f ,1.613f ,1.21f ,-0.3918f ,1.391f ,0.7438f ,-0.4083f ,1.509f ,1.815f ,-0.3589f ,1.159f ,1.402f ,-0.3967f ,1.426f ,1.713f ,-0.3471f ,1.076f ,1.348f ,-0.383f ,1.329f ,2.27f ,-0.27f ,0.5304f ,1.945f ,-0.3406f ,1.03f ,2.052f ,-0.2581f ,0.4462f ,1.81f ,-0.3292f ,0.9487f ,2.575f ,-0.1762f ,-0.1332f ,2.367f ,-0.2463f ,0.3627f ,2.214f ,-0.1673f ,-0.1961f ,2.104f ,-0.2349f ,0.2818f ,2.694f ,-0.07502f ,-0.8484f ,2.628f ,-0.1513f ,-0.3093f ,2.258f ,-0.07211f ,-0.869f ,2.231f ,-0.144f ,-0.3604f ,2.122f ,0.08236f ,-1.686f ,0f ,0.08788f ,-1.693f ,2.23f ,-0.3493f ,-1.636f ,2.257f ,-0.4254f ,-1.098f ,2.702f ,-0.4264f ,-1.091f ,2.682f ,-0.3471f ,-1.651f ,0.5807f ,-0.7901f ,1.481f ,0.08538f ,-0.7931f ,1.503f ,0.08698f ,-0.8081f ,1.608f ,0.5887f ,-0.8044f ,1.582f ,0.7603f ,-0.8007f ,1.556f ,1.244f ,-0.7838f ,1.437f ,1.21f ,-0.7703f ,1.341f ,0.7458f ,-0.7868f ,1.458f ,1.402f ,-0.7742f ,1.369f ,1.811f ,-0.7368f ,1.104f ,1.714f ,-0.7257f ,1.026f ,1.351f ,-0.7613f ,1.278f ,1.943f ,-0.7183f ,0.9738f ,2.266f ,-0.6481f ,0.4769f ,2.054f ,-0.6365f ,0.3949f ,1.813f ,-0.7073f ,0.8956f ,2.365f ,-0.6241f ,0.3072f ,2.572f ,-0.5544f ,-0.1856f ,2.216f ,-0.5456f ,-0.2477f ,2.106f ,-0.6128f ,0.2276f ,2.626f ,-0.5291f ,-0.3645f ,2.692f ,-0.4533f ,-0.9005f ,2.26f ,-0.4504f ,-0.921f ,2.233f ,-0.5219f ,-0.415f ,2.122f ,-0.3642f ,-1.749f ,0f ,-0.363f ,-1.757f ,-2.792f ,0.4871f ,-1.259f ,-2.142f ,0.1746f ,-1.297f ,-2.754f ,0.3796f ,-0.4991f ,-2.151f ,0.1543f ,-0.5849f ,-2.546f ,0.2799f ,0.2059f ,-2.083f ,0.06273f ,0.0628f ,-2.157f ,0.1847f ,0.8788f ,-1.879f ,-0.02861f ,0.7087f ,-1.636f ,0.1112f ,1.399f ,-1.501f ,-0.09869f ,1.204f ,-1.014f ,0.07351f ,1.665f ,-0.9654f ,-0.1327f ,1.445f ,-0.3407f ,0.05918f ,1.766f ,-0.3302f ,-0.1456f ,1.536f ,-2.154f ,0.07289f ,-1.306f });
  }
}
private class MFVec3f255 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-2.162f ,-0.02563f ,-0.6098f ,-2.094f ,-0.1175f ,0.03959f ,-1.889f ,-0.2092f ,0.6885f ,-1.508f ,-0.2798f ,1.188f ,-0.9686f ,-0.3141f ,1.43f ,-0.3311f ,-0.327f ,1.521f ,-0.3399f ,-0.299f ,1.704f ,-1.011f ,-0.2848f ,1.603f ,-1.63f ,-0.2473f ,1.339f ,-2.148f ,-0.1741f ,0.821f ,-2.536f ,-0.0793f ,0.1506f ,-2.743f ,0.02005f ,-0.5519f ,-2.781f ,0.1265f ,-1.305f ,-1.428f ,0.2447f ,-1.416f ,-1.434f ,0.2838f ,-0.9337f ,-1.388f ,0.2227f ,-0.5019f ,-1.253f ,0.1618f ,-0.07126f ,-1.001f ,0.1151f ,0.2591f ,-0.6436f ,0.09241f ,0.4196f ,-0.2202f ,0.08385f ,0.4801f ,-2.468f ,-0.4496f ,-1.378f ,-0.3355f ,-0.8615f ,1.535f ,-0.9899f ,-0.848f ,1.439f ,-1.569f ,-0.8121f ,1.185f ,-2.019f ,-0.7401f ,0.6765f ,-2.315f ,-0.6468f ,0.01655f ,-2.453f ,-0.5512f ,-0.6591f ,-2.166f ,0.06133f ,-1.303f ,-2.484f ,0.009624f ,-0.9372f ,-2.769f ,0.0621f ,-1.308f ,-2.452f ,0.1138f ,-1.674f ,-0.332f ,-0.3396f ,1.532f ,-0.0005068f ,-0.3524f ,1.623f ,-0.3389f ,-0.3607f ,1.682f ,-0.6704f ,-0.3479f ,1.591f ,-1.007f ,-0.3466f ,1.582f ,-1.308f ,-0.3254f ,1.432f ,-0.9723f ,-0.3267f ,1.441f ,-0.6714f ,-0.3479f ,1.591f ,-1.622f ,-0.3094f ,1.319f ,-1.829f ,-0.2762f ,1.084f ,-1.516f ,-0.2921f ,1.196f ,-1.309f ,-0.3254f ,1.432f ,-2.138f ,-0.2367f ,0.8045f ,-2.208f ,-0.1815f ,0.4145f ,-1.9f ,-0.2209f ,0.693f ,-1.83f ,-0.2761f ,1.083f ,-2.524f ,-0.1423f ,0.137f ,-2.422f ,-0.0895f ,-0.2363f ,-2.106f ,-0.1286f ,0.04056f ,-2.209f ,-0.1814f ,0.4139f ,-2.731f ,-0.04331f ,-0.5628f ,-2.484f ,0.00952f ,-0.9364f ,-2.174f ,-0.03654f ,-0.6107f ,-2.422f ,-0.08937f ,-0.2371f ,-1.061f ,0.1611f ,-1.68f ,-2.173f ,-0.45f ,-1.375f ,-2.483f ,-0.5009f ,-1.015f ,-2.763f ,-0.4492f ,-1.381f ,-2.452f ,-0.3983f ,-1.74f ,-0.3324f ,-0.8523f ,1.47f ,-0.006795f ,-0.8637f ,1.55f ,-0.3385f ,-0.8706f ,1.6f ,-0.6641f ,-0.8593f ,1.519f ,-1.005f ,-0.8566f ,1.5f ,-1.302f ,-0.837f ,1.361f ,-0.9747f ,-0.8394f ,1.378f ,-0.6778f ,-0.859f ,1.517f ,-1.616f ,-0.8197f ,1.239f ,-1.823f ,-0.788f ,1.015f ,-1.522f ,-0.8045f ,1.132f ,-1.315f ,-0.8361f ,1.355f ,-2.13f ,-0.7474f ,0.7281f ,-2.205f ,-0.6935f ,0.3471f ,-1.908f ,-0.7328f ,0.6249f ,-1.833f ,-0.7867f ,1.006f ,-2.516f ,-0.6533f ,0.06285f ,-2.419f ,-0.6016f ,-0.3027f ,-2.114f ,-0.6402f ,-0.02979f ,-2.211f ,-0.6919f ,0.3357f ,-2.724f ,-0.5545f ,-0.6358f ,-2.483f ,-0.5026f ,-1.003f ,-2.181f ,-0.5479f ,-0.6824f ,-2.422f ,-0.5998f ,-0.3154f ,-2.167f ,-0.1997f ,-1.34f ,-2.484f ,-0.2513f ,-0.9747f ,-2.768f ,-0.199f ,-1.345f ,-2.452f ,-0.1473f ,-1.71f ,-0.3321f ,-0.6012f ,1.499f ,-0.00152f ,-0.6135f ,1.586f ,-0.3388f ,-0.6213f ,1.641f ,-0.6694f ,-0.609f ,1.554f ,-1.007f ,-0.6072f ,1.542f ,-1.307f ,-0.5865f ,1.395f ,-0.9732f ,-0.5883f ,1.408f ,-0.6725f ,-0.6089f ,1.554f ,-1.62f ,-0.5701f ,1.279f ,-1.828f ,-0.5373f ,1.047f ,-1.518f ,-0.5535f ,1.162f ,-1.311f ,-0.5863f ,1.394f ,-2.135f ,-0.4976f ,0.7662f ,-2.208f ,-0.4427f ,0.3781f ,-1.903f ,-0.4822f ,0.6574f ,-1.83f ,-0.5371f ,1.046f ,-2.522f ,-0.4033f ,0.09959f ,-2.421f ,-0.3507f ,-0.2723f ,-2.108f ,-0.3898f ,0.004185f ,-2.209f ,-0.4424f ,0.3761f ,-2.729f ,-0.3044f ,-0.5999f ,-2.484f ,-0.2517f ,-0.9725f ,-2.176f ,-0.2976f ,-0.6475f ,-2.422f ,-0.3503f ,-0.2749f ,-1.061f ,-0.1087f ,-1.718f ,2.792f ,0.4871f ,-1.259f ,2.142f ,0.1746f ,-1.297f ,2.754f ,0.3796f ,-0.4991f ,2.151f ,0.1543f ,-0.5849f ,2.546f ,0.2799f ,0.2059f ,2.083f ,0.06273f ,0.0628f ,2.157f ,0.1847f ,0.8788f ,1.879f ,-0.02861f ,0.7087f ,1.636f ,0.1112f ,1.399f ,1.501f ,-0.09869f ,1.204f ,1.014f ,0.07351f ,1.665f ,0.9654f ,-0.1327f ,1.445f ,0.3407f ,0.05918f ,1.766f ,0.3302f ,-0.1456f ,1.536f ,2.154f ,0.07289f ,-1.306f ,2.162f ,-0.02563f ,-0.6098f ,2.094f ,-0.1175f ,0.03959f ,1.889f ,-0.2092f ,0.6885f ,1.508f ,-0.2798f ,1.188f ,0.9686f ,-0.3141f ,1.43f ,0.3311f ,-0.327f ,1.521f ,0.3399f ,-0.299f ,1.704f ,1.011f ,-0.2848f ,1.603f ,1.63f ,-0.2473f ,1.339f ,2.148f ,-0.1741f ,0.821f ,2.536f ,-0.0793f ,0.1506f ,2.743f ,0.02005f ,-0.5519f ,2.781f ,0.1265f ,-1.305f ,1.428f ,0.2447f ,-1.416f ,1.434f ,0.2838f ,-0.9336f ,1.388f ,0.2227f ,-0.5019f ,1.253f ,0.1618f ,-0.07126f ,1.001f ,0.1151f ,0.2591f ,0.6436f ,0.09241f ,0.4196f ,0.2202f ,0.08385f ,0.4801f ,2.468f ,-0.4496f ,-1.378f ,0.3355f ,-0.8615f ,1.535f ,0.9899f ,-0.848f ,1.439f ,1.569f ,-0.8121f ,1.185f ,2.019f ,-0.7401f ,0.6765f ,2.315f ,-0.6468f ,0.01655f ,2.453f ,-0.5512f ,-0.6591f ,2.166f ,0.06133f ,-1.303f ,2.484f ,0.009624f ,-0.9372f ,2.769f ,0.0621f ,-1.308f ,2.452f ,0.1138f ,-1.674f ,0.332f ,-0.3396f ,1.532f ,0.0005065f ,-0.3524f ,1.623f ,0.3389f ,-0.3607f ,1.682f ,0.6704f ,-0.3479f ,1.591f ,1.007f ,-0.3466f ,1.582f ,1.308f ,-0.3254f ,1.432f ,0.9723f ,-0.3267f ,1.441f ,0.6714f ,-0.3479f ,1.591f ,1.622f ,-0.3094f ,1.319f ,1.829f ,-0.2762f ,1.084f ,1.516f ,-0.2921f ,1.196f ,1.309f ,-0.3254f ,1.432f ,2.138f ,-0.2367f ,0.8045f ,2.208f ,-0.1815f ,0.4145f ,1.9f ,-0.2209f ,0.693f ,1.83f ,-0.2761f ,1.083f ,2.524f ,-0.1423f ,0.137f ,2.422f ,-0.0895f ,-0.2363f ,2.106f ,-0.1286f ,0.04056f ,2.209f ,-0.1814f ,0.4139f ,2.731f ,-0.04332f ,-0.5628f ,2.484f ,0.009519f ,-0.9364f ,2.174f ,-0.03654f ,-0.6107f ,2.422f ,-0.08938f ,-0.2371f ,1.061f ,0.1611f ,-1.68f ,2.173f ,-0.45f ,-1.375f ,2.483f ,-0.5009f ,-1.015f ,2.763f ,-0.4492f ,-1.381f ,2.452f ,-0.3983f ,-1.74f ,0.3324f ,-0.8523f ,1.47f ,0.006795f ,-0.8637f ,1.55f ,0.3385f ,-0.8706f ,1.6f ,0.6641f ,-0.8593f ,1.519f ,1.005f ,-0.8566f ,1.5f ,1.302f ,-0.837f ,1.361f ,0.9747f ,-0.8394f ,1.378f ,0.6778f ,-0.859f ,1.517f ,1.616f ,-0.8197f ,1.239f ,1.823f ,-0.788f ,1.015f ,1.522f ,-0.8045f ,1.132f ,1.315f ,-0.8361f ,1.355f ,2.13f ,-0.7474f ,0.7281f ,2.205f ,-0.6935f ,0.3471f ,1.908f ,-0.7328f ,0.6249f ,1.833f ,-0.7867f ,1.006f ,2.516f ,-0.6533f ,0.06285f ,2.419f ,-0.6016f ,-0.3027f ,2.114f ,-0.6402f ,-0.02979f ,2.211f ,-0.6919f ,0.3357f ,2.724f ,-0.5545f ,-0.6358f ,2.483f ,-0.5026f ,-1.003f ,2.181f ,-0.5479f ,-0.6824f ,2.422f ,-0.5998f ,-0.3154f ,2.167f ,-0.1997f ,-1.34f ,2.484f ,-0.2513f ,-0.9747f ,2.768f ,-0.199f ,-1.345f ,2.452f ,-0.1473f ,-1.71f ,0.3321f ,-0.6012f ,1.499f ,0.00152f ,-0.6135f ,1.586f ,0.3388f ,-0.6213f ,1.641f ,0.6694f ,-0.609f ,1.554f ,1.007f ,-0.6072f ,1.542f ,1.307f ,-0.5865f ,1.395f ,0.9732f ,-0.5883f ,1.408f ,0.6725f ,-0.6089f ,1.554f ,1.62f ,-0.5701f ,1.279f ,1.828f ,-0.5373f ,1.047f ,1.518f ,-0.5535f ,1.162f ,1.311f ,-0.5863f ,1.394f ,2.135f ,-0.4976f ,0.7662f ,2.208f ,-0.4427f ,0.3781f ,1.903f ,-0.4822f ,0.6574f ,1.83f ,-0.5371f ,1.046f ,2.522f ,-0.4033f ,0.09959f ,2.421f ,-0.3507f ,-0.2723f ,2.108f ,-0.3898f ,0.004185f ,2.209f ,-0.4424f ,0.3761f ,2.729f ,-0.3044f ,-0.5999f ,2.484f ,-0.2517f ,-0.9725f ,2.176f ,-0.2976f ,-0.6475f ,2.422f ,-0.3503f ,-0.2749f ,1.061f ,-0.1087f ,-1.718f ,-2.78f ,0.5426f ,-1.652f ,-2.122f ,0.1477f ,-1.677f ,-2.789f ,0.4325f ,-0.8732f ,-2.792f ,0.7941f ,-1.216f ,-2.79f ,0.2435f ,-1.293f ,-2.145f ,0.09869f ,-1.307f ,-2.677f ,0.3286f ,-0.1389f ,-2.754f ,0.6865f ,-0.4557f ,-2.751f ,0.1362f ,-0.534f ,-2.154f ,0.0194f ,-0.6038f ,-2.371f ,0.2322f ,0.5426f ,-2.546f ,0.5868f ,0.2493f ,-2.544f ,0.03659f ,0.1703f ,-2.085f ,-0.07226f ,0.04428f ,-1.911f ,0.1426f ,1.177f ,-2.157f ,0.4917f ,0.9222f ,-2.155f ,-0.05849f ,0.8426f ,-1.881f ,-0.1637f ,0.6909f ,-1.336f ,0.08874f ,1.557f ,-1.636f ,0.4181f ,1.442f ,-1.634f ,-0.1319f ,1.362f ,-1.503f ,-0.2339f ,1.187f ,-0.6794f ,0.06411f ,1.731f ,-1.014f ,0.3805f ,1.708f ,-1.013f ,-0.1695f ,1.628f ,-0.9662f ,-0.268f ,1.429f ,0f ,0.05784f ,1.776f ,-0.3407f ,0.3661f ,1.81f ,-0.3405f ,-0.1838f ,1.729f ,-0.3304f ,-0.2809f ,1.519f ,-2.154f ,0.183f ,-0.9298f ,-2.128f ,0.1079f ,-0.2563f ,-2.003f ,0.01768f ,0.3814f ,-1.711f ,-0.06958f ,0.9984f ,-1.252f ,-0.1188f ,1.346f ,-0.6541f ,-0.1414f ,1.506f ,0f ,-0.1466f ,1.543f ,-1.963f ,0.2426f ,-1.32f ,-1.972f ,0.2766f ,-0.6594f });
  }
}
private class MFVec3f256 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {-1.909f ,0.1927f ,-0.06564f ,-1.722f ,0.1089f ,0.5264f ,-1.376f ,0.0447f ,0.9807f ,-0.8849f ,0.0135f ,1.201f ,-0.3027f ,0.001732f ,1.285f ,-2.162f ,0.06963f ,-1.303f ,-2.171f ,-0.0284f ,-0.6098f ,-2.102f ,-0.1204f ,0.04094f ,-1.897f ,-0.2125f ,0.6923f ,-1.514f ,-0.2835f ,1.194f ,-0.9712f ,-0.318f ,1.438f ,-0.3317f ,-0.3309f ,1.529f ,-0.3392f ,-0.34f ,1.689f ,-1.009f ,-0.3259f ,1.589f ,-1.625f ,-0.2886f ,1.325f ,-2.141f ,-0.2157f ,0.8097f ,-2.528f ,-0.1212f ,0.1413f ,-2.734f ,-0.02207f ,-0.5593f ,-2.773f ,0.08362f ,-1.307f ,-2.769f ,0.1812f ,-1.691f ,-2.134f ,0.1242f ,-1.669f ,-2.166f ,0.02262f ,-0.951f ,-2.14f ,-0.07222f ,-0.2804f ,-2.014f ,-0.1627f ,0.3595f ,-1.72f ,-0.2505f ,0.9801f ,-1.257f ,-0.3001f ,1.331f ,-0.656f ,-0.3228f ,1.492f ,0f ,-0.328f ,1.528f ,-0.6776f ,-0.2941f ,1.669f ,-1.331f ,-0.2696f ,1.496f ,-1.903f ,-0.2161f ,1.118f ,-2.361f ,-0.1268f ,0.4862f ,-2.666f ,-0.03071f ,-0.1929f ,-2.778f ,0.0726f ,-0.9234f ,-1.153f ,0.1896f ,-1.613f ,-1.256f ,0.2732f ,-1.231f ,-1.241f ,0.2441f ,-0.8359f ,-1.167f ,0.1914f ,-0.4632f ,-0.9965f ,0.1411f ,-0.1071f ,-0.7287f ,0.1121f ,0.09755f ,-0.3811f ,0.09886f ,0.1912f ,0f ,0.09574f ,0.2133f ,-2.452f ,0.1247f ,-1.673f ,-2.484f ,0.01499f ,-0.9361f ,-0.6709f ,-0.3425f ,1.592f ,-1.309f ,-0.32f ,1.433f ,-1.83f ,-0.2707f ,1.084f ,-2.209f ,-0.1761f ,0.415f ,-2.422f ,-0.08402f ,-0.236f ,-2.227f ,0.09968f ,-1.574f ,-2.255f ,0.02316f ,-1.033f ,-2.704f ,0.02213f ,-1.026f ,-2.684f ,0.1019f ,-1.59f ,-2.169f ,-0.3874f ,-1.366f ,-2.484f ,-0.4388f ,-1.003f ,-2.766f ,-0.3866f ,-1.372f ,-2.452f ,-0.3352f ,-1.735f ,-0.5823f ,-0.3407f ,1.54f ,-0.08337f ,-0.3438f ,1.562f ,-0.08511f ,-0.36f ,1.676f ,-0.591f ,-0.3563f ,1.65f ,-0.3323f ,-0.7892f ,1.475f ,-0.003092f ,-0.8011f ,1.559f ,-0.3387f ,-0.8086f ,1.612f ,-0.6678f ,-0.7967f ,1.528f ,-0.7589f ,-0.3527f ,1.625f ,-1.247f ,-0.3356f ,1.504f ,-1.21f ,-0.3209f ,1.4f ,-0.7432f ,-0.3375f ,1.517f ,-1.006f ,-0.7945f ,1.513f ,-1.306f ,-0.7743f ,1.369f ,-0.9738f ,-0.7763f ,1.383f ,-0.6741f ,-0.7966f ,1.527f ,-1.402f ,-0.3262f ,1.438f ,-1.816f ,-0.2883f ,1.17f ,-1.712f ,-0.2763f ,1.085f ,-1.347f ,-0.3122f ,1.338f ,-1.618f ,-0.7575f ,1.251f ,-1.826f ,-0.7252f ,1.022f ,-1.52f ,-0.7415f ,1.137f ,-1.312f ,-0.7739f ,1.366f ,-1.946f ,-0.2701f ,1.041f ,-2.271f ,-0.1994f ,0.5406f ,-2.051f ,-0.1873f ,0.4556f ,-1.809f ,-0.2584f ,0.9582f ,-2.133f ,-0.6851f ,0.7387f ,-2.207f ,-0.6305f ,0.3528f ,-1.905f ,-0.67f ,0.6319f ,-1.831f ,-0.7246f ,1.018f ,-2.368f ,-0.1757f ,0.3733f ,-2.576f ,-0.1055f ,-0.1234f ,-2.214f ,-0.09652f ,-0.1866f ,-2.103f ,-0.1642f ,0.2919f ,-2.52f ,-0.5909f ,0.07258f ,-2.421f ,-0.5386f ,-0.2974f ,-2.11f ,-0.5775f ,-0.02187f ,-2.209f ,-0.6299f ,0.3481f ,-2.628f ,-0.08063f ,-0.299f ,-2.695f ,-0.004303f ,-0.8387f ,-2.257f ,-0.001381f ,-0.8594f ,-2.231f ,-0.07339f ,-0.3502f ,-2.728f ,-0.492f ,-0.6266f ,-2.483f ,-0.4395f ,-0.9976f ,-2.178f ,-0.4853f ,-0.6739f ,-2.422f ,-0.5378f ,-0.3029f ,-1.061f ,-0.3634f ,-1.754f ,-2.122f ,0.156f ,-1.675f ,-2.249f ,-0.4499f ,-1.376f ,-2.479f ,-0.4877f ,-1.108f ,-2.687f ,-0.4493f ,-1.38f ,-2.456f ,-0.4115f ,-1.647f ,-2.233f ,-0.4122f ,-1.642f ,-2.26f ,-0.4875f ,-1.109f ,-2.699f ,-0.4886f ,-1.102f ,-2.679f ,-0.41f ,-1.657f ,-0.3333f ,-0.8549f ,1.488f ,-0.09134f ,-0.8631f ,1.546f ,-0.3376f ,-0.868f ,1.581f ,-0.5796f ,-0.8598f ,1.523f ,-0.5782f ,-0.8531f ,1.476f ,-0.08821f ,-0.8561f ,1.497f ,-0.08971f ,-0.8702f ,1.596f ,-0.5857f ,-0.8665f ,1.57f ,-1.001f ,-0.8541f ,1.482f ,-1.222f ,-0.8398f ,1.381f ,-0.9791f ,-0.8419f ,1.396f ,-0.7581f ,-0.8562f ,1.497f ,-0.7626f ,-0.8628f ,1.544f ,-1.24f ,-0.846f ,1.426f ,-1.208f ,-0.8334f ,1.336f ,-0.749f ,-0.8497f ,1.451f ,-1.602f ,-0.8175f ,1.224f ,-1.757f ,-0.7942f ,1.059f ,-1.536f ,-0.8067f ,1.147f ,-1.381f ,-0.8299f ,1.312f ,-1.402f ,-0.8362f ,1.356f ,-1.806f ,-0.7993f ,1.095f ,-1.713f ,-0.7887f ,1.02f ,-1.355f ,-0.824f ,1.27f ,-2.1f ,-0.7454f ,0.7141f ,-2.158f ,-0.7055f ,0.4315f ,-1.938f ,-0.7348f ,0.6388f ,-1.881f ,-0.7747f ,0.9214f ,-1.942f ,-0.7804f ,0.9611f ,-2.262f ,-0.7108f ,0.4692f ,-2.056f ,-0.6995f ,0.3896f ,-1.816f ,-0.7697f ,0.8859f ,-2.464f ,-0.6516f ,0.05072f ,-2.393f ,-0.6132f ,-0.2206f ,-2.166f ,-0.6419f ,-0.01764f ,-2.237f ,-0.6803f ,0.2537f ,-2.364f ,-0.6862f ,0.2949f ,-2.568f ,-0.6172f ,-0.1924f ,-2.218f ,-0.6086f ,-0.2534f ,-2.11f ,-0.6751f ,0.2169f ,-2.654f ,-0.5537f ,-0.6418f ,-2.475f ,-0.5151f ,-0.9145f ,-2.252f ,-0.5488f ,-0.6764f ,-2.43f ,-0.5873f ,-0.4037f ,-2.624f ,-0.5912f ,-0.3764f ,-2.689f ,-0.5162f ,-0.9068f ,-2.262f ,-0.5133f ,-0.9269f ,-2.236f ,-0.5842f ,-0.4263f ,-2.228f ,-0.1614f ,-1.61f ,-2.256f ,-0.2378f ,-1.07f ,-2.703f ,-0.2389f ,-1.063f ,-2.683f ,-0.1593f ,-1.626f ,-0.5818f ,-0.6022f ,1.506f ,-0.08417f ,-0.6052f ,1.527f ,-0.08583f ,-0.6206f ,1.637f ,-0.5901f ,-0.617f ,1.61f ,-0.7594f ,-0.6134f ,1.585f ,-1.246f ,-0.5963f ,1.465f ,-1.21f ,-0.5824f ,1.366f ,-0.7444f ,-0.5989f ,1.483f ,-1.401f ,-0.5869f ,1.398f ,-1.813f ,-0.5492f ,1.131f ,-1.713f ,-0.5377f ,1.05f ,-1.349f ,-0.5735f ,1.303f ,-1.944f ,-0.5309f ,1.002f ,-2.268f ,-0.4604f ,0.5032f ,-2.053f ,-0.4486f ,0.4199f ,-1.811f ,-0.5196f ,0.9222f ,-2.366f ,-0.4366f ,0.3353f ,-2.574f ,-0.3666f ,-0.1599f ,-2.215f ,-0.3577f ,-0.2226f ,-2.104f ,-0.4252f ,0.2548f ,-2.627f ,-0.3416f ,-0.3366f ,-2.693f ,-0.2654f ,-0.875f ,-2.258f ,-0.2625f ,-0.8956f ,-2.232f ,-0.3344f ,-0.3875f ,-2.122f ,-0.111f ,-1.713f ,-2.167f ,-0.009349f ,-1.313f ,-2.484f ,-0.06101f ,-0.9475f ,-2.769f ,-0.008573f ,-1.318f ,-2.452f ,0.04308f ,-1.684f ,-0.332f ,-0.4105f ,1.524f ,-0.001013f ,-0.4231f ,1.613f ,-0.3389f ,-0.4312f ,1.67f ,-0.6699f ,-0.4186f ,1.581f ,-1.007f ,-0.4171f ,1.57f ,-1.308f ,-0.3961f ,1.422f ,-0.9727f ,-0.3976f ,1.433f ,-0.672f ,-0.4186f ,1.581f ,-1.621f ,-0.3799f ,1.308f ,-1.829f ,-0.3469f ,1.074f ,-1.517f ,-0.363f ,1.188f ,-1.31f ,-0.396f ,1.421f ,-2.137f ,-0.3073f ,0.7938f ,-2.208f ,-0.2522f ,0.4048f ,-1.901f ,-0.2917f ,0.6837f ,-1.83f ,-0.3467f ,1.073f ,-2.523f ,-0.2129f ,0.1268f ,-2.421f ,-0.1602f ,-0.2458f ,-2.107f ,-0.1994f ,0.03084f ,-2.209f ,-0.2521f ,0.4034f ,-2.73f ,-0.114f ,-0.5729f ,-2.484f ,-0.06121f ,-0.946f ,-2.175f ,-0.1072f ,-0.6207f ,-2.422f ,-0.16f ,-0.2476f ,-1.061f ,0.08604f ,-1.691f ,2.78f ,0.5426f ,-1.652f ,2.79f ,0.2435f ,-1.293f ,2.789f ,0.4325f ,-0.8732f ,2.792f ,0.7941f ,-1.216f ,2.122f ,0.1477f ,-1.677f ,1.963f ,0.2426f ,-1.32f ,2.154f ,0.183f ,-0.9298f ,2.145f ,0.09869f ,-1.307f ,2.751f ,0.1362f ,-0.534f ,2.677f ,0.3286f ,-0.1389f ,2.754f ,0.6865f ,-0.4557f ,1.972f ,0.2766f ,-0.6594f ,2.128f ,0.1079f ,-0.2563f ,2.154f ,0.0194f ,-0.6038f ,2.544f ,0.03659f ,0.1703f ,2.371f ,0.2322f ,0.5426f ,2.546f ,0.5868f ,0.2493f ,1.909f ,0.1927f ,-0.06564f ,2.003f ,0.01768f ,0.3814f ,2.085f ,-0.07226f ,0.04428f ,2.155f ,-0.05849f ,0.8426f ,1.911f ,0.1426f ,1.177f ,2.157f ,0.4917f ,0.9222f ,1.722f ,0.1089f ,0.5264f ,1.711f ,-0.06958f ,0.9984f ,1.881f ,-0.1637f ,0.6909f ,1.634f ,-0.1319f ,1.362f ,1.336f ,0.08874f ,1.557f ,1.636f ,0.4181f ,1.442f ,1.376f ,0.0447f ,0.9807f ,1.252f ,-0.1188f ,1.346f ,1.503f ,-0.2339f ,1.187f ,1.013f ,-0.1695f ,1.628f ,0.6794f ,0.06411f ,1.731f ,1.014f ,0.3805f ,1.708f ,0.8849f ,0.0135f ,1.201f ,0.6541f ,-0.1414f ,1.506f ,0.9662f ,-0.268f ,1.429f ,0.3405f ,-0.1838f ,1.729f ,0.3407f ,0.3661f ,1.81f ,0.3027f ,0.001732f ,1.285f ,0.3304f ,-0.2809f ,1.519f ,2.166f ,0.02262f ,-0.951f ,2.162f ,0.06963f ,-1.303f ,2.134f ,0.1242f ,-1.669f ,2.14f ,-0.07222f ,-0.2804f ,2.171f ,-0.0284f ,-0.6098f ,2.014f ,-0.1627f ,0.3595f ,2.102f ,-0.1204f ,0.04094f ,1.72f ,-0.2505f ,0.9801f ,1.897f ,-0.2125f ,0.6923f ,1.257f ,-0.3001f ,1.331f ,1.514f ,-0.2835f ,1.194f ,0.656f ,-0.3228f ,1.492f ,0.9712f ,-0.318f ,1.438f ,0.3317f ,-0.3309f ,1.529f ,0.6776f ,-0.2941f ,1.669f ,0.3392f ,-0.34f ,1.689f ,0f ,-0.3003f ,1.713f });
  }
}
private class MFVec3f257 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {1.331f ,-0.2696f ,1.496f ,1.009f ,-0.3259f ,1.589f ,1.903f ,-0.2161f ,1.118f ,1.625f ,-0.2886f ,1.325f ,2.361f ,-0.1268f ,0.4862f ,2.141f ,-0.2157f ,0.8097f ,2.666f ,-0.03072f ,-0.1929f ,2.528f ,-0.1212f ,0.1413f ,2.778f ,0.07259f ,-0.9234f ,2.734f ,-0.02207f ,-0.5593f ,2.769f ,0.1812f ,-1.691f ,2.773f ,0.08362f ,-1.307f ,1.153f ,0.1896f ,-1.613f ,1.256f ,0.2732f ,-1.231f ,1.241f ,0.2441f ,-0.8359f ,1.167f ,0.1914f ,-0.4632f ,0.9965f ,0.1411f ,-0.1071f ,0.7287f ,0.1121f ,0.09755f ,0.3811f ,0.09886f ,0.1912f ,2.249f ,-0.4499f ,-1.376f ,2.479f ,-0.4877f ,-1.108f ,2.687f ,-0.4493f ,-1.38f ,2.456f ,-0.4115f ,-1.647f ,0.3333f ,-0.8549f ,1.488f ,0.09134f ,-0.8631f ,1.546f ,0.3376f ,-0.868f ,1.581f ,0.5796f ,-0.8598f ,1.523f ,1.001f ,-0.8541f ,1.482f ,1.222f ,-0.8398f ,1.381f ,0.9791f ,-0.8419f ,1.396f ,0.7581f ,-0.8562f ,1.497f ,1.602f ,-0.8175f ,1.224f ,1.757f ,-0.7942f ,1.059f ,1.536f ,-0.8067f ,1.147f ,1.381f ,-0.8299f ,1.312f ,2.1f ,-0.7454f ,0.7141f ,2.158f ,-0.7055f ,0.4315f ,1.938f ,-0.7348f ,0.6388f ,1.881f ,-0.7748f ,0.9214f ,2.464f ,-0.6516f ,0.05072f ,2.393f ,-0.6132f ,-0.2206f ,2.166f ,-0.6419f ,-0.01764f ,2.237f ,-0.6803f ,0.2537f ,2.654f ,-0.5537f ,-0.6418f ,2.475f ,-0.5151f ,-0.9145f ,2.252f ,-0.5488f ,-0.6764f ,2.43f ,-0.5873f ,-0.4037f ,2.255f ,0.02316f ,-1.033f ,2.167f ,-0.009349f ,-1.313f ,2.227f ,0.09968f ,-1.574f ,2.484f ,0.01499f ,-0.9361f ,2.704f ,0.02213f ,-1.026f ,2.484f ,-0.06101f ,-0.9475f ,2.684f ,0.1019f ,-1.59f ,2.769f ,-0.008573f ,-1.318f ,2.452f ,0.1247f ,-1.673f ,2.452f ,0.04308f ,-1.684f ,0.08337f ,-0.3438f ,1.562f ,0.332f ,-0.4105f ,1.524f ,0.5823f ,-0.3407f ,1.54f ,0f ,-0.347f ,1.624f ,0.08511f ,-0.36f ,1.676f ,0.001013f ,-0.4231f ,1.613f ,0.591f ,-0.3563f ,1.65f ,0.3389f ,-0.4312f ,1.67f ,0.6709f ,-0.3425f ,1.592f ,0.6699f ,-0.4186f ,1.581f ,1.247f ,-0.3356f ,1.504f ,1.007f ,-0.4171f ,1.57f ,0.7589f ,-0.3527f ,1.625f ,1.309f ,-0.32f ,1.433f ,1.21f ,-0.3209f ,1.4f ,1.308f ,-0.3961f ,1.422f ,0.7432f ,-0.3375f ,1.517f ,0.9727f ,-0.3976f ,1.433f ,0.672f ,-0.4186f ,1.581f ,1.816f ,-0.2883f ,1.17f ,1.621f ,-0.3799f ,1.308f ,1.402f ,-0.3262f ,1.438f ,1.83f ,-0.2707f ,1.084f ,1.712f ,-0.2763f ,1.085f ,1.829f ,-0.3469f ,1.074f ,1.347f ,-0.3122f ,1.338f ,1.517f ,-0.363f ,1.188f ,1.31f ,-0.396f ,1.421f ,2.271f ,-0.1994f ,0.5406f ,2.137f ,-0.3073f ,0.7938f ,1.946f ,-0.2701f ,1.041f ,2.209f ,-0.1761f ,0.415f ,2.051f ,-0.1873f ,0.4556f ,2.208f ,-0.2522f ,0.4048f ,1.809f ,-0.2584f ,0.9582f ,1.901f ,-0.2917f ,0.6837f ,1.83f ,-0.3467f ,1.073f ,2.576f ,-0.1055f ,-0.1234f ,2.523f ,-0.2129f ,0.1268f ,2.368f ,-0.1757f ,0.3733f ,2.422f ,-0.08402f ,-0.236f ,2.214f ,-0.09652f ,-0.1866f ,2.421f ,-0.1602f ,-0.2458f ,2.103f ,-0.1642f ,0.2919f ,2.107f ,-0.1994f ,0.03084f ,2.209f ,-0.2521f ,0.4034f ,2.695f ,-0.004304f ,-0.8387f ,2.73f ,-0.114f ,-0.5729f ,2.628f ,-0.08063f ,-0.299f ,2.257f ,-0.001381f ,-0.8594f ,2.484f ,-0.06122f ,-0.946f ,2.231f ,-0.07339f ,-0.3501f ,2.175f ,-0.1072f ,-0.6207f ,2.422f ,-0.16f ,-0.2476f ,2.122f ,0.156f ,-1.675f ,1.061f ,0.08604f ,-1.691f ,0f ,0.1637f ,-1.682f ,2.169f ,-0.3874f ,-1.366f ,2.26f ,-0.4875f ,-1.109f ,2.233f ,-0.4122f ,-1.642f ,2.484f ,-0.4388f ,-1.003f ,2.699f ,-0.4886f ,-1.102f ,2.766f ,-0.3866f ,-1.372f ,2.679f ,-0.41f ,-1.657f ,2.452f ,-0.3352f ,-1.735f ,0.3322f ,-0.7892f ,1.475f ,0.08821f ,-0.8561f ,1.497f ,0.5782f ,-0.8531f ,1.476f ,0.003092f ,-0.8011f ,1.559f ,0.08971f ,-0.8702f ,1.596f ,0.3387f ,-0.8086f ,1.612f ,0.5857f ,-0.8665f ,1.57f ,0.6678f ,-0.7967f ,1.528f ,1.006f ,-0.7945f ,1.513f ,1.24f ,-0.846f ,1.426f ,0.7626f ,-0.8628f ,1.544f ,1.306f ,-0.7743f ,1.369f ,1.208f ,-0.8334f ,1.336f ,0.9738f ,-0.7763f ,1.383f ,0.749f ,-0.8497f ,1.451f ,0.6741f ,-0.7966f ,1.527f ,1.618f ,-0.7575f ,1.251f ,1.806f ,-0.7993f ,1.095f ,1.402f ,-0.8362f ,1.356f ,1.826f ,-0.7252f ,1.022f ,1.713f ,-0.7887f ,1.02f ,1.52f ,-0.7415f ,1.137f ,1.355f ,-0.824f ,1.27f ,1.312f ,-0.7739f ,1.366f ,2.133f ,-0.6851f ,0.7387f ,2.262f ,-0.7108f ,0.4692f ,1.942f ,-0.7804f ,0.9611f ,2.207f ,-0.6305f ,0.3528f ,2.056f ,-0.6995f ,0.3896f ,1.905f ,-0.67f ,0.6319f ,1.816f ,-0.7697f ,0.8859f ,1.831f ,-0.7246f ,1.018f ,2.52f ,-0.5909f ,0.07258f ,2.568f ,-0.6172f ,-0.1924f ,2.364f ,-0.6862f ,0.2949f ,2.421f ,-0.5386f ,-0.2974f ,2.218f ,-0.6086f ,-0.2534f ,2.11f ,-0.5775f ,-0.02187f ,2.11f ,-0.6751f ,0.2169f ,2.209f ,-0.6299f ,0.3481f ,2.728f ,-0.492f ,-0.6266f ,2.689f ,-0.5162f ,-0.9068f ,2.624f ,-0.5912f ,-0.3764f ,2.483f ,-0.4395f ,-0.9976f ,2.262f ,-0.5133f ,-0.9269f ,2.178f ,-0.4853f ,-0.6739f ,2.236f ,-0.5842f ,-0.4263f ,2.422f ,-0.5378f ,-0.3029f ,2.256f ,-0.2378f ,-1.07f ,2.228f ,-0.1614f ,-1.61f ,2.703f ,-0.2389f ,-1.063f ,2.683f ,-0.1593f ,-1.626f ,0.08417f ,-0.6052f ,1.527f ,0.5817f ,-0.6022f ,1.506f ,0.08583f ,-0.6206f ,1.637f ,0.5901f ,-0.617f ,1.61f ,1.246f ,-0.5963f ,1.465f ,0.7594f ,-0.6134f ,1.585f ,1.21f ,-0.5824f ,1.366f ,0.7444f ,-0.5989f ,1.483f ,1.813f ,-0.5492f ,1.131f ,1.401f ,-0.5869f ,1.398f ,1.713f ,-0.5377f ,1.05f ,1.349f ,-0.5735f ,1.303f ,2.268f ,-0.4604f ,0.5032f ,1.944f ,-0.5309f ,1.002f ,2.053f ,-0.4486f ,0.4199f ,1.811f ,-0.5196f ,0.9222f ,2.574f ,-0.3666f ,-0.1599f ,2.366f ,-0.4366f ,0.3353f ,2.215f ,-0.3577f ,-0.2226f ,2.104f ,-0.4252f ,0.2548f ,2.693f ,-0.2654f ,-0.875f ,2.627f ,-0.3416f ,-0.3366f ,2.258f ,-0.2625f ,-0.8956f ,2.232f ,-0.3344f ,-0.3875f ,2.122f ,-0.111f ,-1.713f ,1.061f ,-0.3634f ,-1.754f ,0f ,-0.1076f ,-1.721f });
  }
}
private class MFInt32258 {
  private org.web3d.x3d.jsail.fields.MFInt32 getArray() {
    return new org.web3d.x3d.jsail.fields.MFInt32(new int[] {14,576,886});
  }
}
private class MFVec3f259 {
  private org.web3d.x3d.jsail.fields.MFVec3f getArray() {
    return new org.web3d.x3d.jsail.fields.MFVec3f(new float[] {0f ,0.0001f ,0f ,0f ,0.0001f ,0f ,0f ,-0.0001f ,0f });
  }
}
}
