Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Light.cpp220 anim::ResLightAnim lightAnim(evaluator->GetAnimData().ptr()); in ValidateLightAnimType() local
223 (lightAnim.GetLightType() == GetLightType()) && in ValidateLightAnimType()
224 (lightAnim.GetLightKind() == GetLightKind())); in ValidateLightAnimType()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
Ddemo.cpp599 nw::gfx::AnimEvaluator* lightAnim = m_GfxCtrl->GetLightAnimEvaluator(); in Exec() local
600 if (lightAnim) in Exec()
602 lightAnim->SetFrame(frame); in Exec()