Class BlueAngelF18

java.lang.Object
Savage.AircraftFixedWing.F18BlueAngelUnitedStates.BlueAngelF18

public class BlueAngelF18 extends Object

F/A18 Hornet-type aircraft model, called the United States Blue Angel. This model has canopy and gears animation, which operate individually.

Related links: Catalog page BlueAngelF18, source BlueAngelF18.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title BlueAngelF18.x3d
description F/A18 Hornet-type aircraft model, called the United States Blue Angel. This model has canopy and gears animation, which operate individually.
creator Etsuko Lippi
created 11 July 2001
modified 28 November 2019
reference http://www.BlueAngels.navy.mil
reference https://www.fas.org/man/dod-101/sys/ac/f-18.htm
reference http://www.BlueAngels.org
reference http://www.chinfo.navy.mil/navpalib/aircraft/b-angels/blues.html
reference http://www.danshistory.com/fa18.html
reference http://www.csd.uwo.ca/~pettypi/elevon/baugher_us/f018.html
reference https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F18BlueAngelUnitedStates/Blue_Angels.jpg
reference https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F18BlueAngelUnitedStates/Blue_Angels_bottom.jpg
generator X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit
identifier https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F18BlueAngelUnitedStates/BlueAngelF18.x3d
subject Aircraft, F18, Blue Angel
license ../../license.html
 

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

  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor to create this object.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.web3d.x3d.jsail.Core.X3D
    Provide a shallow copy of the X3D model.
    final void
    Create and initialize the X3D model for this object.
    static void
    main(String[] args)
    Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BlueAngelF18

      public BlueAngelF18()
      Default constructor to create this object.
  • Method Details

    • initialize

      public final void initialize()
      Create and initialize the X3D model for this object.
    • getX3dModel

      public org.web3d.x3d.jsail.Core.X3D getX3dModel()
      Provide a shallow copy of the X3D model.
      Returns:
      BlueAngelF18 model
      See Also:
    • main

      public static void main(String[] args)
      Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
      Parameters:
      args - array of input parameters, provided as arguments
      See Also: