C# 클래스 SharpQuake.glpoly_t

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

공개 프로퍼티들

프로퍼티 타입 설명
chain glpoly_t
flags int
next glpoly_t
numverts int
verts float[][]

공개 메소드들

메소드 설명
AllocVerts ( int count ) : void
Clear ( ) : void

메소드 상세

AllocVerts() 공개 메소드

public AllocVerts ( int count ) : void
count int
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

프로퍼티 상세

chain 공개적으로 프로퍼티

public glpoly_t,SharpQuake chain
리턴 glpoly_t

flags 공개적으로 프로퍼티

public int flags
리턴 int

next 공개적으로 프로퍼티

public glpoly_t,SharpQuake next
리턴 glpoly_t

numverts 공개적으로 프로퍼티

public int numverts
리턴 int

verts 공개적으로 프로퍼티

Changed! Original Quake glpoly_t has 4 vertex inplace and others immidiately after this struct Now all vertices are in verts array of size [numverts,VERTEXSIZE]
public float[][] verts
리턴 float[][]