Class SH60B

java.lang.Object
Savage.AircraftHelicopters.SH60bSeahawkUnitedStates.SH60B

public class SH60B extends Object

SH60B Helicopter. Images and drawings are from Federation of American Scientists (FAS) website.

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

Scene Meta Information
meta tags   Document Metadata
title SH60B.x3d
description SH60B Helicopter. Images and drawings are from Federation of American Scientists (FAS) website.
created 13 September 2004
modified 20 October 2019
creator Ryan Ernst, Naval Postgraduate School
contributor Jeff Weekley, Naval Postgraduate School
reference https://www.fas.org/man/dod-101/sys/ac/sh-60.htm
Image DDG.jpg
Image SH-60Bow.jpg
Image SH-60FiringPenguinASM.jpg
Image SH-60PortBow.jpg
Image SH-60PortSide.jpg
Image SH-60PortTop.jpg
Image SH-60StarboardSide.jpg
Image SH-60StarboardTop.jpg
Image SH60.jpg
identifier https://www.web3d.org/x3d/content/examples/Savage/AircraftHelicopters/SH60bSeahawkUnitedStates/SH60B.x3d
reference Model originally created in 3DS Max, exported to VRML, imported into X3D via X3D-Edit
reference SH60B.max
reference Tested in Octaga X3D player
generator X3D-Edit 3.2, https://www.web3d.org/x3d/tools/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 (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 java.lang.Object

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

    • SH60B

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