Ask Your Question
0

Why is the movement of my imported model significantly less as compared to the physics in cannon.js?

asked 2023-05-29 15:15:00 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-29 15:44:02 +0000

devzero gravatar image

There could be a few reasons for this:

  1. Scaling: Make sure the model is scaled correctly. If the model is too large, it may appear to move less compared to the physics simulation.

  2. Mass and force: Check the mass and force of the model in your code. If the mass is too high and the force is too low, the model may move sluggishly.

  3. Collision shape: Make sure the collision shape of the model is accurate. If the shape is too simple or not accurate, the physics simulation may not be able to properly simulate the movement.

  4. Constraints: Check if any constraints are applied to the model. If the constraints are too restrictive, the movement may be limited.

  5. Inaccurate model: It is possible that the imported model is not accurate or does not have the correct physical properties. In such cases, adjustments may need to be made to the model or the physics simulation to ensure accurate movement.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-29 15:15:00 +0000

Seen: 9 times

Last updated: May 29 '23