| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | android.renderscript.Mesh.Primitive | |
 This enum was deprecated in API level 16.
 in API 16 Describes the way mesh vertex data is interpreted when rendering 
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Mesh.Primitive | LINE | This field was deprecated in API level . in API 16 Vertex pairs will be rendered as lines | |||||||||
| Mesh.Primitive | LINE_STRIP | This field was deprecated in API level . in API 16 Vertex data will be rendered as a connected line strip | |||||||||
| Mesh.Primitive | POINT | This field was deprecated in API level . in API 16 Vertex data will be rendered as a series of points | |||||||||
| Mesh.Primitive | TRIANGLE | This field was deprecated in API level . in API 16 Vertices will be rendered as individual triangles | |||||||||
| Mesh.Primitive | TRIANGLE_FAN | This field was deprecated in API level . in API 16 Vertices will be rendered as a sequence of triangles that all share first vertex as the origin | |||||||||
| Mesh.Primitive | TRIANGLE_STRIP | This field was deprecated in API level . in API 16 Vertices will be rendered as a connected triangle strip defined by the first three vertices with each additional triangle defined by a new vertex | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  |  | |||||||||
|  |  |  | |||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Enum | |||||||||||
|  From class java.lang.Object | |||||||||||
|  From interface java.lang.Comparable | |||||||||||
 This field was deprecated in API level .
 in API 16 Vertex pairs will be rendered as lines 
 This field was deprecated in API level .
 in API 16 Vertex data will be rendered as a connected line strip 
 This field was deprecated in API level .
 in API 16 Vertex data will be rendered as a series of points 
 This field was deprecated in API level .
 in API 16 Vertices will be rendered as individual triangles 
 This field was deprecated in API level .
 in API 16 Vertices will be rendered as a sequence of triangles that all share first vertex as the origin 
 This field was deprecated in API level .
 in API 16 Vertices will be rendered as a connected triangle strip defined by the first three vertices with each additional triangle defined by a new vertex