Home
last modified time | relevance | path

Searched refs:lightAnim (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Light.cpp217 anim::ResLightAnim lightAnim(evaluator->GetAnimData().ptr()); in ValidateLightAnimType() local
220 (lightAnim.GetLightType() == GetLightType()) && in ValidateLightAnimType()
221 (lightAnim.GetLightKind() == GetLightKind())); in ValidateLightAnimType()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
Ddemo.cpp597 nw::gfx::AnimEvaluator* lightAnim = m_GfxCtrl->GetLightAnimEvaluator(); in Exec() local
598 if (lightAnim) in Exec()
600 lightAnim->SetFrame(frame); in Exec()