C# Class Kelahn.OBJ.Model

显示文件 Open project: wccrawford/UnityOBJLoader

Protected Properties

Property Type Description
faces int[][]
vertexnormals float[][]
vertextextures float[][]
vertices float[][]

Public Methods

Method Description
Model ( string source ) : System.Collections
getFaces ( ) : int[][]
getNormals ( ) : float[][]
getUVs ( ) : float[][]
getVertices ( ) : float[][]
parse ( string source ) : void

Method Details

Model() public method

public Model ( string source ) : System.Collections
source string
return System.Collections

getFaces() public method

public getFaces ( ) : int[][]
return int[][]

getNormals() public method

public getNormals ( ) : float[][]
return float[][]

getUVs() public method

public getUVs ( ) : float[][]
return float[][]

getVertices() public method

public getVertices ( ) : float[][]
return float[][]

parse() public method

public parse ( string source ) : void
source string
return void

Property Details

faces protected_oe property

protected int[][] faces
return int[][]

vertexnormals protected_oe property

protected float[][] vertexnormals
return float[][]

vertextextures protected_oe property

protected float[][] vertextextures
return float[][]

vertices protected_oe property

protected float[][] vertices
return float[][]