![]() |
|
#7
|
|||
|
|||
|
Also, you should disable mipmaps on your texture if you don't need them. In most cases this will increase texture upload time.
Code:
#Use non-mipmapped linear filtering texture = viz.addTexture(imagelist.next(), resizeNPOT=False, filter=viz.LINEAR) |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| trouble loading vrml files generated by ProE | tavaksai | Vizard | 12 | 12-09-2008 12:11 PM |
| How to edit the skin tones of the complete characters' cfg files? | vEsotu | Vizard | 3 | 09-23-2008 01:07 PM |
| optimizing the loading of .wrl files | dan12345 | Vizard | 2 | 06-11-2008 12:36 AM |
| loading large wav files in vizard | tommahhh | Vizard | 1 | 05-16-2005 04:23 PM |
| Including Files that Include Other Files | vjosh | Vizard | 1 | 09-21-2004 05:44 PM |