Searched defs:Nearest (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DPssmShadowRenderer.java76 * Shadows are not filtered. Nearest sample is used, causing in blocky
79 Nearest, enum constant in enum:PssmShadowRenderer.FilterMode
235 shadowMap.setMagFilter(MagFilter.Nearest);
263 shadowMap.setMagFilter(MagFilter.Nearest);
268 shadowMap.setMagFilter(MagFilter.Nearest);
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DTexture.java89 * Nearest neighbor interpolation is the fastest and crudest filtering
160 * Nearest neighbor interpolation is the fastest and crudest filtering
165 Nearest, enum constant in enum:Texture.MagFilter

Completed in 416 milliseconds