de.rico.engine.geometry.modelloader.threeds
Class Face3DS

java.lang.Object
  extended by de.rico.engine.geometry.modelloader.threeds.Face3DS

public class Face3DS
extends java.lang.Object

Basic loader technology found at the joglutils project: https://joglutils.dev.java.net/

Author:
joglutils project (changes and additions by Frank Bruns)

Field Summary
 int[] coordIndex
           
 int[] vertIndex
           
 
Constructor Summary
Face3DS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertIndex

public int[] vertIndex

coordIndex

public int[] coordIndex
Constructor Detail

Face3DS

public Face3DS()