C# 클래스 CapturePanorama.Icosphere

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

공개 메소드들

메소드 설명
BuildIcosahedron ( float radius ) : Mesh
BuildIcosphere ( float radius, int iterations ) : Mesh

비공개 메소드들

메소드 설명
Refine ( Mesh m ) : void

메소드 상세

BuildIcosahedron() 공개 정적인 메소드

public static BuildIcosahedron ( float radius ) : Mesh
radius float
리턴 UnityEngine.Mesh

BuildIcosphere() 공개 정적인 메소드

public static BuildIcosphere ( float radius, int iterations ) : Mesh
radius float
iterations int
리턴 UnityEngine.Mesh