public class GeometryBuffer extends Object
| Constructor and Description |
|---|
GeometryBuffer() |
| Modifier and Type | Method and Description |
|---|---|
GeometrySubBuffer |
getCurrentGeometryMapping(boolean canUpdate) |
List<GeometrySubBuffer> |
getGeometryMappings() |
GeometrySubBuffer |
getNextGeometryMapping() |
int |
getNrColors() |
int |
getNrIndices() |
int |
getNrLineIndices() |
int |
getNrObjects() |
int |
getNrVertices() |
int |
getPreparedByteSize() |
boolean |
hasNextGeometryMapping() |
void |
incNrColors(int nrColors) |
void |
incNrIndices(int nrIndices) |
void |
incNrLineIndices(int nrLineIndices) |
void |
incNrObjects() |
void |
incNrVertices(int nrVertices) |
void |
incPreparedByteSize(int byteSize) |
boolean |
initSent() |
boolean |
isEmpty() |
void |
setInitSent() |
public List<GeometrySubBuffer> getGeometryMappings()
public boolean isEmpty()
public GeometrySubBuffer getCurrentGeometryMapping(boolean canUpdate)
public boolean hasNextGeometryMapping()
public GeometrySubBuffer getNextGeometryMapping()
public void setInitSent()
public boolean initSent()
public int getPreparedByteSize()
public int getNrObjects()
public int getNrIndices()
public int getNrVertices()
public int getNrColors()
public void incNrIndices(int nrIndices)
public void incNrLineIndices(int nrLineIndices)
public void incNrVertices(int nrVertices)
public void incNrColors(int nrColors)
public void incPreparedByteSize(int byteSize)
public void incNrObjects()
public int getNrLineIndices()
Copyright © 2019 OpenSource BIM. All rights reserved.