C# 클래스 Fusion.Engine.Graphics.SkySphere

Creates sky sphere
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
GetVertices ( int iterations = 4 ) : System.Vector4[]

Gets sphere vertices.

비공개 메소드들

메소드 설명
CreateOctahedron ( ) : Triangle[]
Refine ( Triangle initialShape ) : Triangle[]

메소드 상세

GetVertices() 공개 정적인 메소드

Gets sphere vertices.
public static GetVertices ( int iterations = 4 ) : System.Vector4[]
iterations int
리턴 System.Vector4[]