Hi all!

When I migrated from J3D 1.2.1_04 to J3D 1.3 I lost the ability for
mip-mapping  textures.

To achieve mip-mapping I set the textures min and magFilter like this:

   texture.setMagFilter(Texture.NICEST);
   texture.setMinFilter(Texture.NICEST);


This worked perfect in J3D 1.2.1 but not in J3D 1.3.
I searched the J3D 1.3 api documentation, but could not find any changes on
this topic.

Any help would be appreciated!

Regards,
Morten Gustavsen

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