Nebula
Toggle main menu visibility
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
"
12
namespace
CoreAnimation
13
{
14
15
struct
AnimSampleMask
16
{
17
Util::StringAtom
name
;
18
Util::FixedArray<Math::scalar>
weights
;
19
21
bool
operator==
(
const
AnimSampleMask
& rhs)
const
{
return
name
== rhs.
name
; };
22
};
23
24
}
// namespace CoreAnimation
Util::FixedArray
Implements a fixed size one-dimensional array.
Definition
fixedarray.h:20
Util::StringAtom
A StringAtom.
Definition
stringatom.h:22
fixedarray.h
CoreAnimation
An animation resource holds a set of animations from a loaded NAX file.
Definition
charactercontext.h:40
stringatom.h
CoreAnimation::AnimSampleMask
Definition
animsamplemask.h:16
CoreAnimation::AnimSampleMask::name
Util::StringAtom name
Definition
animsamplemask.h:17
CoreAnimation::AnimSampleMask::operator==
bool operator==(const AnimSampleMask &rhs) const
handle finding character joint masks
Definition
animsamplemask.h:21
CoreAnimation::AnimSampleMask::weights
Util::FixedArray< Math::scalar > weights
Definition
animsamplemask.h:18
code
render
coreanimation
animsamplemask.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.