Re: [osg-users] FLT map fly action

2010-01-10 Thread Trajce Nikolov
probably you are missing the osgGA.lib in your project Nick http://www.linkedin.com/in/tnick Sent from Ünalan, İstanbul, Turkey On Sun, Jan 10, 2010 at 9:30 AM, Behlul Haznedar behlul...@hotmail.comwrote: Hi, I added these DoomLikeManipulator.h and DoomLikeManipulator.cpp into my project

Re: [osg-users] FLT map fly action

2010-01-10 Thread Behlul Haznedar
Hi, I solved it, the problem was about namespace in .cpp Thank you! Cheers, Behlul -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22338#22338 ___ osg-users mailing list

[osg-users] VIDEO with Alpha Channel

2010-01-10 Thread Eduardo Pinheiro
Hi, Im using openscenegraphic with osgart 2.0. Im trying to make a video with alpha channel in order to give the concept that the video is like 3D. (Please check attached image) The problem is that my video has always a black texture behind. Can you help me please? ... Thank you! Cheers,

[osg-users] CHROMA KEY

2010-01-10 Thread Eduardo Pinheiro
Hi, Does openscenegraphic has some lib to work with chroma key element? Thanks ... Thank you! Cheers, Eduardo -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22340#22340 ___ osg-users mailing

Re: [osg-users] CHROMA KEY

2010-01-10 Thread Trajce Nikolov
Hi Eduardo, looks like you are doing virtual studio :) ... I would do it in the shader. Not sure some of the video plugins supports videos with alpha Nick http://www.linkedin.com/in/tnick On Sun, Jan 10, 2010 at 2:54 PM, Eduardo Pinheiro eduardo.pinheiro.pt@ gmail.com wrote: Hi, Does

[osg-users] How to run osgViewer in Windows Form as a control

2010-01-10 Thread Tufan Taş
Hi, I am developing a project on C# and add reference DLL that I coded using C++/CLI. The DLL runs correctly it opens a window and loads the models but I don't want this window to open. I want to insert this view in my C# windows form as a panel control. How can I perform this action? Thank

Re: [osg-users] How to run osgViewer in Windows Form as a control

2010-01-10 Thread Glenn Waldron
Tufan, Read this: http://www.openscenegraph.org/projects/osg/wiki/Support/FAQ#HowdoIembedanOSGviewerina.NETcontrol The control variable is the C# control within which to embed the OSG viewer, typically a Panel. Glenn Waldron : Pelican Mapping : http://pelicanmapping.com : +1.703.652.4791 On

Re: [osg-users] How to run osgViewer in Windows Form as a control

2010-01-10 Thread Tufan Taş
I saw that sample but how can I send my control from C# to C++/CLI Cheers, Tufan -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22345#22345 ___ osg-users mailing list

Re: [osg-users] How to run osgViewer in Windows Form as a control

2010-01-10 Thread Tufan Taş
Hi, I try that sample but I get lots of error. Error 1 error C3083: 'GraphicsWindowWin32': the symbol to the left of a '::' must be a type c:\Users\Tufan\Desktop\OpenSceneGraphLibrary\OpenSceneGraphLibrary\OpenSceneGraphLibrary.cpp 42 OpenSceneGraphLibrary Error 2

Re: [osg-users] [osgPlugins] Can't export OSG to 3DS in 2.9.6 and can't build osgIntrospection Lib

2010-01-10 Thread Agostinho Silva
Hi you all! Since this is my first post here, let me thank Robert for the amazing work that you’ve been doing with OSG! :-) I started working with OSG only about a month ago, for a project on my master thesis, so I’m still a rookie… I wanted to build a scene graph 100% programmatically in

Re: [osg-users] How to run osgViewer in Windows Form as a control

2010-01-10 Thread Glenn Waldron
Tufan, I would probably derive a custom C++/CLI control (from UserControl) and then reference this custom control in your C# UI. That way you have a nice .NET control wrapping the OSG viewer. Glenn Waldron : Pelican Mapping : http://pelicanmapping.com : +1.703.652.4791 On Sun, Jan 10, 2010 at

Re: [osg-users] Video as background

2010-01-10 Thread Eduardo Pinheiro
Hi, Does anyone now how to had a video with alpha channel? like in the picture in attachment. Thank you! Cheers, Eduardo -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22349#22349 Attachments:

Re: [osg-users] split scene into separate nodes/files.

2010-01-10 Thread Danny Lesnik
Hi, Now I know that there might be more then one MatrixTranform on the tree for each node. The problem is solved. Thank you very much for your help. Thank you! Cheers, Danny -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22350#22350

Re: [osg-users] [osgPlugins] Can't export OSG to 3DS in 2.9.6 and can't build osgIntrospection Lib

2010-01-10 Thread Jean-Sébastien Guay
Hello Agostinho, I don’t know why, but CMake just doesn’t create the project file for the “osgIntrospection” library. So that lib is never created, and my program won’t even compile without it. If you need osgIntrospection, then you need to activate the CMake option called

Re: [osg-users] How to run osgViewer in Windows Form as a control

2010-01-10 Thread Tufan Taş
Hi, Thanks for the advice but what about the crash? I want to load the scene in the first step and then push a button to set the manipulator. But when I push the button the program crashes. And how can I load the model on the scene without any manipulator and then add the manipulator by

Re: [osg-users] Publicly Available TerraPage Database

2010-01-10 Thread Martin Scheffler
I found this link in an old post: http://www.triangraphics.de/index.php?1=Downloadl=eng -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22354#22354 ___ osg-users mailing list

Re: [osg-users] Publicly Available TerraPage Database

2010-01-10 Thread Trajce Nikolov
If there is a chance then I would go for a public terrapage database that can go in bundle with osg data, also to update the TerraPage loader. I think since 2003 there has been changes that are not implemented yet Nick http://www.linkedin.com/in/tnick Sent from Izmit, 41, Turkey On Mon, Jan 11,

Re: [osg-users] Video as background

2010-01-10 Thread Trajce Nikolov
Make a shader Eduardo. DIscard the chroma key fragment and you will get that result Nick http://www.linkedin.com/in/tnick Sent from Izmit, 41, Turkey On Sun, Jan 10, 2010 at 11:52 PM, Eduardo Pinheiro eduardo.pinheiro.pt@ gmail.com wrote: Hi, Does anyone now how to had a video with alpha