2010-08-01から1日間の記事一覧

基本 球体転がり

ODE

摩擦あり#include #include #define MAX_CONTACTS 4 static dWorldID world; //世界ID static dSpaceID space; static dJointGroupID contactgroup; static dBodyID b_sphere; //球ID static dGeomID g_sphere; static dGeomID g_fixed; //ボックス固定用IDs…

 地面との衝突 衝突後にエラー

ODE

VC2008でODEインストールhttp://www10.atwiki.jp/bambooflow/pages/212.htmlでは、<ビルドする際の、INCREMENTAL error×3について )> Visual Studio 2008 でオプションをビルド、/INCREMENTAL を使用して、Visual C++ プロジェクトをリンクすると、エラー メッセージ:"LNK1000: …