C# 클래스 GraphicsEngine.Wavefront.Datastore.DataStore
파일 보기
프로젝트 열기: ckarcz/GraphicsEngine
1 사용 예제들
공개 메소드들
비공개 메소드들
메소드 상세
public AddFace ( Face face ) : void |
face |
GraphicsEngine.Wavefront.Models.Face |
|
리턴 |
void |
|
public AddNormal ( VertexNormal normal ) : void |
normal |
GraphicsEngine.Wavefront.Models.VertexNormal |
|
리턴 |
void |
|
public AddTexture ( TextureCoordinate texture ) : void |
texture |
GraphicsEngine.Wavefront.Models.TextureCoordinate |
|
리턴 |
void |
|
public AddVertex ( GeometricVertex vertex ) : void |
vertex |
GraphicsEngine.Wavefront.Models.GeometricVertex |
|
리턴 |
void |
|
public Push ( Material material ) : void |
material |
GraphicsEngine.Wavefront.Models.Material |
|
리턴 |
void |
|
public PushGroup ( string groupName ) : void |
groupName |
string |
|
리턴 |
void |
|
public SetMaterial ( string materialName ) : void |
materialName |
string |
|
리턴 |
void |
|