HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GLTF_Translator::Node Struct Reference

#include <GLTF_Translator.h>

Public Attributes

GLTF_Index myId
 
bool myIsRoot
 
GLTF_Index myParent
 
UT_Array< GLTF_IndexmyChildren
 
GA_Offset myPointOffset
 
UT_StringHolder myName
 
UT_StringHolder myPath
 
bool myHasStaticMatrixTransform
 
UT_Matrix4F myMatrixTransform
 
UT_Vector3F myRestTranslation
 
UT_Quaternion myRestRotation
 
UT_Vector3F myRestScale
 

Detailed Description

Definition at line 84 of file GLTF_Translator.h.

Member Data Documentation

UT_Array<GLTF_Index> GLTF_Translator::Node::myChildren

Definition at line 92 of file GLTF_Translator.h.

bool GLTF_Translator::Node::myHasStaticMatrixTransform

Definition at line 99 of file GLTF_Translator.h.

GLTF_Index GLTF_Translator::Node::myId

Definition at line 86 of file GLTF_Translator.h.

bool GLTF_Translator::Node::myIsRoot

Definition at line 88 of file GLTF_Translator.h.

UT_Matrix4F GLTF_Translator::Node::myMatrixTransform

Definition at line 100 of file GLTF_Translator.h.

UT_StringHolder GLTF_Translator::Node::myName

Definition at line 96 of file GLTF_Translator.h.

GLTF_Index GLTF_Translator::Node::myParent

Definition at line 91 of file GLTF_Translator.h.

UT_StringHolder GLTF_Translator::Node::myPath

Definition at line 97 of file GLTF_Translator.h.

GA_Offset GLTF_Translator::Node::myPointOffset

Definition at line 94 of file GLTF_Translator.h.

UT_Quaternion GLTF_Translator::Node::myRestRotation

Definition at line 103 of file GLTF_Translator.h.

UT_Vector3F GLTF_Translator::Node::myRestScale

Definition at line 104 of file GLTF_Translator.h.

UT_Vector3F GLTF_Translator::Node::myRestTranslation

Definition at line 102 of file GLTF_Translator.h.


The documentation for this struct was generated from the following file: