Files
filament/tools/mipgen
BStringhamVRSK c10f7b01f4 Fixes normal map issues in mipgen and exposes a couple of SurfaceOrientation functions for Web
* mipgen: Linearized PNG bitmaps (such as normal maps) no longer perform gamma transform on read.

* mipgen: Using "-k normals" argument now works for all file types, not just KTX

* Web: Exposed SurfaceOrientation functions getQuatsHalf4() and getQuatsFloat()
2021-10-15 14:23:41 -07:00
..
2018-12-12 09:09:01 -08:00

mipgen

mipgen generates mipmaps for an image down to the 1x1 level.

Usage

$ mipgen [options] <input_file> <output_pattern>

Run mipgen --help for more information about available options.