Class EmptySceneCoreProfile
Illustrate a minimalist scene using only Core profile nodes. Root nodes must either be allowed children nodes of a Grouping node, or a LayerSet node. Note that DOCTYPE, head/meta and Group/Metadata* elements can be deleted without losing scene validity.
Related links: Catalog page EmptySceneCoreProfile, source EmptySceneCoreProfile.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | Document Metadata |
title | EmptySceneCoreProfile.x3d |
description | Illustrate a minimalist scene using only Core profile nodes. Root nodes must either be allowed children nodes of a Grouping node, or a LayerSet node. Note that DOCTYPE, head/meta and Group/Metadata* elements can be deleted without losing scene validity. |
creator | Leonard Daly, Don Brutzman |
created | 24 February 2014 |
modified | 3 August 2024 |
reference | EmptyScene.x3d |
TODO | should Metadata nodes inherit from X3DNode or X3DChildNode? |
info | WorldInfo is in Core Profile or higher |
TODO | ProtoInstance requires Core component level 1, complete prototype support requires Core component level 2 (or is optional in level 1) |
specificationSection | X3D 4.0 Architecture, ISO/IEC 19775-1:2023, 7 Core Component, Table 7.2 — Core component support levels |
specificationUrl | https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/core.html#t-CoresupportLevels |
TODO | Mantis issue 1448 https://www.web3d.org/member-only/mantis/view.php?id=1448 |
specificationSection | X3D 4.0 Architecture, ISO/IEC 19775-1:2023, Annex A Core Profile, Table A.3 — Nodes for conforming to the Core profile |
specificationUrl | https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/coreprofile.html#t-NodesForConformingToCoreProfile |
reference | https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/concepts.html#Rootnodes |
info | Increase X3D profile (or add component statements) to match if any other X3D nodes are added to this scene. |
identifier | https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/EmptySceneCoreProfile.x3d |
reference | https://x3dgraphics.com/chapters/Chapter15MetadataInformation.html |
reference | https://X3dGraphics.com |
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
-
EmptySceneCoreProfile
public EmptySceneCoreProfile()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:
- EmptySceneCoreProfile 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:
-