Class TextureWrap
- java.lang.Object
-
- com.google.ar.sceneform.lullmodel.TextureWrap
-
public final class TextureWrap extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static short
ClampToBorder
static short
ClampToEdge
static short
MirrorClampToEdge
static short
MirroredRepeat
static java.lang.String[]
names
static short
Repeat
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
name(int e)
-
-
-
Field Detail
-
ClampToBorder
public static final short ClampToBorder
- See Also:
- Constant Field Values
-
ClampToEdge
public static final short ClampToEdge
- See Also:
- Constant Field Values
-
MirroredRepeat
public static final short MirroredRepeat
- See Also:
- Constant Field Values
-
MirrorClampToEdge
public static final short MirrorClampToEdge
- See Also:
- Constant Field Values
-
Repeat
public static final short Repeat
- See Also:
- Constant Field Values
-
names
public static final java.lang.String[] names
-
-