nw::lyt::Material::SetTexCoordGen Member Function

Syntax

void SetTexCoordGen(
     u32 idx,
     const TexCoordGen & value
);

Arguments

Name Description
idx Index.
value The texture coordinate generation to be set.

Return Values

None.

Description

Sets texture coordinate generation.

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

See Also

GetTexCoordGen
ReserveMem

Revision History

2009/09/18
Initial version.

CONFIDENTIAL