Hello list, I have created a DEM tileset and in the same process an image tileset with VTBuilder. My image is slightly smaller then the DEM (see screenshot:...
Hello list, I have a terrain with bridges. I am wondering how to implement my bridges: - create 3DS objects and place them as structures - How do I create the...
Hello list, I have a complex building which, as I can see in the aerial photo, has 4 roofs and a flat section of less stories in between. (screenshot...
... If _only_ Apache were open source and one could examine the source code. ;) I'll see if I can dig up any Apache gurus who could answer the matter, since...
Milo, It's nice to get three detailed question emails, i will tackle them individually. ... You don't say how you are setting the texture in Enviro; i assume...
... That should work, although you should be careful to make sure that the local origin of your bridge model is at exactly ground level. ... Currently, roads...
... See 'Roof Styles' on http://vterrain.org/Culture/BldCity/Roof/ ... Yes, that's a quick and easy way to do it with the simple procedural buildings in...
Hi Ben, I've had this problem before, and I thought I understood the solution until I saw the answer... Isn't this the usual behavior for VTBuilder? If your...
Nino, VTBuilder will output missing/unknown area regions as black, yes. However, Milo didn't say his problem was black image output from VTBuilder, but rather...
Please forgive the cross posting: INTERNATIONAL DIGITAL EARTH 3D VISUALIZATION GRAND CHALLENGE How can we better experience this world of ours at the cross...
Hello, I use buildings in osg format. I have a building with a front facade that is partly transparent. because it should be partly visible from both sides it...
after compiling the Enviro i got the wxEnviro_u exe, bt it bt it is asking for some DLLs like libpng13d, libpng13, xerces-c_2_3_0D. what shud i do to run this...
... You should have those DLLs. They were installed during step 1 of the build instructions, and you added them to your path in step 8. ... Just follow the...
i hav a ROAM implementation in which i a using DTED's. I am able to render the terrain. Now problem is how do i import 3d objects on to my engine, i was...
... The alternative to consisting of two faces is to turn backface culling off, then it should appear from both sides and you only need one face - unless your...
Hi Ajay, ... Well, the easiest thing to do is to just use vtlib - which is an engine with a ROAM implementation that loads DTEDs - instead of your own engine. ...
I'm more used to software being set to backface culling or not. However the concept of putting this switch into the model seems nice because it's more...
I saw Hawai demo in Enviro but camera turnaround all the time. Is any way to change this behaviour? I want do fly ahead and stearing flight by mouse. And...
Krzysztof Szewczyk
k_szewczyk@...
Mar 1, 2007 11:50 am
4905
Hello, I was wondering if VTP supports particle systems (like a burning fire with smoke). There are samples of osg that show this in osgviewer. However it sems...
You might try having a quick look at the OpenScenGraph source and see if the any of the plugins will load particle nodes. If one does then you might be able to...
Last time i tried it (loading the sample .osg file into Enviro with the particle effects referenced) it did work fine. I saw the smoke and flames in Enviro....
OK, got it. Since I am quite new to VTP: how do I activate this? there is a hole bunch of dll that seem to not really correspond to the versions in VTP...
... As far as I know the binary release of vtp is built against OSG1.2. Maybe someone else can confirm this. I always build from source. If you are building...
... Yes, i'm not sure why Roger pointed you to the OSG website, since he knows that the OSG community's DLLs don't work with the VTP binaries.. ... The VTP...
OK, thats why. Well why I'm interested is simple: Our customers who might want to use VTP for viewing the 3D models we make for them are from the public field....
Sorry, I did not make it clear. I always tend to think in source terms. I meant go to the OSG website, get the source and build it :-), as Ben pointed out. ...
I wat to change Enviro UI: - remove edit tools - simplify layer manager (only vector data with on/off possibility) In what source file I must look to find this...
Krzysztof Szewczyk
k_szewczyk@...
Mar 7, 2007 12:28 pm
4916
i am trying to make a simple application using the vtlib, i first tried to just create a mesh, simple plane mesh. i hav added vtosg, vtdata to my workspace, bt...