C# Class GraphicsEngine.Wavefront.Parsers.UseMaterialParser

Inheritance: TypeParserBase, IUseMaterialParser
Datei anzeigen Open project: ckarcz/GraphicsEngine Class Usage Examples

Public Methods

Method Description
Parse ( string line ) : void
UseMaterialParser ( IElementGroup elementGroup ) : GraphicsEngine.Wavefront.Datastore

Method Details

Parse() public method

public Parse ( string line ) : void
line string
return void

UseMaterialParser() public method

public UseMaterialParser ( IElementGroup elementGroup ) : GraphicsEngine.Wavefront.Datastore
elementGroup IElementGroup
return GraphicsEngine.Wavefront.Datastore