<?xml version="1.0" encoding="utf-8"?>
<PropertyList>

  <path>soo-auto-bridge.ac</path>

  <!-- show the lightmap at night -->
  <effect>
    <inherits-from>/Effects/model-combined</inherits-from>
    <parameters>
      <lightmap-enabled type="int">1</lightmap-enabled>
      <lightmap-factor><use>/environment/lightmap-factor</use></lightmap-factor>
      <transparent>true</transparent>
      <texture n="3">
        <image>soo-auto-bridge2.png</image>
        <wrap-s>repeat</wrap-s>
      </texture>
    </parameters>
    <object-name>Deck</object-name>
    <object-name>Spans</object-name>
    <object-name>Supports</object-name>
    <object-name>X-Railing</object-name>
    <object-name>X-StreetLights</object-name>
  </effect>

  <!-- hide streetlight object during the day -->
  <animation>
    <type>select</type>
    <object-name>X-StreetLights</object-name>
    <condition>
      <property>/environment/lightmap-factor</property>
    </condition>
  </animation>  
  
</PropertyList>
