C# Class MeshBlur, Elemental

Afficher le fichier Open project: CodeStrumpet/Elemental Class Usage Examples

Méthodes publiques

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

Method Details

MeshBlur() public méthode

public MeshBlur ( ) : System.Collections
Résultat System.Collections

MeshBlur() public méthode

public MeshBlur ( int width, int height ) : System.Collections
width int
height int
Résultat System.Collections

applyFilter() public méthode

public applyFilter ( Vector3 verts, int width, int height ) : void
verts Vector3
width int
height int
Résultat void