Class newScene
java.lang.Object
X3dForWebAuthors.Chapter01TechnicalOverview.newScene
*enter description here, short-sentence summaries preferred*.
Related links: source newScene.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | X3dForWebAuthors.Chapter01TechnicalOverview.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
-
Method Summary
Modifier and TypeMethodDescriptionorg.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
Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
-
Constructor Details
-
newScene
public newScene()Default constructor to create this object.
-
-
Method Details
-
initialize
public final void initialize()Create and initialize the X3D model for this object. -
getX3dModel
public org.web3d.x3d.jsail.Core.X3D getX3dModel()Provide a shallow copy of the X3D model.- Returns:
- newScene model
- See Also:
-
main
Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.- Parameters:
args
- array of input parameters, provided as arguments- See Also:
-