public class VideoRenderAppState
extends com.jme3.app.state.AbstractAppState
| Constructor and Description |
|---|
VideoRenderAppState() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
protected void |
ensureProcessorIsLast(com.jme3.renderer.ViewPort vp) |
void |
initialize(com.jme3.app.state.AppStateManager stateManager,
com.jme3.app.Application app) |
void |
postRender() |
void |
recordViewPort(com.jme3.renderer.ViewPort vp,
File output) |
void |
recordViewPort(com.jme3.renderer.ViewPort vp,
File output,
com.jme3.texture.FrameBuffer ofb) |
void |
stopRecording(com.jme3.renderer.ViewPort vp) |
void |
update(float tpf) |
public void initialize(com.jme3.app.state.AppStateManager stateManager,
com.jme3.app.Application app)
initialize in interface com.jme3.app.state.AppStateinitialize in class com.jme3.app.state.AbstractAppStatepublic void recordViewPort(com.jme3.renderer.ViewPort vp,
File output)
public void stopRecording(com.jme3.renderer.ViewPort vp)
public void recordViewPort(com.jme3.renderer.ViewPort vp,
File output,
com.jme3.texture.FrameBuffer ofb)
public void update(float tpf)
update in interface com.jme3.app.state.AppStateupdate in class com.jme3.app.state.AbstractAppStateprotected void ensureProcessorIsLast(com.jme3.renderer.ViewPort vp)
public void cleanup()
cleanup in interface com.jme3.app.state.AppStatecleanup in class com.jme3.app.state.AbstractAppStatepublic void postRender()
postRender in interface com.jme3.app.state.AppStatepostRender in class com.jme3.app.state.AbstractAppStateCopyright © 2017. All Rights Reserved.