Re: [osg-users] Exporting OpenFlight Models

2018-06-28 Thread Daniel Emminizer, Code 5773
Users > Subject: Re: [osg-users] Exporting OpenFlight Models > > Hi Dan, > > The PR looks like an acceptable level of hackiness to resolve this > problem so I've merged this. > > There is limit in how much we should go chasing our tails on this > suff, there is fixed f

Re: [osg-users] Exporting OpenFlight Models

2018-06-27 Thread Robert Osfield
Hi Dan, The PR looks like an acceptable level of hackiness to resolve this problem so I've merged this. There is limit in how much we should go chasing our tails on this suff, there is fixed function code all over the OSG so it'd be a massive undertaking to try and find fall-backs for all these.

[osg-users] Exporting OpenFlight Models

2018-06-27 Thread Daniel Emminizer, Code 5773
Hi Robert, Tl;dr: I think I found a bug in OpenFlight's FltExportVisitor::isTextured() when FFP is disabled. This email explains PR 568 more thoroughly. I am having problems saving out OpenFlight models and was hoping someone could point out what I'm doing wrong. I think I might have