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:...
4888
Milo van der Linden
milovanderli...
Feb 1, 2007 3:33 pm
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...
4889
Milo van der Linden
milovanderli...
Feb 1, 2007 3:44 pm
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...
4890
Chris Hanson
erichammil
Feb 1, 2007 5:07 pm
... 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...
4891
Ben Discoe
bdiscoe
Feb 2, 2007 2:05 am
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...
4892
Ben Discoe
bdiscoe
Feb 2, 2007 2:10 am
... 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...
4893
Ben Discoe
bdiscoe
Feb 2, 2007 2:16 am
... 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...
4894
NinoWalker
Feb 6, 2007 4:48 am
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...
4895
Ben Discoe
bdiscoe
Feb 6, 2007 6:07 am
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...
4896
Mike Liebhold
mikeliebhold
Feb 8, 2007 11:06 pm
Please forgive the cross posting: INTERNATIONAL DIGITAL EARTH 3D VISUALIZATION GRAND CHALLENGE How can we better experience this world of ours at the cross...
4897
lfricke
Feb 19, 2007 12:04 pm
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...
4898
Ajay Fuloria
ajayfuloria
Feb 20, 2007 6:03 am
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...
4899
Ben Discoe
bdiscoe
Feb 20, 2007 7:35 am
... 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...
4900
Ajay Fuloria
ajayfuloria
Feb 20, 2007 9:04 am
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...
4901
Ben Discoe
bdiscoe
Feb 21, 2007 7:27 am
... 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...
4902
Ben Discoe
bdiscoe
Feb 21, 2007 7:33 am
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. ...
4903
lfricke
Feb 23, 2007 7:54 am
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...
4904
Krzysztof Szewczyk
k_szewczyk@...
Mar 1, 2007 11:50 am
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...
4905
lfricke
Mar 5, 2007 11:07 am
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...
4906
Roger James
rogerjames99
Mar 5, 2007 12:10 pm
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...
4907
Ben Discoe
bdiscoe
Mar 5, 2007 12:20 pm
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....
4908
lfricke
Mar 5, 2007 1:02 pm
Sounds good, where do I find the plugins? -Lars ... flames ... are built ... modules....
4909
Roger James
rogerjames99
Mar 5, 2007 1:27 pm
www.openscenegraph.org <http://www.openscenegraph.org/> where do I find the plugins? __ [Non-text portions of this message have been removed]...
4910
lfricke
Mar 5, 2007 3:10 pm
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...
4911
Roger James
rogerjames99
Mar 5, 2007 4:17 pm
... 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...
4912
Ben Discoe
bdiscoe
Mar 5, 2007 8:17 pm
... 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...
4913
lfricke
Mar 6, 2007 7:25 am
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....
4914
Roger James
rogerjames99
Mar 6, 2007 11:58 am
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. ...
4915
Krzysztof Szewczyk
k_szewczyk@...
Mar 7, 2007 12:28 pm
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...
4916
Ajay Fuloria
ajayfuloria
Mar 8, 2007 4:52 am
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...