de.jreality.plugin.scene
Class VRExamples

java.lang.Object
  extended by ShrinkPanelPlugin
      extended by de.jreality.plugin.basic.ViewShrinkPanelPlugin
          extended by de.jreality.plugin.scene.SceneShrinkPanel
              extended by de.jreality.plugin.scene.VRExamples

public class VRExamples
extends SceneShrinkPanel

Example showing how to write a content providing plugin. Requires vrExamples.jar in the classpath, can be found at www.jreality.de in the Download section.

Author:
weissman

Constructor Summary
VRExamples()
           
 
Method Summary
 Class<? extends SideContainerPerspective> getPerspectivePluginClass()
           
 PluginInfo getPluginInfo()
           
 void install(Controller c)
           
static void main(String[] args)
           
 
Methods inherited from class de.jreality.plugin.scene.SceneShrinkPanel
setTriggerComponent, uninstall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VRExamples

public VRExamples()
Method Detail

install

public void install(Controller c)
             throws Exception
Overrides:
install in class SceneShrinkPanel
Throws:
Exception

getPerspectivePluginClass

public Class<? extends SideContainerPerspective> getPerspectivePluginClass()
Overrides:
getPerspectivePluginClass in class ViewShrinkPanelPlugin

getPluginInfo

public PluginInfo getPluginInfo()

main

public static void main(String[] args)