MeshType Enum

Definition

public enum MeshType
type MeshType = 
Inheritance
MeshType

Fields

Name Value Description
Triangles 0

The mesh will be drawn with triangles without utilizing shared vertices.

Android reference for android.graphics.Mesh.TRIANGLES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

TriangleStrip 1

The mesh will be drawn with triangles utilizing shared vertices.

Android reference for android.graphics.Mesh.TRIANGLE_STRIP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to