Class EmptySceneCoreProfile

java.lang.Object
X3dForWebAuthors.Chapter01TechnicalOverview.EmptySceneCoreProfile

public class EmptySceneCoreProfile extends Object

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: EmptySceneCoreProfile.java source, EmptySceneCoreProfile catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
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 20 October 2019
reference EmptyScene.x3d
TODO should Metadata nodes inherit from X3DNode or X3DChildNode?
reference https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-IS.proof/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://X3dGraphics.com/examples/X3dForWebAuthors/EmptySceneCoreProfile.x3d
reference https://x3dgraphics.com/chapters/Chapter15MetadataInformation.html
reference https://X3dGraphics.com
generator X3D-Edit 3.3, 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 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

      public static void main(String[] args)
      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: