Patch from Erik Hofman to make cities glow and water sparkle.
[dpm: made Urban change to Town as well]
This commit is contained in:
parent
9f556c6d07
commit
2ae996b7cc
1 changed files with 10 additions and 10 deletions
|
@ -2666,8 +2666,8 @@ Shared parameters for various materials.
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</specular>
|
</specular>
|
||||||
<emissive>
|
<emissive>
|
||||||
<r>0.07</r>
|
<r>0.13</r>
|
||||||
<g>0.05</g>
|
<g>0.11</g>
|
||||||
<b>0.0</b>
|
<b>0.0</b>
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</emissive>
|
</emissive>
|
||||||
|
@ -2830,8 +2830,8 @@ Shared parameters for various materials.
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</specular>
|
</specular>
|
||||||
<emissive>
|
<emissive>
|
||||||
<r>0.0</r>
|
<r>0.13</r>
|
||||||
<g>0.0</g>
|
<g>0.11</g>
|
||||||
<b>0.0</b>
|
<b>0.0</b>
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</emissive>
|
</emissive>
|
||||||
|
@ -2980,9 +2980,9 @@ Shared parameters for various materials.
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</diffuse>
|
</diffuse>
|
||||||
<specular>
|
<specular>
|
||||||
<r>0.2</r>
|
<r>0.0</r>
|
||||||
<g>0.2</g>
|
<g>0.0</g>
|
||||||
<b>0.4</b>
|
<b>0.0</b>
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</specular>
|
</specular>
|
||||||
<emissive>
|
<emissive>
|
||||||
|
@ -3016,9 +3016,9 @@ Shared parameters for various materials.
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</diffuse>
|
</diffuse>
|
||||||
<specular>
|
<specular>
|
||||||
<r>0.2</r>
|
<r>0.31</r>
|
||||||
<g>0.2</g>
|
<g>0.34</g>
|
||||||
<b>0.4</b>
|
<b>0.39</b>
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</specular>
|
</specular>
|
||||||
<emissive>
|
<emissive>
|
||||||
|
|
Loading…
Reference in a new issue