1
0
Fork 0

Back out the changes to cropgrass.rgb and drycrop.rgb for the 0.9.2 release.

The original textures are nice, but probably should be updated at some point.
When we do update them though, we should shoot for generic/variety in order
to give different parts of the flightgear world different looks (as best as
we can with our course land cover/land use data set.)
This commit is contained in:
curt 2003-06-04 15:02:39 +00:00
parent f2cf08fe2c
commit a4bc2ca82e
3 changed files with 8 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View file

@ -3136,7 +3136,7 @@ Shared parameters for various materials.
<material>
<name>MixedCropPastureCover</name>
<texture>Terrain/irrcrop.rgb</texture>
<texture>Terrain/mixedcrop.rgb</texture>
<xsize>4000</xsize>
<ysize>4000</ysize>
<light-coverage>2000000.0</light-coverage>
@ -3267,8 +3267,8 @@ Shared parameters for various materials.
<material>
<name>DryCropPastureCover</name>
<texture>Terrain/drycrop.rgb</texture>
<xsize>4000</xsize>
<ysize>4000</ysize>
<xsize>2000</xsize>
<ysize>2000</ysize>
<light-coverage>2000000.0</light-coverage>
<ambient>
<r>0.35</r>
@ -3332,8 +3332,8 @@ Shared parameters for various materials.
<material>
<name>CropGrassCover</name>
<texture>Terrain/cropgrass.rgb</texture>
<xsize>4000</xsize>
<ysize>4000</ysize>
<xsize>2000</xsize>
<ysize>2000</ysize>
<light-coverage>2000000.0</light-coverage>
<ambient>
<r>0.32</r>
@ -3375,9 +3375,9 @@ Shared parameters for various materials.
<material>
<name>CropWoodCover</name>
<texture>Terrain/irrcrop.rgb</texture>
<xsize>4000</xsize>
<ysize>4000</ysize>
<texture>Terrain/cropwood.rgb</texture>
<xsize>2000</xsize>
<ysize>2000</ysize>
<light-coverage>2000000.0</light-coverage>
<ambient>
<r>0.28</r>