FAForever / FAForeverMapEditor

A community-made map editor for the game Supreme Commander Forged Alliance
MIT License
3 stars 3 forks source link

Add ability to change the map shader #11

Closed BlackYps closed 2 days ago

BlackYps commented 1 year ago

There are multiple terrain shaders available. The editor should allow you to choose one. The game uses hlsl shaders, ideally we set up the unity rendering pipeline such that we can copy-paste as much of the source code as possible to ensure that the visuals are the same and for easier maintenance should we change the shader of the game again.

BlackYps commented 2 days ago

Implemented in https://github.com/FAForever/FAForeverMapEditor/pull/42