why i'm stuck in map?

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
bug_aonz
Posts: 6
Joined: Mon Sep 11, 2006 5:06 pm

why i'm stuck in map?

Post by bug_aonz »

i'm learning in first person shooting.but i've some problem. there are...

-why i'm stuck to walk pass the narrow way and stair in Q3map. and it's very difficult to walk pass a slope way.
-What's the problem with "CreateCollisionResponseAnimator" which we use for collision detection between map and camera ? because its moving are quite slow and not smoothly.
-Sould i use some physics engines for better collision detection such as newton? Could it help ?

please tell me ,thank. :D
BLiTZWiNG
Posts: 8
Joined: Tue Jul 04, 2006 11:19 pm

Post by BLiTZWiNG »

I was falling through terrain, so I did a forum search and the answer appeared to be "use Newton" instead of the built-in collision detection.

I haven't had the time to try and implement it yet though.
Locked