nw::gfx::RenderContext::SetModelMatrixForSkeletalModel Member Function

Syntax

void SetModelMatrixForSkeletalModel(
     SkeletalModel * skeletalModel
);

Arguments

Name Description
in skeletalModel Model class to configure.

Return Values

None.

Description

Sets the skeletal 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.

See Also

SetModelMatrixForModel


CONFIDENTIAL