Re: [osg-users] bugfix osgDB cross-DLL allocation problem

2009-05-10 Thread Robert Osfield
Hi All, Hartmut submitted some Windows specific build changes to the OSG and called for feedback, and I follow up with a request for feedback on these changes. Alas not a single reply Any chance that Windows experts you review Hartmut's changes. I can't personally make a decision on this

Re: [osg-users] bugfix osgDB cross-DLL allocation problem

2009-05-10 Thread Jean-Sébastien Guay
Hi Robert, Hartmut submitted some Windows specific build changes to the OSG and called for feedback, and I follow up with a request for feedback on these changes. Alas not a single reply I've been very busy on my side so I haven't followed this thread as much as I would have liked. The

[osg-users] Using InfinitePlane

2009-05-10 Thread Barkah Yusuf
Hi, I need an advice on how to use osg::InfinitePlane. I is true what the docs says, that InfinitePlane cannot be use with ShapeDrawable? Thanks. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=11770#11770

Re: [osg-users] Using InfinitePlane

2009-05-10 Thread Barkah Yusuf
Allow me to rephrase my question. I tried to draw an infinite plane that lies at y=0 (the 'ground') in my project. I tried using simple geometry primitive (a very wide rectangle) but of course this just give the impression of infinity. Once the camera moved pass the rectangle boundary, the

Re: [osg-users] constructing geometry using position, normal and uv coord arrays

2009-05-10 Thread Christian Sam
Hi, i have a similar situation like the threadstarter longa...@gmail.com. i think i understand what you are recommending, but i dont know how to apply duplicate vertices (i also want to use different normals) for a triangle_strip primitive. Thank you! Cheers, Christian Sam --

Re: [osg-users] Using InfinitePlane

2009-05-10 Thread Robert Osfield
HI Barkah? Yusuf? Could you please reply with the name you wish to be address as I'm afraid we can't guess from just your email account. On Sun, May 10, 2009 at 3:11 PM, Barkah Yusuf barkah.yu...@gmail.com wrote: Hi, I need an advice on how to use osg::InfinitePlane. I is true what the docs

Re: [osg-users] Using InfinitePlane

2009-05-10 Thread Barkah Yusuf
robertosfield wrote: HI Barkah? Yusuf? Could you please reply with the name you wish to be address as I'm afraid we can't guess from just your email account. Yes everyone can address me as such. Sorry I didn't get accustomed my self first with the forum regulation. I forgot about the

[osg-users] About QT example!

2009-05-10 Thread YangXiao
Hi everyone  In QTOSG example,When i modify the thread model to osgViewer::Viewer::DrawThreadPerContext); I get a runtime error!   class ViewerQT : public osgViewer::Viewer, public AdapterWidget { public:  ViewerQT(QWidget * parent = 0, const char * name = 0, const QGLWidget * shareWidget = 0,