Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vtp-unix

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 109
  • Category: Graphics
  • Founded: Jan 14, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 496 - 534 of 1070   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
496 Randy
antiglommer Send Email
Jun 10, 2005
1:51 pm
We are using VTerrain version 2-something for a large VR project and the biggest problem that we've run into is that our data sets are limited to a too-low...
497 Ben Discoe
bdiscoe Send Email
Jun 10, 2005
5:25 pm
Hi Randy, It's probably a better question for the main list than this unix-specific list, but no problem. ... What size texture do you want/need to display? ...
498 Randall Munroe
antiglommer Send Email
Jun 14, 2005
6:21 pm
Ben, Thank you very much for your help. A few questions in more detail: ... Up to a gigabyte (30k by 30k) and possibly up; we're trying to model large...
499 Ben Discoe
bdiscoe Send Email
Jun 14, 2005
7:15 pm
Randall, ... Take a look at the vtTerrainScene class. Currently, it's a fairly simple collection of vtTerrain objects, each of which defines a rectangular...
502 Damp Dave
damp_dave Send Email
Jun 27, 2005
3:41 pm
Hi, all. I'm trying to get VTP (and the software I'm working on that is built on VTP) built under Fedora. Most of it is going pretty well, but I am having a...
503 Randall Munroe
antiglommer Send Email
Jun 28, 2005
1:38 pm
We've had some serious trouble building it here, too, as has a friend ... And yeah, we found problems with that wxWhatever stuff. It took a long time, but...
504 Ben Discoe
bdiscoe Send Email
Jun 28, 2005
4:49 pm
... Hi Randall, Please forgive my curiousity, but the build challenges that have been described are on Unix flavors. I wasn't aware there was a commercial ...
505 Ben Discoe
bdiscoe Send Email
Jun 28, 2005
4:55 pm
Randall, ... That's incorrect, IMHO. The standard usage for most libraries, GDAL included, is to not include the library name in the include path. Some ...
506 Randall Munroe
antiglommer Send Email
Jun 28, 2005
5:54 pm
... vGeo ( http://www.vrco.com/ ). It's not so much a library and it's not open-source, but it can handle the terrain and model importation/viewing (and CAVE...
513 Ben Discoe
bdiscoe Send Email
Jul 16, 2005
7:01 pm
I'm open to advice on what to do about the spam that occasionally finds its way into this list. It's been minor, no more than a few each week, but seems to be...
515 Rick L Vinyard Jr
rvinyard@... Send Email
Aug 31, 2005
2:58 am
i386 is building now, and if all goes well it should be pushed up by my cron scripts later tonight... It's been awhile (Fedora Core 3) since I've built rpms...
516 Ben Discoe
bdiscoe Send Email
Sep 1, 2005
12:38 am
Thanks, Rick, i've now checked in those changes. By the way, i have /finally/ located a place that sells small computers with Linux pre-installed and working...
517 Rick L Vinyard Jr
rvinyard@... Send Email
Sep 7, 2005
2:34 am
... Cool. Those look pretty nice. Anything AMD 64-bit is pretty awesome. ... Most likely not. Ubuntu is very nice, but I've never gotten the hang of packaging...
518 Ben Discoe
bdiscoe Send Email
Sep 7, 2005
3:26 am
... Oh. :( Can Debian install software from a RPM at all? I Googled a bit and it seems there is some kind of conversion possible from an .rpm to a .deb, but...
519 Rick L Vinyard Jr
rvinyard@... Send Email
Sep 7, 2005
4:16 am
... Yes. There is an app called 'alien&#39; that will create a .deb from a .rpm. ... The problem with alien is library dependencies. Often, the different ...
520 Branko
bkby475@... Send Email
Sep 11, 2005
1:00 pm
Near the top of ChunkUtil.h ... #include <stdlib.h> #include <assert.h> #include <xutility> #include <new> // for placement new Line 7 reference to <xutility>...
521 Branko
bkby475@... Send Email
Sep 11, 2005
1:00 pm
Line 23... void CPL_STDCALL cpl_error_handler(CPLErr eErrClass, int err_no, const char *msg) caused g++ to complain. I eventually determined that the problem...
522 Branko
bkby475@... Send Email
Sep 11, 2005
1:01 pm
Several screens of errors are produced when compiling the above file, starting thus: QUOTE make[1]: Entering directory `/home/source/VTP/TerrainSDK/vtui' g++...
523 miniy78 Send Email Sep 11, 2005
2:12 pm
I experienced the same problem with you. I'm not sure, but I compiled vtui-library with two different ways as following : 1) way using wxGTK-2.6.1 Compile it...
524 miniy78 Send Email Sep 11, 2005
2:20 pm
I compiled TerrainSDK sucessfully. But, I has problems in compiling TerrainApps. Compiling VTBuilder, I got error messages as following : . . . g++ -O2 -g...
525 Ben Discoe
bdiscoe Send Email
Sep 12, 2005
6:13 am
Hi Branko, ... Yes, Rick reported this last week, fix is checked in, it's safe to omit the include. ... That's surprising; it's a standard part of GDAL (in...
526 Ben Discoe
bdiscoe Send Email
Sep 12, 2005
6:18 am
... Can other folks (Rick, Pete, others?) comment on whether this change applies across platforms? If so, i'll change the makefiles to use 'wx-config-2.6'. ...
527 Ben Discoe
bdiscoe Send Email
Sep 12, 2005
7:04 am
... Gcc is being very picky. wxCharBuffer should automatically cast to (const char *), and vtString has a constructor for (const char *). So, the compiler...
528 Branko
bkby475@... Send Email
Sep 12, 2005
12:00 pm
Hi Ben, thanks for on-going support. ... Thanks ... grep -r cannot find CPL_STDCALL anywhere in the tar nor installed on my system. I'm using...
529 Ben Discoe
bdiscoe Send Email
Sep 12, 2005
6:15 pm
Hi Branco, ... Ah. It appears that CPL_STDCALL was introduced with GDAL 1.3.0. To support 1.2.6, just put in the define i mentioned: #define CPL_STDCALL ... ...
530 Rick L Vinyard Jr
rvinyard@... Send Email
Sep 13, 2005
1:39 am
... All I can say is that it might. To build libvtui all I did was: 1) Build wxGTK from the freshrpms testing tree 1a) Download ...
531 Branko
bkby475@... Send Email
Sep 13, 2005
12:01 pm
... An edit to the VTP downloads page would prevent next customer falling into the same trap. ... I've just grabbed the file from CVS. But wait there's more,...
532 Ben Discoe
bdiscoe Send Email
Sep 13, 2005
6:33 pm
Branko, Thanks for the diff, i have checked that in. BTW, my new Linux machine just arrived last night, setting it up this morning, so hopefully i'll be able...
533 Branko
bkby475@... Send Email
Sep 14, 2005
1:16 pm
Hi, its me again. Its down to VTP/TerrainApps and I'm getting errors associated with include and link paths. For instance: * in places, the Makefile says just...
534 Ben Discoe
bdiscoe Send Email
Sep 15, 2005
1:21 am
Hi Branko, Some of them have been reported and fixed; some of them i found and fixed myself yesterday while building VTP on Debian myself. ... Actually,...
Messages 496 - 534 of 1070   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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