de.jreality.tutorial.plugin
Class ContentToolsExample

java.lang.Object
  extended by de.jreality.tutorial.plugin.ContentToolsExample

public class ContentToolsExample
extends java.lang.Object

Show how to replace one of the standard content tools (the rotate tool) with a content tool of one's own choice. In this case I use an instance of ClickWheelCameraZoomTool but you'll probably want to replace it with another tool activated by left mouse as the rotate tool. To toggle the tools, depress the '1' key.

Author:
Charles Gunn

Nested Class Summary
 class ContentToolsExample.ToggleTool
           
 
Constructor Summary
ContentToolsExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentToolsExample

public ContentToolsExample()
Method Detail

main

public static void main(java.lang.String[] args)