nw::lyt::Pane::LoadMtx Member Function

Syntax

protected:
virtual void LoadMtx(
     const DrawInfo & drawInfo
);

Arguments

Name Description
drawInfo Drawing information.

Return Values

None.

Description

Calculates a model view matrix and sets it in GraphicsResource.

This function can be used only if the library is built with the NW_LYT_DMPGL_ENABLED macro defined.

Revision History

2010/10/20
Made so that can be used only if the library is built with the NW_LYT_DMPGL_ENABLED macro defined.
2009/09/18
Initial version.

CONFIDENTIAL