nw::gfx::res::ResFrustumProjectionUpdater Class

Syntax

class ResFrustumProjectionUpdater : public nw::gfx::res::ResCameraProjectionUpdater

Description

Binary resource class for Frustum projection updaters.

Member Functions

ResFrustumProjectionUpdater Constructor.
ptr Gets a pointer to actual data.
ref Gets a reference to the actual data.
operator==
operator!=
NW_DEPRECATED_FUNCTION_MSG
SetRectWithoutFlip Sets rectangular information for the near plane of a perspective projection.
SetRectWithYFlip Sets rectangular information for the near plane of a perspective projection. This function flips b and t compared to when configured from the binary. Use the SetRectWithoutFlip function to configure identically to the binary.
GetRect Gets rectangular information for the near plane of a perspective projection.
SetRect
GetNear Gets the near clip value.(Derived from ResCameraProjectionUpdater.)
SetNear Sets the near clip value.(Derived from ResCameraProjectionUpdater.)
GetFar Gets the far clip value.(Derived from ResCameraProjectionUpdater.)
SetFar Sets the far clip value.(Derived from ResCameraProjectionUpdater.)
GetTypeInfo Gets instance type information.(Derived from ResCameraProjectionUpdater.)
IsValid Determines whether a pointer to a resource is null.(Derived from ResCommonBase.)
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::gfx::res::ResCameraProjectionUpdater
      nw::gfx::res::ResFrustumProjectionUpdater


CONFIDENTIAL