com.jme.system.canvas
Class SimplePassCanvasImpl
java.lang.Object
com.jme.system.canvas.JMECanvasImplementor
com.jme.system.canvas.SimplePassCanvasImpl
- Direct Known Subclasses:
- SimpleJMEPassApplet.SimpleAppletCanvasImplementor
public class SimplePassCanvasImpl
- extends JMECanvasImplementor
SimpleCanvasImpl
- Version:
- $Id: SimplePassCanvasImpl.java 4131 2009-03-19 20:15:28Z blaine.dev $
- Author:
- Joshua Slack
Constructor Summary |
protected |
SimplePassCanvasImpl(int width,
int height)
This class should be subclasses - not directly instantiated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rootNode
protected Node rootNode
manager
protected BasicPassManager manager
timer
protected Timer timer
tpf
protected float tpf
cam
protected Camera cam
SimplePassCanvasImpl
protected SimplePassCanvasImpl(int width,
int height)
- This class should be subclasses - not directly instantiated.
- Parameters:
width
- canvas widthheight
- canvas height
doSetup
public void doSetup()
- Overrides:
doSetup
in class JMECanvasImplementor
doUpdate
public void doUpdate()
- Specified by:
doUpdate
in class JMECanvasImplementor
doRender
public void doRender()
- Specified by:
doRender
in class JMECanvasImplementor
simpleSetup
public void simpleSetup()
simpleUpdate
public void simpleUpdate()
simpleRender
public void simpleRender()
getCamera
public Camera getCamera()
getRootNode
public Node getRootNode()
getTimePerFrame
public float getTimePerFrame()
getManager
public BasicPassManager getManager()