Package HumanoidAnimation.Legacy
Class JoeSkinTexcoordDisplacerKick
java.lang.Object
HumanoidAnimation.Legacy.JoeSkinTexcoordDisplacerKick
This Joe model is a V1 LOA3 Humanoid with textured skin composed mainly of V1 Site locations.
Related links: source JoeSkinTexcoordDisplacerKick.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | HumanoidAnimation.Legacy.JoeSkinTexcoordDisplacerKick Document Metadata |
title | JoeSkinTexcoordDisplacerKick.x3d |
info | Joe No Reservations 20200709 spec root and vc7 hier 20161206 ... 20121221 ... 20040109 x3d/hanim |
description | This Joe model is a V1 LOA3 Humanoid with textured skin composed mainly of V1 Site locations. |
created | 15 January 2004 |
translated | 12 January 2017 |
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 | Joe D Williams |
translator | Roy Walmsley |
translator | Don Brutzman |
info | Transcoding from .vrml to .x3dv by Joe using BS studio circa 2012 |
info | translated from .x3dv to .xml for web3d archive |
TODO | Record information relating a certain skin coordinate to a V1 Annex A Site name and location is now found in comment at end of this scene where each # number name string appears in the order of coordinate points in the skin mesh user code. Best organized to provide author data naming important HAnim humanoid skeletonspace to skinspace relations using structured MetadataSet containing MetadataString nodes |
info | modified to correct root and vc7 hierarchies |
identifier | https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/JoeSkinTexcoordDisplacerKick.x3d |
generator | BS studio translation from .x3dv by Joe using BS Contact |
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 Summary
-
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
-
JoeSkinTexcoordDisplacerKick
public JoeSkinTexcoordDisplacerKick()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:
- JoeSkinTexcoordDisplacerKick 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:
-