Lights: Added compositor light support(though cannot test at the moment)

This commit is contained in:
Sidi Liang 2020-05-01 11:04:15 +08:00
parent 5af48faf68
commit d7b0471e2e
No known key found for this signature in database
GPG Key ID: 79F0A6B20B72F42F
1 changed files with 82 additions and 0 deletions

View File

@ -777,6 +777,88 @@
</axis>
</animation>
<!-- COMPOSITOR LIGHTS -->
<light>
<name>left-headlight-compositor</name>
<type>spot</type>
<position>
<x-m>0.15</x-m>
<y-m>0.57</y-m>
<z-m>0.7</z-m>
</position>
<direction>
<pitch-deg>90</pitch-deg>
<roll-deg>0</roll-deg>
<heading-deg>0</heading-deg>
</direction>
<ambient>
<r>0.6</r>
<g>0.6</g>
<b>0.6</b>
<a>1</a>
</ambient>
<diffuse>
<r>0.95</r>
<g>0.9</g>
<b>0.9</b>
<a>1</a>
</diffuse>
<specular>
<r>0.95</r>
<g>0.9</g>
<b>0.9</b>
<a>1</a>
</specular>
<attenuation>
<c>1.0</c>
<l>0.09</l>
<q>0.032</q>
</attenuation>
<spot-exponent>5</spot-exponent>
<spot-cutoff>10</spot-cutoff>
<range-m>15</range-m>
</light>
<light>
<name>right-headlight-compositor</name>
<type>spot</type>
<position>
<x-m>0.15</x-m>
<y-m>-0.57</y-m>
<z-m>0.7</z-m>
</position>
<direction>
<pitch-deg>90</pitch-deg>
<roll-deg>0</roll-deg>
<heading-deg>0</heading-deg>
</direction>
<ambient>
<r>0.6</r>
<g>0.6</g>
<b>0.6</b>
<a>1</a>
</ambient>
<diffuse>
<r>0.95</r>
<g>0.9</g>
<b>0.9</b>
<a>1</a>
</diffuse>
<specular>
<r>0.95</r>
<g>0.9</g>
<b>0.9</b>
<a>1</a>
</specular>
<attenuation>
<c>1.0</c>
<l>0.09</l>
<q>0.032</q>
</attenuation>
<spot-exponent>5</spot-exponent>
<spot-cutoff>10</spot-cutoff>
<range-m>15</range-m>
</light>
<!-- LIGHTS -->
<effect>