Nebula
|
#include "stdneb.h"
#include "coreanimation/animutil.h"
#include "coreanimation/animsamplemixinfo.h"
#include "math/quaternion.h"
#include "util/round.h"
Namespaces | |
namespace | CoreAnimation |
An animation resource holds a set of animations from a loaded NAX file. | |
Functions | |
void | CoreAnimation::AnimSampleJobFunc (const JobFuncContext &ctx) |
This job function only performs sampling, not mixing. | |
void | CoreAnimation::AnimSampleMixJobFunc (const JobFuncContext &ctx) |
Performs both animation sampling, and mixing with another sample buffer in a single job. | |