Skip to content

Image output is mixed up #3

@dsp2003

Description

@dsp2003

Apparently, the -X and +X are swapped in the program's output. Not a big deal if you're assembling a cubemap from separate images afterwards, so the correct command line would be

EnvMapTool -i sphere.png -O xm_.png -O xp_.png -O yp_.png -O ym_.png -O zp_.png -O zm_.png -W 256 -H 256 -f PNG sphere2cube

instead of default example's

EnvMapTool -i sphere.png -O xp_.png -O xm_.png -O yp_.png -O ym_.png -O zp_.png -O zm_.png -W 256 -H 256 -f PNG sphere2cube

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions