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...
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? ...
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...
Randall, ... Take a look at the vtTerrainScene class. Currently, it's a fairly simple collection of vtTerrain objects, each of which defines a rectangular...
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...
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...
... 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 ...
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 ...
... 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...
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...
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...
Rick L Vinyard Jr
rvinyard@...
Aug 31, 2005 2:58 am
516
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...
... 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...
Rick L Vinyard Jr
rvinyard@...
Sep 7, 2005 2:34 am
518
... 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...
... Yes. There is an app called 'alien' that will create a .deb from a .rpm. ... The problem with alien is library dependencies. Often, the different ...
Rick L Vinyard Jr
rvinyard@...
Sep 7, 2005 4:16 am
520
Near the top of ChunkUtil.h ... #include <stdlib.h> #include <assert.h> #include <xutility> #include <new> // for placement new Line 7 reference to <xutility>...
Branko
bkby475@...
Sep 11, 2005 1:00 pm
521
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...
Branko
bkby475@...
Sep 11, 2005 1:00 pm
522
Several screens of errors are produced when compiling the above file, starting thus: QUOTE make[1]: Entering directory `/home/source/VTP/TerrainSDK/vtui' g++...
Branko
bkby475@...
Sep 11, 2005 1:01 pm
523
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...
I compiled TerrainSDK sucessfully. But, I has problems in compiling TerrainApps. Compiling VTBuilder, I got error messages as following : . . . g++ -O2 -g...
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...
... 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'. ...
... Gcc is being very picky. wxCharBuffer should automatically cast to (const char *), and vtString has a constructor for (const char *). So, the compiler...
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...
Branko
bkby475@...
Sep 12, 2005 12:00 pm
529
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 ... ...
... 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 ...
Rick L Vinyard Jr
rvinyard@...
Sep 13, 2005 1:39 am
531
... 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,...
Branko
bkby475@...
Sep 13, 2005 12:01 pm
532
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...
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...
Branko
bkby475@...
Sep 14, 2005 1:16 pm
534
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,...