enum MAGES::MeshDeformations::PhaseOptions

Overview

Particle Phase options. More…

enum PhaseOptions
{
    None                 = 0,
    SelfCollisionEnabled = 1<<31,
    CanCut               = 1<<30,
};

Detailed Documentation

Particle Phase options.

Enum Values

None

None.

SelfCollisionEnabled

Self Collision Enabled.

CanCut

Whether this particle can be used for cutting other meshes.