Rick, It seems that your gcc is being very picky about 'const'. I have added some 'const' to MathOSG.h which should make gcc happy. I'll check in into to CVS...
Mike, Thanks for the great fixes, i have checked them all in to CVS. ... I have fixed this too. I moved the PointStyle constructor to vtdata/TParams.cpp where...
Ben: Want to incorporate Virtual Hawaii into the Virtual Globe project, for worldwide texture-grid. Will contact you about putting terrain detail into 3D ...
Rich, Not sure this is unix-specific but... 1. Which Virtual Globe project? There are several. 2. As far as i know, Active Worlds and the Viewpoint viewer are...
... I used to work for Viewpoint, and their viewer is a closed, dead-end piece of software. I discourage its use. (Unless their business model has changed, ...
What would you suggest then to evolve a 3D standard then - a universal 3D browser - are you familiar with ManyOne's efforts? ... I used to work for Viewpoint,...
... I stopped at their booth at Siggraph, and they had several different people showing different things. There were two demonstrations that I watched. One...
... I have also been running vterrain on OS X for quite some time as well, just the libs, I don't really need the apps. I actually compiled everything with...
Hi. I think most everything that needed to be committed to the VTP source has been committed by Ben. I'll do a cvs update on my end and confirm that...
Sorry for the slow reply. ... The newer versions of gcc (3.0+) are getting very close to the ANSI spec, and have become very picky about a lot of items that...
Rick L Vinyard Jr
rvinyard@...
Sep 25, 2003 10:43 pm
208
Any other *nix users have trouble getting the plugin with mozilla? ... -- Rick L. Vinyard, Jr. http://miskatonic.cs.nmsu.edu/...
Rick L Vinyard Jr
rvinyard@...
Oct 3, 2003 1:00 am
209
(whups, moved to the right list) ... Well, the unix build page at http://vterrain.org/Distrib/unix.html doesn't have version info, and instead refers to my...
... Yes, that's _the_ list, step 2 in building on Unix. ... Fortunately proj changes extremely little over time. Any version 4.4.3 or newer is known to work....
Hi Ben, Attached are patches to the latest VTP to build on knoppix (debian) linux. There are two: 1) an #ifdef for VTbuilder's MapDialog in case HTTP support...
Rick, First, thanks for the patches. Patch 1: Adding uppercase file extension filters to catch e.g. .DEM as well as .dem. Are you certain this is necessary?...
... Checked in, thanks. ... The issue is the OSG maintainers unilaterally decided that everyone wanted to double their memory usage by default. I strongly...
... Actually, I didn't investigate it much. More of a quick hack to test the datasets I had. ... And I didn't even change all the types in that section. I...
Rick L Vinyard Jr
rvinyard@...
Oct 10, 2003 3:36 am
215
... On gcc the #pragma is silently ignored, unless a warning-level switch turns on a warning (about the pragma itself, not what the pragma was attempt to warn...
... Actually, what I'd suggest is #error. The #pragma directive is for compiler specific directives and IIRC according to ANSI spec any unrecognized #pragma is...
Rick L Vinyard Jr
rvinyard@...
Oct 10, 2003 3:47 am
217
... There may actually be an error condition. I compiled against the double matrices, modifying the convert matrix method. Running glutSimple evidenced...
Rick L Vinyard Jr
rvinyard@...
Oct 10, 2003 4:00 am
218
... Ah. It seems MSVC supports #error too. I'll use that. ... Well, aside from mem usage, there are the related aspects of performance (float is still faster...
Yes, i forgot to mention that Roger James also saw glitches (flickering lights, previously traced to matrix issues) when he built with OSG_USE_DOUBLE_MATRICES,...
... The visibility problem I was having is still there after rebuilding, so what I thought might be a real error wasn't. ... Yes. ... For the most part, the...
Rick L Vinyard Jr
rvinyard@...
Oct 10, 2003 4:24 am
221
... Sure. I build against stock wxgtk, proj, and netcdf from debian.org, and the osg folks are encouraging contributions for a depot of prebuilt binaries ...
... Do you know if that define controls the use of double matrices, as in something that could be turned off with a #undef, or is it an artifact of building...
Rick L Vinyard Jr
rvinyard@...
Oct 10, 2003 4:29 am
224
... FWIW, this shouldn't work. The 'stock' wxgtk doesn't enable OpenGL - unless whoever is building the binaries decided to turn it on (which is a wise, ...
... Ah, that clears it up. Removing the define should have done it then. ... Here's three, using glutSimple and default data set. One is from further away...
Rick L Vinyard Jr
rvinyard@...
Oct 10, 2003 5:17 am
226
Just a quick note to let you know that i've tried the 'Simple' apps just now, and i'm seeing the same artifacts you see. It's puzzling that this only happens...