I have a football goal net that is surrounded a post. When the ball collides with said post, it doesn’t bounce as I expect.
The post having the following collision properties:
(Fig 1)
The net behind the goal has the following collision properties:
(Fig 2)
This is the model in question:
There are NO SCRIPTS in the repo file.
Here’s a video for your convienience:
To reproduce:
- Run the repo place I’ve provided, select
Run
for testing. - Set the spherical part’s
AssemblyLinearVelocity
to something like0, 0, 200
The ball appears to be magnetised to the post.
- Now, modify the
NetPhys
.CustomPhysicalProperties
to the same as the post’s. - Repeat steps 1 and 2.
Ball bounces as expected.
A private message is associated with this bug report