nw::gfx::RenderContext::SetModelMatrix Member Function

Syntax

void SetModelMatrix(
     Model * model
);

Arguments

Name Description
in model Model class to configure.

Return Values

None.

Description

Sets the model matrix.

Caches the model internally. If the same model is later set, this optimizes the process so that the matrix will not have to be reconfigured.


CONFIDENTIAL