public class JSOSimpleGrid extends JoglSceneObject
children, zpos
Constructor and Description |
---|
JSOSimpleGrid(boolean bNoDepth,
boolean bDepthRange,
JoglCamera cam) |
Modifier and Type | Method and Description |
---|---|
void |
Dispose() |
void |
DrawGridWithParams(GraphicsPipeline pipe,
boolean bCustomDepthRange,
boolean bNoDepthInteraction) |
void |
DrawObject(GraphicsPipeline pipe) |
static java.util.Vector<JoglVectord3> |
GenerateGeometry() |
static java.util.Vector<JoglVectord3> |
GenerateGeometryOrtho(double w,
double h) |
boolean |
getVisible() |
void |
setVisible(boolean b) |
addChild, DrawChildrenSorted, DrawChildrenSorted, findSceneObject, findSceneObjects, getZOrder, removeChild, setZOrder
public JSOSimpleGrid(boolean bNoDepth, boolean bDepthRange, JoglCamera cam)
public boolean getVisible()
public void setVisible(boolean b)
public void DrawObject(GraphicsPipeline pipe)
DrawObject
in class JoglSceneObject
public void DrawGridWithParams(GraphicsPipeline pipe, boolean bCustomDepthRange, boolean bNoDepthInteraction)
public static java.util.Vector<JoglVectord3> GenerateGeometry()
public static java.util.Vector<JoglVectord3> GenerateGeometryOrtho(double w, double h)
public void Dispose()