nw::gfx::ISceneUpdater Class

Syntax

class ISceneUpdater : public nw::gfx::GfxObject

Description

Interface for updating scenes.

Classes

nw::gfx::ISceneUpdater::IsVisibleModelFunctor Base class for function objects used to identify the model to be displayed.

Enumerated Types

RenderSortMode The render sort mode.
DepthSortMode The depth sort mode.

Member Variables

NW_UT_RUNTIME_TYPEINFO

Member Functions

Set/Get
PV GetDepthSortMode Gets the depth sort mode.
PV SetDepthSortMode Sets the depth sort mode.
Update
PV UpdateAll Updates the scene. Animation is updated at the same time.
PV SubmitView Updates a scene based on the camera's visual range, and builds the render queue.
Create/Destroy
Destroy Destroys an object.(Derived from GfxObject.)
Constructors and Destructors
protected ISceneUpdater Constructor.

Class Hierarchy

nw::gfx::GfxObject
  nw::gfx::ISceneUpdater


CONFIDENTIAL