C# Class MeshBlur, Elemental

ファイルを表示 Open project: CodeStrumpet/Elemental Class Usage Examples

Public Methods

Method Description
MeshBlur ( ) : System.Collections
MeshBlur ( int width, int height ) : System.Collections
applyFilter ( Vector3 verts, int width, int height ) : void

Method Details

MeshBlur() public method

public MeshBlur ( ) : System.Collections
return System.Collections

MeshBlur() public method

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

applyFilter() public method

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