... our VNS to work, but ... never installed ... directory in the drive root. I would like to mention that I've used both VTP and VNS in Vista (and XP, and...
Dear Friends, ( please forgive cross posting ) I've been thinking a lot about 3D GIS lately, about interoperability of 3D objects in real world - virtual...
Hi Mike, this is certainly something I have pondered lately. I have been thinking we should take a different tact from conventional approaches so far. We may...
chris
dragonmagi@...
May 5, 2007 4:13 am
4988
Mike, ... Interoperability is primarily about open standards: formats, protocols, metadata. If we can just get the various groups to do this, then there is a ...
Roger, Changing Enviro to write/look for Enviro.xml on some wacky MS path is probably not difficult. But for the standard Windows install, we put the default...
Rom, Did you ever find out what your problem was? Usually you can fix offsets by making sure that the correct coordinate systems are known and used. As a last...
Chris, ... Choice of coordinate system (CRS) is actually largely unrelated to the challenge of getting the various 3dgeo platforms to interoperate. The vast ...
Hi Ben, ... Files/VTP/Data' ... It's my understanding that Vista blocks programs from writing to 'Program Files' or subdirectories thereof without UAC...
I would suggest using %APPPATH% On my system, it points to "C:\Documents and Settings\Joe\Application Data" Create a new folder under "Application Data" called...
I think we should avoid using user specific paths for the time being, and stick with the current system wide installation model. There are a number of issues...
Just a note... Windows Vista (which is actually quite cool, if you don't mind the odd 15% of programs not working; but that happens with every new OS version)...
Hello Friends, Lost of people here might be interested in a very cool upcoming event: http://wherecamp.pbwiki.com/WhereCampSF The first WhereCamp will be held...
Hmmm. More thoughts on this. 1. Assuming we can sort out the dependant dll config stuff. 2. Make sure all our config stuff is held relative to a "terrain data...
Ignore my suggestion about CSIDL_COMMON_APPDATA I have checked and it looks like that is "virtualized" as well!!!! Does anyone know where there is a definitive...
Hi folks, As some of you have noticed, our CVS server, which has been hosted for free for many years by the nice people of remotesensing.org, has not always...
FYI: to check out vtp on MacOS X I just did the following: fink install svn fink install svn-client rehash svn checkout http://vtp.googlecode.com/svn/trunk/...
I didn't know Google Code, but I am happy to know about the migration. Subversion is a must. Over the last years I've found SVN very helpful for my work,...
Hi guys: I have compiled the VTP source code, acquiring all the necessary libraries using the links in the VTP downloading web page. I am using the VC7 files. ...
AgustÃn Trujillo
agustin@...
May 17, 2007 4:31 pm
5004
Agustín, Is it a very common user error. You most likely have more than one copy of the OSG DLLs on your machine. Do a system-wide search for (e.g.)...
Hi VTPers, I'm building a very large model with VTP using an orthophotomosaic of 40k x 70k pixel obtained in IMG (Erdas) format over a DTM of 40 x 70 km with...
Alberto Antinori
geoinformatico@...
May 21, 2007 11:54 am
5006
Hi List, I use the OpenSG port of VTP and noticed some performance problems. For every frame I render the scene from several camera positions, each in its own...
Alberto, ... If i understand correctly, a 40 x 70 km area with 8m heixels, should be 5000*8750, so at least the elevation data is not very large.. ... Sounds...
Matthias, ... The OpenSG port is just barely developed so far, you could call it "alpha release". I would expect performance to be the least of the issues....
Hi Matthias, from the perspective of libMini, it is no problem to update the triangulation of a tile set once and render the computed vertex arrays from...
Hi Ben, ... I haven't mentioned yet: all the other viewports come into play after vtp has done its work. So those are OpenSG viewports and cameras, all viewing...
Hi list: I'm starting with VTP, and I have made the VTP tutorial 4 about paging tilesets. Using the demo data (Lake Tahoe) is all right. The terrain is created...
Agustín Trujillo
agustin@...
May 23, 2007 9:20 am
5012
Hi I have the same problem, but it only crashes when using multithread. Can you check if it fails without using multithread? Thank you. Jordi ... -- Jordi...
Jordi Vicedo
jvicedo@...
May 23, 2007 9:43 am
5013
Hi Augustin, could you please send me the .db file to check its validity. If it is ok, then it must be a problem with the thread-safety of the stdlibc++. I...
Hi, I've gotten further with locating the problem: Citation from the Mono project: "For example, is Stdlib.fopen thread-safe? It appears to be under glibc, but...