public class TestIssue1125 extends SimpleApplication
If successful, just one set of grid diagonals will be visible. If unsuccessful, you'll see both green diagonals (the TerrainQuad) and perpendicular blue diagonals (physics debug).
Use this test with jme3-bullet only; it can yield false success with jme3-jbullet due to JME issue #1129.
Modifier and Type | Field and Description |
---|---|
static java.util.logging.Logger |
logger
message logger for this class
|
flyCam, fpsText, guiFont, guiNode, INPUT_MAPPING_CAMERA_POS, INPUT_MAPPING_EXIT, INPUT_MAPPING_HIDE_STATS, INPUT_MAPPING_MEMORY, rootNode, showSettings
assetManager, audioRenderer, cam, context, guiViewPort, inputEnabled, inputManager, joyInput, keyInput, listener, lostFocusBehavior, mouseInput, paused, prof, renderer, renderManager, settings, speed, stateManager, timer, touchInput, viewPort
Constructor and Description |
---|
TestIssue1125() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] ignored)
Main entry point for the TestIssue1125 application.
|
void |
simpleInitApp()
Initialize this application.
|
getFlyByCamera, getGuiNode, getRootNode, getSpeed, initialize, isShowSettings, loadGuiFont, setDisplayFps, setDisplayStatView, setShowSettings, setSpeed, simpleRender, simpleUpdate, start, update
createCanvas, 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, stop
public static final java.util.logging.Logger logger
public static void main(java.lang.String[] ignored)
ignored
- array of command-line arguments (not null)public void simpleInitApp()
simpleInitApp
in class SimpleApplication