HDK
|
#include <GU_MotionClip.h>
Friends | |
class | GU_MotionClipBuilder |
Additional Inherited Members | |
![]() | |
const GU_Detail *const | ourGdp |
MotionClip object which allows for modifications
You can add/remove frames by passing an instance of this into GU_MotionBuilder
Definition at line 235 of file GU_MotionClip.h.
GU_MotionClipRW::GU_MotionClipRW | ( | GU_Detail * | gdp, |
UT_WorkBuffer & | err_msg, | ||
bool | can_evaluate = true , |
||
GU_MotionClipInfo * | clipinfo = nullptr |
||
) |
|
default |
bool GU_MotionClipRW::setTopology | ( | fpreal | time, |
const GU_Detail * | sample, | ||
UT_WorkBuffer & | error_msg | ||
) |
Sets the topology to the sample geometry, marking the packed primitive with the given time attribute
If there is already an existing topology sample must contain only the same joints.
The topology must be set before attempting to add frames
returns false on error
|
friend |
Definition at line 238 of file GU_MotionClip.h.