Squeak Class Documentation category index | class index  
 
B3DVertexBufferPlugin
  category: VMConstruction-Plugins
  superclass: B3DEnginePlugin
  subclasses:

No comment. Sorry.

instance methods
  primitives
  b3dLoadIndexArray
b3dLoadVertexBuffer

  private
  vbLoadArray:size:

class methods
  no messages
 

instance methods
  primitives top  
 

b3dLoadIndexArray

Primitive. Load the given index array into the receiver.
NOTE: dstStart is a zero-based index.


 

b3dLoadVertexBuffer

Primitive. Load the data into the given vertex buffer.
NOTE: dstStart is a zero-based index.


  private top  
 

vbLoadArray:size:

Load the word based array of size count from the given oop


class methods
  no messages top