Skip to content

Instantly share code, notes, and snippets.

@jbinkleyj
Forked from cecilemuller/cubemap.bat
Created October 14, 2021 17:07
Show Gist options
  • Save jbinkleyj/f7444413a5334cad4f7e24e1b653616d to your computer and use it in GitHub Desktop.
Save jbinkleyj/f7444413a5334cad4f7e24e1b653616d to your computer and use it in GitHub Desktop.
Generate a DDS cubemap from 6 JPEG images
texassemble cube -w 1024 -h 1024 -o cubemap.dds px.jpg nx.jpg py.jpg ny.jpg pz.jpg nz.jpg
texconv cubemap.dds -m 0 -y -f BC1_UNORM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment