We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In OGRE 1.14 the way normal maps are interpreted in the RTSS has changed: https://ogrecave.github.io/ogre/api/14/rtss.html#normal_map
Currently we are exporting to a .material that uses the OGRE 1.13 way.
The text was updated successfully, but these errors were encountered:
should not be broken though, as we still load the old syntax: https://github.com/OGRECave/ogre/blob/04fdc54eafdcb5732757122715e0fd4ae696e238/Samples/Media/materials/scripts/DamagedHelmet.material#L52
I kept this precisely because of legacy blender2ogre exports
Sorry, something went wrong.
should not be broken though, as we still load the old syntax: https://github.com/OGRECave/ogre/blob/04fdc54eafdcb5732757122715e0fd4ae696e238/Samples/Media/materials/scripts/DamagedHelmet.material#L52 I kept this precisely because of legacy blender2ogre exports
Hmm, I put up this issue because when using ogre-meshviewer the Normal Maps didn't seem to be showing but I'll take a better look.
ogre-meshviewer
Thanks!
No branches or pull requests
In OGRE 1.14 the way normal maps are interpreted in the RTSS has changed:
https://ogrecave.github.io/ogre/api/14/rtss.html#normal_map
Currently we are exporting to a .material that uses the OGRE 1.13 way.
The text was updated successfully, but these errors were encountered: