We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!

Translations:Chess Titans/10/es

From The Cutting Room Floor
Revision as of 03:15, 8 April 2021 by Gustavo (talk | contribs) (Created page with "sampler1D GradientSampler = sampler_state { Texture = (GradientTexture); MinFilter = Linear; MagFilter = Linear; MipFilter = None; // oh dear god. don't use...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

sampler1D GradientSampler = sampler_state {

   Texture   = (GradientTexture);
   MinFilter = Linear;
   MagFilter = Linear;
   MipFilter = None; // oh dear god. don't use mips because it'll sample from the lowest mip level when a triangle as the same texture coords for all 3 verts
   AddressU  = Clamp;

};