MontyTRC
MontyTRC
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue Hi. Even if I configure it correctly, mapped objects have...
This pull request addresses the old bug about the 0.0f - 2.0f color range. After merging this pull request, TE will emit colors in 0.0f - 1.0f range for TEN...
This pull request covers two areas: - Renderer abstraction. Now renderer is totally API-unaware and It uses interfaces when it needs to deal with graphics API. I have then created...
This pull request addresses the old bug about the 0.0f - 2.0f color range. I have added in shaders a new ModulateColor function that mimics the PSX way of modulating...