Package | Description |
---|---|
desmoj.extensions.visualization3d |
Core package of DESMO-J's 3D animation component.
|
Modifier and Type | Method and Description |
---|---|
void |
MovementPathInterpolator.start(VisualizationClockAlpha alpha,
float[] durationKnots,
float[] speedKnots,
Point3f[] positionKnots)
Sets the movement data and start the interpolator.
|
void |
RotationSwitchInterpolator.start(VisualizationClockAlpha alpha,
float maximumAngle,
Transform3D transformAxis,
Transform3D currentTransform)
Sets the rotation data and start the interpolator.
|
void |
MovementPathInterpolator.startWithFocusOnTrack(VisualizationClockAlpha alpha,
float[] durationKnots,
float[] speedKnots,
Point3f[] positionKnots,
Vector3d frontSideVec) |