... owner ... touch DOS ... it's best ... the past, ... I don't find tiresome speaking of old computing! Anyway, a freeware 3d program which exports in IGES ...
Hi Folks, When I sample the texture in vtpBuilder, finaly I always obtain a red picture for vtpEnviro. What can be the raison of this ? Thanks for help Vivian...
Welcome to the list, Vivian. Has anyone else seen the issue that Vivian is reporting? I have never seen it, and it only happens on one of their machines. -Ben...
I didn't encounter this in VTP. But I have ever encountered similar question in ArcGIS on some machines. When I add a tif image to ArcGIS, it will show in red...
hu zhuowei
forevergis@...
May 6, 2006 2:33 am
4371
vtp@yahoogroups.com д There is 1 message in this issue. Topics in this digest: 1. RE: Red Tif From: "hu zhuowei" ...
I have problems during the compilation of the solution VTPBuilder. The compiler of Visual C++ says to me that it does not find the files following: - "bzlib.h"...
Hi Vivian, ... You should add \APIs\bzip2-1.0.3-bin to your include path if you want to use bzlib. Otherwise, you can just set SUPPORT_BZIP2 to 0 in...
Hi Ben, Thanks for your advises. But, I cannot include the file "curl.h". I use the Windows search tool, but it does not find the directory "curl" or the file...
... Perhaps so. In step 1, you got the archive WinAPIs-0604.zip, which definitely contains libcurl. But, in your case, you are unlikely to need curl, so you...
Here is a virtual terrain article from Business 2.0 magazine: http://money.cnn.com/2006/05/11/technology/business2_futureboy_0511/ It's high-level and fluffy,...
Hi there, for all of you interested in GIS software, there's a DEVEL version of G.R.A.S.S. available for windows (native windows, not Cygwin-windows) at ...
Hi all, im using vtp to visualise a windfarm for my dissertation project. My understanding is that to animate objects you have to do some C++ wizardry. Im not...
Cameron, Can't help you with the programming aspects, but I use the Scene Express exporter for VNS (from 3D Nature LLC - http://ww.3dnature.com) to place ...
Adam, I think what Cameron is looking for is turbine blades which spin, for which VNS is not a solution, unless SceneExpress is taking a totally non-VTP route,...
... Understood. ... Agreed, and it is not (in the case of VTP, anyway!) ... I knew that it was, but have become so used to pre-processing data in VNS. Sorry if...
Martin, When I was debugging WMS problems, I found the CadCorp Mapbrowser (http://www.cadcorp.com/products_geographical_information_systems/map_browse r.htm)...
Brent, thank you for your help. i checked the queries with CadCorp's Mapbrowser, and they are working with MapServer and Deegree/WMS given that I included now...
Hi all! First of all, sorry for my English, its not good for the moment. I am using vtp to visualise geospatial data from MapInfo GIS+standalone 3d models and...
Ðóñëàí ...
ruslan_mstu@...
May 26, 2006 7:34 pm
4387
Hi Ruslan, ... I am not certain i understand the question. At 3D runtime, the earth coordinate system of the scene is the same as your elevation input. The ...
... OSG's FLT plugin is read-only, it cannot write. FLT and VEGA are not a great choice for terrain. We wrote a FLT exporter for VNS/SceneExpress, and it...
Hi. I tried to two things to compile the vtp project. I used Visual Studio 8 to build VTBuilder. I got link error saying "libc.lib" does not exist. If I set...
Ji-Young Oh
jyohjyoh@...
May 31, 2006 4:30 am
4390
... I can't imagine how vc8 went so wrong. Libc.lib is the static runtime library. The VTP projects are _all_ set to the use the dynamic runtime libraries. ...
Ok. I really want to see it compiled in any platform... I downloaded new vc8 (called visual studio express) from ms website, and attempted to build...
Ji-Young Oh
jyohjyoh@...
May 31, 2006 10:57 pm
4392
To people who already read my previous message: I finally compiled glutSimple.sln. in vc8. I replaced all the instance of "Array" in vtlib to "vtArray". I...
Ji-Young Oh
jyohjyoh@...
Jun 1, 2006 12:30 am
4393
I found a road information: http://www2.census.gov/geo/tiger/tgrcd108/NY/tgr36001.zip I imported it into VTBuilder (looks good) I saved layer as rmf file. If I...
Ji-Young, ... It seems strange to me that vc8 would flag this as an error, when every other compiler (all previous vc versions, and all versions of gcc) handle...
I am instantiating vtElevationGrid and loading an elevation layer saved by VTBuilder. I would like to create a heightmap from one part of this layer. What...
Alexander, ... I tried it, and it doesn't crash here. I can read the .zip, write the RMF, and read it back into VTBuilder with no problem. Perhaps you are...
... It is more usual to do this operation in VTBuilder. But, if you need to do it in your own code, it is not difficult. Just create a new vtElevationGrid ...