Class newScene

java.lang.Object
Vrml2Sourcebook.newScene

public class newScene extends Object

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

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

Scene Meta Information
meta tags Vrml2Sourcebook.newScene  Document Metadata
title *enter FileNameWithNoAbbreviations.x3d here*
description *enter description here, short-sentence summaries preferred*
creator *enter name of original author here, with separate entries for multiple authors*
translator *if translating from another format, enter name of person translating here*
created *enter date of initial version here*
translated *enter date of translation here*
modified 4 August 2024
version *enter version here, if any (date modified is usually sufficient)*
reference *enter reference citation or relative/online url here*
reference *enter additional url/bibliographic reference information here*
requires *enter prerequisite resource here if needed to support function, delivery, or coherence of content*
rights *enter copyright information here* Example: Copyright (c) Web3D Consortium 2001-2024
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*
hint *note any hints to authors here*
info *note any additional information here*
warning *note any known warnings or issues here*
error *note any known errors or problems here*
specificationSection X3D 4.0 Architecture, ISO/IEC 19775-1:2023
specificationUrl https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/Architecture.html
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 (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

    • newScene

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