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] Call for assistance : Cmake build testing

2007-03-21 Thread Thom DeCarlo
Well, I don't know about the rest, but I can test on OpenSUSE 10.2. After installing cmake from the cmake.org website (the OpenSUSE distro provides cmake v2.4.3, which is too old, according to the error I received) I was able to build and install with no further problems. > -Original Message-

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 translat

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: Thu

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: Tuesd

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::

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,

RE: [osg-users] WIndows build?

2006-11-16 Thread Thom DeCarlo
I was able to get around the osg.ico problem by replacing the one in the Producer directory with the one from the OSG directory. (I still have no idea where to find SDKPAINT.) Producer compiled after making those changes. Thom _ From: Thom DeCarlo Sent: Thursday, November 16, 2006

RE: [osg-users] WIndows build?

2006-11-16 Thread Thom DeCarlo
54 PM To: osg users Subject: Re: [osg-users] WIndows 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, thou

RE: [osg-users] WIndows build?

2006-11-16 Thread Thom DeCarlo
Don, I got two errors using Visual Studio 2005 (version 8): 1>RenderSurface_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>../../includ

RE: [osg-users] Flagging software rendering?

2006-10-27 Thread Thom DeCarlo
ing the generic (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 observab

[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 on

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

2006-09-29 Thread Thom DeCarlo
;ll post it to osg-submissions 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 n

[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 fr

RE: [osg-users] Dev-Cpp

2006-08-01 Thread Thom DeCarlo
time 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

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

2006-07-28 Thread Thom DeCarlo
'm not even sure if I can call it a software problem. But, at least I've got a solution now. Thanks again, Thom -- Thom DeCarlo --- The most exciting phrase to hear in science, the one that heralds new discoveries, is no

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

2006-07-28 Thread Thom DeCarlo
cific texture loads properly on both computers. (Did you ever have a solution to a problem that you hoped *wouldn't* work? Argh!) Thom -- Thom DeCarlo --- I love deadlines. I especially like the whooshing sound they make as they go

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

2006-07-27 Thread Thom DeCarlo
r 'invalid 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

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

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

2006-07-26 Thread Thom DeCarlo
27;invalid enumerant' at end of State::apply(StateSet*) Has anyone else seen this problem? Any pointers on what can be done to fix it? Thanks! Thom -- Thom DeCarlo --- I hate raising flags about problems I encounter at work. Too o

[osg-users] Website down?

2006-07-24 Thread Thom DeCarlo
Thom -- Thom DeCarlo --- Confidence is the feeling you get before you fully understand the situation. ___ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/ma

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 a

[osg-users] Semi-OT: "Best" linux?

2006-06-21 Thread Thom DeCarlo
Ok, I'm going to take the plunge and replace the OS on my home computer. My first question is, which Linux should I install? It has been 10 years since I've had much to do with any of the Unixes (IRIX and Solaris). One of the guys at my office likes Mandrake (Mandriva?)... I've seen the name U

[osg-users] DatabasePager callbacks?

2006-06-21 Thread Thom DeCarlo
s of this topic. Thanks -- Thom DeCarlo --- That Which Does Not Kill Me Can Still Hurt Really Bad. ___ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo

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

2006-05-24 Thread Thom DeCarlo
Robert, It wouldn't uncompress. I tried downloading it a couple of times. -- Thom DeCarlo -- Imagine a "Far Side" cartoon - 7 Bodhran players sitting around a pub table, tippers a' twitchin' with anticipation, looking

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

2006-05-24 Thread Thom DeCarlo
t; FAILED Program "" infolog: Fragment info - (3044) : error C5043: profile requires index expression to be compile-time constant C:\> The osgviewer program runs, though, and I see three white objects. Thom -- Thom DeCarlo --- The righ

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

2006-05-24 Thread Thom DeCarlo
Mike, I'm a couple of weeks out of date with the CVS. I think I'm running the May 9 tarball. I'll grab last night's tarball and try that. Thom -- Thom DeCarlo -- How Many Roads Must A Man Travel Down Before

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

2006-05-22 Thread Thom DeCarlo
th your fractal GLSL 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