Package apple.gameplaykit.enums
Class GKMeshGraphTriangulationMode
- java.lang.Object
-
- apple.gameplaykit.enums.GKMeshGraphTriangulationMode
-
public final class GKMeshGraphTriangulationMode extends java.lang.ObjectAdjusts how graph nodes are created when you triangulate a GKMeshGrapk [@enum] GKMeshGraphTriangulationModeVertices Graph nodes will be made at all triangle vertices [@enum] GKMeshGraphTriangulationModeCenters Graph nodes will be made at all triangle centers [@enum] GKMeshGraphTriangulationModeEdgeMidpoints Graph nodes will be made at midpoint of all triangle edges
-
-
Field Summary
Fields Modifier and Type Field Description static longCentersstatic longEdgeMidpointsstatic longVertices
-
-
-
Field Detail
-
Vertices
public static final long Vertices
- See Also:
- Constant Field Values
-
Centers
public static final long Centers
- See Also:
- Constant Field Values
-
EdgeMidpoints
public static final long EdgeMidpoints
- See Also:
- Constant Field Values
-
-