Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTexture.h712 bool isPerspectiveShadow; //!< 投影シャドウかどうかです。 member
724 isPerspectiveShadow(true), in Description()
804 DynamicBuilder& PerspectiveShadow(bool isPerspectiveShadow) in PerspectiveShadow() argument
806 m_Description.isPerspectiveShadow = isPerspectiveShadow; in PerspectiveShadow()
/NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp378 bool isPerspectiveShadow = true; in InitializeGraphics() local
383 isPerspectiveShadow = false; in InitializeGraphics()
393 .PerspectiveShadow(isPerspectiveShadow) in InitializeGraphics()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp793 textureData->m_IsPerspectiveShadow = m_Description.isPerspectiveShadow; in Create()