Package Basic.HumanoidAnimation
Class BoxManAnimationPanel
java.lang.Object
Basic.HumanoidAnimation.BoxManAnimationPanel
public class BoxManAnimationPanel
extends java.lang.Object
A Seamless VRML Human, demonstrating the H-Anim 2001 Specification, animation panel shows multiple behaviors.
Related links: BoxManAnimationPanel.java source, BoxManAnimationPanel catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
| meta tags | Document Metadata |
| title | BoxManAnimationPanel.x3d |
| description | A Seamless VRML Human, demonstrating the H-Anim 2001 Specification, animation panel shows multiple behaviors. |
| creator | Joe Williams and James Smith - james@vapourtech.com |
| translator | Joe Williams and Don Brutzman |
| generator | .x3d to .x3d translation used BS Contact Geo 8.203 |
| created | 1 March 2001 |
| revision | 12 January 2017 |
| translated | 14 January 2017 |
| modified | 20 October 2019 |
| Image | BoxManAnimationPanelInclined.png |
| MovingImage | BoxManAnimationPanel.mp4 |
| MovingImage | https://www.youtube.com/watch?v=8tI83Rtg_DU |
| reference | https://twitter.com/Web3DConsortium/status/820638047523913728 |
| reference | https://twitter.com/Web3DConsortium/status/820642726009978881 |
| reference | http://h-anim.org |
| reference | boxman.original.wrl |
| TODO | InstantReality Forum Issue: InstantReality is ignoring the Viewpoint nodes in the topmost HAnimSite. http://forum.instantreality.org |
| reference | BoxMan.x3d |
| reference | http://h-anim.org/Models/H-Anim2001/boxman |
| reference | http://h-anim.org/Models/H-Anim2001/boxman/boxman.wrl |
| reference | http://www.vapourtech.com/team/james/boxman.wrl |
| reference | http://h-anim.org/Specifications/H-Anim2001 |
| reference | http://h-anim.org/Models |
| reference | http://h-anim.org/Nodes |
| reference | https://www.web3d.org/x3d/content/X3dToVrml97.xslt |
| rights | (C) 2000 James Smith - james@vapourtech.com |
| reference | http://www.vapourtech.com |
| subject | BoxMan H-Anim 2.0 |
| identifier | https://www.web3d.org/x3d/content/examples/Basic/HumanoidAnimation/BoxManAnimationPanel.x3d |
| 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 Summary
Constructors Constructor Description BoxManAnimationPanel()Default constructor to create this object. -
Method Summary
Modifier and Type Method Description org.web3d.x3d.jsail.Core.X3DgetX3dModel()Provide a shallow copy of the X3D model.voidinitialize()Create and initialize the X3D model for this object.static voidmain(java.lang.String[] args)Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
-
Constructor Details
-
BoxManAnimationPanel
public BoxManAnimationPanel()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:
- BoxManAnimationPanel model
- See Also:
- X3D
-
main
public static void main(java.lang.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:
- X3D.handleArguments(args), X3D.validationReport(), CommandLine, CommandLine.USAGE, ConfigurationProperties
-