You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that the current git contains a built exe which exports the images (BRDF, diffuse, specular) in dds compact format. However, Is there a way to expose them separately in jpg format? Or is there any tool you have in mind which can convert the generated dds to separated jpg format?
Thank you.
The text was updated successfully, but these errors were encountered:
There is a third argument that is currently false:
probe->diffuseCubeMapMDR()->save(diffuseMDRPath, true /* fix seams /, false / split to RGB MMM /);
probe->specularCubeMapMDR()->save(specularMDRPath, true / fix seams /, false / split to RGB MMM */);
You will need to change the output filename extension to jpg, and set the third parameter to true and rebuild.
Thank you for this awesome tool.
Notice that the current git contains a built exe which exports the images (BRDF, diffuse, specular) in dds compact format. However, Is there a way to expose them separately in jpg format? Or is there any tool you have in mind which can convert the generated dds to separated jpg format?
Thank you.
The text was updated successfully, but these errors were encountered: