C# 클래스 GraphicsEngine.Wavefront.Parsers.VertexNormalParser

상속: TypeParserBase, IVertexNormalParser
파일 보기 프로젝트 열기: ckarcz/GraphicsEngine 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string line ) : void
VertexNormalParser ( IVertexNormalDataStore normalDataStore ) : System

메소드 상세

Parse() 공개 메소드

public Parse ( string line ) : void
line string
리턴 void

VertexNormalParser() 공개 메소드

public VertexNormalParser ( IVertexNormalDataStore normalDataStore ) : System
normalDataStore IVertexNormalDataStore
리턴 System