Package HumanoidAnimation.Specifications
Class HAnim2SpecificationLOA3Illustrated
java.lang.Object
HumanoidAnimation.Specifications.HAnim2SpecificationLOA3Illustrated
HAnim Specification reference example providing full coverage (and no illustrated visibility) of all specified HAnim constructs, also suitable for re-use as an authoring template.
Related links: source HAnim2SpecificationLOA3Illustrated.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | HumanoidAnimation.Specifications.HAnim2SpecificationLOA3Illustrated Document Metadata |
title | HAnim2SpecificationLOA3Illustrated.x3d |
description | HAnim Specification reference example providing full coverage (and no illustrated visibility) of all specified HAnim constructs, also suitable for re-use as an authoring template. |
reference | https://www.web3d.org/files/specifications/19774/V1.0/HAnim/BodyDimensionsAndLOAs.html#LOA3ExampleSourceWithDiamonds |
created | 18 February 2021 |
modified | 23 December 2021 |
creator | Don Brutzman |
reference | HAnim2SpecificationLOA3Invisible.x3d |
reference | HAnim2SpecificationLOA3Animation.x3d |
reference | HAnimSpecificationExampleChangeLog.txt |
Image | images/BonesAllSkeletonFrontViewLOA1.png |
Image | images/BonesAllSkeletonFrontViewLOA2.png |
Image | images/BonesAllSkeletonFrontViewLOA3.png |
TODO | move relevant HAnimSite/Viewpoint pairs into skeleton at appropriate locations |
TODO | insert MetadataInteger nodes indicating LOA for each Joint and Segment |
reference | Norman Badler et al., ANTHROPOMETRY FOR COMPUTER GRAPHICS HUMAN FIGURES, University of Pennsylvania, 1989. |
reference | http://www.cis.upenn.edu/~badler/anthro/89-71.ps |
reference | tables/AnthropometryForComputerGraphicsHumanFigures89-71.pdf |
translator | Don Brutzman and Joe Williams |
generator | BS Contact Geo 8.001, http://www.bitmanagement.de/en/products/interactive-3d-clients/bs-contact-geo |
reference | originals/LOA3ExampleSourceWithDiamondsOriginal.wrl |
reference | originals/LOA3ExampleSourceWithDiamondsOriginal.x3d |
reference | originals/LOA3ExampleSourceWithDiamondsOriginalBsContactExport.x3d |
reference | HAnim Specification Table 4.4 - Face Joint object names, https://www.web3d.org/files/specifications/19774/V1.0/HAnim/concepts.html#FaceJointObjectNames |
generator | X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit |
identifier | https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Specifications/HAnim2SpecificationLOA3Illustrated.x3d |
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
ConstructorDescriptionDefault constructor to create this object. -
Method Summary
Modifier and TypeMethodDescriptionorg.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
Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
-
Constructor Details
-
HAnim2SpecificationLOA3Illustrated
public HAnim2SpecificationLOA3Illustrated()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:
- HAnim2SpecificationLOA3Illustrated 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:
-