nw::gfx::SkeletonUpdater::UpdateView Member Function

Syntax

void UpdateView(
     Skeleton * skeleton,
     const BillboardUpdater & billboardUpdater,
     const Camera & camera
) const;

Arguments

Name Description
in skeleton Skeleton to update.
in billboardUpdater Billboard updater used for the update.
in camera Camera used for the update.

Return Values

None.

Description

Updates a skeleton using a camera.


CONFIDENTIAL