Class X3dRetreatProtoExercise

java.lang.Object
Basic.development.X3dRetreatProtoExercise

public class X3dRetreatProtoExercise extends Object

Solutions to the Proto Exercise posed by Chris Marrin of SONY at the May 2000 X3D Retreat. This exercise includes intentionally illegal VRML and does not render.

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

Scene Meta Information
meta tags Basic.development.X3dRetreatProtoExercise  Document Metadata
title X3DRetreatProtoExercise.x3d
creator Don Brutzman
created 25 May 2000
modified 20 October 2019
error Contains multiple intentional warnings and errors, for validation testing purposes.
description Solutions to the Proto Exercise posed by Chris Marrin of SONY at the May 2000 X3D Retreat. This exercise includes intentionally illegal VRML and does not render.
reference https://www.web3d.org/x3d/sony/X3DRetreatProtoEx.html
identifier https://www.web3d.org/x3d/content/examples/development/X3DRetreatProtoExercise.x3d
generator X3D-Edit 3.1, https://www.web3d.org/x3d/content/README.X3D-Edit.html
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) is used to create Java source code from an original .x3d model.

  • Constructor Details

    • X3dRetreatProtoExercise

      public X3dRetreatProtoExercise()
      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:
      X3dRetreatProtoExercise 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: