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

this file defines the main fuselage of an OH58D.

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

meta tags   Document Metadata
title MainFuselage.x3d
description this file defines the main fuselage of an OH58D
creator Del Beilstein
created 21 September 2001
modified 26 November 2004
identifier https://savage.nps.edu/Savage/AircraftHelicopters/OH58D-KiowaWarrior-UnitedStates/MainFuselage.x3d
generator X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit
license ../../license.html
 

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

* @author Del Beilstein */ public class MainFuselage { /** Default constructor to create this object. */ public MainFuselage () { initialize(); } /** Create and initialize the X3D model for this object. */ public final void initialize() { x3dModel = new X3DObject().setProfile(X3DObject.PROFILE_IMMERSIVE).setVersion(X3DObject.VERSION_3_0) .setHead(new headObject() .addMeta(new metaObject().setName(metaObject.NAME_TITLE ).setContent("MainFuselage.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_DESCRIPTION).setContent("this file defines the main fuselage of an OH58D")) .addMeta(new metaObject().setName(metaObject.NAME_CREATOR ).setContent("Del Beilstein")) .addMeta(new metaObject().setName(metaObject.NAME_CREATED ).setContent("21 September 2001")) .addMeta(new metaObject().setName(metaObject.NAME_MODIFIED ).setContent("26 November 2004")) .addMeta(new metaObject().setName(metaObject.NAME_IDENTIFIER ).setContent("https://savage.nps.edu/Savage/AircraftHelicopters/OH58D-KiowaWarrior-UnitedStates/MainFuselage.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_GENERATOR ).setContent("X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit")) .addMeta(new metaObject().setName(metaObject.NAME_LICENSE ).setContent("../../license.html"))) .setScene(new SceneObject() .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.0f,.5f,0.0f})).setSkyColor(new MFColorObject(new float[] {0.0f,0.0f,0.9f}))) .addChild(new TransformObject().setRotation(1.0f,0.0f,0.0f,1.57f) .addChild(new TransformObject() .addChild(new ShapeObject("TAIL_FUSELAGE_SHAPE") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.2f,0.05f))) .setGeometry(new ExtrusionObject().setConvex(false).setCreaseAngle(1.3f).setCrossSection(new MFVec2fObject(new float[] {-0.625f,1.3f,0.625f,1.3f,0.700f,1.2f,0.775f,1.0f,0.825f,0.6f,0.775f,0.2f,0.675f,0.05f,0.575f,0.0f,-0.575f,0.0f,-0.675f,0.05f,-0.775f,0.2f,-0.825f,0.6f,-0.775f,1.0f,-0.700f,1.2f,-0.625f,1.3f})).setEndCap(false).setScale(new MFVec2fObject(new float[] {1.0f,1.0f,0.20f,0.20f})).setSolid(false).setSpine(new MFVec3fObject(new float[] {0.0f,2.43f,0.0f,0.0f,4.2f,0.0f})))) .addChild(new TransformObject().setTranslation(0.0f,1.0f,0.0f) .addChild(new ShapeObject("MAIN_FUSELAGE_SHAPE") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.2f,0.05f))) .setGeometry(new ExtrusionObject().setConvex(false).setCreaseAngle(1.3f).setCrossSection(new MFVec2fObject(new float[] {-0.625f,1.3f,0.625f,1.3f,0.700f,1.2f,0.775f,1.0f,0.825f,0.6f,0.775f,0.2f,0.675f,0.05f,0.575f,0.0f,-0.575f,0.0f,-0.675f,0.05f,-0.775f,0.2f,-0.825f,0.6f,-0.775f,1.0f,-0.700f,1.2f,-0.625f,1.3f})).setEndCap(false).setSolid(false).setSpine(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,0.0f,1.43f,0.0f})))) .addChild(new TransformObject().setRotation(1.0f,0.0f,0.0f,1.57f).setTranslation(0.0f,3.0f,2.65f) .addChild(new TransformObject().setTranslation(0.0f,-1.36f,2.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject("BALL_COLOR").setDiffuseColor(0.4f,0.4f,0.4f))) .setGeometry(new SphereObject().setRadius(0.04f)))) .addChild(new TransformObject().setTranslation(0.0f,-1.36f,2.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.1f,0.1f,0.1f))) .setGeometry(new CylinderObject().setHeight(0.05f).setRadius(0.06f)))) .addChild(new TimeSensorObject("CLOCK").setLoop(true)) .addChild(new ColorInterpolatorObject("COLOR_PATH").setKey(new float[] {0.0f,0.5f,0.5f,1.0f}).setKeyValue(new MFColorObject(new float[] {1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f})))))) .addChild(new TransformObject().setRotation(1.0f,0.0f,0.0f,3.1415f).setTranslation(0.0f,0.0f,1.2f) .addChild(new TransformObject().setScale(.9f,.8f,.7f).setTranslation(0.0f,0.0f,.31f) .addChild(new InlineObject().setUrl(new String[] {"FuselageNose.wrl","https://savage.nps.edu/Savage/AircraftHelicopters/OH58D-KiowaWarrior-UnitedStates/FuselageNose.wrl","FuselageNose.x3d","https://savage.nps.edu/Savage/AircraftHelicopters/OH58D-KiowaWarrior-UnitedStates/FuselageNose.x3d"})) .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,1.57f).setTranslation(0.0f,-0.2f,-0.585f) .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,3.1415f) .addChild(new TransformObject().setRotation(0.0f,0.0f,1.0f,1.57f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.2f,0.05f))) .addComments(" right side, left side, back, front ") .setGeometry(new IndexedFaceSetObject().setConvex(false).setCoordIndex(new int[] {0,1,2,3,4,-1,5,9,8,7,6,-1,0,4,9,5,-1,4,3,8,9,-1,1,6,7,2,-1,7,8,3,2,-1}) .addComments(" right side, left side ") .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,0.15f,0.0f,0.0f,0.1f,0.1f,0.0f,0.5f,0.4f,0.0f,0.0f,0.1f,0.0f,0.0f,0.0f,-0.03f,0.15f,0.0f,-0.03f,0.1f,0.1f,-0.03f,0.5f,0.4f,-0.03f,0.0f,0.1f,-0.03f})))))))))) .addChild(new TransformObject().setRotation(1.0f,0.0f,0.0f,1.57f) .addChild(new InlineObject().setUrl(new String[] {"CockpitFloor.wrl","https://savage.nps.edu/Savage/AircraftHelicopters/OH58D-KiowaWarrior-UnitedStates/CockpitFloor.wrl","CockpitFloor.x3d","https://savage.nps.edu/Savage/AircraftHelicopters/OH58D-KiowaWarrior-UnitedStates/CockpitFloor.x3d"})))) .addChild(new ROUTEObject().setFromNode("CLOCK").setFromField("fraction_changed").setToNode("COLOR_PATH").setToField("set_fraction")) .addChild(new ROUTEObject().setFromNode("COLOR_PATH").setFromField("value_changed").setToNode("BALL_COLOR").setToField("set_emissiveColor"))); } // end of initialize() method /** The initialized model object, created within initialize() method. */ private X3DObject x3dModel; /** Provide a * shallow copy * of the X3D model. * @see X3DObject * @return MainFuselage model */ public X3DObject getX3dModel() { return x3dModel; } /** Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object. * @param args array of input parameters, provided as arguments * @see X3DObject.handleArguments(args) * @see X3DObject.validationReport() * @see CommandLine * @see CommandLine.USAGE * @see ConfigurationProperties */ public static void main(String args[]) { X3DObject thisExampleX3dObject = new MainFuselage().getX3dModel(); boolean hasArguments = (args != null) && (args.length > 0); boolean validate = true; // default boolean argumentsLoadNewModel = false; String fileName = new String(); if (args != null) { for (String arg : args) { if (arg.toLowerCase().startsWith("-v") || arg.toLowerCase().contains("validate")) { validate = true; // making sure } if (arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_X3D) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_CLASSICVRML) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_X3DB) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_VRML97) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_EXI) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_GZIP) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_ZIP) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_HTML) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_XHTML)) { argumentsLoadNewModel = true; fileName = arg; } } } if (argumentsLoadNewModel) System.out.println("WARNING: \"MainFuselage\" model invocation is attempting to load file \"" + fileName + "\" instead of simply validating itself... file loading ignored."); else if (hasArguments) // if no arguments provided, this method produces usage warning thisExampleX3dObject.handleArguments(args); if (validate) { System.out.print("Java program \"MainFuselage\" self-validation test results: "); String validationResults = thisExampleX3dObject.validationReport(); System.out.println(validationResults); } } }