Diligent Engine
Loading...
Searching...
No Matches
Diligent::IRadientSkeletonAsset Struct Referenceabstract

Immutable joint hierarchy and rest pose. More...

#include <RadientSkinning.h>

Inheritance diagram for Diligent::IRadientSkeletonAsset:
Diligent::IRadientAsset Diligent.IObject

Public Member Functions

virtual const RadientSkeletonDesc &DILIGENT_CALL_TYPE GetDesc () const =0
virtual RADIENT_STATUS DILIGENT_CALL_TYPE CreatePose (IRadientSkeletonPose **ppPose)=0
Public Member Functions inherited from Diligent::IRadientAsset
virtual const RadientAssetReference &DILIGENT_CALL_TYPE GetReference () const =0
 Returns the asset reference identity.
virtual RADIENT_ASSET_TYPE DILIGENT_CALL_TYPE GetType () const =0
 Returns the concrete asset type.
Public Member Functions inherited from Diligent.IObject
virtual void DILIGENT_CALL_TYPE QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface)=0
 Queries the specific interface.
template<typename DerivedType, typename = typename std::enable_if<std::is_base_of<IObject, DerivedType>::value>::type>
void QueryInterface (const INTERFACE_ID &IID, DerivedType **ppInterface)
virtual ReferenceCounterValueType DILIGENT_CALL_TYPE AddRef ()=0
 Increments the number of strong references by 1.
virtual ReferenceCounterValueType DILIGENT_CALL_TYPE Release ()=0
virtual IReferenceCounters *DILIGENT_CALL_TYPE GetReferenceCounters () const =0

Detailed Description

Immutable joint hierarchy and rest pose.

Member Function Documentation

◆ CreatePose()

virtual RADIENT_STATUS DILIGENT_CALL_TYPE Diligent::IRadientSkeletonAsset::CreatePose ( IRadientSkeletonPose ** ppPose)
pure virtual

Creates a skeleton pose initialized to the rest pose. On success, ppPose receives a strong reference.

◆ GetDesc()

virtual const RadientSkeletonDesc &DILIGENT_CALL_TYPE Diligent::IRadientSkeletonAsset::GetDesc ( ) const
pure virtual

Returns the immutable skeleton description. The reference and all data it references remain valid for the lifetime of the skeleton.