Giter Club home page Giter Club logo

Comments (4)

AndreaCatania avatar AndreaCatania commented on May 26, 2024 1

Apparently re-implementing the platform movement using MoveKinematic fixes the problem (at least for now). The MoveKinematic function is not doing much other than setting the linear velocity as I was doing, not sure why directly set the linear velocity was causing that issue.
I'm closing this issue for now, and open it again if this issue appears again (which is totally possible).

Thanks for the help!!

from joltphysics.

AndreaCatania avatar AndreaCatania commented on May 26, 2024

Just after posting this I've discovered that reducing mMaxSlopeAngle is not fixing it. This bug happens randomly and I've the impression there is some undefined behavior somewhere, I'm double checking all my code once again and update this issue once I've better results.

from joltphysics.

jrouwe avatar jrouwe commented on May 26, 2024

This is one of the test cases in the CharacterVirtualTest:

CharacterVirtualTest.mp4

so I would expect this to work.

Is the platform maybe moved by updating its position (BodyInterface::SetPosition) instead of moving it kinematically (BodyInterface::MoveKinematic)? This would cause the CharacterVirtual to be unable to follow the platform since the velocity is not set. I can also imagine this being client/server specific where the server moves a platform kinematically and the client just follows it by setting the position.

Perhaps you can try to alter CharacterVirtualTest with the parameters of your in game platform to see if you can repro it?

from joltphysics.

AndreaCatania avatar AndreaCatania commented on May 26, 2024

Is the platform maybe moved by updating its position

Nope, it's moved by changing its LinearVelocity.

I can also imagine this being client/server specific where the server ...

This can't be the case as the platform is simulated on both the client and the server.

Perhaps you can try to alter CharacterVirtualTest with the parameters of your in game platform to see if you can repro it?

I'll try reproducing it there; something to note is that the platform is using a convex shape not a primitive box, maybe that's the problem? This is just a guess though.

from joltphysics.

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.