Hi i ve got to specify location of cities in my projet. I gonna get soon an arcgrid file from france and i ve got to place major cites at their location on the...
4221
Ben Discoe
bdiscoe
Feb 7, 2006 12:28 am
Nico, ... First, know what coordinate system (CRS) your terrain is using. Is it UTM, Geographic, or some French projection? ... The units are in the CRS of...
4222
vm.games
ibwasi
Feb 7, 2006 2:22 pm
Hi ben, ok i will post again when i get the real elevation file thanks nico ... = = = = = = = = = ========= = = = = = = = = = = vm.games contact@... ...
4223
Ben Discoe
bdiscoe
Feb 11, 2006 5:15 am
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...
4224
Tyler Mitchell
tymitche
Feb 15, 2006 7:50 pm
This all sounds good. Is it just me or did abstract layer labels stop working in this release? Tyler...
4225
Ben Discoe
bdiscoe
Feb 16, 2006 12:01 am
Yes, i see text labels did break. I just investigated and fixed the bug: in vtdata, ParseDBFRecords was causing data fields from Shapefiles to give wrong...
4226
Fredrik Ahl
fredrikahl
Feb 16, 2006 1:26 pm
Hi Ben Too bad with the electric storm, strange stuff. About the server, have you tried to take out the bios battery for 30 seconds and put it back? Sometimes ...
4227
vm.games
ibwasi
Feb 16, 2006 3:34 pm
Hi , I experienced some problems using vterrain with 2d openGL draw code. In my app , I ve to draw some stuff in front of the vterrain scene in 2d mode. All is...
4228
Tyler Mitchell
tymitche
Feb 16, 2006 4:45 pm
... Glad it wasn't just me - that will teach me not to upgrade the same day I'm doing a demo ;) Thanks for patching it up so quickly. Tyler...
4229
Roger James
rogerjames99
Feb 16, 2006 5:17 pm
... What does vtApp.display do? Is your code based on wxSimple? That is the only thing I know of that has a vtApp in it. It is not part of vtlib. Even that one...
4230
vm.games
ibwasi
Feb 16, 2006 9:27 pm
Hi Roger, vtApp.display is based on sdlsimple which i suppose to be the same as wxSimple. ... = = = = = = = = = ========= = = = = = = = = = = vm.games ...
4231
srengret
Feb 17, 2006 3:18 am
As a new user of Enviro, I've run into a problem with layers and my data path. When I started the terrain, I used Terrain Dialog to set up another data path...
4232
srengret
Feb 17, 2006 4:00 am
I rechecked the documentation. Is it mandatory to put my files of imported objects (.obj format) and Enviro objects(Hele-on buses, picnic tables, etc.) in the...
4233
Ben Discoe
bdiscoe
Feb 17, 2006 4:15 am
... Thing like the picnic table belong in Culture. Vehicles like the bus belong in Vehicles. You'll notice that's where they are in the standard distribution. ...
4234
Ben Discoe
bdiscoe
Feb 17, 2006 10:23 am
Nico, ... I can't imagine why your code would work with one resolution but not another. However, i can make the following suggestion. Instead of calling ...
4235
vm.games
ibwasi
Feb 17, 2006 4:35 pm
Hi Ben, you are right, It is working fine in all resolutions if i subclass vtDynGeom I have to go deeper into the vterrain classes like vtHUD , but as I have...
4236
jia711@...
Feb 18, 2006 1:27 am
Probably nothing new to most of you but still may be of some interest all the best, Joshua Arnow From: Joseph J Kerski <jjkerski@...> Date: Thu, 16 Feb...
4237
bruno
bruno_basli
Feb 18, 2006 3:50 pm
Hi there, I have problems with my roads data: If i open a previous version of an .rmf file, and save it with the last version of VTBuilder, the file will grows...
4238
Ben Discoe
bdiscoe
Feb 19, 2006 8:10 am
Bruno, Good catch, it was a bug. I have fixed it and here is the Windows binary patch: http://vterrain.org/dist/patch0218.zip Roger James wrote some new...
4239
Ben Discoe
bdiscoe
Feb 19, 2006 10:25 am
Joshua, Actually, those articles are both very good and interesting, full of some tidbits that i did not know (Skyline suing Google.. ESRI countering GE by ...
4241
bruno
bruno_basli
Feb 19, 2006 3:13 pm
Salut a tous, Un modeste tutoriel base sur mon projet actuel. Si cela vous tente: http://www.wdgps.com/wdgps_vtp.html Hi There, A simple french tutorial based...
4242
srengret
Feb 20, 2006 6:17 pm
I'm trying to place a road or highway on the flat generic terrain in Enviro. Checking the URL http://vterrain.org/Screenshots/index.html, I noticed a December...
4243
Ben Discoe
bdiscoe
Feb 20, 2006 8:22 pm
Lewis, ... The goal of the VTP software is to help you visualize your geospatial data. It's quite an ambitious goal in itself! To go even further to _create_...
4244
srengret
Feb 20, 2006 9:01 pm
... geospatial data. ... _create_ the ... great, ... such as ... doesn't ... world of ... them ... Thanks for the recommendation. I'll research a GIS package...
4245
Chris Hanson
erichammil
Feb 21, 2006 4:49 am
... Obligatory commercial plug: Depending on your budget, you might find that our Visual Nature Studio software with our Scene Express add-on is a great tool...
Hi there,Hi Ben i m still looking for some example code with vtHUD, because i successfully created 2d draw code with vtDynGeom but i got one problem : the 2d...
4248
Adam Hauldren
nlightuk
Feb 21, 2006 10:24 am
... And me... ;) Regards Adam...
4249
Ben Discoe
bdiscoe
Feb 22, 2006 12:27 pm
Nico, ... Yes, i think you are right. It is simple code: vtImageSprite *pSprite = new vtImageSprite; if (pSprite->Create("Texture.jpg")) { ...
4250
vm.games
ibwasi
Feb 23, 2006 12:49 pm
Hi Ben thanks for sample , anyway is there a way to add my own openGL code on the vtHUD, because i need effects, text and more , not just a simple jpg i need...