C# 클래스 OOGL.Animation.VertexBuffer

This class wraps the OpenGL Vertex Buffer Object Thread safety - This class must be only be used from the main thread.
상속: IDisposable
파일 보기 프로젝트 열기: tpb3d/TPB3D 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( int boneAttribIndex ) : void
VertexBuffer ( VertexStruct vertices, ushort indices ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( int boneAttribIndex ) : void
boneAttribIndex int
리턴 void

VertexBuffer() 공개 메소드

public VertexBuffer ( VertexStruct vertices, ushort indices ) : System
vertices VertexStruct
indices ushort
리턴 System