nw::lyt::res::HermiteKey Structure

Syntax

struct HermiteKey
{
   ut::ResF32 frame;
   ut::ResF32 value;
   ut::ResF32 slope;
};

Description

Defines Hermite curve keys.

Member Variables

frame Frames.
value A value.
slope The slope.

See Also

Lan
AnimationTarget

Revision History

2010/01/26
Initial version.

CONFIDENTIAL