|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.tutorial.plugin.ContentToolsExample
public class ContentToolsExample
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.
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 |
---|
public ContentToolsExample()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |