struct MAGES::MeshDeformations::NormalizeNormalsJob¶
struct NormalizeNormalsJob: public IJobParallelFor
{
// fields
NativeArray Normals;
NativeArray NormalAffectCount;
// methods
void Execute(int index);
};
struct NormalizeNormalsJob: public IJobParallelFor
{
// fields
NativeArray Normals;
NativeArray NormalAffectCount;
// methods
void Execute(int index);
};