apps.userdefinedgestures.util
Class Utility

java.lang.Object
  extended by apps.userdefinedgestures.util.Utility

public class Utility
extends java.lang.Object

The Class Utility.


Nested Class Summary
static class Utility.ViewPort
          The Enum ViewPort.
 
Constructor Summary
Utility()
           
 
Method Summary
static void renderTargetObject(com.jme.scene.Spatial targetObject)
          Render target object.
static void setViewPort(com.jme.renderer.Camera cam, Utility.ViewPort viewPort)
          Sets the view port.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utility

public Utility()
Method Detail

renderTargetObject

public static final void renderTargetObject(com.jme.scene.Spatial targetObject)
Render target object.

Parameters:
targetObject - the target object

setViewPort

public static final void setViewPort(com.jme.renderer.Camera cam,
                                     Utility.ViewPort viewPort)
Sets the view port.

Parameters:
cam - the cam
viewPort - the view port