Create a simple JRViewer (the most recommended one)

From JReality Wiki
Revision as of 19:27, 14 July 2011 by Andre (Talk | contribs)

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Source file: SimpleJRViewer

Run as Java webstart


 
import de.jreality.plugin.JRViewer;
 
public class SimpleJRViewer {
	public static void main(String[] args) {
		JRViewer.display(null);
	}
 
}


This is the most recommended viewer for jReality and can be additionally improved with VR-Support: Add VR functionality