Hello, VTP is available on Linux ArcheOS and other Debian versions. To install it, you need to modify the "/etc/apt/sources.list" file, adding the...
1001
Bob MaX
exporttocanoma
Jan 15, 2012 4:17 pm
Hello Ben (and others), I inserted in my ExportToCanoma blog the ( italian :( ) informations to install VTP on Linux ( ubuntu based ): ...
1002
Stefan Roettger
stefan.roettger
Jan 16, 2012 10:16 am
Hi Roberto, thanks for the pointer to vtp on ubuntu. I tried google translate on your italian page and the result was pretty usable: ...
... Hash: SHA1 ... Oh, one other thing: VTBuilder uses libglut but Ubuntu 11.10 no longer uses that. Instead it uses freeglut. I was able to find an older ...
1005
Bob MaX
exporttocanoma
Jan 20, 2012 6:24 pm
Hello all, the team of ArcheOS writes a post in their blog, about VTP install on Linux: ...
1006
Bob MaX
exporttocanoma
Feb 8, 2012 2:27 pm
Hello, we want to start develop of a Open Source EarthGlobe for the viewing of seismic data. We need of a transparent globe with the cutting planes, to see the...
1007
Kirsten
griffiki
Feb 9, 2012 1:08 pm
Given Stefan's suggestion, I tried using a BT terrain with a derived texture instead of a tiled terrain and the frame rate increased quite a bit. So now we'll...
1008
Stefan Roettger
stefan.roettger
Feb 10, 2012 3:47 pm
Hi Kirsten, the X300 is a very weak gfx card. what is worse that ati's non-windows drivers for x11are not very performant either. There are two basically ...
1009
gianluca.massei
agronomy72
Feb 15, 2012 11:02 pm
I'm trying to compile VT on linux ubuntu 11.10 64 bit. I've followed the instruction with cmake option but the "make" command get me this output: Linking CXX...
1010
Paul Allen
paul.l.allen@...
Feb 16, 2012 3:55 am
... Ben's right. Your libGLU is not being linked in. But, note that "-Lglu" tells the linker to look in directory "glu" for libraries. I think you want...
1011
Roger James
rogerjames99
Feb 16, 2012 2:20 pm
... The terrain rendering apps in VTP require libMini to be built with the library stub option. See section G of the libMini README.html. If you use CMake to...
1012
gianluca.massei
agronomy72
Feb 16, 2012 10:25 pm
Thanks for your help. I'm using libMini (compiled with cmake) and I've followed your suggest. Unfortunatly, the errore is the same. I'm gratefully if you can...
1013
Roger James
rogerjames99
Feb 17, 2012 12:10 pm
Have you checked that the new libmini you built has been installed to /usr/local/lib which is where the build log you posted shows the linker is finding...
1014
Stefan Roettger
stefan.roettger
Feb 17, 2012 6:30 pm
... VTBuilder needs OpenGL linkage , because it uses the gl driver to compress with S3TC. If we use GL then there is no good reason not link with GLU also. So...
1015
Bob MaX
exporttocanoma
Feb 18, 2012 7:58 am
Hi all, I am also recompiling on Linux Ubuntu 11.10 64 bit. I taken from svn and successfully recompiled VTBuilder. :) But, linking Enviro I had these...
1016
Bob MaX
exporttocanoma
Feb 18, 2012 8:13 am
... OK, I solved ! Only, I set in Cmake-gui the variable OpenThreads_LIBRARY to /usr/local/lib64/libOpenThreads.so and, it works . Now I also Linked...
1017
Stefan Roettger
stefan.roettger
Feb 18, 2012 10:17 am
dear roberto, when you configure a sw packet with cmake, it searches the usual installation places for installed libraries. if there are multiple versions, you...
1018
Stefan Roettger
stefan.roettger
Feb 18, 2012 10:19 am
sorry, saw your solution too late ;-) the cmake config still may need some tweaking for 64-bit systems to find the proper libs automatically. stefan...
1019
Stefan Roettger
stefan.roettger
Feb 18, 2012 10:27 am
Hi roberto, first the most important question is what kind of data do you have. volumetric, scattered point, iso surfaces. then you can design a vis system...
1020
gianluca.massei
agronomy72
Feb 18, 2012 4:42 pm
Ok, ho risolto anche io, con i codici scaricati con svn è andata piuttosto bene. Ora però ho un dubbio, dove metto la directory "Data" e come setto la...
1021
gianluca.massei
agronomy72
Feb 18, 2012 5:25 pm
with your help I've compiled VTBuild and Enviro and seem it work. Unfortunatly, i can't set the datapath, even if I've edited vtp.xml with path "/data/" that...
1022
Bob MaX
exporttocanoma
Feb 18, 2012 6:25 pm
... Bene. Per le directory di VTP, ho scritto nel mio blog, basando sull'installazione su Linux ArcheOS. Comunque, i passi sono questi: 1) Create sotto la...
1023
Roger James
rogerjames99
Feb 20, 2012 3:25 pm
... Stefan, I don't think your fix will work. The various OPENGL_* variables are only set up if a call to find_package(OpenGL) has previously been executed. My...
1024
Bob MaX
exporttocanoma
Feb 20, 2012 10:11 pm
Stefan and Roger, I don't know if this is useful to your discuss, but... I successfully recompiled on Ubuntu 11.10 64 bit with last svn :) Perhaps, all...
1025
Roger James
rogerjames99
Mar 11, 2012 2:57 pm
As we are winding up Virtual Outlooks Ltd I am putting the additions we made to the vtp source base into the public domain. The first of these is our visual...
1026
Bob MaX
exporttocanoma
May 26, 2012 4:18 pm
Hello all, Enviro writes a log file named "debug.txt". Usually, that file is located where is Enviro exe itself. So, in Windows, "debug.txt" is in VTP/Apps/...
1027
Stefan Roettger
stefan.roettger
May 27, 2012 9:09 am
hi roberto, 2 solutions: - install enviro in your home directory. when using cmake you can set the CMAKE_INSTALL_PREFIX variable. supposed your home dir is...
1028
Bob MaX
exporttocanoma
May 27, 2012 10:53 am
Hi Stefan, ... Great ! So, I solved my problem. :) Thank you Cheers Roberto...
1029
Bob MaX
exporttocanoma
May 30, 2012 8:15 pm
Hello, recompiling VTP on MacOSX Lion I had this error: [ 57%] Building CXX object TerrainSDK/wxosg/CMakeFiles/wxosg.dir/BuildingDlg3d.cpp.o In file included...