@Deprecated public static class Mesh.Builder extends Object
| Constructor and Description |
|---|
Mesh.Builder(RenderScript rs,
int usage)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Mesh.Builder |
addIndexSetType(Element e,
int size,
Mesh.Primitive p)
Deprecated.
|
Mesh.Builder |
addIndexSetType(Mesh.Primitive p)
Deprecated.
|
Mesh.Builder |
addIndexSetType(Type t,
Mesh.Primitive p)
Deprecated.
|
Mesh.Builder |
addVertexType(Element e,
int size)
Deprecated.
|
Mesh.Builder |
addVertexType(Type t)
Deprecated.
|
Mesh |
create()
Deprecated.
|
int |
getCurrentIndexSetIndex()
Deprecated.
|
int |
getCurrentVertexTypeIndex()
Deprecated.
|
@Deprecated public Mesh.Builder(RenderScript rs, int usage)
@Deprecated public int getCurrentVertexTypeIndex()
@Deprecated public int getCurrentIndexSetIndex()
@Deprecated public Mesh.Builder addVertexType(Type t) throws IllegalStateException
IllegalStateException@Deprecated public Mesh.Builder addVertexType(Element e, int size) throws IllegalStateException
IllegalStateException@Deprecated public Mesh.Builder addIndexSetType(Type t, Mesh.Primitive p)
@Deprecated public Mesh.Builder addIndexSetType(Mesh.Primitive p)
@Deprecated public Mesh.Builder addIndexSetType(Element e, int size, Mesh.Primitive p)
@Deprecated public Mesh create()
Copyright © 2008-2013. All Rights Reserved.