My Project
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Static Public Member Functions | List of all members
UniExtensions.MeshExtensionMethods Class Reference

Static Public Member Functions

static void Scale (this Mesh mesh, float scale)
 Rescale a mesh uniformly. More...
 
static void Scale (this Mesh mesh, Vector3 scale)
 Rescale a mesh non-uniformly. More...
 
static void Deform (this Mesh mesh, float scale)
 Deform a mesh randomly by a scaled amount. More...
 
static void FlipNormals (this Mesh mesh)
 Flip the normals of a mesh. More...
 

Member Function Documentation

static void UniExtensions.MeshExtensionMethods.Deform ( this Mesh  mesh,
float  scale 
)
inlinestatic

Deform a mesh randomly by a scaled amount.

Parameters
meshA Mesh
scaleA System.Single
static void UniExtensions.MeshExtensionMethods.FlipNormals ( this Mesh  mesh)
inlinestatic

Flip the normals of a mesh.

Parameters
meshA Mesh
static void UniExtensions.MeshExtensionMethods.Scale ( this Mesh  mesh,
float  scale 
)
inlinestatic

Rescale a mesh uniformly.

Parameters
meshA Mesh
scaleA System.Single
static void UniExtensions.MeshExtensionMethods.Scale ( this Mesh  mesh,
Vector3  scale 
)
inlinestatic

Rescale a mesh non-uniformly.

Parameters
meshA Mesh
scaleA Vector3

The documentation for this class was generated from the following file: