Class BoxMan2

java.lang.Object
HumanoidAnimation.Skin.BoxMan2

public class BoxMan2 extends Object

A Seamless VRML Human, demonstrating the HAnim 2001 Specification, with animation scripting provided via an external prototype (ExternProtoDeclare). This model is HAnim version 2, X3D version 4.0 and converted from BoxMan1.x3d model.

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

Scene Meta Information
meta tags HumanoidAnimation.Skin.BoxMan2  Document Metadata
title BoxMan2.x3d
description A Seamless VRML Human, demonstrating the HAnim 2001 Specification, with animation scripting provided via an external prototype (ExternProtoDeclare). This model is HAnim version 2, X3D version 4.0 and converted from BoxMan1.x3d model.
creator James Smith - james@vapourtech.com
translator Don Brutzman and Matt Beitler
created 1 March 2001
translated 19 October 2001
modified 23 November 2025
reference BoxManHAnim1ToHAnim2ConversionLog.txt
TODO fix functionality using BoxMan2.js
reference Original site http://HAnim.org
reference ../Legacy/originals/boxman.wrl
reference BoxMan2.js
TODO InstantReality Forum Issue: InstantReality is ignoring the Viewpoint nodes in the topmost HAnimSite. http://forum.instantreality.org
Image BoxManViewInclined.png
Image BoxManViewFront.png
Image BoxManViewRight.png
Image BoxManViewLeft.png
Image BoxManViewTop.png
reference BoxMan2AnimationPanel.x3d
reference http://HAnim.org/Models/HAnim2001/boxman/boxman.wrl
reference http://www.vapourtech.com/team/james/boxman.wrl
reference http://HAnim.org/Specifications/HAnim2001
reference http://HAnim.org/Models
reference http://HAnim.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 HAnim 2.0
identifier https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Skin/BoxMan2.x3d
generator X3D-Edit 4.0, https://www.web3d.org/x3d/tools/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

    Constructors
    Constructor
    Description
    Default constructor to create this object.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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
    main(String[] args)
    Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BoxMan2

      public BoxMan2()
      Default constructor to create this object.
  • Method Details