Skip to content

Box VS Convex is not accurate as Capsule VS convex in scene->overlap or trigger #174

Answered by vreutskyy
yananZZZZ asked this question in Q&A
Discussion options

You must be logged in to vote

Hm. It's strangely similar to the neighboring issue here: #173

Could you try the same fix I proposed them?

Change this line:

if(FAllGrtrOrEq(eps, area))

from
if(FAllGrtrOrEq(eps, area))

to
if(FAllGrtrOrEq(FMul(eps, eps), area))

Thanks

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@vreutskyy
Comment options

@yananZZZZ
Comment options

@vreutskyy
Comment options

@vreutskyy
Comment options

Answer selected by yananZZZZ
@yananZZZZ
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants