[osg-users] drawing line geometry on a 2D ortho viewport

2008-01-23 Thread Peter DeSantis
Hello, im sorry to keep asking for help but im totaly stuck on trying to draw prmitive geometry to a 2D ortho screen in OSG. Ive been experimenting with both the OSGhud and OSG geometry examples an i have just ended up with a huge mess, with no visible results. I have taken the OSG

Re: [osg-users] drawing line geometry on a 2D ortho viewport

2008-01-23 Thread Peter DeSantis
tSceneData( root );viewer.setSceneData( projection.get() );return viewer.run();}Peter DeSantis wrote: Hello, im sorry to keep asking for help but im totaly stuck on trying to draw prmitive geometry to a 2D ortho screen in OSG. Ive been experimenting with both the OSGhud and OSG geometr

[osg-users] loading a bitmap and displaying it

2008-01-20 Thread Peter DeSantis
Hello i want to load a bitmap image and display it in osg. I wasplaning to emulate the osgHUD example and load a bitmap, map it to a quadstrip as a texture and addit as a child to the root node, using a ortho2d matrix for the camera. is this the only way to display a full screen bitmap

Re: [osg-users] finding image files and how to correctly exit and osg application

2008-01-18 Thread Peter DeSantis
with thisproblem. What OS are you working on?Another issue that seems to haunt Windows users is the various MSlibrary dependencies that VS requires, could it be that somethinghasn't been installed correctly on the other machines.Robert.On Jan 17, 2008 5:51 AM, Peter DeSantis [EMAIL PROTECTED] wrote: Hi i

[osg-users] looking for a simple example

2008-01-18 Thread Peter DeSantis
Can anypoint point to or provide an example for OSg that would help me to learn to do the stuff bellow 1. open a viewer then 2. draw to the screen, i want to draw a test pattern like image and make it full screen with no borders. In doing so i would also have to know the screen current

Re: [osg-users] stereo projector support in OpenSceneGraph

2008-01-17 Thread Peter DeSantis
Hi , i do heaps of stereoscropic stuff with quadro cards. If you your projector takes 2 input sources, you can try connect to the two dvi ports on a single quadro card. then go the driver of the quadro card driver section and put the qudro into clone mode so that you get the same single

[osg-users] finding image files and how to correctly exit and osg application

2008-01-17 Thread Peter DeSantis
Hi i have successfully used cmake to build osg 2.2.0 with visual studio 2008. I have been able to create from scratch a new project in anew directory structure a test project based on the osgshape example and it builds and runs fine in both debug and release mode. MY problem is when i

Re: [osg-users] stereo projector support in OpenSceneGraph

2008-01-17 Thread Peter DeSantis
The technology used by the cinema to show beowolf can vary. The latest is the infitec based interfernce filters that dolby is using in the stereo cinemas that they are producing. there is a good cheap stereo media player based on media player classic for windows that works very very

Re: [osg-users] Fwd: CMake and VS 2008

2008-01-11 Thread Peter DeSantis
Hello i have been trying to use cmake to compile osg src examples such as the osgteapot example, so that i can use it as a starting bas to learn osg. So far i have had no success. I have visual studio 2008 pro installed on XP sp2. I have osg 2.2 and can run all the pr compiled examples

[osg-users] what binaries and libs can be used with visual studio 2008 ?

2008-01-08 Thread Peter DeSantis
Hi just 2 questions. 1. Can the visual studio 2008 use the compiled win32 binaries and libs in the osg 2.2 release or not ? I seen a lot of to and fro about this issue on the mailing list and wonder can some one give me a definite answer on this. If the naswer is no, then what do i

Re: [osg-users] osgDotNet and Windows Forms

2007-10-04 Thread Peter DeSantis
the problem is. I am using the latest download of the prebuilt wrappers on the OSG website, and the dll's from Tao framework, and the runtime DLL's are in the directories. I am using OSG 2.0.0 as specified at the wrapper download page. If you have any thoughts it would be appreciated. Peter DeSantis