[Orxonox-commit 1961] r6678 - data/trunk/materials/scripts
scheusso at orxonox.net
scheusso at orxonox.net
Tue Apr 6 15:04:56 CEST 2010
Author: scheusso
Date: 2010-04-06 15:04:56 +0200 (Tue, 06 Apr 2010)
New Revision: 6678
Modified:
data/trunk/materials/scripts/Orxonox.material
Log:
disable mipmapping for hudtextures/materials
Modified: data/trunk/materials/scripts/Orxonox.material
===================================================================
--- data/trunk/materials/scripts/Orxonox.material 2010-04-06 13:04:26 UTC (rev 6677)
+++ data/trunk/materials/scripts/Orxonox.material 2010-04-06 13:04:56 UTC (rev 6678)
@@ -100,7 +100,7 @@
texture_unit
{
- texture bar1.tga
+ texture bar1.tga 2d 0 // no mipmapping
}
}
}
@@ -118,7 +118,7 @@
texture_unit
{
- texture healthbar_bg.tga
+ texture healthbar_bg.tga 2d 0 // no mipmapping
}
}
}
@@ -298,7 +298,7 @@
texture_unit
{
- texture crosshair3.png
+ texture crosshair3.png 2d 0 //do not make any mipmaps
}
}
}
@@ -316,7 +316,7 @@
texture_unit
{
- texture centeroverlay.png
+ texture centeroverlay.png 2d 0 // no mipmapping
}
}
}
@@ -334,7 +334,7 @@
texture_unit
{
- texture directionarrows1.png
+ texture directionarrows1.png 2d 0 // no mipmapping
}
}
}
@@ -352,7 +352,7 @@
texture_unit
{
- texture directionarrows2.png
+ texture directionarrows2.png 2d 0 // no mipmapping
}
}
}
@@ -370,7 +370,7 @@
texture_unit
{
- texture directionarrows3.png
+ texture directionarrows3.png 2d 0 // no mipmapping
}
}
}
@@ -388,7 +388,7 @@
texture_unit
{
- texture directionarrows4.png
+ texture directionarrows4.png 2d 0 // no mipmapping
}
}
}
@@ -406,7 +406,7 @@
texture_unit
{
- texture damageoverlaytop.png
+ texture damageoverlaytop.png 2d 0 // no mipmapping
}
}
}
@@ -424,7 +424,7 @@
texture_unit
{
- texture damageoverlayright.png
+ texture damageoverlayright.png 2d 0 // no mipmapping
}
}
}
@@ -442,7 +442,7 @@
texture_unit
{
- texture damageoverlaybottom.png
+ texture damageoverlaybottom.png 2d 0 // no mipmapping
}
}
}
@@ -460,8 +460,8 @@
texture_unit
{
- texture damageoverlayleft.png
+ texture damageoverlayleft.png 2d 0 // no mipmapping
}
}
}
-}
\ No newline at end of file
+}
More information about the Orxonox-commit
mailing list