Page 2 of 2

Re: CAVE System troubles

Posted: Tue 22. Jan 2013, 13:21
by Andre
So, I worked a bit on the ToolSystem staff. As far as I understand it, a trackd-deamon is running sending transformations to the server. These transformations are transformed to java-code via the classes at src-portal ->de.jreality.toolsystem.raw.***Trackd.java. In these classes you can find what you need for your magnetic-device.

The configuration for our Trackd-devices can be found here: src-tool -> de.jreality.toolsystem.config.chunks.***-portal-***.xml

When you start your application you have to set the config as vm-option.

-Dde.jreality.scene.tool.Config=portal (@masterserver, Synchronized SceneGraph)
-Dde.jreality.scene.tool.Config=portal-remote (@clients, Synchronized Toolsystem)

I'll try to expand our tutorial with that during the next days.