Home
last modified time | relevance | path

Searched refs:ISceneUpdater (Results 1 – 10 of 10) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ISceneUpdater.h36 class ISceneUpdater : public GfxObject
39 NW_DISALLOW_COPY_AND_ASSIGN(ISceneUpdater);
166 ISceneUpdater(os::IAllocator* allocator) : GfxObject(allocator) {} in ISceneUpdater() function
Dgfx_SceneUpdateHelper.h172 ISceneUpdater::RenderSortMode renderSortMode, in SubmitView()
173 ISceneUpdater::DepthSortMode depthSortMode, in SubmitView()
178 if (depthSortMode == ISceneUpdater::SORT_DEPTH_OF_TRANSLUCENT_MESH) in SubmitView()
194 if (renderSortMode == ISceneUpdater::OPAQUE_MESH_BASE_AND_TRANSLUCENT_MODEL_BASE_SORT) in SubmitView()
227 if (renderSortMode == ISceneUpdater::OPAQUE_MESH_BASE_AND_TRANSLUCENT_MODEL_BASE_SORT) in SubmitView()
Dgfx_SceneUpdater.h38 class SceneUpdater : public ISceneUpdater
234 : ISceneUpdater(allocator), in SceneUpdater()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsSystem.h256 void SetRenderSortMode(gfx::ISceneUpdater::RenderSortMode renderSortMode);
262 gfx::ISceneUpdater::RenderSortMode GetRenderSortMode() const in GetRenderSortMode()
497 m_RenderSortMode(gfx::ISceneUpdater::ALL_MESH_BASE_SORT), in RenderSystem()
515 gfx::ISceneUpdater::RenderSortMode m_RenderSortMode;
632 gfx::ISceneUpdater* GetSceneUpdater() { return m_SceneUpdater; } in GetSceneUpdater()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ISceneUpdater.cpp27 NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION(ISceneUpdater);
Dgfx_SceneUpdater.cpp36 NW_UT_RUNTIME_TYPEINFO_DEFINITION(SceneUpdater, ISceneUpdater);
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp298 RenderSystem::SetRenderSortMode(gfx::ISceneUpdater::RenderSortMode renderSortMode) in SetRenderSortMode()
303 …if (this->m_RenderSortMode == gfx::ISceneUpdater::OPAQUE_MESH_BASE_AND_TRANSLUCENT_MODEL_BASE_SORT) in SetRenderSortMode()
436 …sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_TRANSLUCENT_MES… in SubmitView()
442 sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_ALL_MESH); in SubmitView()
/NW4C-2.0.3/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp47 class IsMaterialDefaultModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor
57 class IsMaterialChangeModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor
/NW4C-2.0.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp47 class IsShadowCasterModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor
/NW4C-2.0.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp47 class IsShadowCasterModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor