nw::gfx::LookAtTargetViewUpdater::Update Member Function
virtual void Update(
math::MTX34 * viewMatrix,
const math::MTX34 & worldMatrix,
const math::VEC3 & cameraPosition
);
| Name | Description | |
|---|---|---|
| out | viewMatrix |
View matrix to update. |
| in | worldMatrix |
World matrix of the camera. |
| in | cameraPosition |
Camera position. |
Updates the view matrix.
CONFIDENTIAL