Hi,
(mail mostly to sun engineers)
I have a program where:
gestureKnots = new
float[((RotationPathInterpolator)gestureInterpolator).getArrayLengths(
)];
gestureQuats = new
Quat4f[((RotationPathInterpolator)gestureInterpolator).getArrayLengths
()];
((RotationPathInterpolator)gestureInterpolator).getKnots(gestureKnots)
;
((RotationPathInterpolator)gestureInterpolator).getQuats(gestureQuats)
;
There is a null pointer exception thrown by the Interpolator (line
150, your code) when the fourth line is executed.
known bug or my fault ?
(sun people, I can send you the full code if really needed and if you
don't reuse it for your personal needs).
Thanks in advance,
Have a nice day,
Silvere Martin.
--
Silvere MARTIN-MICHIELLOT
Construit le futur d'internet sur http://www.digitalbiosphere.com.
--
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".