Re: [JAVA3D] texture quality
João Paulo Menegatti wrote: > how I do to get more quality in the texture (file .png) ? > > > I assume you mean without providing more pixels. You can always make the texture larger as needed but its expensive in memory usage. Another route is to change the minification and magnification filter
[JAVA3D] texture quality
how I do to get more quality in the texture (file .png) ? thanks in advanced J.P.