Class newScene


public class newScene extends Object

*enter description here, short-sentence summaries preferred*.

Related links: newScene.java source, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags newScene  Document Metadata
title *enter FileNameWithNoAbbreviations.x3d here*
description *enter description here, short-sentence summaries preferred*
creator *enter name of original author here*
translator *if manually translating VRML-to-X3D, enter name of person translating here*
created *enter date of initial version here*
translated *enter date of translation here*
modified 10 June 2021
version *enter version here, if any*
reference *enter reference citation or relative/online url here*
reference *enter additional url/bibliographic reference information here*
requires *enter reference resource here if required to support function, delivery, or coherence of content*
rights *enter copyright information here* Example: Copyright (c) Web3D Consortium Inc. 2006 to present
drawing *enter drawing filename/url here*
Image *enter image filename/url here*
MovingImage *enter movie filename/url here*
photo *enter photo filename/url here*
subject *enter subject keywords here*
accessRights *enter permission statements or url here*
warning *insert any known warnings, bugs or errors here*
identifier *enter online Uniform Resource Identifier (URI) or Uniform Resource Locator (URL) address for this file here*
generator X3D-Edit 4.0, 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.

  • 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

    • newScene

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