public class TestBatchNodeCluster extends SimpleApplication
| Modifier and Type | Field and Description |
|---|---|
protected BatchNode |
batchNode |
protected int |
circ |
protected int |
dynamic |
protected boolean |
isTrue |
protected int |
maxCubes |
protected java.util.Random |
rand |
protected int |
returner |
protected static AppSettings |
settingst |
protected int |
startAt |
protected int |
xLimitf |
protected int |
xLimits |
protected java.util.ArrayList<java.lang.Integer> |
xPosition |
protected static int |
xPositions |
protected int |
yLimitf |
protected int |
yLimits |
protected java.util.ArrayList<java.lang.Integer> |
yPosition |
protected static int |
yPositions |
protected int |
zLimitf |
protected int |
zLimits |
protected java.util.ArrayList<java.lang.Integer> |
zPosition |
protected static int |
zPositions |
flyCam, fpsText, guiFont, guiNode, INPUT_MAPPING_CAMERA_POS, INPUT_MAPPING_EXIT, INPUT_MAPPING_HIDE_STATS, INPUT_MAPPING_MEMORY, rootNode, showSettingsassetManager, audioRenderer, cam, context, guiViewPort, inputEnabled, inputManager, joyInput, keyInput, listener, lostFocusBehavior, mouseInput, paused, prof, renderer, renderManager, settings, speed, stateManager, timer, touchInput, viewPort| Constructor and Description |
|---|
TestBatchNodeCluster() |
| Modifier and Type | Method and Description |
|---|---|
int |
getx(int i) |
int |
getxm(int i) |
int |
gety(int i) |
int |
getym(int i) |
int |
getz(int i) |
int |
getzm(int i) |
static void |
main(java.lang.String[] args) |
ColorRGBA |
randomColor() |
void |
randomGenerator() |
void |
randomize() |
void |
simpleInitApp() |
void |
simpleUpdate(float tpf) |
getFlyByCamera, getGuiNode, getRootNode, getSpeed, initialize, isShowSettings, loadGuiFont, setDisplayFps, setDisplayStatView, setShowSettings, setSpeed, simpleRender, start, updatecreateCanvas, destroy, destroyInput, enqueue, enqueue, gainFocus, getAppProfiler, getAssetManager, getAudioRenderer, getCamera, getContext, getGuiViewPort, getInputManager, getListener, getLostFocusBehavior, getRenderer, getRenderManager, getStateManager, getTimer, getViewPort, handleError, isPauseOnLostFocus, loseFocus, requestClose, reshape, restart, runQueuedTasks, setAppProfiler, setAssetManager, setLostFocusBehavior, setPauseOnLostFocus, setSettings, setTimer, start, start, start, startCanvas, startCanvas, stop, stopprotected java.util.Random rand
protected int maxCubes
protected int startAt
protected static int xPositions
protected static int yPositions
protected static int zPositions
protected int returner
protected java.util.ArrayList<java.lang.Integer> xPosition
protected java.util.ArrayList<java.lang.Integer> yPosition
protected java.util.ArrayList<java.lang.Integer> zPosition
protected int xLimitf
protected int xLimits
protected int yLimitf
protected int yLimits
protected int zLimitf
protected int zLimits
protected int circ
protected int dynamic
protected static AppSettings settingst
protected boolean isTrue
protected BatchNode batchNode
public static void main(java.lang.String[] args)
public void simpleInitApp()
simpleInitApp in class SimpleApplicationpublic void randomGenerator()
public ColorRGBA randomColor()
public void randomize()
public int getxm(int i)
public int getym(int i)
public int getzm(int i)
public int getx(int i)
public int gety(int i)
public int getz(int i)
public void simpleUpdate(float tpf)
simpleUpdate in class SimpleApplication