Package pro.streem.ar.schemas.lull
Class TextureFiltering
- java.lang.Object
-
- pro.streem.ar.schemas.lull.TextureFiltering
-
public final class TextureFiltering extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static shortLinearstatic shortLinearMipmapLinearstatic shortLinearMipmapNeareststatic java.lang.String[]namesstatic shortNeareststatic shortNearestMipmapLinearstatic shortNearestMipmapNearest
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringname(int e)
-
-
-
Field Detail
-
Nearest
public static final short Nearest
- See Also:
- Constant Field Values
-
Linear
public static final short Linear
- See Also:
- Constant Field Values
-
NearestMipmapNearest
public static final short NearestMipmapNearest
- See Also:
- Constant Field Values
-
LinearMipmapNearest
public static final short LinearMipmapNearest
- See Also:
- Constant Field Values
-
NearestMipmapLinear
public static final short NearestMipmapLinear
- See Also:
- Constant Field Values
-
LinearMipmapLinear
public static final short LinearMipmapLinear
- See Also:
- Constant Field Values
-
names
public static final java.lang.String[] names
-
-