DNA Calib 1.1
Project brief
|
#include <DNA.h>
Public Member Functions | |
RawDefinition (terse::ArchiveOffset< std::uint32_t > &markerTarget, MemoryResource *memRes) | |
template<class Archive > | |
void | serialize (Archive &archive) |
Public Attributes | |
terse::ArchiveOffset< std::uint32_t >::Proxy | marker |
RawLODMapping | lodJointMapping |
RawLODMapping | lodBlendShapeMapping |
RawLODMapping | lodAnimatedMapMapping |
RawLODMapping | lodMeshMapping |
Vector< String< char > > | guiControlNames |
Vector< String< char > > | rawControlNames |
Vector< String< char > > | jointNames |
Vector< String< char > > | blendShapeChannelNames |
Vector< String< char > > | animatedMapNames |
Vector< String< char > > | meshNames |
RawSurjectiveMapping< std::uint16_t > | meshBlendShapeChannelMapping |
DynArray< std::uint16_t > | jointHierarchy |
RawVector3Vector | neutralJointTranslations |
RawVector3Vector | neutralJointRotations |
|
inline |
|
inline |
References animatedMapNames, blendShapeChannelNames, guiControlNames, jointHierarchy, jointNames, lodAnimatedMapMapping, lodBlendShapeMapping, lodJointMapping, lodMeshMapping, marker, meshBlendShapeChannelMapping, meshNames, neutralJointRotations, neutralJointTranslations, and rawControlNames.
Referenced by dnac::AnimatedMapFilter::apply(), and serialize().
Referenced by dnac::BlendShapeFilter::apply(), and serialize().
Referenced by serialize().
DynArray<std::uint16_t> dnac::RawDefinition::jointHierarchy |
Referenced by dnac::JointFilter::apply(), and serialize().
Referenced by dnac::JointFilter::apply(), and serialize().
RawLODMapping dnac::RawDefinition::lodAnimatedMapMapping |
Referenced by dnac::AnimatedMapFilter::apply(), and serialize().
RawLODMapping dnac::RawDefinition::lodBlendShapeMapping |
Referenced by dnac::BlendShapeFilter::apply(), and serialize().
RawLODMapping dnac::RawDefinition::lodJointMapping |
Referenced by dnac::JointFilter::apply(), and serialize().
RawLODMapping dnac::RawDefinition::lodMeshMapping |
Referenced by dnac::MeshFilter::apply(), and serialize().
terse::ArchiveOffset<std::uint32_t>::Proxy dnac::RawDefinition::marker |
Referenced by serialize().
RawSurjectiveMapping<std::uint16_t> dnac::RawDefinition::meshBlendShapeChannelMapping |
Referenced by dnac::BlendShapeFilter::apply(), dnac::MeshFilter::apply(), and serialize().
Referenced by dnac::MeshFilter::apply(), and serialize().
RawVector3Vector dnac::RawDefinition::neutralJointRotations |
Referenced by dnac::JointFilter::apply(), and serialize().
RawVector3Vector dnac::RawDefinition::neutralJointTranslations |
Referenced by dnac::JointFilter::apply(), and serialize().
Referenced by serialize().