I have several imported building instances in my terrain that point to lwo models. They seem to load fine and I can see them in the scene, but when I run in...
5588
griffiki
Apr 2, 2009 1:18 pm
I have several imported building instances in my terrain that point to lwo models. They seem to load fine and I can see them in the scene, but when I run in...
5589
Roger James
rogerjames99
Apr 2, 2009 3:23 pm
... I suspect it is the OpenSceneGraph lwo loader that causes the leak. I doubt it is anything to worry about. If you are concerned then you could always use...
5590
Ben Discoe
bdiscoe
Apr 3, 2009 7:21 am
Griffiki, What Roger said, and also, converting to ive (generally) produces a smaller file that loads faster. It's a good idea Unless it's inconvenient to do...
5591
Alberto Antinori
geoinformatix
Apr 6, 2009 10:00 am
Hello all, I need to insert on a terrain thousands of simple 3DS files of photovoltaic panel. I've been given coordinates of insertion poits: is there a way to...
5592
griffiki
Apr 6, 2009 12:39 pm
It is MS Visual Studio reporting the leaks. It's not causing a problem in the release build but after running in debug mode, the leak dump goes on for longer...
5593
Roger James
rogerjames99
Apr 6, 2009 5:37 pm
... You can terminate the dump early by selecting "stop debugging " in the debug menu. Roger...
5594
griffiki
Apr 6, 2009 6:14 pm
This is an offshoot of my post about the Lightwave objects. When I use CManager to convert them to IVE files, they do indeed load faster and I don't get the...
5595
subbit05
Apr 12, 2009 9:58 pm
Hi all, i have recompiled VTBuilder with Visual C++ express 2008 and added the ".jp2" extension to the supported list. Then i have replaced the gdal dll with...
5596
griffiki
Apr 14, 2009 12:53 pm
Does anyone know any tricks for getting Image Layers to work on a tiled terrain? If I use an image layer (.png file added from the Edit Properties -> Abstracts...
5597
Stefan Roettger
stefan.roettger
Apr 17, 2009 9:38 am
Hi all, I just wanted to drop a line on the vtp list about a major version bump of libMini. libMini version 9.0 is available via svn co...
5598
subbit05
Apr 18, 2009 9:42 am
I have re-compiled ECW SDK and GDAL Version 1.5.4, and with this new DLL VTBuilder does not crash loading my Jpeg2000 5000x5000 1m/px. It is still much slower...
5599
ndo@...
ndovp04
Apr 22, 2009 12:53 am
hi ver9.0 have removed the miniLayer map and rot going from local to openGL. (map_l2o, rot_l2o). To achieve what used to work then have to map from map_l2g and...
5600
Stefan Roettger
stefan.roettger
Apr 22, 2009 6:16 am
simply replace the the xyz_l2o(x) with g2o(l2g(x)) cheers, Stefan ... [Non-text portions of this message have been removed]...
5601
GEOgrafica
messiniano
Apr 22, 2009 10:58 am
Hello. I use the last release of Enviro and the possibility to load and overlay an external georeferenced image (I use GeoTIFF) to be viewed or hidden through...
5602
Stefan Roettger
stefan.roettger
Apr 22, 2009 5:36 pm
... The advantage of a detail texture is that it can be added and removed quickly as a whole. If you want to make the detail texture a paged detail texture,...
5603
GEOgrafica
messiniano
Apr 22, 2009 5:53 pm
... Obviously. ... Because I want to do another usage of the texture from what you seem to have in mind. Try to forget for a moment the "high detail texture...
5604
ndovp04
Apr 24, 2009 2:51 am
I've a texture of whole world and I created a height map for it also. When I use this data set to feed to viewer, and as I move west along the equator, the...
5605
Stefan Roettger
stefan.roettger
Apr 25, 2009 7:26 am
... The feature is brand-new so I haven't tested it with a large variety of data sets yet. In particular the largest one I tested was roughly 5000km wide. So,...
5606
Stefan Roettger
stefan.roettger
Apr 27, 2009 10:05 am
... I fixed a bug in the tileset culling method. This most likely fixes the above bug. You can check out the fix from the libmini svn head. Stefan...
5607
jacquinodflorence@...
jacquinodflo...
Apr 27, 2009 5:41 pm
Hi all, I am currently working on the representation of flood with VTP, and have a few technical questions to share with you. I guess some of them are easy to...
5608
ndo@...
ndovp04
Apr 28, 2009 12:01 am
I got the latest svn head, and with the data set that I'm using, the tile still drop out. the data set is about 104MB. How do I upload the data set for you? ...
5609
Stefan Roettger
stefan.roettger
Apr 28, 2009 6:18 am
... Before we do look into uploading the entire 104MB of data, I'd like to rule out some other potential problems as described below. Some screen shots would...
5610
Tom Sparks
tom_a_sparks
Apr 28, 2009 9:49 am
have you looked at http://www.vterrain.org/Water/ tom_a_sparks Please avoid sending me Word or PowerPoint attachments. but instead use OpenDocument File...
5611
griffiki
Apr 28, 2009 2:30 pm
I found a solution to this problem. I needed to scale the overlay image using world coordinates. What I don't know is if this is only the case for the...
5612
murki777
Apr 28, 2009 2:38 pm
Hi, have anyone built libmini using vc++ 6.0 or do u know if it is possible? thanks for any answer in advance,...
5613
Stefan Roettger
stefan.roettger
Apr 28, 2009 2:43 pm
Hi, you should be able to generate vc6 proj files with the cmake files supplied in the latest release. If you have vc++ 6.0 installed there should be an option...
5614
jacquinodflorence
jacquinodflo...
Apr 28, 2009 4:38 pm
... Yes thanks, I have. What I am trying to do here is simply to use what's built in VTP yet, in order to make a methodological guide for local government...
5615
Roger James
rogerjames99
Apr 28, 2009 5:46 pm
... Florence, I do not think there is anything available "off the shelf" in the Enviro viewer to do what you want, and do it well, as I think you have already ...
5616
p.amburn
Apr 28, 2009 6:12 pm
Just finished building VTP on MS Windows XP with MSVC 2005 (VC8). To test the build I am using glutSimple, which works just fine in Debug mode but not in...