Uses of Class
synergynetframework.jme.sysutils.StereoRenderPass.ProjectionMode

Packages that use StereoRenderPass.ProjectionMode
synergynetframework.jme.sysutils   
 

Uses of StereoRenderPass.ProjectionMode in synergynetframework.jme.sysutils
 

Methods in synergynetframework.jme.sysutils that return StereoRenderPass.ProjectionMode
static StereoRenderPass.ProjectionMode StereoRenderPass.ProjectionMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StereoRenderPass.ProjectionMode[] StereoRenderPass.ProjectionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in synergynetframework.jme.sysutils with parameters of type StereoRenderPass.ProjectionMode
 void StereoRenderPass.setProjection(StereoRenderPass.ProjectionMode projectionMode)
          Sets the method that the render pass uses to simulate stereo with two cameras.