Class BvhSeamless3dExport1
java.lang.Object
HumanoidAnimation.MotionAnimation.BvhSeamless3dExport1
Seamless3d tool import of bvh file and export of x3d scene. Note use of single skin mesh, animated by unadorned skeleton.
Related links: source BvhSeamless3dExport1.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | HumanoidAnimation.MotionAnimation.BvhSeamless3dExport1 Document Metadata |
title | BvhSeamless3dExport1.x3d |
description | Seamless3d tool import of bvh file and export of x3d scene. Note use of single skin mesh, animated by unadorned skeleton. |
translator | Don Brutzman |
created | 1 January 2017 |
translated | 1 January 2017 |
modified | 16 January 2022 |
reference | 1.bvh |
Image | BvhSeamless3dExport1.png |
subject | BVH X3D Seamless3d |
generator | Seamless3d 3.002, http://www.seamless3d.com |
generator | Seamless3d developed by Graham John Perrett thyme@seamless3d.com |
generator | X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit |
identifier | https://www.web3d.org/x3d/content/examples/HumanoidAnimation/MotionAnimation/BvhSeamless3dExport1.x3d |
reference | https://sourceforge.net/p/x3d/code/24079 |
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.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
-
BvhSeamless3dExport1
public BvhSeamless3dExport1()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:
- BvhSeamless3dExport1 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:
-