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...
I was grepping for an example on how to set up an ortho flyer and camera and found the Enviro code contained one. Then I started looking through the code to...
Rick L Vinyard Jr
rvinyard@...
Oct 11, 2003 6:36 am
228
Add the following line to /etc/apt/sources.list to access the repository containing the MINI library debian unstable packages. deb...
Rick L Vinyard Jr
rvinyard@...
Oct 11, 2003 7:40 am
229
Rick, ... Yes. Actually, vtOrthoFlyer is implemented in vtlib, and Enviro simply constructs it and attaches it to the camera. ... Yes! I carefully divided...
BTW, i spent yesterday tracking down the problem you found with the Simple apps showing broken CLOD. It turns out that getting the frustum planes from OSG...
... AFAIK it is usable in Windows, but I can't say that from first hand experience. In essence Gtkmm is a very thin C++ wrapper around Gtk+, which is itself an...
Rick L Vinyard Jr
rvinyard@...
Oct 11, 2003 7:09 pm
233
... Sure, I'm interested. I'm still shopping around for a gui toolkit for both my linux and windows work. I've looked at wxwin, fox, fltk, tcltk, but haven't...
... Just confirming that it works now (from CVS). -- Rick L. Vinyard, Jr. http://miskatonic.cs.nmsu.edu/...
Rick L Vinyard Jr
rvinyard@...
Oct 11, 2003 11:12 pm
235
I've put together a complete example for *nix available at the end of the mini (very mini) debian unstable howto. It includes the VTPScene GL display class. ...
Rick L Vinyard Jr
rvinyard@...
Oct 11, 2003 11:38 pm
236
Hello all, Sorry to bother you with this email. The problem is most likely something simple that I missed but I cannot figure out what from the error message...
James P Dugan
jamesdugan@...
Nov 5, 2003 5:11 am
237
Hi James, I haven't experienced this problem, but it does appear to be a misconfig of OSG, given the errors about double* conversion; if properly configed,...