@Deprecated public static class Mesh.AllocationBuilder extends Object
| Constructor and Description |
|---|
Mesh.AllocationBuilder(RenderScript rs)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Mesh.AllocationBuilder |
addIndexSetAllocation(Allocation a,
Mesh.Primitive p)
Deprecated.
|
Mesh.AllocationBuilder |
addIndexSetType(Mesh.Primitive p)
Deprecated.
|
Mesh.AllocationBuilder |
addVertexAllocation(Allocation a)
Deprecated.
|
Mesh |
create()
Deprecated.
|
int |
getCurrentIndexSetIndex()
Deprecated.
|
int |
getCurrentVertexTypeIndex()
Deprecated.
|
@Deprecated public Mesh.AllocationBuilder(RenderScript rs)
@Deprecated public int getCurrentVertexTypeIndex()
@Deprecated public int getCurrentIndexSetIndex()
@Deprecated public Mesh.AllocationBuilder addVertexAllocation(Allocation a) throws IllegalStateException
IllegalStateException@Deprecated public Mesh.AllocationBuilder addIndexSetAllocation(Allocation a, Mesh.Primitive p)
@Deprecated public Mesh.AllocationBuilder addIndexSetType(Mesh.Primitive p)
@Deprecated public Mesh create()
Copyright © 2008-2013. All Rights Reserved.