C# Class OpenTkEngine.Core.WavefrontLoader

Mostrar archivo Open project: jikoriko/OpentkEngine

Public Methods

Method Description
LoadModel ( string filename, List &outMeshes ) : void

Private Methods

Method Description
ParseFace ( string line ) : void
ParseMaterialLibrary ( string filename ) : void
ParseModel ( string filename ) : void
ParseVector2 ( string line ) : System.Vector2
ParseVector3 ( string line ) : Vector3

Method Details

LoadModel() public static method

public static LoadModel ( string filename, List &outMeshes ) : void
filename string
outMeshes List
return void