Package apple.modelio.enums
Class MDLGeometryType
- java.lang.Object
-
- apple.modelio.enums.MDLGeometryType
-
public final class MDLGeometryType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longLinesstatic longPointsstatic longQuadsstatic longTrianglesstatic longTriangleStripsstatic longVariableTopology
-
-
-
Field Detail
-
Points
public static final long Points
- See Also:
- Constant Field Values
-
Lines
public static final long Lines
- See Also:
- Constant Field Values
-
Triangles
public static final long Triangles
- See Also:
- Constant Field Values
-
TriangleStrips
public static final long TriangleStrips
- See Also:
- Constant Field Values
-
Quads
public static final long Quads
- See Also:
- Constant Field Values
-
VariableTopology
public static final long VariableTopology
- See Also:
- Constant Field Values
-
-