Create a simple JRViewer (the most recommended one)

From JReality Wiki
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