Search the web
Sign In
New User? Sign Up
vtp · The Virtual Terrain Project
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2660 - 2689 of 5691   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2660
Kevin, Sorry about slow response; i've been away from office duing the holidays. You'll find the shading that Enviro is doing in vtlib, in ...
Ben Discoe
bdiscoe
Offline Send Email
Jan 4, 2004
7:25 pm
2661
Ben, I downloaded the vtp (Win32) and it looks very nice. I was messing around with the shape layers in both the Enviro and VTBuilder and when I loaded some...
Chapman, Martin
mchapman@...
Send Email
Jan 4, 2004
8:36 pm
2662
Martin, Are you seeing this issue in VTBuilder or Enviro? There used to be issues with 'internal polygons', e.g. 'holes', but they should have been fixed in ...
Ben Discoe
bdiscoe
Offline Send Email
Jan 4, 2004
8:58 pm
2663
About the only thing I know about OSG and OpenGL is what the initials stand for. :) But since I've been playing with the vtlib there are a couple things I've...
vtplist
Offline Send Email
Jan 7, 2004
12:56 am
2664
Kevin, ... Fotunately, you have the option of using just vtlib, in which case you don't need to know a single thing about OSG or OpenGL. ... Yes. You can...
Ben Discoe
bdiscoe
Offline Send Email
Jan 7, 2004
2:26 am
2665
How does VTbuilder deal with overlapping elevations of different resolutions? I have a non-rectangular area of high resolution dem data and I want to use a...
Matt Wilkie
matt.wilkie@...
Send Email
Jan 7, 2004
10:56 pm
2666
... Currently, it depends on the order of the layers. The first layer with valid data is used. Thinking of this now, it doesn't seem right to me. It's more...
Ben Discoe
bdiscoe
Offline Send Email
Jan 8, 2004
12:14 am
2667
Hopefully there will not be a problem at the seam between the two resolutions of DEM files of different scales. I've tried using the 16 1° DEMS for a 4 degree...
rsh@...
torontorsh
Offline Send Email
Jan 8, 2004
4:28 am
2668
Hi I am new to this forum, but is heavily involved in projects regarding generating 3D worlds based on GIS and CAD data in southern Europe. Is there a...
Calle Balik
balik853
Offline Send Email
Jan 8, 2004
11:20 am
2669
... Yes, to varying degrees. Please read the documentation for both applications. ... Yes, in general. ... That depends on what the data represents - for...
Ben Discoe
bdiscoe
Offline Send Email
Jan 8, 2004
11:27 am
2670
I've uploaded a new VTP release. It's fairly modest, but has some fixes that are good to get out before i go on vacation tomorrow. Existing Windows end-users...
Ben Discoe
bdiscoe
Offline Send Email
Jan 8, 2004
12:40 pm
2671
VTP Folks, I'll be out of the office, on vacation on my home island of Hawai'i from now till January 26. I trust that some of the experienced users here can...
Ben Discoe
bdiscoe
Offline Send Email
Jan 8, 2004
3:36 pm
2672
Enjoy your holiday Ben! And don't worry about checking in over dialup, Take a break! You deserve it. I'm pretty sure nothing will happen in the next two weeks...
Matt Wilkie
matt.wilkie@...
Send Email
Jan 8, 2004
5:52 pm
2673
... Enjoy your trip. I found that the Borders in Kona had good Wifi connections, if you make it over there. Enjoy some Malasadas for me! ... -- Eric Hammil...
Eric Hammil
erichammil
Offline Send Email
Jan 8, 2004
6:00 pm
2674
I'm not normally one to cross-post something like this, but I suspect there are probably folks on this list looking to stretch their GIS budgets by acquiring...
Chris 'Xenon' Hanson
xenonofarcticus
Online Now Send Email
Jan 12, 2004
6:58 pm
2675
When.... holidays are being remembered, and not had ;} Is anyone having trouble with Enviro terminating mainly due to 'something to do with vegetation'? ...
Garry Keltie
gkeltie
Offline Send Email
Jan 14, 2004
2:13 am
2676
Hi Guys, I've been stepping through the code and I'm a little confused about something. Calling GetWorldLocation(300, 300, point); on my test HeightField ...
vtplist
Offline Send Email
Jan 15, 2004
12:21 am
2677
I'm guessing the answer is negative, but is anyone aware of any existing art pertaining to the presence of NULLs in CLOD terrain algorithms? Essentially, my...
Eric Hammil
erichammil
Offline Send Email
Jan 16, 2004
7:36 pm
2678
Hi guys! Im coding a small app that will help develop terrain for a flight sim program. Essentially, what it does is creates a BIG array, that holds the...
Daniel Bell
mrzaggy@...
Send Email
Jan 18, 2004
3:01 pm
2679
I have an elevation correct to the meter output now from Global Mapper using an array, in the form of a TIFF file that has the correct colour for each pixel...
rsh@...
torontorsh
Offline Send Email
Jan 18, 2004
5:13 pm
2680
... So how did you do that? Read in one pixel at a Time from a TIFF? I actually want to do that for a different part of this program. In this case, actually...
Daniel Bell
mrzaggy@...
Send Email
Jan 19, 2004
4:37 pm
2681
On Tue, 20 Jan 2004 03:37:24 +1100, you wrote: As it processes the DEM file Global Mapper uses my custom shader to display the end result, and that custom...
rsh@...
torontorsh
Offline Send Email
Jan 19, 2004
5:41 pm
2682
... OK... So HOW do i do it in VB? Whats the code i should be messing with? Any example code? ... Luckily initially, were focusing on europe (25x25Degrees), so...
Daniel Bell
mrzaggy@...
Send Email
Jan 20, 2004
4:25 am
2683
I have never programmed in VB and continue to use QuickBasic if I really need to code anything, since I don't care to see it on screen BUT what you are doing...
rsh@...
torontorsh
Offline Send Email
Jan 20, 2004
5:07 am
2684
... Thats cool, i understand the concept...Just have to have a play with the DEM binary format. In the case of the format, its simply one byte per elevation...
Daniel Bell
mrzaggy@...
Send Email
Jan 20, 2004
5:24 am
2685
... Download any DEM file and look in it. It is PURE TEXT! Elevations are in standard numerical format, and the array is per line in the DEM file, so after the...
rsh@...
torontorsh
Offline Send Email
Jan 20, 2004
5:57 am
2686
... Cool, thanks... DLing now... The body of the format sounds really easy to read in and work with! So is reading in a 24Bit BMP/TIFF pretty much the same?...
Daniel Bell
mrzaggy@...
Send Email
Jan 20, 2004
6:33 am
2687
Nope - no idea - but do a search using Goggle and you should be able to find it all out... Standard stuff like this is usually well documented. RSH ... ...
rsh@...
torontorsh
Offline Send Email
Jan 20, 2004
7:24 am
2688
... OK, thanks! :)...
Daniel Bell
mrzaggy@...
Send Email
Jan 20, 2004
7:33 am
2689
Hi Eric, I have used the following on CLOD 3D work, and some pieces of it in 2D height fields: 1) in the prep phase, perform a diffusion process to "fill in"...
Mark Duchaineau
duchaine@...
Send Email
Jan 21, 2004
12:40 am
Messages 2660 - 2689 of 5691   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help