1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <path>HalfSphere.ac</path>
-
- <animation>
- <type>select</type>
- <object-name>Sphere</object-name>
- <condition>
- <and>
- <property>/sim/rendering/rembrandt/enabled</property>
- <greater-than>
- <property>/sim/rendering/shaders/lights</property>
- <value>1</value>
- </greater-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>light</type>
- <light-type>spot</light-type>
- <name>BeaconR</name>
- <object-name>Sphere</object-name>
- <nopreview/>
- <position>
- <x>0.0</x>
- <y>0.0</y>
- <z>0.0</z>
- </position>
- <direction>
- <x>0.0</x>
- <y>0.0</y>
- <z>1.0</z>
- </direction>
- <ambient>
- <r>0.03</r>
- <g>0.01</g>
- <b>0.01</b>
- <a>1.0</a>
- </ambient>
- <diffuse>
- <r>0.80</r>
- <g>0.10</g>
- <b>0.10</b>
- <a>1.0</a>
- </diffuse>
- <specular>
- <r>1.00</r>
- <g>0.20</g>
- <b>0.20</b>
- <a>1.0</a>
- </specular>
- <dim-factor>
- <expression>
- <product>
- <value>-1</value>
- <sum>
- <product>
- <max>
- <pow>
- <cos><property>/sim/time/sun-angle-rad</property></cos>
- <value>0.3</value>
- </pow>
- <value>0</value>
- </max>
- <value>0.6</value>
- </product>
- <value>-1</value>
- </sum>
- </product>
- </expression>
- </dim-factor>
- <attenuation>
- <c>1.0</c>
- <l>0.05</l>
- <q>0.1</q>
- </attenuation>
- <exponent>0.5</exponent>
- <cutoff>90</cutoff>
- <near-m>0.001</near-m>
- <far-m>30</far-m>
- </animation>
- </PropertyList>
|