コード例 #1
0
void AnimController::setSkeletonController( )
{
	PyramidObject *walker = this->skeletonRoot;
	walker->setControllerDepthFirst( this );
}