Package | Description |
---|---|
com.sun.electric.plugins.j3d | |
com.sun.electric.plugins.j3d.utils |
Modifier and Type | Method and Description |
---|---|
J3DUtils.ThreeDDemoKnot |
View3DWindow.addFrame(boolean useView) |
J3DUtils.ThreeDDemoKnot |
View3DWindow.moveAndRotate(double[] values)
Method to rotate individual groups
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<TransformGroup,BranchGroup> |
View3DWindow.addInterpolator(java.util.List<J3DUtils.ThreeDDemoKnot> knotList)
Method to create a path interpolator using knots
defined in input list
|
java.util.Map<TransformGroup,BranchGroup> |
View3DWindow.addInterpolatorPerGroup(java.util.List<J3DUtils.ThreeDDemoKnot> knotList,
TransformGroup grp,
java.util.Map<TransformGroup,BranchGroup> interMap,
boolean useView)
Method to add interpolator per group
|
Modifier and Type | Field and Description |
---|---|
java.util.List<J3DUtils.ThreeDDemoKnot> |
J3DSerialization.list |
Modifier and Type | Method and Description |
---|---|
static java.util.List<J3DUtils.ThreeDDemoKnot> |
J3DUtils.readDemoDataFromFile(View3DWindow view3D)
Method to generate knots for interpolator from a file
|
Modifier and Type | Method and Description |
---|---|
static KBKeyFrame |
J3DUtils.getNextKBKeyFrame(float ratio,
J3DUtils.ThreeDDemoKnot knot)
Method to generate each individual frame key for the interporlation
based on Poly information
|
static TCBKeyFrame |
J3DUtils.getNextTCBKeyFrame(float ratio,
J3DUtils.ThreeDDemoKnot knot) |
Constructor and Description |
---|
J3DSerialization(java.lang.Boolean useView,
java.util.List<J3DUtils.ThreeDDemoKnot> l,
Transform3D t) |