Package | Description |
---|---|
org.osm2world.core.target.jogl |
Modifier and Type | Field and Description |
---|---|
Primitive |
JOGLRendererVBO.PrimitiveWithMaterial.primitive |
Modifier and Type | Method and Description |
---|---|
Collection<Primitive> |
PrimitiveBuffer.getPrimitives(Material material)
returns all primitives that use a given material
|
Modifier and Type | Method and Description |
---|---|
protected void |
VBOData.addPrimitiveToValueBuffer(BufferT buffer,
Primitive primitive)
put the values for a primitive's vertices into the buffer
|
Constructor and Description |
---|
VBOData(GL gl,
JOGLTextureManager textureManager,
Material material,
Collection<Primitive> primitives)
Creates a new vertex buffer object, adds all primitives to the buffer and uploads it to graphics memory.
|