de.jreality.io
Class JrSceneFactory

java.lang.Object
  extended by de.jreality.io.JrSceneFactory

public class JrSceneFactory
extends Object


Constructor Summary
JrSceneFactory()
           
 
Method Summary
static JrScene getDefaultDesktopScene()
          Get the default scene for desktop environment.
static JrScene getDefaultDesktopSceneWithoutTools()
           
static JrScene getDefaultPortalRemoteScene()
           
static JrScene getDefaultPortalScene()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JrSceneFactory

public JrSceneFactory()
Method Detail

getDefaultPortalScene

public static JrScene getDefaultPortalScene()

getDefaultPortalRemoteScene

public static JrScene getDefaultPortalRemoteScene()

getDefaultDesktopScene

public static JrScene getDefaultDesktopScene()
Get the default scene for desktop environment.

Returns:
the default desktop scene

getDefaultDesktopSceneWithoutTools

public static JrScene getDefaultDesktopSceneWithoutTools()