Class HAnim1SpecificationLOA3Invisible
java.lang.Object
HumanoidAnimation.Specifications.HAnim1SpecificationLOA3Invisible
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 HAnim1SpecificationLOA3Invisible.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | HumanoidAnimation.Specifications.HAnim1SpecificationLOA3Invisible Document Metadata |
title | HAnimSpecificationLOA3Invisible.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 | 24 April 2013 |
modified | 2 July 2023 |
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 |
creator | Matthew T. Beitler, Joe D. Williams, Don Brutzman |
reference | HAnimSpecificationLOA3Illustrated.x3d |
reference | HAnimSpecificationLOA3Animation.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/HAnimSpecificationLOA3Invisible.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
ConstructorsConstructorDescriptionDefault 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
-
HAnim1SpecificationLOA3Invisible
public HAnim1SpecificationLOA3Invisible()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:
- HAnim1SpecificationLOA3Invisible 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:
-