package Savage.AircraftHelicopters.SH60SeahawkUnitedStates; /* 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.Grouping.*; import org.web3d.x3d.jsail.Navigation.*; import org.web3d.x3d.jsail.Networking.*; // Javadoc annotations follow, see below for source. /** *

A SH60/HH60 SeaHawk twin-engine helicopter is used for anti-submarine warfare, search and rescue, drug interdiction, anti-ship warfare, cargo lift, and special operations. Created using indexed face sets.

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

meta tags   Document Metadata
title SH60Seahawk.x3d
creator Michael Collins
created 10 March 2001
modified 12 January 2014
description A SH60/HH60 SeaHawk twin-engine helicopter is used for anti-submarine warfare, search and rescue, drug interdiction, anti-ship warfare, cargo lift, and special operations. Created using indexed face sets.
identifier https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/SH60Seahawk.x3d
photograph Seahawk_main.jpeg
photograph SH60B.jpeg
reference SikorskySH60bMissionBrief.pdf
reference 0,3036,CLI1_DIV69_ETI264,00.pdf
reference 1,3024,CLI1_DIV69_ETI.pdf
photograph SH60B_0001H.jpeg
photograph SH60B_0002H.jpeg
photograph SH60B_0003H.jpeg
photograph SH60B_0004H.jpeg
photograph SH60B_0005H.jpeg
photograph SH60B_0006H.jpeg
reference http://www.sikorsky.com/details/0,3036,CLI1_DIV69_ETI264,00.html
reference http://www.fas.org/man/dod-101/sys/ac/sh-60.htm
Image sh-60-406lg2.jpg
Image http://www.fas.org/man/dod-101/sys/ac/sh-60-406lg2.jpg
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 Michael Collins */ public class SH60Seahawk { /** Default constructor to create this object. */ public SH60Seahawk () { 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_2) .setHead(new headObject() .addMeta(new metaObject().setName(metaObject.NAME_TITLE ).setContent("SH60Seahawk.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_CREATOR ).setContent("Michael Collins")) .addMeta(new metaObject().setName(metaObject.NAME_CREATED ).setContent("10 March 2001")) .addMeta(new metaObject().setName(metaObject.NAME_MODIFIED ).setContent("12 January 2014")) .addMeta(new metaObject().setName(metaObject.NAME_DESCRIPTION).setContent("A SH60/HH60 SeaHawk twin-engine helicopter is used for anti-submarine warfare, search and rescue, drug interdiction, anti-ship warfare, cargo lift, and special operations. Created using indexed face sets.")) .addMeta(new metaObject().setName(metaObject.NAME_IDENTIFIER ).setContent("https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/SH60Seahawk.x3d")) .addComments(" images and technical details from Sikorsky web site, 1 February 2003 ") .addMeta(new metaObject().setName(metaObject.NAME_PHOTOGRAPH ).setContent("Seahawk_main.jpeg")) .addMeta(new metaObject().setName(metaObject.NAME_PHOTOGRAPH ).setContent("SH60B.jpeg")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("SikorskySH60bMissionBrief.pdf")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("0,3036,CLI1_DIV69_ETI264,00.pdf")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("1,3024,CLI1_DIV69_ETI.pdf")) .addMeta(new metaObject().setName(metaObject.NAME_PHOTOGRAPH ).setContent("SH60B_0001H.jpeg")) .addMeta(new metaObject().setName(metaObject.NAME_PHOTOGRAPH ).setContent("SH60B_0002H.jpeg")) .addMeta(new metaObject().setName(metaObject.NAME_PHOTOGRAPH ).setContent("SH60B_0003H.jpeg")) .addMeta(new metaObject().setName(metaObject.NAME_PHOTOGRAPH ).setContent("SH60B_0004H.jpeg")) .addMeta(new metaObject().setName(metaObject.NAME_PHOTOGRAPH ).setContent("SH60B_0005H.jpeg")) .addMeta(new metaObject().setName(metaObject.NAME_PHOTOGRAPH ).setContent("SH60B_0006H.jpeg")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://www.sikorsky.com/details/0,3036,CLI1_DIV69_ETI264,00.html")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://www.fas.org/man/dod-101/sys/ac/sh-60.htm")) .addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("sh-60-406lg2.jpg")) .addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("http://www.fas.org/man/dod-101/sys/ac/sh-60-406lg2.jpg")) .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().setGroundAngle(new float[] {1.309f,1.570796f}).setGroundColor(new MFColorObject(new float[] {0.1f,0.1f,0.0f,0.4f,0.25f,0.2f,0.6f,0.6f,0.6f})).setSkyAngle(new float[] {1.309f,1.571f}).setSkyColor(new MFColorObject(new float[] {0.0f,0.2f,0.7f,0.0f,0.5f,1.0f,1.0f,1.0f,1.0f}))) .addChild(new GroupObject("ViewpointGroup") .addComments(" ViewpointGroup node not yet widely supported ") .addChild(new ViewpointObject().setDescription("Seahawk SH60 helicopter, starboard side")) .addChild(new ViewpointObject().setDescription("Wide Angle View from SH60 Helicopter").setFieldOfView(1.1f).setOrientation(1.0f,0.0f,0.0f,-0.38f).setPosition(0.0f,10.0f,20.0f)) .addChild(new ViewpointObject().setDescription("Seahawk echelon left").setOrientation(0.0f,1.0f,0.0f,-1.2f).setPosition(-10.0f,0.75f,4.0f)) .addChild(new ViewpointObject().setDescription("Seahawk echelon right").setOrientation(0.0f,1.0f,0.0f,-2.0f).setPosition(-10.0f,0.75f,-4.0f)) .addChild(new ViewpointObject().setDescription("Seahawk port side").setOrientation(0.0f,1.0f,0.0f,3.14159f).setPosition(0.0f,0.0f,-10.0f)) .addChild(new ViewpointObject().setDescription("Seahawk from ahead").setOrientation(0.0f,1.0f,0.0f,1.57f).setPosition(10.0f,0.75f,0.0f)) .addChild(new ViewpointObject().setDescription("Seahawk from below").setOrientation(1.0f,0.0f,0.0f,1.57f).setPosition(0.0f,-10.0f,0.0f))) .addComments(" Original model in feet ") .addChild(new ExternProtoDeclareObject("ViewPositionOrientation").setName("ViewPositionOrientation").setAppinfo("ViewPositionOrientation provides provides console output of local position and orientation as user navigates").setUrl(new String[] {"../../Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation","https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation","../../Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation","https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation"}) .addField(new fieldObject().setName("enabled").setType(fieldObject.TYPE_SFBOOL).setAccessType(fieldObject.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Whether or not ViewPositionOrientation sends output to console")) .addField(new fieldObject().setName("traceEnabled").setType(fieldObject.TYPE_SFBOOL).setAccessType(fieldObject.ACCESSTYPE_INITIALIZEONLY).setAppinfo("Output internal trace messages for debugging this node, intended for developer use only")) .addField(new fieldObject().setName("set_traceEnabled").setType(fieldObject.TYPE_SFBOOL).setAccessType(fieldObject.ACCESSTYPE_INPUTONLY).setAppinfo("Ability to turn output tracing on/off at runtime")) .addField(new fieldObject().setName("position_changed").setType(fieldObject.TYPE_SFVEC3F).setAccessType(fieldObject.ACCESSTYPE_OUTPUTONLY).setAppinfo("Output local position")) .addField(new fieldObject().setName("orientation_changed").setType(fieldObject.TYPE_SFROTATION).setAccessType(fieldObject.ACCESSTYPE_OUTPUTONLY).setAppinfo("Output local orientation")) .addField(new fieldObject().setName("outputViewpointString").setType(fieldObject.TYPE_MFSTRING).setAccessType(fieldObject.ACCESSTYPE_OUTPUTONLY).setAppinfo("MFString value of new Viewpoint"))) .addChild(new SwitchObject("AuthoringAssist").setWhichChoice(-1) .addChild(new GroupObject() .addChild(new TransformObject() .addChild(new InlineObject("CoordinateAxes").setUrl(new String[] {"../../../Savage/Tools/Authoring/CoordinateAxes.x3d","http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d","https://savage.nps.edu/Savage/Tools/Authoring/CoordinateAxes.x3d","../../../Savage/Tools/Authoring/CoordinateAxes.wrl","http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.wrl","https://savage.nps.edu/Savage/Tools/Authoring/CoordinateAxes.wrl"}))) .addChild(new InlineObject().setUrl(new String[] {"../../../Savage/Tools/Authoring/GridXZ_20x20Fixed.x3d","https://savage.nps.edu/Savage/Tools/Authoring/GridXZ_20x20Fixed.x3d","../../../Savage/Tools/Authoring/GridXZ_20x20Fixed.wrl","https://savage.nps.edu/Savage/Tools/Authoring/GridXZ_20x20Fixed.wrl"})) .addChild(new ProtoInstanceObject("ViewPositionOrientation") .addFieldValue(new fieldValueObject().setName("enabled").setValue(true))))) .addChild(new TransformObject("ScaleCenterAlignNoseWithX-Axis").setRotation(0.0f,1.0f,0.0f,3.14159f).setScale(0.3048f,0.3048f,0.3048f).setTranslation(-4.0f,-0.3f,-0.7f) .addChild(new TransformObject().setTranslation(-.5f,1.0f,-2.4f) .addChild(new InlineObject().setUrl(new String[] {"TailSection.x3d","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/TailSection.x3d","TailSection.wrl","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/TailSection.wrl"}))) .addChild(new TransformObject().setScale(.8f,.8f,.8f).setTranslation(-13.0f,4.8f,-2.4f) .addChild(new InlineObject().setUrl(new String[] {"RotorHead.x3d","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/RotorHead.x3d","RotorHead.wrl","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/RotorHead.wrl"}))) .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,3.12f) .addChild(new InlineObject().setUrl(new String[] {"Fuselage.x3d","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/Fuselage.x3d","Fuselage.wrl","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/Fuselage.wrl"}))) .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,1.57f).setScale(.13f,.13f,.13f).setTranslation(-8.0f,-.5f,-2.5f) .addChild(new InlineObject().setUrl(new String[] {"RearWheel.x3d","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/RearWheel.x3d","RearWheel.wrl","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/RearWheel.wrl"}))) .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,-1.57f).setScale(.2f,.2f,.2f).setTranslation(-16.0f,-.5f,0.0f) .addChild(new InlineObject().setUrl(new String[] {"RightWheel.x3d","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/RightWheel.x3d","RightWheel.wrl","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/RightWheel.wrl"}))) .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,-1.57f).setScale(.2f,.2f,.2f).setTranslation(-16.0f,-.5f,-4.8f) .addChild(new InlineObject().setUrl(new String[] {"LeftWheel.x3d","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/LeftWheel.x3d","LeftWheel.wrl","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/LeftWheel.wrl"}))) .addChild(new TransformObject().setRotation(1.0f,0.0f,0.0f,3.2f).setTranslation(-13.0f,3.0f,-1.0f) .addChild(new TransformObject().setRotation(0.0f,0.0f,1.0f,1.57f).setScale(.45f,.45f,.45f) .addChild(new InlineObject("Engine").setUrl(new String[] {"Engine.x3d","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/Engine.x3d","Engine.wrl","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/Engine.wrl"})))) .addChild(new TransformObject().setRotation(0.0f,0.0f,1.0f,1.57f).setScale(.45f,.45f,.45f).setTranslation(-13.0f,3.1f,-3.5f) .addChild(new InlineObject().setUSE("Engine"))) .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,1.57f).setScale(1.0f,1.0f,.5f).setTranslation(-11.0f,1.0f,-3.8f) .addChild(new InlineObject().setUrl(new String[] {"RightPylon.x3d","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/RightPylon.x3d","RightPylon.wrl","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/RightPylon.wrl"}))) .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,-1.57f).setTranslation(-16.0f,.8f,.5f) .addChild(new InlineObject().setUrl(new String[] {"ExtendedPylon.x3d","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/ExtendedPylon.x3d","ExtendedPylon.wrl","https://savage.nps.edu/Savage/AircraftHelicopters/SH60-Seahawk-UnitedStates/ExtendedPylon.wrl"}))))); } // 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 SH60Seahawk 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 SH60Seahawk().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: \"SH60Seahawk\" 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 \"SH60Seahawk\" self-validation test results: "); String validationResults = thisExampleX3dObject.validationReport(); System.out.println(validationResults); } } }