thanks to Erik's texture map I can now drop empty.rgb altogether and just
specify the same texture in the "foo.lighted" and "foo.unlighted" material entry. This also allows to drop the state cloning and thereby solves the most urgent apt_signs.cxx TODO. :-)
This commit is contained in:
parent
6e36a0a8db
commit
7208f2d695
2 changed files with 5 additions and 5 deletions
Binary file not shown.
|
@ -1417,7 +1417,7 @@ Shared parameters for various materials.
|
|||
|
||||
<material>
|
||||
<name>YellowSign.unlighted</name>
|
||||
<texture>Signs/empty.rgb</texture>
|
||||
<texture>Signs/yellow.rgb</texture>
|
||||
<emissive>
|
||||
<r>0.4</r>
|
||||
<g>0.4</g>
|
||||
|
@ -1500,7 +1500,7 @@ Shared parameters for various materials.
|
|||
|
||||
<material>
|
||||
<name>RedSign.unlighted</name>
|
||||
<texture>Signs/empty.rgb</texture>
|
||||
<texture>Signs/red.rgb</texture>
|
||||
<emissive>
|
||||
<r>0.4</r>
|
||||
<g>0.4</g>
|
||||
|
@ -1584,7 +1584,7 @@ Shared parameters for various materials.
|
|||
|
||||
<material>
|
||||
<name>BlackSign.unlighted</name>
|
||||
<texture>Signs/empty.rgb</texture>
|
||||
<texture>Signs/black.rgb</texture>
|
||||
<emissive>
|
||||
<r>0.4</r>
|
||||
<g>0.4</g>
|
||||
|
@ -1667,7 +1667,7 @@ Shared parameters for various materials.
|
|||
|
||||
<material>
|
||||
<name>FramedSign.unlighted</name>
|
||||
<texture>Signs/empty.rgb</texture>
|
||||
<texture>Signs/framed.rgb</texture>
|
||||
<emissive>
|
||||
<r>0.4</r>
|
||||
<g>0.4</g>
|
||||
|
@ -1750,7 +1750,7 @@ Shared parameters for various materials.
|
|||
|
||||
<material>
|
||||
<name>RunwaySign.unlighted</name>
|
||||
<texture>Signs/empty.rgb</texture>
|
||||
<texture>Signs/yellow_rwy.rgb</texture>
|
||||
<emissive>
|
||||
<r>0.4</r>
|
||||
<g>0.4</g>
|
||||
|
|
Loading…
Add table
Reference in a new issue