Re: [osg-users] slice Geometry with plane

2016-11-18 Thread Robert Osfield
On 18 November 2016 at 07:53, Trajce Nikolov NICK wrote: > it is not only for display, I need handle of the sliced Geometry, something > like what DBGS are doing, to cut triangulated cultural features on tile > boundaries. There aren't any utilities in the core OSG to do this, the focus being re

Re: [osg-users] Rotation of a node starts clockwise and ends counter-clockwise.

2016-11-18 Thread Rambabu Repaka
Hi,Not like that i just asking if anyone used it previous. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69443#69443 ___ osg-users mailing list osg-users@lists.open

[osg-users] Use OSG with an existing renderer in OpenGL ES

2016-11-18 Thread Fabien Boco
Hi, I'm trying to use OSG with an existing renderer. I found the FAQ about it which advises us to use glPush/PopAttrib to make it work (.../faq#CanIuseOSGwithinanexistingrenderer) But here's my problem : I'm moving an OSG app (running with QML) from Windows to iOS and iOS means OpenGL ES which

Re: [osg-users] [osgPlugins] Exporting OpenFlight from OSG and DDS textures

2016-11-18 Thread Rambabu Repaka
Hi,How to convert the .osg files like cessna.osg to .flt files. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69445#69445 ___ osg-users mailing list osg-users@lists

Re: [osg-users] Rotation of a node starts clockwise and ends counter-clockwise.

2016-11-18 Thread Sebastian Messerschmidt
Hi Rambabu, Hi,Not like that i just asking if anyone used it previous. You asked for some "osgTank"-model without any reasonable context whatsoever and not for the specific model. Also Christian even spent his time on pre-digesting the information for you by providing a link to the model AND

Re: [osg-users] [osgPlugins] Exporting OpenFlight from OSG and DDS textures

2016-11-18 Thread Robert Osfield
On 18 November 2016 at 11:50, Rambabu Repaka wrote: > Hi,How to convert the .osg files like cessna.osg to .flt files. To just convert files via the osgconv utility: osgconv cessna,osg cessna.flt This only works for plugins that support writing of nodes, most 3d plugins don't support writing,

Re: [osg-users] Use OSG with an existing renderer in OpenGL ES

2016-11-18 Thread Chris Hanson
Are you trying to render combined 3D scenes, or have OSG render a texture that will be used on a surface within your other renderer's scene? When we were faced with the second situation, what we did was to create a whole new context (shared) for OSG let OSG render into a texture with that, and the

[osg-users] Deferring loading in an DB ReaderWriter plugin

2016-11-18 Thread James Turner
Hi, I’m looking for some advice on deferring / stalling a DB read request for a period of time and then resuming it. (Or some equivalent) This is for a download-on-demand thing - inside the readNode() implementation I can detect that a given set of files needs to be downloaded, which may take m