Re: [osg-users] Multi-window performance

2006-10-18 Thread Colin Dunlop
 Hi Don,   did this used to work on SGI's from the mid 90's? http://www.opengl.org/registry/specs/SGIX/swap_group.txt >  This extension provides the capability to synchronize the buffer swaps>  of a group of GLX drawables.  A swap group is created, and drawables are >  added as members to th

Re: [osg-users] .net and Open Scene Graph - Would appreciate someadvice.. Thanks

2006-10-08 Thread Colin Dunlop
Hi Stephen, it sounds though from the error that you are trying to mix a CLR (.NET runtime) application with the native C++ compiled OSG. Is this something I am going to have to give up on, or is it possible to use OSG with .NET, and is it a simple configuration that I am missing... These

Re: [osg-users] Re: Highland gathering

2006-10-04 Thread Colin Dunlop
Hi Gareth,   I'd agree with Robert and go "across" the bridge though rather than "croos" it and follow the A82/A811/A81 all the way to Callander. Coming through Glasgow at that time will be like swimming against a strong tide of metal. It'll take you about 75 to 90 minutes depending on traffi

RE: [osg-users] OT: Create MPEG/AVI on Linux/Windows?

2006-08-15 Thread Colin Dunlop
ea university Cellular: +46 (0)70-392 64 67 > S-901 87 UMEA SWEDEN Fax: +46 90-786 6126 >http://www.cs.umu.se/~andersb > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED]

[osg-users] OT: Create MPEG/AVI on Linux/Windows?

2006-08-15 Thread Colin Dunlop
Hi, slightly OT but I'm wondering if anybody on the list had a good recommendation for a library or a standalone app that takes a bunch of images and turns them into a movie? There seems to be many options for Linux, but fewer for Windows that actually work. I've tried netpbm and ffmpeg and been u

Re: [osg-users] Windows users please test OpenThreads CVS

2006-08-12 Thread Colin Dunlop
Hi Paul and Robert, don't know if it'll help as a reference or not, but I make a fair bit of use of the free ZThreads API in the day-job and it seems to fairly well implemented in WIN32. I've attached the impl of FastMutex which has an "acquire" and "tryAcquire". See http://zthread.sourceforge.ne

RE: [osg-users] OSG with Visual Studio 2005

2006-08-09 Thread Colin Dunlop
Hi there, might actually be the new VS2005 deployment model changes involving manifests etc etc. See: http://blogs.msdn.com/aymans/archive/2006/04/04/568466.aspx http://msdn2.microsoft.com/en-us/library/ms235316.aspx In short I use option "3" as a quick option when setting up a test machine that'

Re: [osg-users] Re: Trialing the new OpenFlight as the default

2006-06-28 Thread Colin Dunlop
Hi Robert, I think it's and std::istringstream etc. Was http://msdn2.microsoft.com/en-us/library/1a7d3k07.aspx Now http://msdn2.microsoft.com/en-us/library/5e52z6w7.aspx I've a lot of code using the old "deprecated" (but clean) strstream code, and it's a pain unless you enable the flag -Wno-dep