While browsing new 1.3 apis, I've come after AuralAttributes
constructor. For people who don't know what I'm talking about

(float gain, float rolloff, float reflectionCoefficient, float
reflectionDelay,
float reverbCoefficient, float reverbDelay, long decayTime, float
diffusion,
float density, float[] distance, float[] frequencyCutoff, float
frequencyScaleFactor,
float velocityScaleFactor)

I know it is too late, because of backward compatibility, but maybe this
was a candidate for a class split ?

This is not the only class like this in java3d. Only chance I see here
is to use smart ide with parameter insight. Unfortunately java3d is
compiled without debug info and I do not see nice names like these
above, only
float,float,float,float,float,float,long,float,float,float[],float[],float,float.

Is there a chance of having 'debug' version of java3d ? Maybe as
separate download. Only thing that would have to be included are
parameter names - line numbers are not needed anyway, because we do not
have the source, but parameters would help tremedously. At the moment I
have to go through the list and count values one by one (now I remember,
but at start I constantly had to recheck Material color order).


Artur

===========================================================================
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".

Reply via email to