Open andybak opened 1 year ago
Will defer until #278 is in?
I don't think there's a lot of overlap between the two issues - either in terms of files that are affected or more structurally. Even if #278 expanded to cover export, it doesn't care about how the texture maps and shaders interact.
@mikeskydev - I've created a branch: https://github.com/icosa-gallery/open-brush/tree/feature/normal-map-exports
In that branch I've converted the texture maps. I think the next step is to edit Support/GlTFShaders/include/NormalMap.glsl so that it just samples the normal map normally (pardon the pun) instead of doing all the stuff with derivitives. I'd appreciate your help with this.
After that I'm a bit hazy:
I can handle (1) - don't know enough about (2) at the moment. Any thoughts?