Class AllenDutton
java.lang.Object
HumanoidAnimation.Legacy.AllenDutton
Articulated human model developed from laser-scan data using X3D native tags, rather than prototypes.
Related links: source AllenDutton.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
| meta tags | HumanoidAnimation.Legacy.AllenDutton Document Metadata |
| title | AllenDutton.x3d |
| description | Articulated human model developed from laser-scan data using X3D native tags, rather than prototypes. |
| creator | Allen Dutton |
| translator | Ozan APAYDIN |
| created | 8 June 2001 |
| translated | 9 January 2002 |
| modified | 16 July 2025 |
| TODO | remove colors bleeding into camo |
| error | Legacy model, not valid as X3D4 HAnim version 2.0 since HAnim version 1.0 has significant differences and is no longer directly supported |
| warning | X3D Validator reports numerous warnings are present |
| reference | https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/ALLEN.wrl |
| reference | http://www.cyberware.com |
| reference | AllenDuttonBlurryMotion.x3d |
| reference | Thesis https://hdl.handle.net/10945/1716 |
| reference | http://www.HAnim.org |
| reference | https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/AllenDutton.x3d |
| reference | https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/AllenDuttonVillage.x3d |
| identifier | https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.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 -
Method Summary
Modifier and TypeMethodDescriptionorg.web3d.x3d.jsail.Core.X3DProvide a shallow copy of the X3D model.final voidCreate and initialize the X3D model for this object.static voidDefault main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
-
Constructor Details
-
AllenDutton
public AllenDutton()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:
- AllenDutton 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:
-