light-cone.xml 647 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <model>
  4. <name>lightcone</name>
  5. <path>Classic/light-cone.xml</path>
  6. </model>
  7. <animation>
  8. <type>select</type>
  9. <object-name>lightcone</object-name>
  10. <condition>
  11. <not><property>/sim/rendering/shaders/skydome</property></not>
  12. </condition>
  13. </animation>
  14. <model>
  15. <name>lightconeALS</name>
  16. <path>Procedural/light-cone.xml</path>
  17. </model>
  18. <animation>
  19. <type>select</type>
  20. <object-name>lightconeALS</object-name>
  21. <condition>
  22. <property>/sim/rendering/shaders/skydome</property>
  23. </condition>
  24. </animation>
  25. </PropertyList>