HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GLTF_Channel.h File Reference
#include "GLTFZ_API.h"
#include "GLTF_Types.h"
#include <CL/CL_SimpleChannel.h>
#include <UT/UT_Array.h>
#include <UT/UT_Quaternion.h>
#include <UT/UT_Set.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_Vector3.h>
+ Include dependency graph for GLTF_Channel.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GLTF_AnimChannelSource
 
class  GLTF_ObjectSource
 
struct  GLTF_Channel
 

Enumerations

enum  GLTF_ChannelTarget { GLTF_ChannelTarget::Translation, GLTF_ChannelTarget::Rotation, GLTF_ChannelTarget::Scale, GLTF_ChannelTarget::Weight }
 
enum  GLTF_Interpolation { GLTF_Interpolation::Constant, GLTF_Interpolation::Linear, GLTF_Interpolation::Cubic }
 

Enumeration Type Documentation

enum GLTF_ChannelTarget
strong
Enumerator
Translation 
Rotation 
Scale 
Weight 

Definition at line 16 of file GLTF_Channel.h.

enum GLTF_Interpolation
strong
Enumerator
Constant 
Linear 
Cubic 

Definition at line 24 of file GLTF_Channel.h.