Question about textures.

Hello everyone! I want to ask, is it possible to make really big textures and tell panda not to render them in full resolution? Or do I have to create a lot of diferent sized textures in order to create a texture quality option?

Sorry for bad english :blush:

Nope, Panda has a config variable for it - “texture-scale”. If you set it to 0.5, all textures will be rescaled to half size on load, for example.

For more variables, see:
panda3d.org/manual/index.php/L … _Variables