Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3Delight automatically optimize textures for rendering. The optimisation process consist of creating a mipmap version of images that can be used efficiently as a texture during rendering. This process is important as non-optimized textures (without mipmap) can slow down rendering significantly. These optimized textures are stored at the location specified in the 3delight.config configuration file.

...