Nebula
Loading...
Searching...
No Matches
animsamplemask.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
9//------------------------------------------------------------------------------
10#include "util/fixedarray.h"
11#include "util/stringatom.h"
12namespace CoreAnimation
13{
14
23
24} // namespace CoreAnimation
Implements a fixed size one-dimensional array.
Definition fixedarray.h:20
A StringAtom.
Definition stringatom.h:22
An animation resource holds a set of animations from a loaded NAX file.
Definition charactercontext.h:40
Definition animsamplemask.h:16
Util::StringAtom name
Definition animsamplemask.h:17
bool operator==(const AnimSampleMask &rhs) const
handle finding character joint masks
Definition animsamplemask.h:21
Util::FixedArray< Math::scalar > weights
Definition animsamplemask.h:18