Is there a simple JavaScript physics engine that can handle some simple 3D scripts.
I am aware of the implementation of Box2D, but I do not think that this can do what I need. In essence, I want to simulate the behavior of a ball when it interacts with a hole (for example, golf). Where, depending on the speed, the ball can rotate around the hole, etc.
javascript physics
ConfusedNoob
source share