Class F16

java.lang.Object
Savage.AircraftFixedWing.F16FightingFalconTurkey.F16

public class F16 extends Object

F-16, The Fighting Falcon, Turkish Air Force (TUAF), Turkey.

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

Scene Meta Information
meta tags   Document Metadata
title F16.x3d
description F-16, The Fighting Falcon, Turkish Air Force (TUAF), Turkey
creator Murat ONDER, LTJG, Turkish Navy
creator The coordinates of the main body (Except landing gears, nose antenna, flag, weapons, missile holders, cockpit, cockpit seat and fuel tanks) are mostly similar to the model of Soji Yamakawa and used with permission.
created 13 July 2003
modified 28 November 2019
reference https://www.fas.org/man/dod-101/sys/ac/f-16.htm
accessRights Here is a copy of the permission for the usage of the main hull; -----Original Message----- From: Soji Yamakawa [mailto:soji@andrew.cmu.edu] Sent: Tuesday, September 16, 2003 8:00 PM To: Onder, Murat TUR Subject: Re: VRML model points usage permission Sure. No problem. Soji ----- Original Message ----- From: "Murat Onder" <monder@nps.navy.mil> To: <Soji_Yamakawa@cmu.edu>; <PEB01130@nifty.ne.jp> Sent: Monday, September 15, 2003 3:50 PM Subject: VRML model points usage permission Hi Sir, I am a MS student in Naval Postgraduate School. I'm making a model of Turkish F-16 for my project in a VRML course. For the main hull of the F-16, I want to use the coordinate points of your VRML model since I think that model represents well enough F-16. This is going to be only a student project and will not be used for any commercial purposes. Of course I'll make the citation and put the reference links to your page in the meta files of x3d file. I'd like to know if you can give permission to use those points in my model. V/R, Murat Onder LTJG, TU NAVY
reference The landing gears are taken from the Savage Archive, from F18 Blue Angel, then modified and re-animated.
drawing F16Drawing.jpg
Image F16FrontView.jpg
Image F16FrontView2.jpg
Image F16Missiles.jpg
identifier https://savage.nps.edu/Savage/AircraftFixedWing/F16FightingFalconTurkey/F16.x3d
subject F16, F-16, Fighting Falcon
generator X3D-Edit 3.3, 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 (version control) which is used to create Java source code from an original .x3d model.

  • Constructor Summary

    Constructors
    Constructor
    Description
    F16()
    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

    • F16

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