synergynetframework.jme.sysutils
Class CameraUtility

java.lang.Object
  extended by synergynetframework.jme.sysutils.CameraUtility

public class CameraUtility
extends java.lang.Object

The Class CameraUtility.


Constructor Summary
CameraUtility()
           
 
Method Summary
static void cameraParallel(com.jme.renderer.Camera cam)
          Camera parallel.
static void cameraPerspective(com.jme.renderer.Camera cam)
          Camera perspective.
static com.jme.renderer.Camera getCamera()
          Gets the camera.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CameraUtility

public CameraUtility()
Method Detail

cameraParallel

public static void cameraParallel(com.jme.renderer.Camera cam)
Camera parallel.

Parameters:
cam - the cam

cameraPerspective

public static void cameraPerspective(com.jme.renderer.Camera cam)
Camera perspective.

Parameters:
cam - the cam

getCamera

public static com.jme.renderer.Camera getCamera()
Gets the camera.

Returns:
the camera