Bernard, ... Interesting approach! I had not considered it could be used that way, and in fact it is not quite designed that way (yet) ... The data is the...
Hmmm, ... Roofs with 4 or less vertices are built using the original algorithm, ones with 5 or more are built with Felkel. Could be something in that area Ben,...
Hi all! ... Has anyone implemented a routine to load Utilities (Transmission Lines)? I tried to import a point shapefile to the Utilities section but VTBuilder...
Hi all! I'm trying to add some electrical transmission towers in enviro. save their location in a vsts file using "Save Built Structures As" (an error occurs...
... It seems that there is no file format to represent a utility network, and nobody is yet working on it. As i've mentioned, from what i can tell, the giant...
... This should work, but it is definitely isn't ideal. Things such as catenary placement will be missing. ... There should not be any crash. If you could...
... They are in Culture/UtilityStructures on your Data path. The structures are described in the content file (common_content.vtco on your Data path) with...
Cutberto, Both 3DS and OBJ are very old formats - they have been around for almost 20 years. There are many conversion programs out there to convert between...
Hi Folks, I have the following problem to solve. I want to load some real world terrain data, its UTM and currently is a bunch of points with height data...
Al, There is a method in the VTP software to do what you describe (vtHeightFieldGrid3d::CastRayToSurface), although it is perhaps 0.001% of what the whole VTP...
Yes, but unfortunately I have not found any other c++ libraries that do this, so your software maybe just what I want!!! Do you have msn? Cheers -Al ... From:...
Bernard, I have addressed the roof issue in a number of ways. 1. The problem you were seeing with some hip roofs not appearing was due to the roof height being...
Hello, I am wondering how I can use vtp in my existing application. I am using Ogre 3D engine (http://www.ogre3d.org/). I think that I can use vtdata and...
Hi, i think you can use both ogre3d and vtlib in the same application. i ve also used in my app vtlib and my own 3d engine. I ve used vtlib to render terrain...
Hi, i currently downloading from the internet some pictures (webcams) and displays them into my application. as image i graabed from the net are not pow of 2...
salut, i am currently porting vtlib to using OpenSG. There is a member inside osg::Image to scale images to an arbitrary size, there's even a dedicated member...
Nico and Martin, Indeed, scaling isn't the trouble. Because vtImage is subclassed from osg::Image, Nico can simply do this to scale: image->scaleImage(X, Y..)...
Ben, ... dealing with webcams is diffuclt, because url of images may change and sometimes for various reasons the download fails (or take a long time ) so i...
Thanks, Nico! I would like to have terrain with roads and buildings. I also would like to use real world data for terrain and roads. vtlib already does just...
Hi Ben and VTP Users I have update latest CVS and there is a mismatch with minilib 6.83a. I have downloaded mini 6.9 but not compile at all. Which is the...
Carlo Camporesi
carlo.camporesi@...
Apr 13, 2006 11:32 am
4333
Carlo, ... In CVS, we moved up to mini 7.x (as noted in VTP changelog). In fact, Stefan just released 7.1, which i see isn't uploaded to stereofx.org yet (it ...
Thank you very much ... [Non-text portions of this message have been removed]...
Carlo Camporesi
carlo.camporesi@...
Apr 13, 2006 11:47 am
4335
... That sounds correct - those are pretty much the options. Another option is to port vtlib to Ogre, which is probably not the simple solution you are ...
Hi, I draw some elements on my terrain with blending and alpha channel , including the terrain itself, because i would like the terrain to fade with my ...
... Rendering order in vtp is controlled by the scene graph. If you are using OSG as the scene graph, then this is governed by the render bin into which each...
I have uploaded a new VTP release. For people who installed from the Windows installers, you can un- install and re-install from the download folder. For...
Nico, Everything that Roger said about OSG and RenderBins is good to know, and it's worth learning about that if you will be doing very complex multi-pass ...