Class Asa

java.lang.Object
Savage.Locations.RioDeJaneiro.Asa

public class Asa extends Object

Rio de Janeiro.

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

Scene Meta Information
meta tags   Document Metadata
title Asa.x3d
description Rio de Janeiro
creator Luciano Soares
translated 2 Outubro 2003
modified 30 July 2023
reference Luciano P. Soares, Leonardo Nomura, Marcio C. Cabral, Mario Nagamura, Roseli D. Lopes, and Marcelo K. Zuffo. 2005. Virtual hang-gliding over Rio de Janeiro. In ACM SIGGRAPH 2005 Emerging technologies (SIGGRAPH '05). Association for Computing Machinery, New York, NY, USA, 29–es.
reference https://doi.org/10.1145/1187297.1187327
subject Asa Wing
generator Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html
generator X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit
identifier https://savage.nps.edu/Savage/Locations/RioDeJaneiro/Asa.x3d
license ../../license.html
TODO add metadata for media rights
TODO recover lost sound file: sound/drumloop.wav
 

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
    Asa()
    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

    • Asa

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