Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv29790
Modified Files:
CHANGES.current
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** CHANGES.current 21 Jul 2003 07:45:09 -0000 1.47
--- CHANGES.current 21 Jul 2003 08:04:56 -0000 1.48
***************
*** 7,13 ****
Added Tools/Terrain/dem2dat which has a utility for
! convertind DEM to an intermediate binary format. This
format is similar to .bt but preserves additional
! metadata.
2003-07-19: delta
--- 7,23 ----
Added Tools/Terrain/dem2dat which has a utility for
! converting DEM to an intermediate binary format. This
format is similar to .bt but preserves additional
! metadata. This is just an initial check in of the code;
! the Makefile is very immature and no msvc project files
! exist yet.
!
! Added Tools/Terrain/tile which has a utility for combining
! many DEM quads (in DAT format) into a large terrain
! elevation map, using a secant gnomonic projection. The
! output can either be 16-bit image tiles (for use with
! Demeter) or a .bt format terrain map that can be converted
! to the .chu format of osgChunkLod using tools in TU's
! original ChunkLod package.
2003-07-19: delta
|