C# Class OpenTkEngine.Core.ModelUtility

Model Utility reads a very simple, inefficient file format that uses Triangles only. This is not good practice, but it does the job :)
Mostrar archivo Open project: jikoriko/OpentkEngine

Public Methods

Method Description
LoadModel ( string pModelFile ) : Model

Private Methods

Method Description
LoadFromBIN ( string pModelFile ) : Model
LoadFromSJG ( string pModelFile ) : Model
LoadFromWavefront ( string filename ) : Model
ModelUtility ( ) : System

Method Details

LoadModel() public static method

public static LoadModel ( string pModelFile ) : Model
pModelFile string
return Model