de.jreality.tutorial.plugin
Class ContentToolsExample
java.lang.Object
de.jreality.tutorial.plugin.ContentToolsExample
public class ContentToolsExample
- extends 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
ContentToolsExample
public ContentToolsExample()
main
public static void main(String[] args)