sxliuxiaojun 发表于 2008-10-12 10:34

6dof

请教高手
我在用6DOF是老出现下面的错误
Warning: Dynamic zone 4 with wrong CG using 6DOF stage::libudfdone.
结果只是能做出相当于质点的移动而出现不了转动这是哪的毛病
我做的是抛一块0.2*0.05的刚体 我的中心在(0.1,0)处质心在(0.15,0)
下面是我的UDF
#include "udf.h"
DEFINE_SDOF_PROPERTIES(stage, prop, dt, time, dtime)
{
prop = 12000.0;
prop = 250.0;
prop = 260.0;
prop = 260.0;
printf ("\nstage: updated 6DOF properties");
}
页: [1]
查看完整版本: 6dof