Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_SkeletalModel.h56 Skeleton* sharedSkeleton; //!< 共有するスケルトンです。 member
60 : sharedSkeleton(NULL) in Description()
141 Builder& SharedSkeleton(Skeleton* sharedSkeleton) in SharedSkeleton() argument
143 m_Description.sharedSkeleton = sharedSkeleton; in SharedSkeleton()
217 if (m_Description.sharedSkeleton == NULL) in GetMemorySizeInternal()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SkeletalModel.cpp50 if (m_Description.sharedSkeleton != NULL) in Create()
53 skeleton.Reset(m_Description.sharedSkeleton, false); in Create()