Am Dienstag, 6. Februar 2007 23:11 schrieb Stuart Buchanan:
> There are still a number of problems
> - Transparency issues with the windshield - wing/fuselage disappears when
> seen through two surfaces.
Hi Stuart,

I had the same problem with the Seneca and now use a select animation for the 
windows and hide them when the view is from inside:
    <animation>
        <type>select</type>
        <object-name>Windows</object-name>
        <condition>
            <not-equals>
                <property>/sim/current-view/view-number</property>
                <value>0</value>
            </not-equals>
        </condition>
    </animation>

Greetings, Torsten

-------------------------------------------------------------------------
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