STEAM 群組
Blender Tutorial Community BlenderTuts
STEAM 群組
Blender Tutorial Community BlenderTuts
12
遊戲中
172
線上
創立
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