Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6678


Ignore:
Timestamp:
Apr 6, 2010, 3:04:56 PM (14 years ago)
Author:
scheusso
Message:

disable mipmapping for hudtextures/materials

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/materials/scripts/Orxonox.material

    r6309 r6678  
    101101                        texture_unit
    102102                        {
    103                                 texture bar1.tga
     103                                texture bar1.tga 2d 0 // no mipmapping
    104104                        }
    105105                }
     
    119119                        texture_unit
    120120                        {
    121                                 texture healthbar_bg.tga
     121                                texture healthbar_bg.tga 2d 0 // no mipmapping
    122122                        }
    123123                }
     
    299299                        texture_unit
    300300                        {
    301                                 texture crosshair3.png
     301                                texture crosshair3.png 2d 0 //do not make any mipmaps
    302302                        }
    303303                }
     
    317317                        texture_unit
    318318                        {
    319                                 texture centeroverlay.png
     319                                texture centeroverlay.png 2d 0 // no mipmapping
    320320                        }
    321321                }
     
    335335                        texture_unit
    336336                        {
    337                                 texture directionarrows1.png
     337                                texture directionarrows1.png 2d 0 // no mipmapping
    338338                        }
    339339                }
     
    353353            texture_unit
    354354            {
    355                 texture directionarrows2.png
     355                texture directionarrows2.png 2d 0 // no mipmapping
    356356            }
    357357        }
     
    371371            texture_unit
    372372            {
    373                 texture directionarrows3.png
     373                texture directionarrows3.png 2d 0 // no mipmapping
    374374            }
    375375        }
     
    389389            texture_unit
    390390            {
    391                 texture directionarrows4.png
     391                texture directionarrows4.png 2d 0 // no mipmapping
    392392            }
    393393        }
     
    407407            texture_unit
    408408            {
    409                 texture damageoverlaytop.png
     409                texture damageoverlaytop.png 2d 0 // no mipmapping
    410410            }
    411411        }
     
    425425            texture_unit
    426426            {
    427                 texture damageoverlayright.png
     427                texture damageoverlayright.png 2d 0 // no mipmapping
    428428            }
    429429        }
     
    443443            texture_unit
    444444            {
    445                 texture damageoverlaybottom.png
     445                texture damageoverlaybottom.png 2d 0 // no mipmapping
    446446            }
    447447        }
     
    461461            texture_unit
    462462            {
    463                 texture damageoverlayleft.png
    464             }
    465         }
    466     }
    467 }
     463                texture damageoverlayleft.png 2d 0 // no mipmapping
     464            }
     465        }
     466    }
     467}
Note: See TracChangeset for help on using the changeset viewer.