LazyDuchess / OpenTS2

Open source re-implementation of The Sims 2 in Unity
Mozilla Public License 2.0
221 stars 17 forks source link

Create shaders for different terrain types #46

Closed LazyDuchess closed 11 months ago

LazyDuchess commented 11 months ago

Right now only Temperate and Concrete terrain types render accurately, The terrain paint for Desert and Dirt don't have the same behavior as them, which makes them look strange.

Might have to rework the terrain shader a little into a cginc to avoid redundant code.

LazyDuchess commented 11 months ago

There we go :) image image

ammaraskar commented 11 months ago

Nice, this looks great.