Re: [osg-users] [osgPlugins] Offline conversion to dds without gc

2016-11-15 Thread We See
Hi Lionel, Ok, I will try... Thank you very much! Cheers, WeSee -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69370#69370 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [osgPlugins] Offline conversion to dds without gc

2016-11-14 Thread We See
Hi Lionel, Thank you for the hint, works great (but horribly slow)! Do you know, what the option -fast changes? > have a look at NVidia Texture Tools (nvtt). Cheers, WeSee -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69360#69360

[osg-users] [osgPlugins] Offline conversion to dds without gc

2016-11-08 Thread We See
Hi, I try to develop a small tool for offline-conversion which converts openflight-files with rgb-textures into osgb-files with dss-textures. I resued the code of osgconv and have seen I need a graphics context for the conversion of textures into dds-format (class MyGraphicsContext in

[osg-users] [osgPlugins] flt: using Document::setSubSurfacePolygonOffset()

2012-08-15 Thread We See
Hi, I want to use userdefined PolygonOffsets per subface-level. This seams to be possible with the method Document::setSubSurfacePolygonOffset(). But I didn't find any example how to use this method. Is it at all possible to use Document::setSubSurfacePolygonOffset() without changing the

[osg-users] [osgPlugins] Reader-Plugin Callbacks for unsupported data-types

2012-06-12 Thread We See
Hi, When reading models in OpenFlight format, not all data will be read (i.e. surface material code or feature id will not be read). But some application need this data, therefore my idea is, there could be a callback-function, which the reader-plugin is calling when it reads an unsupported

Re: [osg-users] [osgPlugins] Reader-Plugin Callbacks for unsupported data-types

2012-06-12 Thread We See
robertosfield wrote: On 4 June 2012 14:06, We See wrote: Hi, When reading models in OpenFlight format, not all data will be read (i.e. surface material code or feature id will not be read). But some application need this data, therefore my idea is, there could be a callback

Re: [osg-users] [osgPlugins] How to read/write/access OpenFlight Surface Material Code (SMC) and Feature ID (FID) ?

2012-04-28 Thread We See
Hi Robert, What you implemented (SMC to Description), is exactly what I need. But I did not found your code OSG. Did you submit your code? Were your changes rejected, or what is the state of it? Regards, WeSee rioiart wrote: Hi all, Thanks for all the feedback. In case you are