de.jreality.tutorial.viewer
Class ViewerFromScratch

java.lang.Object
  extended by de.jreality.tutorial.viewer.ViewerFromScratch

public class ViewerFromScratch
extends Object

A simple class showing how to construct a simple viewer from scratch, without using ViewerApp or another ready-made method. In contrast to ready-made viewers, this examples shows:

This version uses a JOGL viewer.


Constructor Summary
ViewerFromScratch()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewerFromScratch

public ViewerFromScratch()
Method Detail

main

public static void main(String[] args)