Property | Type | Description | |
---|---|---|---|
faces | int[][] | ||
vertexnormals | float[][] | ||
vertextextures | float[][] | ||
vertices | float[][] |
Method | Description | |
---|---|---|
Model ( string source ) : System.Collections | ||
getFaces ( ) : int[][] | ||
getNormals ( ) : float[][] | ||
getUVs ( ) : float[][] | ||
getVertices ( ) : float[][] | ||
parse ( string source ) : void |
public Model ( string source ) : System.Collections | ||
source | string | |
return | System.Collections |