Search the web
Sign In
New User? Sign Up
vtp · The Virtual Terrain Project
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5296 - 5325 of 5691   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5296
Hi Philip, Thanks for the note. I did not know that ArcGIS Explorer was fully released yet, i just heard about it as beta last year. I spent some time to...
Ben Discoe
bdiscoe
Offline Send Email
Apr 3, 2008
8:32 am
5297
If humans need sleep, shouldn't vterrain ? ... Actually, this (serious) question stems from integrating vterrain's functionality into an existing mfc/opengl...
Bryan Berg
bberg@...
Send Email
Apr 4, 2008
10:41 pm
5298
Bryan, The short answer is yes, vtlib applications can sleep. In fact, it's entirely up to your own event handling, which is in your own app. There are many...
Ben Discoe
bdiscoe
Offline Send Email
Apr 5, 2008
12:43 am
5299
Hi, I finally got around to testing the web plugin. I think it's quite promising. For future development we should have in mind to maybe use web services like...
gtafricke
Offline Send Email
Apr 7, 2008
7:26 am
5300
Ben, Here is my first pass at rendering buildings with holes. I have not checked it in as there is a major hack in ...
Roger James
rogerjames99
Offline Send Email
Apr 7, 2008
1:43 pm
5301
Hi, I need to add a 2D image to the 3D terrain (migrating from 2D terrain to 3D terrain - eventually we will have a 3D object). I've been looking at enviro and...
Bryan Berg
bberg@...
Send Email
Apr 7, 2008
8:09 pm
5302
Oh and I forgot to mention that I need to this from code, ie not load an object from a configuration file. This is because the location of the object will...
Bryan Berg
bberg@...
Send Email
Apr 7, 2008
8:36 pm
5303
... If this is a dynamic image which does not cover the entire terrain, then i recommend to use an Image Layer. ... mfcEnviro is old historical code, from back...
Ben Discoe
bdiscoe
Offline Send Email
Apr 8, 2008
1:36 am
5304
Hi, So for starters I've been trying to add an image as a texture to a cube. (not sure if this is the best approach, as my goal is to end up with a flat image,...
Bryan Berg
bberg@...
Send Email
Apr 9, 2008
11:06 pm
5305
A company called GeoSim, which produced a 3D model of downtown Philadelphia back in 2005, has now released it online as a 'virtual experience': ...
Ben Discoe
bdiscoe
Offline Send Email
Apr 10, 2008
10:25 am
5306
Hi again, So I actually need to correct what I was asking about (after I was corrected lol) We need an icon, not a 3D model, on the scene, Something like: ...
Bryan Berg
bberg@...
Send Email
Apr 10, 2008
5:16 pm
5307
Bryan, Your code below looks good. The only trouble i see is that your mesh has no texture coordinates, so the texture can't be applied. To fix: << vtMesh...
Ben Discoe
bdiscoe
Offline Send Email
Apr 11, 2008
8:13 am
5308
If you only need to draw a 2D bitmap, then put it under a HUD node (vtHUD). The Enviro code shows how to do this: it uses the HUD for the compass, overview...
Ben Discoe
bdiscoe
Offline Send Email
Apr 11, 2008
8:16 am
5309
... Yes, the Save Layer command will save structure layers, including linear structures. ... I just tested it, and it worked fine: saving, reloading and...
Ben Discoe
bdiscoe
Offline Send Email
Apr 11, 2008
8:50 am
5310
... IMHO, for future development we could and should enable network IO in place of file IO; no new protocols or file formats are needed. HTTP should suffice,...
Ben Discoe
bdiscoe
Offline Send Email
Apr 11, 2008
9:17 am
5311
Also, I've been looking at: http://vterrain.org/Doc/import_models.html on importing 3D models. If I could load a 2d image, and store it as a node, that could...
Bryan Berg
bberg@...
Send Email
Apr 12, 2008
8:35 am
5312
Hi, I might not have explained this correctly. I want to add a 2D image to my scene, but not have it be part of the terrain, but rather stick out (almost like...
Bryan Berg
bberg@...
Send Email
Apr 12, 2008
8:35 am
5313
Hi, I did another test and it looks like the fences are not displayed upon loading the corresponding layer as soon as structure paging is turned on. I'll send...
gtafricke
Offline Send Email
Apr 14, 2008
7:29 am
5314
Ben (and all), Here's a related doc from the FOSS4G in Victoria last year: http://www.osgeo.org/files/journal/v3/en-us/final_pdfs/plum.pdf with some comments...
Brent Fraser
fraser_brent_w
Offline Send Email
Apr 14, 2008
5:22 pm
5315
Okay so in google earth its called a placemark. So the icon or 2D-bitmap is placed on the scene at a specific location (lat-long for example), and when the...
Bryan Berg
bberg@...
Send Email
Apr 16, 2008
7:44 pm
5316
hi.i'm a young engineer.and i start working with vtp .i want to show from a dted format a 3D view but i don't know how to do.if any can help can her.thanks ...
Mehdi Samir
mehdy.samir@...
Send Email
Apr 16, 2008
11:03 pm
5317
Bryan, The simplest way would be for you to use a simple 3d modeller such as ac3d and make a single rectangular surface and attach your image to it as a ...
Roger James
rogerjames99
Offline Send Email
Apr 17, 2008
7:02 pm
5318
Samir, I recommend to start with the VTP Tutorial 1. Once you are comfortable with the process of loading terrain, then try it with your DTED file. As a...
Ben Discoe
bdiscoe
Offline Send Email
Apr 17, 2008
9:09 pm
5319
... If you want to implement GE-style floating icons, i would recommend making a simple quad mesh and putting the texture on it. You then have two choices for...
Ben Discoe
bdiscoe
Offline Send Email
Apr 17, 2008
9:19 pm
5320
Using a 3d modeler just to make a textured quad of 4 vertices seems overkill to me. Also, if he loads from an external file, it would be difficult to assign...
Ben Discoe
bdiscoe
Offline Send Email
Apr 17, 2008
9:21 pm
5321
Lars, Ah, it is an issue with structure paging. That is the important bit of info missing from your problem report. I tested paging + linear structures just...
Ben Discoe
bdiscoe
Offline Send Email
Apr 17, 2008
10:18 pm
5322
hi. I have two question to pose. if some one can give me the answers 1- I want to know if somebody arrive to turn VTP with another 3D engine specially OGRE3D...
Mehdi Samir
mehdy.samir@...
Send Email
Apr 18, 2008
11:58 am
5323
Samir, ... Delta3D is similar in scope to VTP; it sits on top of OSG and adds a variety of functionality. It would not make sense to put Delta on top of VTP,...
Ben Discoe
bdiscoe
Offline Send Email
Apr 19, 2008
3:24 am
5324
hi My probleme is to implement a library in OGRE to let its read dted format this is my problem ;therfor taht will be very difficult to do it for this reason...
Mehdi Samir
mehdy.samir@...
Send Email
Apr 20, 2008
1:41 am
5325
Ogre is no general purpose scenegraph like OSG or OpenSG but a 3d engine targeted at games. Writing an VTP backend for it is not good idea in my opinion since...
stephan_heigl
Offline Send Email
Apr 20, 2008
5:58 am
Messages 5296 - 5325 of 5691   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help