Joe, ... Thanks for the answer. BTW I am ready to take this discussion off-list should anyone feel it's off-topic. Maybe I have not formulated my question well...
5553
Sandor Spruit
sandor_spruit
Feb 2, 2009 10:59 am
... [snip] ... Of course, the answer is obvious once you know where to look :) Spatial Analyst ... Conversion tools ... (raster to polyline takes forever to...
5554
Ben Discoe
bdiscoe
Feb 3, 2009 7:52 am
I've heard from a few users who report trouble linking vtlib apps on VC9 using the pre-built OSG, see below. (Those that build their own OSG don't have any...
5555
Stefan Roettger
stefan.roettger
Feb 3, 2009 9:33 am
... Detection of OSG_USE_FLOAT_MATRIX in vtp was flawed prior to vtp revision 7109, see here: http://code.google.com/p/vtp/source/detail?r=7109# People who do...
5556
Drew Stainton
drew_stainton
Feb 3, 2009 2:11 pm
... on VC9 ... OSG don't ... OSG_USE_FLOAT_MATRIX ... vc9 i ... the libs, ... Yes. I ran into this consistently (I remember posting here about this before) -...
5557
isnjh
Feb 7, 2009 3:10 am
I have been working with VTB to export terrain data chunks to L3DT to integrate a giant map of the earth for a simulator game I am right now working on. I...
5558
Ben Discoe
bdiscoe
Feb 9, 2009 8:43 am
... But that doesn't explain the current problem people are having. With or without the typo (MAJOR_VERSION / VERSION_MAJOR), MathOSG.h won't define ...
5559
Ben Discoe
bdiscoe
Feb 9, 2009 8:52 am
Nathan, Thanks for sharing the images of your project. I'm glad to hear that VTBuilder has been a useful part of processing your data. I'm curious, though,...
5560
Stefan Roettger
stefan.roettger
Feb 9, 2009 10:09 am
Ben, yes, agree. The reasoning looks perfectly logical at first glance. But then I ran the following test snippet: main() { #if (OSG_MAJOR_VERSION==2 &&...
5561
isnjh
Feb 10, 2009 2:32 am
I use VTB to merge multiple DEM heightmap data files into single DEM Layers that I then export to BT format that L3DT can import for generating terrain from...
5562
Ben Discoe
bdiscoe
Feb 12, 2009 8:15 am
Hi Tom, Replying to the list, as it will be of interest to others.. ... Indeed it should. I spent some time this evening to update the doc pages for View and...
5563
minnus@...
Feb 13, 2009 6:39 pm
Hello, I am using VTBuilder under windows to generate elevation GeoTIFFs from csv data using the "Generate Grid from 3D points" function. Its by far the...
5564
Stefan Roettger
stefan.roettger
Feb 13, 2009 6:59 pm
I had the same problem a couple of months ago. there is an option to disable the displaz of the points in the preferences dialog of vtbuilder Stefan ... ...
5565
Ben Discoe
bdiscoe
Feb 15, 2009 2:43 am
Specifically, the option is "View: Options: Draw raw layers simplified". It will draw only 1/10 of the entities, with a box around them to make the location...
5566
ToreteĀ® - Gmail
torete43
Feb 15, 2009 4:37 pm
Hi all! I'm a newbie in VTP. I'm working on a project for radio propagation purposes. I'm interested in using vtdata library, specially vtEletavionGrid and its...
5567
Roger James
rogerjames99
Feb 15, 2009 8:00 pm
... Torete, VTP is a cross platform environment written in C++ and when compiled on Microsoft platforms produces native unmanaged code. Winforms is a Microsoft...
5568
Stefan Roettger
stefan.roettger
Feb 27, 2009 11:55 pm
Hi all, I had a couple of reports that libMini does not link with the error ... It appears to be a driver issue. Some unusual OpenGL drivers (e.g. ATI FireGL...
5569
Michael
jvnautilus
Mar 5, 2009 6:23 pm
Ben: I'm getting this same error. When creating a tileset with an additional smaller patch layer with higher resolution I get this error when I click yes to...
5570
Roger James
rogerjames99
Mar 8, 2009 6:24 pm
I have just checked in a set of CMake files for VTP. At the moment these files build the terrain SDK and the following applications VTBuilder, Enviro(wx OSG),...
5571
Roger James
rogerjames99
Mar 9, 2009 7:18 pm
I had missed out a rather important file from the CMake checkin. It has now been checked in! Roger...
5572
Ben Discoe
bdiscoe
Mar 16, 2009 9:20 am
... type ... Wow. That is just amazing, that it's been there unnoticed since my student helper wrote it in 1998, and that the code actually works. I guess the...
5573
Drew Stainton
drew_stainton
Mar 16, 2009 2:58 pm
... I've been reading through the OpenDRIVE spec., which looks like it handles most cases fairly well. It's a bit robust, perhaps, but it certainly wouldn't...
5574
dengh@...
dengh@ymail.com
Mar 17, 2009 2:04 am
Hi all, I bound a very simple Cg vertex program to VTP. struct sIn{ float3 mPosition : POSITION; float3 color : COLOR0; }; struct sOut{ float4 mHPosition :...
5575
Ben Discoe
bdiscoe
Mar 17, 2009 9:58 am
I found some time tonight to look at the OpenDRIVE spec and sample file. I agree, it looks like it's complex enough to handle many cases fairly well, while...
5576
Roger James
rogerjames99
Mar 17, 2009 10:50 am
... VTP uses a scene graph and OpenGL fixed functionality pipeline to do its rendering. I suspect that you will need to replicate the parts of that OpenGL...
5577
griffiki
Mar 20, 2009 4:26 pm
We have created the following tileset: A 10 X 10 grid of tiles Most of the tiles have 3 LODs with a max resolution of 512 Four of the tiles have 6 LODs with a...
5578
Stefan Roettger
stefan.roettger
Mar 20, 2009 5:37 pm
Hi, this appears to a the "no-data error" again: when you export tiles some times the export area is a little larger than the actual data, meaning that the...
5579
griffiki
Mar 20, 2009 6:50 pm
Thanks Stefan. I'll let you know how that works....
5580
griffiki
Mar 23, 2009 4:37 pm
Yay! The new version of VTBuilder worked wonderfully. I no longer have a blocky appearance to my terrain, a high-res border area, or memory problems. Thanks...
5581
Brent Fraser
fraser_brent_w
Mar 23, 2009 7:50 pm
VTP'ers, Some interesting ideas regarding a client/server implementation of a 3d environment: ...