Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Projectile Impact Checks #132

Open
ari-steas opened this issue Feb 6, 2024 · 3 comments
Open

Improved Projectile Impact Checks #132

ari-steas opened this issue Feb 6, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@ari-steas
Copy link
Member

""raycast"" for grid AABBs
(separate character handling)
then do a GetCells on just that grid
allows for extremely cheap penetrative damage
as it's all really simple algebra, not checking collision hulls like with raycasts
we do lose the ability to have sloped armor and the like, so maybe I'll do a really short physics raycast only on hit

@ari-steas ari-steas converted this from a draft issue Feb 6, 2024
@ari-steas ari-steas added the enhancement New feature or request label Feb 6, 2024
@InvalidArgument3
Copy link
Contributor

Image

@InvalidArgument3
Copy link
Contributor

image

@InvalidArgument3
Copy link
Contributor

something like this is now in weaponcore, take a look at that if we want to add to OCF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants