de.jreality.tutorial.geom
Class QuadMeshExample

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

public class QuadMeshExample
extends java.lang.Object

This example shows how to use a QuadMeshFactory to generate an instance of IndexedFaceSet. The surface featured here is the same example as in ParametricSurfaceExample but done with a QuadMeshFactory.

Author:
gunn

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

Constructor Detail

QuadMeshExample

public QuadMeshExample()
Method Detail

createSurface

public static IndexedFaceSet createSurface(int N)

main

public static void main(java.lang.String[] args)