Hey.

I use a ScaleInterpolator to change the size of a sphere.
It works great if the appearance of the sphere has no textures.
With textures the size still changes but the color of appearance is
grey and has no textures.

I use code like this :

 ...
 TransformGroup objTrans = new TransformGroup();
 objTrans.addChild(sphere);
 ...
 ScaleInterpolator scaleInt = new ScaleInterpolator(
        rotationAlpha, objTrans, yAxis, size, size * scaleFactor);
 ...
 objTrans.addChild(scaleInt);


Any advices, so that the size-changing sphere also has a texture ?

Thanks.

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