This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
PendingConvexCollision should apply to same Entity level #232
Labels
enhancement
New feature or improvement
The current implementation of
PendingConvexCollision
applies the generatedCollisionShape
to the child containing the mesh. This is confusing and likely not what the user intended if the component was.insert()
ed to some parent of the mesh. This is even more confusing when you attempt to use the collision data throughCollisions
orCollisionEvent
, as the entity in question is not the one where thePendingConvexCollision
component was added.The text was updated successfully, but these errors were encountered: