|
Hi,
I am getting
the default value of the Point3d object ie 0, here is part of my code.
/*********code
behaviorBranch = new
BranchGroup();
bounds = new
BoundingSphere(new Point3d(0.0,0.0,0.0), 100.0f);
// create normal
interpolator
normalInterpolator = new KBRotPosScaleSplinePathInterpolator(animAlpha, objTransformGroup, yAxis, normalKeyFrames); normalInterpolator.setSchedulingBounds(bounds); behaviorBranch.addChild(normalInterpolator); objTransformGroup.addChild(behaviorBranch); **********/ Thanks a lot
Anindita Pal
|
- [JAVA3D] Interactive animation Java TLG
- Re: [JAVA3D] Interactive animation Sackmunky
- Re: [JAVA3D] Interactive animation Java TLG
- Re: [JAVA3D] Interactive animation Yazel, David J.
- Re: [JAVA3D] Interactive animation Java TLG
