ScanMountGoat / ultimate_tex

Texture conversion utilities for Smash Ultimate
MIT License
11 stars 0 forks source link

cube maps from images #2

Open ScanMountGoat opened 1 year ago

ScanMountGoat commented 1 year ago

This can use a cross, horizontal, or vertical layout for the cube map faces in the image input. This avoids the need to use DDS files on platforms that don't have good DDS tooling like Linux or MacOS.

ScanMountGoat commented 1 year ago

This functionality can be added to image_dds since it doesn't require any additional dependencies.