[Flightgear-devel] Material animation problems with osg

2007-10-20 Thread Jon Stockill
I'm having problems with material animations under the osg version of flightgear. Melchior has confirmed that it's working for him with the plib version, and that the config is correct. It's an extremely somple model that consists of 2 buttons that turn a light on and off, so the xml looks

Re: [Flightgear-devel] Material animation problems with osg

2007-10-20 Thread SydSandy
On Sat, 20 Oct 2007 15:53:14 +0100 Jon Stockill [EMAIL PROTECTED] wrote: I'm having problems with material animations under the osg version of flightgear. Melchior has confirmed that it's working for him with the plib version, and that the config is correct. It's an extremely somple model

Re: [Flightgear-devel] Material animation problems with osg

2007-10-20 Thread Jon Stockill
SydSandy wrote: I havent tested this one but Ive found that I have to put the material animation first before any others for it to work It appears to be a bug in the osg version - changing bool to int and true/false to 1/0 makes everything work. Is plib doing a type conversion that

Re: [Flightgear-devel] Material animation problems with osg

2007-10-20 Thread Ron Jensen
On Sat, 2007-10-20 at 18:24 +0100, Jon Stockill wrote: SydSandy wrote: I havent tested this one but Ive found that I have to put the material animation first before any others for it to work It appears to be a bug in the osg version - changing bool to int and true/false to 1/0

Re: [Flightgear-devel] Material animation problems with osg

2007-10-20 Thread Ron Jensen
On Sat, 2007-10-20 at 17:28 -0600, Ron Jensen wrote: On Sat, 2007-10-20 at 18:24 +0100, Jon Stockill wrote: SydSandy wrote: I havent tested this one but Ive found that I have to put the material animation first before any others for it to work It appears to be a bug in