Re: [osg-users] OSG Vs Vega Prime thread on Vis-sim.org

2007-03-29 Thread Thom DeCarlo
Oh, no. He got booted off vis-sim.com, so now he shows up here spewing his anti-MPI drivel. There goes the neighborhood. -- Thom DeCarlo - A wise man speaks because he has something to say. A fool speaks because he has to say something

RE: [osg-users] using osgdem with thousands of input files

2007-02-22 Thread Thom DeCarlo
There is already directory loading support in osgdem. However, it tries to load _all_ of the files in the named directories. That means it will fail if the data format requires more than one file per dataset. (e.g., Edas Imagine format which uses *.img, *.ige, *.rde, etc.) But, if you can

RE: [osg-users] OT: US, Colorado, blizzard

2006-12-21 Thread Thom DeCarlo
Paul, I don't know whether to feel bad for you or not. Around here it takes only 0.7 _inches_ of snow to shut down the region. Thom -- Thom DeCarlo Grafton, VA 37.14156N/76.45565W _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Martz Sent: Thursday

RE: [osg-users] CVS rename of osg::CameraNode - osg::Camera

2006-11-28 Thread Thom DeCarlo
The Visual Studio project file, osg.proj, also needs a global replace of CameraNode with Camera. I'd send in mine, but it has been converted to VS8 and converting it back is more trouble than it is worth. Thom -Original Message- From: Robert Osfield Sent: Tuesday, November 28, 2006

RE: [osg-users] CVS rename of osg::CameraNode - osg::Camera

2006-11-28 Thread Thom DeCarlo
Nevermind. I just realized that I needed to regenerate all of the .vcproj files from the .dsp files. Thom -Original Message- From: Thom DeCarlo Sent: Tuesday, November 28, 2006 1:58 PM To: 'osg users' Subject: RE: [osg-users] CVS rename of osg::CameraNode - osg::Camera

RE: [osg-users] CVS rename of osg::CameraNode - osg::Camera

2006-11-28 Thread Thom DeCarlo
The VS6 project file OpenSceneGraph/VisualStudio/osgWrappers/osg/wrapper_osg.dsp has an unnecessary reference to CameraNode.cpp. It looks like a cut-and-paste error, since there are also Camera.cpp and CameraView.cpp references. -Original Message- From: Robert Osfield Sent: Tuesday,

RE: [osg-users] WIndows build?

2006-11-16 Thread Thom DeCarlo
Don, I got two errors using Visual Studio 2005 (version 8): 1RenderSurface_Win32.cpp 1..\..\src\Producer\RenderSurface_Win32.cpp(1061) : error C2511: 'bool Producer::RenderSurface::makeCurrent(void)' : overloaded member function not found in 'Producer::RenderSurface' 1

RE: [osg-users] WIndows build?

2006-11-16 Thread Thom DeCarlo
build? Hi Thom, This was brought to my attention, fixed and checked in. The issue is just the const declaration of makeCurrent(), which was removed for inherited RenderSurfaces. It looks like the directories are being found just fine, though, right? -don On 11/16/06, Thom DeCarlo [EMAIL

[osg-users] Flagging software rendering?

2006-10-27 Thread Thom DeCarlo
Is there any way to tell (other than the observable drop in framerate) whether the application is falling back to software OpenGL rendering? We have just received a new computer with a Nvidia Quadro 5500 card. For some reason, our application runs better on our old Quadro 1100 cards than it does

RE: [osg-users] Flagging software rendering?

2006-10-27 Thread Thom DeCarlo
(unaccelerated) Microsoft rendering path. -Paul -Original Message- From: Thom DeCarlo Sent: Friday, October 27, 2006 7:40 AM To: OSG-user Subject: [osg-users] Flagging software rendering? Is there any way to tell (other than the observable drop in framerate) whether the application

RE: [osg-users] OpenFlight flipbook animation node options

2006-09-29 Thread Thom DeCarlo
shortly. -Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thom DeCarlo Sent: Friday, September 29, 2006 12:52 PM To: OSG-user Subject: [osg-users] OpenFlight flipbook animation node options I've set the loop parameters on my openflight

[osg-users] just testing, sorry.

2006-08-03 Thread Thom DeCarlo
I'm not sure if I've been dropped from the email list or if the corporate firewall is rejecting the osg-users email. I haven't gotten anything from the list since Monday night. -- Thom DeCarlo -=-=-=-=-=- Human beings, who are almost unique in having the ability to learn from the experience

RE: [osg-users] Dev-Cpp

2006-08-01 Thread Thom DeCarlo
with it, yet. But it looks like it might be pretty good. -- Thom DeCarlo - Given sufficient time and money, all things are possible. In lieu of time and money, caffeine and aspirin may also work. -Original Message- From: c sklu Sent

RE: [osg-users] Problem with OSG1.1 TerraPage loader on Wildcat 7210

2006-07-27 Thread Thom DeCarlo
Oops, sorry everybody. That attachment was just supposed to go to Robert. I didn't really mean to pound everyone with a 4MB email message. -- Thom DeCarlo -- Experience is a wonderful thing It allows you to recognize a mistake when

RE: [osg-users] Problem with OSG1.1 TerraPage loader on Wildcat 7210

2006-07-27 Thread Thom DeCarlo
enumerant' at end of RenderBin::draw(,) -- Thom DeCarlo --- There are two rules for ultimate success in life. 1. Never tell everything you know. -Original Message- From: Thom DeCarlo Sent: Thursday, July 27, 2006 11:02 AM

RE: [osg-users] Cygwin compile errors

2006-07-18 Thread Thom DeCarlo
It certainly died when trying to compile v1.0. I was never able to get OSG to compile with gcc 3.4.x under Cygwin. I always had to step back to gcc 3.3.3. Be careful when you do this to make sure that you pick up all the gcc dependencies. -- Thom DeCarlo -=-=-=-=-=- Human beings, who are almost

RE: [osg-users] GLSL uniform arrays v. GPU drivers

2006-05-22 Thread Thom DeCarlo
examples that say something about for statements. ((42) : error C5013: profile does not support for statements) I figured that it must be that my card is too old for full support of GLSL. Thom -- Thom DeCarlo - Where are we going and why am I in this handbasket