Function AnimationNodeBlendSpace2D.autoTriangles
If true
, the blend space is triangulated automatically. The mesh updates every time you add or remove points with addBlendPoint
and removeBlendPoint
.
bool autoTriangles() nothrow @property @nogc;
void autoTriangles
(
bool v
) nothrow @property @nogc;