STEAM 그룹
Blender Tutorial Community BlenderTuts
STEAM 그룹
Blender Tutorial Community BlenderTuts
15
게임 중
151
온라인
설립
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