View source
class SubGeometryBase
package away3d.core.base
extended by CompactSubGeometry, SubGeometry
Available on all platforms
Constructor
Variables
Methods
getIndexBuffer(stage3DProxy:Stage3DProxy):IndexBuffer3D
Retrieves the VertexBuffer3D object that contains triangle indices.
Parameters:
context | The Context3D for which we request the buffer |
|---|
Returns:
The VertexBuffer3D object that contains triangle indices.
updateIndexData(indices:Vector<UInt>):Void
Updates the face indices of the SubGeometry.
Parameters:
indices | The face indices to upload. |
|---|