cmft icon indicating copy to clipboard operation
cmft copied to clipboard

Cross-platform open-source command-line cubemap filtering tool.

Results 26 cmft issues
Sort by recently updated
recently updated
newest added

Hi, Radiance filter create some artifact when gloss become low ( ~< 3 ). ![aabb_issue](https://cloud.githubusercontent.com/assets/1036540/9900601/25b6a75e-5c62-11e5-92cd-cc3ff013ace8.png) It seem to come from incorrect `filterSize` and thus incorrect filter areas (aabb). I'm not...

There are two different identifiers commonly used in HDR files. One is #?RADIANCE which is also shared by other file formats used by the radiance renderer, and the other is...

So I'm using cmft to generate cubemaps from latlong images like this: `cmft.exe --input someInputFile.hdr --outputNum 1 --output0params dds,rgba32f,cubemap --generateMipChain true --dstFaceSize 128 --output0 someOutputFile.dds ` And I encountered a...

Thanks for an excellent tool. I am using it in the cubemap examples for my Vulkan helper library, Vookoo. I have seen a potential bug in the KTX write code...

Hey, thanks for a great tool! I am using it in my game engine, and I have patched it to be able to spit out custom "Kit Engine" cubemap .asset...

When outputing to 'latlong' format, I get substantial artifacts when using low gloss scales. Doesn't seem to matter which lighting model I use. The artifacts (vertical bars) get worse as...