Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Dico, AndrewAMD, TipmyPip, NewbieZorro, Grant), 15,791 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
High-Velocity Collision Detection Problem #97868
11/07/06 22:03
11/07/06 22:03
Joined: Sep 2006
Posts: 32
S
swbluto Offline OP
Newbie
swbluto  Offline OP
Newbie
S

Joined: Sep 2006
Posts: 32
I'm using ent_move for my high-speed arrow in my bow-and-arrow type of game, and sometimes it impacts a model(The enemy) and sometimes it doesn't. I'm guessing the problem is its high-speed, so would anyone know of a work-around for this? It sometimes just "flies" through.

Re: High-Velocity Collision Detection Problem [Re: swbluto] #97869
11/08/06 09:49
11/08/06 09:49
Joined: Mar 2006
Posts: 752
Portugal
demiGod Offline
User
demiGod  Offline
User

Joined: Mar 2006
Posts: 752
Portugal
Use c_move instead. C_move uses a complete diferent collision detection system and with that instruction you can use precise collision detection v.g. my.polygon=on.

Also i think ent_move will be removed from the engine in future updates and it uses a AABB system for collision which the bounding box dont rotate with the entity, so the collision isnt accurate.

With c_move you have the possibility to use a OBB - oriented bounding box (rotates with the entity) and the collision detection its much reliable.
Hope it helps.


Moderated by  HeelX, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1