Adjust the specular colors to the new specular highlight code
This commit is contained in:
parent
bccd7d7f90
commit
c03c0d9ce7
1 changed files with 22 additions and 22 deletions
|
@ -47,11 +47,11 @@ Properties currently used:
|
||||||
|
|
||||||
diffuse: the diffuse light colour for the material, specified as
|
diffuse: the diffuse light colour for the material, specified as
|
||||||
separate red, green, blue, and alpha components (default: all
|
separate red, green, blue, and alpha components (default: all
|
||||||
components 1.0).
|
color components 0.8, alpha 1.0).
|
||||||
|
|
||||||
specular: the specular light colour for the material, specified as
|
specular: the specular light colour for the material, specified as
|
||||||
separate red, green, blue, and alpha components (default: all
|
separate red, green, blue, and alpha components (default: all
|
||||||
color components 0.5, alpha 1.0).
|
color components 0.0, alpha 1.0).
|
||||||
|
|
||||||
emissive: the emissive light colour for the material, specified as
|
emissive: the emissive light colour for the material, specified as
|
||||||
separate red, green, blue, and alpha components (default: all
|
separate red, green, blue, and alpha components (default: all
|
||||||
|
@ -932,24 +932,24 @@ Shared parameters for various materials.
|
||||||
<xsize>400</xsize>
|
<xsize>400</xsize>
|
||||||
<ysize>400</ysize>
|
<ysize>400</ysize>
|
||||||
<ambient>
|
<ambient>
|
||||||
<r>0.17</r>
|
<r>0.0</r>
|
||||||
<g>0.31</g>
|
<g>0.0</g>
|
||||||
<b>0.38</b>
|
<b>0.0</b>
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</ambient>
|
</ambient>
|
||||||
<diffuse>
|
<diffuse>
|
||||||
<r>0.17</r>
|
<r>0.4</r>
|
||||||
<g>0.31</g>
|
<g>0.4</g>
|
||||||
<b>0.38</b>
|
<b>0.4</b>
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</diffuse>
|
</diffuse>
|
||||||
<specular>
|
<specular>
|
||||||
<r>0.30</r>
|
<r>0.2</r>
|
||||||
<g>0.30</g>
|
<g>0.2</g>
|
||||||
<b>0.40</b>
|
<b>0.2</b>
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</specular>
|
</specular>
|
||||||
<shininess>2.5</shininess>
|
<shininess>1.2</shininess>
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
|
@ -963,24 +963,24 @@ Shared parameters for various materials.
|
||||||
<xsize>400</xsize>
|
<xsize>400</xsize>
|
||||||
<ysize>400</ysize>
|
<ysize>400</ysize>
|
||||||
<ambient>
|
<ambient>
|
||||||
<r>0.19</r>
|
<r>0.0</r>
|
||||||
<g>0.35</g>
|
<g>0.0</g>
|
||||||
<b>0.52</b>
|
<b>0.0</b>
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</ambient>
|
</ambient>
|
||||||
<diffuse>
|
<diffuse>
|
||||||
<r>0.19</r>
|
<r>0.5</r>
|
||||||
<g>0.35</g>
|
<g>0.5</g>
|
||||||
<b>0.52</b>
|
<b>0.5</b>
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</diffuse>
|
</diffuse>
|
||||||
<specular>
|
<specular>
|
||||||
<r>0.30</r>
|
<r>0.3</r>
|
||||||
<g>0.30</g>
|
<g>0.3</g>
|
||||||
<b>0.40</b>
|
<b>0.3</b>
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</specular>
|
</specular>
|
||||||
<shininess>1.5</shininess>
|
<shininess>1.2</shininess>
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
|
|
Loading…
Reference in a new issue