Changeset 1783 for GTP/trunk/App/Demos/Geom/OgreStuff/bin/debug/terrain.cfg
- Timestamp:
- 11/23/06 12:11:35 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Geom/OgreStuff/bin/debug/terrain.cfg
r1092 r1783 1 1 # The main world texture (if you wish the terrain manager to create a material for you) 2 WorldTexture= terrain_texture.jpg2 WorldTexture=grass_1024.jpg 3 3 4 4 # The detail texture (if you wish the terrain manager to create a material for you) 5 DetailTexture= terrain_detail.jpg5 DetailTexture=grass.png 6 6 7 7 #number of times the detail texture will tile in a terrain tile 8 DetailTile= 38 DetailTile=8 9 9 10 10 # Heightmap source … … 12 12 13 13 # Heightmap-source specific settings 14 Heightmap.image= terrain.png14 Heightmap.image=noise2.jpg 15 15 16 16 # If you use RAW, fill in the below too … … 23 23 24 24 # How large is a page of tiles (in vertices)? Must be (2^n)+1 25 PageSize= 51325 PageSize=33 26 26 27 27 # How large is each tile? Must be (2^n)+1 and be smaller than PageSize 28 TileSize= 6528 TileSize=17 29 29 30 30 # The maximum error allowed when determining which LOD to use … … 35 35 PageWorldZ=1500 36 36 # Maximum height of the terrain 37 MaxHeight=1 0037 MaxHeight=120 38 38 39 39 # Upper LOD limit … … 69 69 70 70 # The name of the material you will define to shade the terrain 71 CustomMaterialName=TestTerrainMaterial 71 CustomMaterialName=Demos/TerrainMixed 72 73
Note: See TracChangeset
for help on using the changeset viewer.