Search the web
Sign In
New User? Sign Up
vtp-unix
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 208 - 237 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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@...
Send Email
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...
Mike Weiblen
mew_cx
Offline Send Email
Oct 8, 2003
2:52 am
210
... 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....
Ben Discoe
bdiscoe
Offline Send Email
Oct 8, 2003
2:57 am
211
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...
Mike Weiblen
mew_cx
Offline Send Email
Oct 10, 2003
2:04 am
212
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?...
Ben Discoe
bdiscoe
Offline Send Email
Oct 10, 2003
2:30 am
213
... Checked in, thanks. ... The issue is the OSG maintainers unilaterally decided that everyone wanted to double their memory usage by default. I strongly...
Ben Discoe
bdiscoe
Offline Send Email
Oct 10, 2003
2:37 am
214
... 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@...
Send Email
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...
Mike Weiblen
mew_cx
Offline Send Email
Oct 10, 2003
3:46 am
216
... 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@...
Send Email
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@...
Send Email
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...
Ben Discoe
bdiscoe
Offline Send Email
Oct 10, 2003
4:03 am
219
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,...
Ben Discoe
bdiscoe
Offline Send Email
Oct 10, 2003
4:08 am
220
... 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@...
Send Email
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 ...
Mike Weiblen
mew_cx
Offline Send Email
Oct 10, 2003
4:25 am
222
... My first assumption would be an OSG bug, not an OSG/VTP impedance mismatch. -- mew...
Mike Weiblen
mew_cx
Offline Send Email
Oct 10, 2003
4:27 am
223
... 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@...
Send Email
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, ...
Ben Discoe
bdiscoe
Offline Send Email
Oct 10, 2003
4:44 am
225
... 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@...
Send Email
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...
Ben Discoe
bdiscoe
Offline Send Email
Oct 10, 2003
5:26 am
227
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@...
Send Email
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@...
Send Email
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...
Ben Discoe
bdiscoe
Offline Send Email
Oct 11, 2003
4:07 pm
230
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...
Ben Discoe
bdiscoe
Offline Send Email
Oct 11, 2003
4:15 pm
231
Thanks, Rick. I have updated http://vterrain.org/Distrib/unix.html with your link. -Ben...
Ben Discoe
bdiscoe
Offline Send Email
Oct 11, 2003
4:56 pm
232
... 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@...
Send Email
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...
Mike Weiblen
mew_cx
Offline Send Email
Oct 11, 2003
10:36 pm
234
... Just confirming that it works now (from CVS). -- Rick L. Vinyard, Jr. http://miskatonic.cs.nmsu.edu/...
Rick L Vinyard Jr
rvinyard@...
Send Email
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@...
Send Email
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@...
Send Email
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,...
Mike Weiblen
mew_cx
Offline Send Email
Nov 5, 2003
10:01 pm
Messages 208 - 237 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help