Function Curve3D.upVectorEnabled
If true
, the curve will bake up vectors used for orientation. This is used when PathFollow
is set to constant PathFollow
. Changing it forces the cache to be recomputed.
bool upVectorEnabled() nothrow @property @nogc;
void upVectorEnabled
(
bool v
) nothrow @property @nogc;