C# 클래스 MeshBlur, Elemental

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

공개 메소드들

메소드 설명
MeshBlur ( ) : System.Collections
MeshBlur ( int width, int height ) : System.Collections
applyFilter ( Vector3 verts, int width, int height ) : void

메소드 상세

MeshBlur() 공개 메소드

public MeshBlur ( ) : System.Collections
리턴 System.Collections

MeshBlur() 공개 메소드

public MeshBlur ( int width, int height ) : System.Collections
width int
height int
리턴 System.Collections

applyFilter() 공개 메소드

public applyFilter ( Vector3 verts, int width, int height ) : void
verts Vector3
width int
height int
리턴 void