newspeoplefor developersdocumentationdownloads

bumpsampler.fx File Reference

Go to the source code of this file.


Variables

sampler BumpSampler

Variable Documentation

sampler BumpSampler
 

Initial value:

 sampler_state
{
    Texture   = <BumpMap0>;
    AddressU  = Wrap;
    AddressV  = Wrap;
    MinFilter = Point;
    MagFilter = Linear;
    MipFilter = Linear;
    MipMapLodBias = -0.75;
}

Definition at line 7 of file bumpsampler.fx.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.