STEAM 组
Blender Tutorial Community BlenderTuts
STEAM 组
Blender Tutorial Community BlenderTuts
23
游戏中
176
在线
成立于
2012 年 10 月 16 日
语言
英语
国家/地区
United States 
cleveland *****er 2014 年 1 月 17 日 上午 11:39
Collision Models?
Hey, yesterday I had trouble with the materials and I received the appropriated help. Now I can compile and export the models with textures, now the problem is creating collision models. I have looked up many tutorials but they're all for older versions of Blender.

Can someone help me out here, please?
< >
正在显示第 1 - 1 条,共 1 条留言
HellJumper 2014 年 1 月 17 日 下午 5:24 
It's pretty simple. Just create a VERY low polygon version of your model (you can be extremely liberal with how little polygons you use). Then make sure the entire thing is smooth (no edgesplit modifiers). Then export the smd with an appropriate name such as example_physics.smd.

Now in your qc file you will need to specify the collision model:

$collisionmodel "example_physics.smd" { $mass 5.00 $inertia 1.00 $damping 0.00 $rotdamping 0.00 }

This is assuming you are compiling the old way and not with the in-game importer. The in-game importer doesn't support collision models.
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50

发帖日期: 2014 年 1 月 17 日 上午 11:39
回复数: 1