Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ISceneUpdater.h34 class ISceneUpdater : public GfxObject
37 NW_DISALLOW_COPY_AND_ASSIGN(ISceneUpdater);
164 ISceneUpdater(os::IAllocator* allocator) : GfxObject(allocator) {} in ISceneUpdater() function
Dgfx_SceneUpdateHelper.h170 ISceneUpdater::RenderSortMode renderSortMode, in SubmitView()
171 ISceneUpdater::DepthSortMode depthSortMode, in SubmitView()
176 if (depthSortMode == ISceneUpdater::SORT_DEPTH_OF_TRANSLUCENT_MESH) in SubmitView()
192 if (renderSortMode == ISceneUpdater::OPAQUE_MESH_BASE_AND_TRANSLUCENT_MODEL_BASE_SORT) in SubmitView()
225 if (renderSortMode == ISceneUpdater::OPAQUE_MESH_BASE_AND_TRANSLUCENT_MODEL_BASE_SORT) in SubmitView()
Dgfx_SceneUpdater.h36 class SceneUpdater : public ISceneUpdater
232 : ISceneUpdater(allocator), in SceneUpdater()
/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsSystem.h254 void SetRenderSortMode(gfx::ISceneUpdater::RenderSortMode renderSortMode);
260 gfx::ISceneUpdater::RenderSortMode GetRenderSortMode() const in GetRenderSortMode()
495 m_RenderSortMode(gfx::ISceneUpdater::ALL_MESH_BASE_SORT), in RenderSystem()
513 gfx::ISceneUpdater::RenderSortMode m_RenderSortMode;
628 gfx::ISceneUpdater* GetSceneUpdater() { return m_SceneUpdater; } in GetSceneUpdater()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ISceneUpdater.cpp25 NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION(ISceneUpdater);
Dgfx_SceneUpdater.cpp34 NW_UT_RUNTIME_TYPEINFO_DEFINITION(SceneUpdater, ISceneUpdater);
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp290 RenderSystem::SetRenderSortMode(gfx::ISceneUpdater::RenderSortMode renderSortMode) in SetRenderSortMode()
295 …if (this->m_RenderSortMode == gfx::ISceneUpdater::OPAQUE_MESH_BASE_AND_TRANSLUCENT_MODEL_BASE_SORT) in SetRenderSortMode()
428 …sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_TRANSLUCENT_MES… in SubmitView()
434 sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_ALL_MESH); in SubmitView()
/NW4C-1.3.3/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp45 class IsMaterialDefaultModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor
55 class IsMaterialChangeModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor
/NW4C-1.3.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp45 class IsShadowCasterModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor
/NW4C-1.3.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp45 class IsShadowCasterModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor