All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----com.hermetica.util3d.triReader
Summary |
public class triReader extends java.lang.Object { // Constructors 1 public triReader(); // Methods 2 public static int readTriFilef(String, float[][], float[][], float[][]) throws IOException; public static int readTriFilef(URL, float[][], float[][], float[][]) throws IOException; }
Constructors |
· triReader | Summary | Top |
public triReader()
Default constructor
Methods |
· readTriFilef | Summary | Top |
public static int readTriFilef(String filename, float[][] vertices, float[][] normals, float[][] colours) throws IOException
Read a file containing triangles into the 3 supplied float arrays
· readTriFilef | Summary | Top |
public static int readTriFilef(URL url, float[][] vertices, float[][] normals, float[][] colours) throws IOException
Read a .tri file from a URL into the 3 supplied float arrays
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7