Class WorldInfoExampleMetadataSetX3D3
java.lang.Object
X3dForWebAuthors.Chapter15Metadata.WorldInfoExampleMetadataSetX3D3
Test target for python x3d package development. Can x3d.py package generate this valid X3D file? This scene contains MetadataSet with a non-null metadata field.
Related links: WorldInfoExampleMetadataSetX3D3.java source, WorldInfoExampleMetadataSetX3D3 catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | Document Metadata |
title | WorldInfoExampleMetadataSetX3D3.x3d |
description | Test target for python x3d package development. Can x3d.py package generate this valid X3D file? This scene contains MetadataSet with a non-null metadata field. |
warning | Metadata nodes are not allowed at top level of scene in X3D3, but one is allowed as field within WorldInfo |
creator | Vincent Marchetti |
reference | WorldInfoExampleMetadataSetX3D4.x3d |
info | Original name MetadataSetWithMetadata.x3d |
creator | Vincent Marchetti |
creator | Don Brutzman |
created | 16 November 2021 |
revised | 2 February 2022 |
identifier | https://X3dGraphics.com/examples/X3dForWebAuthors/Chapter15Metadata/WorldInfoExampleMetadataSetX3D3.x3d |
license | https://creativecommons.org/licenses/by/4.0 |
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
ConstructorsConstructorDescriptionDefault constructor to create this object. -
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
-
WorldInfoExampleMetadataSetX3D3
public WorldInfoExampleMetadataSetX3D3()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:
- WorldInfoExampleMetadataSetX3D3 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:
-