Uses of Class
com.threerings.opengl.renderer.SimpleBatch

Packages that use SimpleBatch
com.threerings.opengl.renderer   
com.threerings.opengl.renderer.util   
 

Uses of SimpleBatch in com.threerings.opengl.renderer
 

Methods in com.threerings.opengl.renderer that return SimpleBatch
 SimpleBatch SimpleBatch.clone()
           
 

Uses of SimpleBatch in com.threerings.opengl.renderer.util
 

Methods in com.threerings.opengl.renderer.util that return SimpleBatch
static SimpleBatch BatchFactory.createLineBatch(Renderer renderer, FloatBuffer vbuf)
          Creates a batch containing the specified array of lines.
static SimpleBatch BatchFactory.createTriangleBatchT2N3V3(Renderer renderer, FloatBuffer vbuf, ShortBuffer ibuf)
          Creates a batch containing the specified triangles (whose texture coordinates, normals, and vertices are packed as in the GL11.GL_T2F_N3F_V3F interleaved format).
 



Copyright © 2011. All Rights Reserved.