Texture compression

Does Panda support any texture compression? Something along the lines of S3TC or FXT1.

Hey bob, yeah it does. Check here:
panda3d.org/apiref.php?page=Texture

To compress all textures automatically on load, put:


compressed-textures 1

in your Config.prc file.

David