de.jreality.tutorial.geom
Class Cube06

java.lang.Object
  extended by de.jreality.tutorial.geom.Cube06

public class Cube06
extends Object

This example builds on Cube05. It shows how to set the edge list by hand, and also a JOGL backend feature to allow display of only certain vertices (in this case, only the vertices appearing in the edge list).

Author:
Charles Gunn

Constructor Summary
Cube06()
           
 
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

Cube06

public Cube06()
Method Detail

main

public static void main(String[] args)