Giter VIP home page Giter VIP logo

Comments (6)

liabru avatar liabru commented on May 2, 2024

Did the object go outside of the visible canvas area?

Currently Matter doesn't simulate anything that falls outside of the world bounds.
See the code here.

By default the world bounds are set to the same size as the canvas (800x600).

You can make the world bounds bigger when you create a world:

Matter.World.create({ 
    bounds: { 
        min: { x: 0, y: 0 }, 
        max: { x: 800, y: 600 } 
    }
});

The other issue is that small objects can pass through other objects given enough force / speed.
This is due to the current lack of continuous collision detection (may implement later).

Does this help, or did you mean something else?

from matter-js.

cipherself avatar cipherself commented on May 2, 2024

out_bounds
Example of out of bounds object

from matter-js.

camara90100 avatar camara90100 commented on May 2, 2024

selection_006

from matter-js.

liabru avatar liabru commented on May 2, 2024

Thanks for the screenshots.

Can somebody give me the steps to reproduce this?

Did you just throw an object side ways really quickly? I managed to do this on the friction demo.
Again, since there is currently no CCD, really fast objects can pass through other objects.

from matter-js.

camara90100 avatar camara90100 commented on May 2, 2024

It worked for me on all demos, grab the object and keep moving it horizontally against the vertical walls, as you move the mouse faster and further from the object, the object will gain velocity ( I think! I'm not very good in physics) and move further away from the courser till at some point will break through the vertical walls and disappear from the screen but the green line stays connected to the object till you let go and unclick. I hope that helps.

from matter-js.

liabru avatar liabru commented on May 2, 2024

Thanks guys, I know what this is now.

I've opened a new issue discussing the solution to this, so I'll close this one, cheers

from matter-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.