bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.1k stars 155 forks source link

Not detecting / neutralizing affine propagation between physical entities when a non-physical entity is between them. #678

Closed bryanedds closed 6 months ago

bryanedds commented 9 months ago

It was easy and efficient enough to check for physical child to parent cases, but not those that whose relationship spanned over non-physical entities. I suppose this needs to be done lest there be some potentially surprising behavior.

bryanedds commented 6 months ago

Should be fixed in propagation branch.