Re: [osg-users] Looking towards 2.4, and what might go into it.

2007-12-08 Thread Panagiotis Papadakos
Hi! Any chance for http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2007-October/003523.html Regards Panagiotis Papadakos ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org

Re: [osg-users] Win32 crash

2007-12-06 Thread Panagiotis Papadakos
Hi again. Just in case anyone is interested, it seems that I solved it, (at least now I can't reproduce it). My solution uses 4 projects. 3 of them used C++ exceptions and one did not. So I enabled C++ exceptions and for the other one and it seems that now everything is Ok. Panagiotis

Re: [osg-users] Win32 crash

2007-12-04 Thread Panagiotis Papadakos
suggestions? Thanks. Panagiotis Papadakos On Sun, 2 Dec 2007, Himar Carmona wrote: Hello Panagiotis, sometime ago i had a similar issue. nvoglnt.dll is the nvidia Driver. In my case it was a driver problem. NVIDIA have a known uninstall issue that didn't clean up correctly if you upgrade

Re: [osg-users] Win32 crash

2007-12-04 Thread Panagiotis Papadakos
Hi Himar. nvglont.dll refers to my original stack trace from a system with Nvidia card. Thanks for the tips. I'll try them. Panagiotis Papadakos On Tue, 4 Dec 2007, Himar Carmona wrote: Hi, Ati and nvglont.dll ? isn't the last associated with NVIDIA icd? well, you can try

[osg-users] Roll pitch yaw of a vector

2007-11-11 Thread Panagiotis Papadakos
the second vector? Thanks! Panagiotis Papadakos ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] download osgProducer

2007-10-19 Thread Panagiotis Papadakos
Hi. You can download it from subversion repository with the following command: svn checkout http://www.openscenegraph.org/svn/Producer/osgProducer/trunk osgProducer Panagiotis Papadakos On Fri, 19 Oct 2007, aurora restivo wrote: Hi! I need last release (source code

Re: [osg-users] Multisample problem

2007-10-17 Thread Panagiotis Papadakos
' disables it, as it also happens with my app. Panagiotis Papadakos On Wed, 17 Oct 2007, David Callu wrote: Hi Panagiotis I attach a osgviewer based example of use of multisample You can switch on/off multisample with the key 'm' Cheers David 2007/10/14, Panagiotis Papadakos [EMAIL

Re: [osg-users] Multisample problem

2007-10-13 Thread Panagiotis Papadakos
By the way, http://www.cs.ualberta.ca/~ghali/courses/texts/redbook/code/06-06-multisamp.c works just fine on my system. Panagiotis Papadakos On Sun, 14 Oct 2007, Panagiotis Papadakos wrote: Hi David On Tue, 9 Oct 2007, David Callu wrote: Hi Panagiotis 2007/10/6, Panagiotis

[osg-users] osgPick does not using stereo for HMD or VERTICAL_SPLIT

2007-10-13 Thread Panagiotis Papadakos
Picking does not work correctly, when enabling any stereo modes that split initial view window to 2 views. It works as if were not using stereo. Panagiotis Papadakos ___ osg-users mailing list osg-users@lists.openscenegraph.org http

[osg-users] osgText and setMaximumHeight

2007-10-01 Thread Panagiotis Papadakos
Hi. Setting the maximum height of osgText doen't seem to work. If the text is big enough, it exceeds the height that I gave as input to setMaximumHeight. I would expect it to not render any text after the cursor has passed the maximum height. Regards Panagiotis Papadakos

Re: [osg-users] MODKEY_CTRL problem

2007-09-27 Thread Panagiotis Papadakos
Hi Robert. Linux/KDE. Panagiotis Papadakos On Thu, 27 Sep 2007, Robert Osfield wrote: On 9/27/07, Panagiotis Papadakos [EMAIL PROTECTED] wrote: Hi! After searching a little more, I see that after pressing Left Alt-Tab, default window manager shortcut to change applications, calls

Re: [osg-users] Transparency problem

2007-09-27 Thread Panagiotis Papadakos
in the scene, right? Panagiotis Papadakos On Thu, 27 Sep 2007, [EMAIL PROTECTED] wrote: Hello everybody. I have a transparency problem which you can see in the attached image. As you can see the strings rendered on the orange window, which is in front of another blue window, have

[osg-users] MODKEY_CTRL problem

2007-09-25 Thread Panagiotis Papadakos
in advance. Panagiotis Papadakos ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] MODKEY_CTRL problem

2007-09-25 Thread Panagiotis Papadakos
On Tue, 25 Sep 2007, Panagiotis Papadakos wrote: Also another problem I have is that if I switch to another application and then I switch back to my OSG app, it seems that I can't catch key events anymore! Well the above is probably my problem, because osgkeyboard works! Panagiotis