Class AxisSystem
- java.lang.Object
-
- com.google.ar.sceneform.lullmodel.AxisSystem
-
public final class AxisSystem extends java.lang.Object
List of different ways to interpret the orientation axis of an asset when importing it.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
names
static int
Unspecified
static int
XUp_YBack_ZLeft
static int
XUp_YBack_ZRight
static int
XUp_YFront_ZLeft
static int
XUp_YFront_ZRight
static int
XUp_ZBack_YLeft
static int
XUp_ZBack_YRight
static int
XUp_ZFront_YLeft
static int
XUp_ZFront_YRight
static int
YUp_XBack_ZLeft
static int
YUp_XBack_ZRight
static int
YUp_XFront_ZLeft
static int
YUp_XFront_ZRight
static int
YUp_ZBack_XLeft
static int
YUp_ZBack_XRight
static int
YUp_ZFront_XLeft
static int
YUp_ZFront_XRight
static int
ZUp_XBack_YLeft
static int
ZUp_XBack_YRight
static int
ZUp_XFront_YLeft
static int
ZUp_XFront_YRight
static int
ZUp_YBack_XLeft
static int
ZUp_YBack_XRight
static int
ZUp_YFront_XLeft
static int
ZUp_YFront_XRight
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
name(int e)
-
-
-
Field Detail
-
Unspecified
public static final int Unspecified
- See Also:
- Constant Field Values
-
XUp_YFront_ZLeft
public static final int XUp_YFront_ZLeft
- See Also:
- Constant Field Values
-
XUp_YFront_ZRight
public static final int XUp_YFront_ZRight
- See Also:
- Constant Field Values
-
XUp_YBack_ZLeft
public static final int XUp_YBack_ZLeft
- See Also:
- Constant Field Values
-
XUp_YBack_ZRight
public static final int XUp_YBack_ZRight
- See Also:
- Constant Field Values
-
XUp_ZFront_YLeft
public static final int XUp_ZFront_YLeft
- See Also:
- Constant Field Values
-
XUp_ZFront_YRight
public static final int XUp_ZFront_YRight
- See Also:
- Constant Field Values
-
XUp_ZBack_YLeft
public static final int XUp_ZBack_YLeft
- See Also:
- Constant Field Values
-
XUp_ZBack_YRight
public static final int XUp_ZBack_YRight
- See Also:
- Constant Field Values
-
YUp_XFront_ZLeft
public static final int YUp_XFront_ZLeft
- See Also:
- Constant Field Values
-
YUp_XFront_ZRight
public static final int YUp_XFront_ZRight
- See Also:
- Constant Field Values
-
YUp_XBack_ZLeft
public static final int YUp_XBack_ZLeft
- See Also:
- Constant Field Values
-
YUp_XBack_ZRight
public static final int YUp_XBack_ZRight
- See Also:
- Constant Field Values
-
YUp_ZFront_XLeft
public static final int YUp_ZFront_XLeft
- See Also:
- Constant Field Values
-
YUp_ZFront_XRight
public static final int YUp_ZFront_XRight
- See Also:
- Constant Field Values
-
YUp_ZBack_XLeft
public static final int YUp_ZBack_XLeft
- See Also:
- Constant Field Values
-
YUp_ZBack_XRight
public static final int YUp_ZBack_XRight
- See Also:
- Constant Field Values
-
ZUp_XFront_YLeft
public static final int ZUp_XFront_YLeft
- See Also:
- Constant Field Values
-
ZUp_XFront_YRight
public static final int ZUp_XFront_YRight
- See Also:
- Constant Field Values
-
ZUp_XBack_YLeft
public static final int ZUp_XBack_YLeft
- See Also:
- Constant Field Values
-
ZUp_XBack_YRight
public static final int ZUp_XBack_YRight
- See Also:
- Constant Field Values
-
ZUp_YFront_XLeft
public static final int ZUp_YFront_XLeft
- See Also:
- Constant Field Values
-
ZUp_YFront_XRight
public static final int ZUp_YFront_XRight
- See Also:
- Constant Field Values
-
ZUp_YBack_XLeft
public static final int ZUp_YBack_XLeft
- See Also:
- Constant Field Values
-
ZUp_YBack_XRight
public static final int ZUp_YBack_XRight
- See Also:
- Constant Field Values
-
names
public static final java.lang.String[] names
-
-