Class HAnimModelsHandsFeet

java.lang.Object
HumanoidAnimation.Characters.HAnimModelsHandsFeet

public class HAnimModelsHandsFeet extends Object

Left and right hands and feet, using high-fidelity definitions for HAnim version 2.0.

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

Scene Meta Information
meta tags HumanoidAnimation.Characters.HAnimModelsHandsFeet  Document Metadata
title HAnimModelsHandsFeet.x3d
description Left and right hands and feet, using high-fidelity definitions for HAnim version 2.0
creator Kwan Hee YOO and Don Brutzman
created 8 February 2015
modified 28 October 2023
warning not yet to scale
warning TODO will X3D HAnim component add a new level to support LOA-4 functionality?
TODO how to have HAnimHumanoid root with Inline IMPORT/EXPORT of limbs?
Image HAnimModelsHandsFeet.png
Image HAnimModelsHandsFeetWithFour1mGrids.png
reference https://www.web3d.org/working-groups/humanoid-animation-HAnim
reference https://www.web3d.org/documents/specifications/19774/V2.0
reference https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/hanim.html
subject X3D HAnim humanoid animation
identifier https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Characters/HAnimModelsHandsFeet.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 (version control) which is used to create Java source code from an original .x3d model.

  • Constructor Details

    • HAnimModelsHandsFeet

      public HAnimModelsHandsFeet()
      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:
      HAnimModelsHandsFeet model
      See Also:
    • main

      public static void main(String[] args)
      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: