Uses of Class
com.neovisionaries.android.opengl.ElementDrawer

Packages that use ElementDrawer
com.neovisionaries.android.opengl   
 

Uses of ElementDrawer in com.neovisionaries.android.opengl
 

Methods in com.neovisionaries.android.opengl that return ElementDrawer
 ElementDrawer ElementDrawer.draw()
          Draw primitives.
 ElementDrawer ElementDrawer.setCount(int count)
          Set the number of indices used for drawing.
 ElementDrawer ElementDrawer.setIndices(Buffer indices)
          Set the indices used for drawing.
 ElementDrawer ElementDrawer.setIndices(ElementArrayBuffer indices)
          Set the indices used for drawing.
 ElementDrawer ElementDrawer.setOffset(int offset)
          Set the offset from the start of the element array buffer.