![]() |
Springhead
An open source physics engine for virtual reality, haptics and motion generation.
|
Factory (オブジェクトを生成するクラス)の基本クラス
#include <SprObject.h>
Public メソッド | |
virtual const IfInfo * | GetIfInfo () const =0 |
作成するIfInfo | |
virtual ObjectIf * | Create (const void *desc, ObjectIf *parent)=0 |
iiのオブジェクトを desc から parentの子として生成する. | |