C# 클래스 OpenTK.Graphics.ES20.CubeGeometry

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
indices ushort[]
normals Vector3[]
positions Vector3[]
texcoords System.Vector2[]

프로퍼티 상세

indices 공개적으로 프로퍼티

public ushort[] indices
리턴 ushort[]

normals 공개적으로 프로퍼티

public Vector3[] normals
리턴 Vector3[]

positions 공개적으로 프로퍼티

public Vector3[] positions
리턴 Vector3[]

texcoords 공개적으로 프로퍼티

public Vector2[],System texcoords
리턴 System.Vector2[]