Home
last modified time | relevance | path

Searched refs:sharedSkeleton (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_SkeletalModel.h54 Skeleton* sharedSkeleton; //!< 共有するスケルトンです。 member
58 : sharedSkeleton(NULL) in Description()
145 Builder& SharedSkeleton(Skeleton* sharedSkeleton) in SharedSkeleton() argument
147 m_Description.sharedSkeleton = sharedSkeleton; in SharedSkeleton()
208 if (m_Description.sharedSkeleton == NULL) in GetMemorySizeInternal()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SkeletalModel.cpp48 if (m_Description.sharedSkeleton != NULL) in Create()
51 skeleton.Reset(m_Description.sharedSkeleton, false); in Create()