Class BoxMan

java.lang.Object
Basic.HumanoidAnimation.BoxMan

public class BoxMan
extends java.lang.Object

A Seamless VRML Human, demonstrating the H-Anim 2001 Specification, animation scripting via an external prototype (ExternProtoDeclare).

Related links: BoxMan.java source, BoxMan catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title BoxMan.x3d
description A Seamless VRML Human, demonstrating the H-Anim 2001 Specification, animation scripting via an external prototype (ExternProtoDeclare).
creator James Smith - james@vapourtech.com
translator Don Brutzman and Matt Beitler
created 1 March 2001
translated 19 October 2001
modified 20 October 2019
reference http://h-anim.org
reference boxman.original.wrl
reference BoxMan.js
warning Skin mesh is split across multiple shapes within a Group, should that be allowed?
TODO What does the original animation script accomplish? It is not hooked up, script source contains errors...
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 BoxManAnimationPanel.x3d
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/BoxMan.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
    BoxMan()
    Default constructor to create this object.
  • Method Summary

    Modifier and Type Method Description
    org.web3d.x3d.jsail.Core.X3D getX3dModel()
    Provide a shallow copy of the X3D model.
    void initialize()
    Create and initialize the X3D model for this object.
    static void main​(java.lang.String[] args)
    Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait