Hi, ... I tried to use vtAnimPath but cant get it to work, i cant use enviro because the path can be defined by the user in my application. here is a part of...
Nico, ... Your code looks good. One thing that seems to be missing is to tell the engine about your camera: engine->AddTarget(pScene->GetCamera()); Other than...
Hi Ben, yes it works now, in fact I gonna let the user choose between some cities and build a path from these choice. so i need the camera to look in...
Nico, The demo seems to loop OK for me. Nice demo btw. Colin ... From: vtp@yahoogroups.com [mailto:vtp@yahoogroups.com] On Behalf Of vm.games Sent: 02 March...
Hi Colin , thanks ;) but i didnt do this demo with vterrain API, i want to do the same (or better ;) with vterrain Nico ... = = = = = = = = = ========= = = = =...
Ok , i fixed a part of my problem with engine->SetContinuous(true); but i ve still searchin for a solution to point camera to the next point on path or...
... Yes. Continuous (property of the engine) means that play will start again at the beginning when it reaches the end. Loop (property of the path) means that...
I imported two layers: Elevation(.hgt) and Road(.shp).Using "Flatten Elevation Grid Under Roads", but I got a broken terrain. Maybe I have made some mistakes....
Please explain 'broken terrain' I had a problem when using the "flatten elevation grid under roads". The roads shapefile was extending beyond the terrain...
Neke, Like Luís, i am curious what you mean by 'broken' terrain. However, i can guess one likely problem from your description. You say you imported your...
Guys, I've been trying to build and run the VTP-software on Mac OS X. Following Pete Willemsen's nice instructions (three hurrays), I've gathered the required...
Sandor Spruit
sandor@...
Mar 3, 2006 8:06 pm
4268
Hi Sandor, ... Currently, this depends upon if you've built OpenSceneGraph to use X11, ACG, or CGL contexts. It is also a result of still having -I/ ...
Pete Willemsen
willemsn@...
Mar 4, 2006 5:43 am
4269
... I now recall why I didn't finish removing X11 from VTP. Basically, Enviro builds a OpenGL context that is based on X11 code, which is what all Linux...
Pete Willemsen
willemsn@...
Mar 4, 2006 4:43 pm
4270
... I meant to write that the OpenGL context in wxSimple is acquired through the wxWidgets calls. Pete...
Pete Willemsen
willemsn@...
Mar 4, 2006 4:51 pm
4271
... That doesn't make sense to me.. wxSimple and wxEnviro get their OpenGL context in the same way: they let wxWidgets create a wxGLCanvas. So they should...
Ben, The 'broken' terrain you guess is right,my data is SRTM(3 arcsec). I resampled my SRTM data(3 arcsec) to a higher res grid(0.15 arcsec), but the result is...
Neke, 0.15 arc seconds is roughly 5m. However, there is probably an issue with horizontal units in a geographic coordinate system (degrees). I would ...
Hi Ben, After reprojecting, It's working fine:) Thank you so much. My data is in China. Neke ... issue with ... would ... based ... involving meters ... ...
Ben, In debug mode(vtp-src-060210), when reading .rmf file Enviro breaks in line 983: fread(&((*tmpLink)[j].x), doubleSize, 1, fp); of the RoadMap.cpp. Neke...
Hi Ben, I add .ive instance in VTBuilder and save as .vtst file. But running Enviro I did not see the .ive model. vtst can't add .ive model in VTBuilder? Neke...
Neke, It should work. You should confirm that: 1. the .ive is resolvable (either absolute path, or on your data path) 2. your .vtst file does contain the...
Hi! I'm a newby at 3D trying using VTP for representing transmission lines and towers. As far as I've read, VTP can render the MDE and any other data I have,...
Hi! I'm a newby at 3D trying using VTP for representing transmission lines and towers. As far as I've read, VTP can render the MDE and any other data I have,...
Cutberto, ... I apologize that i know little of the power transmission field. What is MDE? ... There are a few transmission towers, with automatically...
MDE = Modulation and Demodulation Equipment ... From: Ben Discoe <ben@...> To: vtp@yahoogroups.com Sent: Tuesday, March 14, 2006 5:15:56 AM Subject:...
Hi Ben! Thanks for your help, I'll try that. By the way, I wrote MDE, which means Modelo Digital de Elevación (in Spanish), instead of DEM. I apologize for...
Hi folks! I'm trying to use the BExtractor, but when it's launched it sends an error message about the ipd.dll (it cannot locate it), so where can I download...