Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: DDS Volume textures

  1. #1
    Junior Member Newbie
    Join Date
    May 2009
    Posts
    7

    DDS Volume textures

    I have a DDS file that is a volume texture. As a Java developer, I've now tried 2 different ways to load the file and create a 3D texture, both of which have failed because the DDS loaders don't support depth. Is there a loader out there (which I am happy to port to Java) that can manage this feat?
    "She said help yourself, and I just couldn't help myself"

  2. #2
    Junior Member Regular Contributor fenris's Avatar
    Join Date
    Mar 2000
    Location
    Cincinnati, Ohio USA
    Posts
    152

    Re: DDS Volume textures

    You can have a look at the code for my DDS plug-in for the GIMP. It supports volume map loading. You can find it here.

  3. #3
    Junior Member Newbie
    Join Date
    May 2009
    Posts
    7

    Re: DDS Volume textures

    Thanks, that's really useful!

    Cheers

    Jules
    "She said help yourself, and I just couldn't help myself"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •