From: <mk...@us...> - 2003-06-26 09:31:38
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Data/XML/terrain In directory sc8-pr-cvs1:/tmp/cvs-serv11504 Modified Files: balkan.xml Log Message: updated to use DemeterTerrain class Index: balkan.xml =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Data/XML/terrain/balkan.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** balkan.xml 26 Mar 2003 10:18:53 -0000 1.2 --- balkan.xml 26 Jun 2003 09:31:34 -0000 1.3 *************** *** 1,5 **** <?xml version="1.0" standalone="no"?> ! <Object class="TerrainObject"> <Int name="use_dynamic_textures">0</Int> <Int name="use_texture_compression">1</Int> --- 1,5 ---- <?xml version="1.0" standalone="no"?> ! <Object class="DemeterTerrain"> <Int name="use_dynamic_textures">0</Int> <Int name="use_texture_compression">1</Int> *************** *** 19,22 **** --- 19,25 ---- <Float name="vertex_height">0.38</Float> <Float name="detail_threshold">8</Float> + <LLA name="center">41.6450 16.0057 0.0</LLA> + <Float name="width">1024000</Float> + <Float name="height">1024000</Float> </Object> |