package Savage.ShipsCivilian.HovercraftSingaporeSNR6; /* 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.Networking.*; // Javadoc annotations follow, see below for source. /** *

Combines the individual modules of the Hovercraft modules into the complete module by Inline calling.

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

meta tags   Document Metadata
title SRN6.x3d
reference http://www.hovercraft-museum.org/srn6-tech.html
created 1 September 2004
modified 2 October 2011
creator Tay Yeong Kiang Winston
identifier https://savage.nps.edu/Savage/ShipsMilitary/Hovercraft-Singapore-SNR6/SRN6.x3d
reference Data of metal materials obtained from: http://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/MetalsExamples.wrl
reference Data of glass materials obtained from: http://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/GlassExamples.wrl
description Combines the individual modules of the Hovercraft modules into the complete module by Inline calling.
generator X3D-Edit, 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 Tay Yeong Kiang Winston */ public class SRN6 { /** Default constructor to create this object. */ public SRN6 () { 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("SRN6.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://www.hovercraft-museum.org/srn6-tech.html")) .addMeta(new metaObject().setName(metaObject.NAME_CREATED ).setContent("1 September 2004")) .addMeta(new metaObject().setName(metaObject.NAME_MODIFIED ).setContent("2 October 2011")) .addMeta(new metaObject().setName(metaObject.NAME_CREATOR ).setContent("Tay Yeong Kiang Winston")) .addMeta(new metaObject().setName(metaObject.NAME_IDENTIFIER ).setContent("https://savage.nps.edu/Savage/ShipsMilitary/Hovercraft-Singapore-SNR6/SRN6.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("Data of metal materials obtained from: http://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/MetalsExamples.wrl")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("Data of glass materials obtained from: http://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/GlassExamples.wrl")) .addMeta(new metaObject().setName(metaObject.NAME_DESCRIPTION).setContent("Combines the individual modules of the Hovercraft modules into the complete module by Inline calling.")) .addMeta(new metaObject().setName(metaObject.NAME_GENERATOR ).setContent("X3D-Edit, https://savage.nps.edu/X3D-Edit")) .addMeta(new metaObject().setName(metaObject.NAME_LICENSE ).setContent("../../license.html"))) .setScene(new SceneObject() .addChild(new TransformObject() .addChild(new InlineObject().setUrl(new String[] {"LowerBody.x3d","https://savage.nps.edu/Savage/ShipsMilitary/Hovercraft-Singapore-SNR6/LowerBody.x3d","LowerBody.wrl","https://savage.nps.edu/Savage/ShipsMilitary/Hovercraft-Singapore-SNR6/LowerBody.wrl"}))) .addChild(new TransformObject().setTranslation(0.0f,2.3f,0.0f) .addChild(new InlineObject().setUrl(new String[] {"UpperBody.x3d","https://savage.nps.edu/Savage/ShipsMilitary/Hovercraft-Singapore-SNR6/UpperBody.x3d","UpperBody.wrl","https://savage.nps.edu/Savage/ShipsMilitary/Hovercraft-Singapore-SNR6/UpperBody.wrl"}))) .addChild(new TransformObject().setTranslation(0.0f,5.2f,0.0f)) .addChild(new TransformObject().setTranslation(0.0f,5.2f,-8.2f) .addChild(new InlineObject().setUrl(new String[] {"Rotor.x3d","https://savage.nps.edu/Savage/ShipsMilitary/Hovercraft-Singapore-SNR6/Rotor.x3d","Rotor.wrl","https://savage.nps.edu/Savage/ShipsMilitary/Hovercraft-Singapore-SNR6/Rotor.wrl"}))) .addChild(new TransformObject().setTranslation(0.0f,2.0f,-9.0f) .addChild(new InlineObject().setUrl(new String[] {"Fin.x3d","https://savage.nps.edu/Savage/ShipsMilitary/Hovercraft-Singapore-SNR6/Fin.x3d","Fin.wrl","https://savage.nps.edu/Savage/ShipsMilitary/Hovercraft-Singapore-SNR6/Fin.wrl"}))) .addChild(new TransformObject().setTranslation(0.0f,5.5f,7.0f) .addChild(new InlineObject().setUrl(new String[] {"Radar.x3d","https://savage.nps.edu/Savage/ShipsMilitary/Hovercraft-Singapore-SNR6/Radar.x3d","Radar.wrl","https://savage.nps.edu/Savage/ShipsMilitary/Hovercraft-Singapore-SNR6/Radar.wrl"}))) .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})))); } // 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 SRN6 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 SRN6().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: \"SRN6\" 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 \"SRN6\" self-validation test results: "); String validationResults = thisExampleX3dObject.validationReport(); System.out.println(validationResults); } } }