C# 클래스 OpenTkEngine.Core.ModelMesh

파일 보기 프로젝트 열기: jikoriko/OpentkEngine 1 사용 예제들

공개 메소드들

메소드 설명
BindVAO ( ) : void
DeleteBuffers ( ) : void
GetIndicesLength ( ) : int
GetVaoID ( ) : int
ModelMesh ( float verts, int indices, bool texCoords ) : System
SetMaterial ( Material material ) : void

비공개 메소드들

메소드 설명
BindVBO ( ) : void

메소드 상세

BindVAO() 공개 메소드

public BindVAO ( ) : void
리턴 void

DeleteBuffers() 공개 메소드

public DeleteBuffers ( ) : void
리턴 void

GetIndicesLength() 공개 메소드

public GetIndicesLength ( ) : int
리턴 int

GetVaoID() 공개 메소드

public GetVaoID ( ) : int
리턴 int

ModelMesh() 공개 메소드

public ModelMesh ( float verts, int indices, bool texCoords ) : System
verts float
indices int
texCoords bool
리턴 System

SetMaterial() 공개 메소드

public SetMaterial ( Material material ) : void
material Material
리턴 void