nw::gfx::PerspectiveProjectionUpdater::Update Member Function

Syntax

virtual void Update(
     math::MTX44 * projectionMatrix,
     math::Matrix34 * textureProjectionMatrix
);

Arguments

Name Description
in projectionMatrix Projection matrix to update.
in textureProjectionMatrix Projection matrix (for projection textures) to update.

Return Values

None.

Description

Updates the projection matrix.


CONFIDENTIAL