Home
last modified time | relevance | path

Searched refs:GetUserParameter (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp50 return nw::ut::CheckFlag(model->GetUserParameter<u32>(), MATERIAL_DEFAULT); in IsVisible()
60 return nw::ut::CheckFlag(model->GetUserParameter<u32>(), MATERIAL_CHANGE); in IsVisible()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_Model.h580 Type GetUserParameter() const in GetUserParameter() function
/NW4C-1.2.23/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp50 return nw::ut::CheckFlag(model->GetUserParameter<u32>(), SHADOW_CASTER); in IsVisible()
/NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp50 return nw::ut::CheckFlag(model->GetUserParameter<u32>(), SHADOW_CASTER); in IsVisible()