Hi Mike,
Ive run across the same problem occasionally , with 2d panels in a 3d
cockpit. I think the best solution is to add  something like this...

<panel>
<name>panel1</name>
< " dimensions , etc...">
</panel>

and then a sorting layer like so ...


<animation>
   <name>Sort</name>
   <object-name>panel1</object-name>
   <object-name>panel2</object-name>
   <object-name>cockpit</object-name>
   <object-name>whatever</object-name>
  </animation>

this will set the order that objects are drawn...
Hope this helps.
Cheers,
Syd

-------------------------------------------------------------------------
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to