Hi
I have downloaded and read Fred's updated *model-howto.htm* from CVS.

I have been struggling for the last 6 hours trying to get the light in the generic light-house to behave like the airport beacon.

Variably the light is either not visible or only visible from very close in.

As most of you are aware are I'm only using FGv098a/Win-Me and this is strictly not a *development* issue..... I would appreciate some help so I can be of more value to the community in the future.

my lastest XML attempt is;


<?xml version="1.0"?>

<PropertyList>

<path>generic-lighthouse.ac</path>

<animation>
 <type>range</type>
 <min-m>0</min-m>
 <max-m>20000</max-m>
</animation>

<!-- turns the lamps off during the day -->
<!-- to leave the lamps on longer during the day -->
<!-- decrease the number in the value section -->
<animation>
 <type>select</type>
 <object-name>Lamp</object-name>
 <condition>
  <greater-than>
   <property>/sim/time/sun-angle-rad</property>
   <value>1.5</value>
  </greater-than>
 </condition>
</animation>

<!--
<animation>
 <type>timed</type>
 <object-name>LampOn</object-name>
 <object-name>LampOff</object-name>
 <use-personality type="bool">true</use-personality>
 <branch-duration-sec>1</branch-duration-sec>
 <branch-duration-sec>2</branch-duration-sec>
</animation>
 -->

<animation>
 <type>rotate</type>
 <object-name>Lamp</object-name>
 <property>/sim/time/elapsed-sec</property>
 <factor>90.0</factor>
 <center>
  <x-m>0.0</x-m>
  <y-m>0.0</y-m>
  <z-m>49.0</z-m>
 </center>
 <axis>
  <x>0</x>
  <y>0</y>
  <z>1</z>
 </axis>
</animation>

<animation>
 <type>flash</type>
 <object-name>Lamp</object-name>
<!--  <offset>0.0</offset>
 <factor>1.0</factor>
 <two-sides>type="boolean>false</two-sides>
 <min>0.0</min>
 <max>1.0</max>
-->
 <center>
  <x-m>0.0</x-m>
  <y-m>0.0</y-m>
  <z-m>49.0</z-m>
 </center>
 <axis>
  <x>0</x>
  <y>-1</y>
  <z>0.1</z>
 </axis>
 <power>1000</power>
</animation>

</PropertyList>


............any suggestions?

:-D ene

_________________________________________________________________
Shop ‘til you drop at XtraMSN Shopping http://shopping.xtramsn.co.nz/home/



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to