nw::gfx::CameraViewUpdater Class

Syntax

class CameraViewUpdater : public nw::gfx::GfxObject

Description

Interface that updates view matrices.

The ICameraViewUpdate class has been eliminated and replaced by CameraViewUpdater.

Member Constants

protected S VIEW_TARGET_POSITION const math::VEC3 The default value for the camera target.
protected S VIEW_UPWARD_VECTOR const math::VEC3 The default value for the camera upward vector.
protected S VIEW_VIEW_ROTATE const math::VEC3 The default value for camera rotation.
protected S VIEW_TWIST const float The default value for the camera twist.

Member Variables

NW_UT_RUNTIME_TYPEINFO

Member Functions

View matrix.
PV Update Updates the view matrix.
Resources
PV GetResource Gets the view updater resource.
Create/Destroy
Destroy Destroys an object.(Derived from GfxObject.)
Other
IsDynamic Gets a flag indicating whether an updater was generated dynamically.
PV Kind Gets the ViewUpdater type.
protected CameraViewUpdater Constructor.

Class Hierarchy

nw::gfx::GfxObject
  nw::gfx::CameraViewUpdater


CONFIDENTIAL