Home
last modified time | relevance | path

Searched refs:WeightDiscard (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_TransformAnimBlendOp.cpp28 const float TransformAnimBlendOp::WeightDiscard = -1.0f; member in nw::gfx::TransformAnimBlendOp
100 if (weight != TransformAnimBlendOp::WeightDiscard) in BlendScaleStandard()
119 if (weight != TransformAnimBlendOp::WeightDiscard) in BlendScaleAccurate()
154 if (weight != TransformAnimBlendOp::WeightDiscard) in BlendRotateMatrix()
197 if (weight != TransformAnimBlendOp::WeightDiscard) in BlendRotateQuaternion()
243 if (weight != TransformAnimBlendOp::WeightDiscard) in BlendTranslate()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_TransformAnimEvaluator.h330 weights[0] = TransformAnimBlendOp::WeightDiscard; in DisableSRTWeightsIfNeeded()
335 weights[1] = TransformAnimBlendOp::WeightDiscard; in DisableSRTWeightsIfNeeded()
340 weights[2] = TransformAnimBlendOp::WeightDiscard; in DisableSRTWeightsIfNeeded()
Dgfx_TransformAnimBlendOp.h35 static const float WeightDiscard;