ragdoll.h

来自「赫赫大名的 OGRE 游戏引擎」· C头文件 代码 · 共 18 行

H
18
字号
/** @file RagDoll.h
	@brief Contains function prototypes for the RagDoll functions.
*/
#ifndef __RagDoll_H__
#define __RagDoll_H__

// Include prerequisites
#include "Prerequisites.h"

// constructRagDoll()
void constructRagDoll(const String& name,
						const Vector3& basePosition, 
						Real bodyMass,
						Real limbMass,
						unsigned int jointIterations);

// Building.h
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?