org.vrforcad
Class WriteVFC

java.lang.Object
  extended by org.vrforcad.WriteVFC

public class WriteVFC
extends java.lang.Object

This class write the .vfc file format.

Version:
1.1
Author:
Daniel Cioi

Constructor Summary
WriteVFC(java.lang.String saveToFile, float[] coordonates, float[] colorPerVertex)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteVFC

public WriteVFC(java.lang.String saveToFile,
                float[] coordonates,
                float[] colorPerVertex)