|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDebugView
WorldObjectView
public class WorldObjectView
Field Summary |
---|
Fields inherited from class DebugView |
---|
eleData, map, mapDataPrimitiveBuffer, terrain, terrainPrimitiveBuffer |
Constructor Summary | |
---|---|
WorldObjectView()
|
Method Summary | |
---|---|
boolean |
canBeUsed()
returns true if this DebugView can currently be used for rendering. |
String |
getDescription()
returns a description of the debug view |
protected void |
renderToImpl(GL gl,
Camera camera)
implementation for the renderTo method, provided by subclasses. |
void |
setPrimitiveBuffers(PrimitiveBuffer gridPrimitiveBuffer,
PrimitiveBuffer terrainPrimitiveBuffer)
|
Methods inherited from class DebugView |
---|
drawBox, drawBoxAround, drawBoxAround, renderTo, setConversionResults |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorldObjectView()
Method Detail |
---|
public String getDescription()
DebugView
getDescription
in class DebugView
public void setPrimitiveBuffers(PrimitiveBuffer gridPrimitiveBuffer, PrimitiveBuffer terrainPrimitiveBuffer)
setPrimitiveBuffers
in class DebugView
public boolean canBeUsed()
DebugView
canBeUsed
in class DebugView
protected void renderToImpl(GL gl, Camera camera)
DebugView
DebugView.canBeUsed()
.
renderToImpl
in class DebugView
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |