nw::lyt::Material::GetTexCoordGen Member Function

Syntax

const TexCoordGen & GetTexCoordGen(
     u32 idx
) const;

Arguments

Name Description
idx Index.

Return Values

Returns the reference to an object.

Description

Gets a texture coordinate generation.

This function generates an assert if a value larger than the number of texture coordinate generations set by the ReserveMem() or SetTexCoordGenNum() function is passed in idx.

See Also

SetTexCoordGen
ReserveMem
GetTexCoordGenNum
SetTexCoordGenNum

Revision History

2009/09/18
Initial version.

CONFIDENTIAL