Nebula
Loading...
Searching...
No Matches
animsamplemixinfo.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
13#include "core/types.h"
14#include "math/vec4.h"
16
17//------------------------------------------------------------------------------
18namespace CoreAnimation
19{
26
27} // namespace CoreAnimation
28//------------------------------------------------------------------------------
Code
animation sample types
Definition sampletype.h:25
An animation resource holds a set of animations from a loaded NAX file.
Definition charactercontext.h:40
A data structure for providing sample/mixing attributes to asynchronous jobs in the CoreAnimation sub...
Definition animsamplemixinfo.h:21
float mixWeight
Definition animsamplemixinfo.h:23
Math::vec4 velocityScale
Definition animsamplemixinfo.h:24
SampleType::Code sampleType
Definition animsamplemixinfo.h:22
A 4D vector.
Definition vec4.h:24
#define NEBULA_ALIGN16
Definition types.h:181