Hi,

Is there a plugin (or mechanism) that would allow me to load "SE Core DVED" 
terrain databases which contains many pageable tiles but there's no "master" 
file (see https://www.se-core.org/Default.aspx?tabid=175). 

Here is an example of an SE Core DVED terrain database directory structure:

.\MyTerrain\terrain\ 
    - this folder contains all the FLT tiles using the filename format 
"tile_x_y.flt", 
      where x is the row index of the tile, and y is the column index of the 
tile.
      Unlike TerraPage format, the SE Core file does not contain a master file. 
      However, it seems that each tile in the folder has the same width/depth
      dimensions. 

.\MyTerrain\externals\
    - this folder contains all the external FLT references.
    
.\MyTerrain\textures\
    - thid folder contains all the textures.

I looked at how the TXP plugin works and I was about to create my own 
SECorePagedNode class (similar to TxpNode class) but I was wondering if OSG ca 
already handle these types of databases. 

If so, then please let me know.
    
Guy

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=30151#30151





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to