grendizerufo / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

Cubemap support #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Cubemap support from the older texture tool:

  -cubeMap : create cube map .
           Cube faces specified with individual files with -list option
                 positive x, negative x, positive y, negative y, positive
z, negative z
                 Use -output option to specify filename
           Cube faces specified in one file.  Use -file to specify input
filename

Original issue reported on code.google.com by Michael....@gmail.com on 26 Sep 2007 at 5:00

GoogleCodeExporter commented 9 years ago
Would it be enough to have a tool that assembles a cubemap from 6 existing 
textures
instead? I'd like to keep nvcompress simple, but instead have smaller tools for
different purposes. nvcompress already supports compression of cubemaps 
contained in
a single DDS file. I'd like to have a similar tool to create texture arrays.

Original comment by cast...@gmail.com on 26 Sep 2007 at 10:32

GoogleCodeExporter commented 9 years ago
I think it would be fine to have a separate tool that creates the cubemap, but 
that
tool should support the same input format types as nvcompress.

Original comment by Michael....@gmail.com on 12 Oct 2007 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by cast...@gmail.com on 12 Oct 2007 at 12:39

GoogleCodeExporter commented 9 years ago

Original comment by cast...@gmail.com on 12 Oct 2007 at 6:27

GoogleCodeExporter commented 9 years ago

Original comment by cast...@gmail.com on 25 Oct 2007 at 8:33

GoogleCodeExporter commented 9 years ago
I just checked in an initial version of such a tool. For now it only creates
cubemaps, but support for volume textures and texture arrays should be easy to 
add. I
think that should fit your needs. Let me know if that's not the case.

Original comment by cast...@gmail.com on 16 Nov 2007 at 11:25