FileDocCategorySizeDatePackage
Group.javaAPI DocAndroid 1.5 API4787Wed May 06 22:42:00 BST 2009android.opengl

MaterialIndices

public class MaterialIndices extends Object

Fields Summary
private Material
material
private ShortBuffer
indexBuffer
Constructors Summary
public MaterialIndices(Material material, ShortBuffer indexBuffer)


         
        this.material = material;
        this.indexBuffer = indexBuffer;
    
Methods Summary
public java.nio.ShortBuffergetIndexBuffer()

        return indexBuffer;
    
public MaterialgetMaterial()

        return material;