Re: [osg-users] Replies with "Incident ID"'s returned for every post I sent to this list... Is that normal?

2017-01-20 Thread Jannik Heller
Hey guys, Digging deeper into this issue, I found in the mail header: X-Report-Abuse: You can also report abuse here: https://sable.madmimi.com/abuse/new?id=64170.233867.1.89772119f10a5f14edc461729ba36bd9 So I went to that URL and filled out the abuse form, this is what I filled in:

[osg-users] Using Ortho2D projection camera under OpenSceneGraph PRE_RENDER camera

2017-01-20 Thread Malcolm Pigott
I have a scene in OpenSceneGraph which has a "normal" 3D content overlaid with content in an Ortho2D projection. This works OK. I am now trying to render this scene to a texture (via a Frame Buffer Object) and am working with the osgPreRender example. Below is some code derived from that

Re: [osg-users] bug: osgText doesn't work on MacOSX GL4.x with VAO

2017-01-20 Thread Remo Eichenberger
Hi Sebastian Thank you for your help. Yes i don't see the glyphs. I use osgEarth, but this should not be a problem :) I've tried the following according your sample: Code: ControlCanvas* canvas = ControlCanvas::getOrCreate( view );

Re: [osg-users] Replies with "Incident ID"'s returned for every post I sent to this list... Is that normal?

2017-01-20 Thread David Glenn
Greetings Robert! Just to let you know! I'm getting that message. Goggle it and I wound up here! So, I guess that you all chose to ignore it or I'm doing something wrong and the men in black are going to take me away! Bye! ... Thank you! Cheers, David David

Re: [osg-users] bug: osgText doesn't work on MacOSX GL4.x with VAO

2017-01-20 Thread Sebastian Messerschmidt
Hi Remo, A more detailed description on how it fails would be helpful. If you're seeing non-textures quads instead of your glyphs you need to adapt your shader as the text-rendering isn't using a normal blending. I've attached my default core-profile shader which uses pre-multiplied alpha.

Re: [osg-users] OpenVR, Oculus or HTC - Vive in OSG? Status as of Nov 2016!

2017-01-20 Thread David Glenn
Jan Ciger wrote: > Hello, > > On Tue, Dec 13, 2016 at 4:18 AM, Ran Ling < ()> wrote: > > > Hi, Jan, I've used osgopenvrviewer too. > > I have some troubles when I try to get a complete mirror on computer > > screen, not divided by left eye and right eye.Because main camera has been > >

[osg-users] bug: osgText doesn't work on MacOSX GL4.x with VAO

2017-01-20 Thread Remo Eichenberger
Hi, I can't render osgText on MacOSX Core Profile: text->setTextBackdropType(osgText::Text::BackdropType::NONE); text->setTextBackdropImplementation(osgText::Text::BackdropImplementation::DELAYED_DEPTH_WRITES); text->setBackColor( Color( Color::Black, 0.8 ) ); text->setHorizAlign(

Re: [osg-users] found memory leak in OSG 3.0.1

2017-01-20 Thread Robert Osfield
Hi Gianlica, Personally I wouldn't worry about this tiny one off "apparent" leak. It could well be just an artefact of the way the memory tracking is working rather than a real leak, from what I pick up from other Windows discussions here on osg-users the MS memory is known for not tracking

Re: [osg-users] found memory leak in OSG 3.0.1

2017-01-20 Thread Gianluca Natale
Hi Robert, thanks for your reply. This is what I do in my application: 1) create my own Qt widget (and get its window handle, HWND); 2) allocate an osgViewer::Viewer; 3) allocate Traits and set requirements (new osg::GraphicsContext::Traits(); ) 4) set the window handle gotten at point 1 in the