C# Class GraphicsEngine.Wavefront.Parsers.VertexNormalParser

Inheritance: TypeParserBase, IVertexNormalParser
Exibir arquivo Open project: ckarcz/GraphicsEngine Class Usage Examples

Public Methods

Method Description
Parse ( string line ) : void
VertexNormalParser ( IVertexNormalDataStore normalDataStore ) : System

Method Details

Parse() public method

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

VertexNormalParser() public method

public VertexNormalParser ( IVertexNormalDataStore normalDataStore ) : System
normalDataStore IVertexNormalDataStore
return System