I'm trying to incorporate VTP into my OSG application and so far, have been successful at loading a terrain file and rendering it. However, I don't think the...
Pete, It sounds like you're attempting to do something quite convoluted - an OSG app with its own framework, calling VTP which has its own framework for...
2386
Pete Willemsen
willemsn@...
Sep 11, 2003 5:51 pm
Hi Ben, I figured I'd do something convoluted. :) We have an OSG framework for our three screen VR system. We're using three PCs to render to the three...
2387
Ben White
bgwhite@...
Sep 11, 2003 6:06 pm
Hello VTP'ers-- Just to let you know, we are initiating the availability of ASTER data at GLCF. This data will be available through our main interface once...
2388
Pete Willemsen
willemsn@...
Sep 11, 2003 6:58 pm
Ben, I'll try out the vtScene::Update() call at the same point where I do other updates to the scene graph to see if that does the trick. Pete...
I'm back from Romania and trying to catch on up on 2 weeks worth of work and correspondence. One interesting thing i came across on my visit was yet another...
I cann't succeed in doing it.When I attempt to do it, I get error informations like "vtlib/vtosg/NodeOSG.h(172) : error C2039: 'Light39; : is not a member of...
Hiya VTPers, got an easy question today (I hope). I'm trying to label points in the terrain view via the ADL gazetteer, which provides lat/lon coordinates. Is...
Dan, If i understand what you are asking, there are a few ways to do this. The easiest way requires no programming, just reproject your points in VTBuilder: 1....
Sounds like the right question, but I'd prefer not to go through a shapefile, I want to do this programmatically. Maybe it'll be a checkbox on the setup...
Dan, Ah, ok, i think i understand your situation. 1. You have an existing terrain scene, using some projection. 2. You have a programmatic way to get point...
Hi just started to explore VTP:s possibilities with good amount of time but couldn't make any vector overlays like lakes, fields, outcrops etc on the grid...
Hi Harri, ... I think you attached something to your email which the list server removed. It is better to put example files on a website, and link to them in...
Ben W., First, thanks for making these available, and in readily-used GeoTIFF! I downloaded the ASTER bands in the first folder below, and tried to assemble...
Well it's almost working, I think, but anyone know how you set a projection to lat/lon? From the gdal docs it sounds a little like setting it to just a datum...
2400
Hannes Reuter
hreuter@...
Sep 19, 2003 7:24 am
Hallo List Anyone an idea where to get index grid for mss/tm landsat in digital form for europe/world ? ? ? greetings hannes...
... I probably don't understand this absolutely correct because not a programmer, but how closed polygons (eg fields) differ from Polylines eg. roads them...
... Well, to begin with, Roads are different than just plain polylines. Roads have read attributes (numbers of lanes, direction of traffic, striping,...
... Yes, that is one way to do it, which sounds work. ... Hard to say without seeing your code. ... Well, definitely you should fix this, to rule out that as...
Hi Ben, This is kind of related to Harri's question. We have a very powerful inhouse TIN module that does all the things that Harri referred to and more. I...
Todd, ... Actually as i understand it Harri was referring only to the drawbacks of ... Sounds interesting. What exactly do you mean by module? Is it C++ ...
Ben, ... I think he just wants to be able to use geotypical textures for different areas of his surface from a polygon classification (material areas), either...
OK, I fixed the environment var. problem and it's finding the EPSG files just fine now. (I'd forgotten to re-set it last time I shuffled things around) Still...
... Yes, this is definitely something that many of us want. However, it doesn't exist yet, for many reasons. Primarily, there are many ways to do it, and no...
Dan, Well, i do see a few issues with your code.. ... That's actually correct: the geographic CS is degree-based, and the projected (PCS) which is a projection...
You're right, that was backwards. Still getting answers out in what look like radians though. Now it's just lat -119.738330 lon 34.400830 -> 0.600408,...
Dan, Output in radians is a symptom that the transform has failed. This can happen, for instance, when the input values are out of the acceptable range - for...
... Dan, Sorry for not getting involved sooner. I would imagine the problem a failure in the datum shifting as Ben suggests. Unless you know you have datum...
Hello, I'm building a 3D model of a coastal area in Germany and try to use S-57 datasets as a source. First I used the program SeeMyDEnc from sevencs to open...