nw::lyt::Picture::Picture Constructor

Syntax

explicit Picture(
     u8 texNum
);
explicit Picture(
     const TexMap & texMap
);
Picture(
     const res::Picture * pBlock,
     const ResBlockSet & resBlockSet
);

List of Overloaded Member Functions

Picture ( u8 ) Constructor.
Picture ( const TexMap & ) Constructor.
Picture ( const res::Picture *, const ResBlockSet & ) Constructor.

Description of Picture ( u8 )

Allocates memory for the specified number of textures and generates an object.

Description of Picture ( const TexMap & )

Creates an object that uses the specified texture. The number of texture coordinates that can be stored is set to 1.

Description of Picture ( const res::Picture *, const ResBlockSet & )

Creates an object from the specified resource.


CONFIDENTIAL