Home
last modified time | relevance | path

Searched refs:ResVertexLight (Results 1 – 7 of 7) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_VertexLight.h176 ResVertexLight GetResVertexLight() in GetResVertexLight()
178 return ResStaticCast<ResVertexLight>(this->GetResSceneObject()); in GetResVertexLight()
182 const ResVertexLight GetResVertexLight() const in GetResVertexLight()
184 return ResStaticCast<ResVertexLight>(this->GetResSceneObject()); in GetResVertexLight()
212 ResVertexLight resObj, in VertexLight()
228 ResVertexLight(resource.Get()), in VertexLight()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_VertexLight.cpp69 ResVertexLight resNode = ResDynamicCast<ResVertexLight>(resource); in Create()
97 ResVertexLight resLight = this->GetResVertexLight(); in UpdateDirection()
132 resVertexLight->typeInfo = ResVertexLight::TYPE_INFO; in CreateResVertexLight()
186 m_OriginalValue = ResVertexLight(originalValue); in CreateOriginalValue()
Dgfx_RenderContext.cpp764 ResVertexLight resLight = light->GetResVertexLight(); in ActivateVertexLight()
780 if (resLight.GetLightKind() == ResVertexLight::KIND_DIRECTIONAL) in ActivateVertexLight()
807 if (resLight.GetLightKind() == ResVertexLight::KIND_SPOT) in ActivateVertexLight()
Dgfx_SceneBuilder.cpp221 case ResVertexLight::TYPE_INFO: in BuildSceneObject()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResLight.h377 class ResVertexLight : public ResLight
380 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResVertexLight) };
392 NW_RES_CTOR_INHERIT( ResVertexLight, ResLight ) in NW_RES_CTOR_INHERIT() argument
/NW4C-1.2.23/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp257 nw::gfx::ResVertexLight resVertexLight(vertexLight->GetResVertexLight()); in BuildLights()
258 resVertexLight.SetLightKind(nw::gfx::ResVertexLight::KIND_SPOT); in BuildLights()
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp622 ResVertexLight light(object); in SetValue()