GithubHelp home page GithubHelp logo

Scene colliders about avian HOT 3 CLOSED

Shatur avatar Shatur commented on August 24, 2024
Scene colliders

from avian.

Comments (3)

Jondolf avatar Jondolf commented on August 24, 2024 5

Yeah I think this should be relatively straightforward to add. I think Rapier just waits until the mesh/scene is ready and then adds the collider.

However, I was wondering if it would be possible to generate colliders from meshes in advance once Assets V2 is ready. For convex decomposition, the VHACD algorithm that Parry uses is pretty expensive and can even take several minutes for large colliders, so ideally we would have a preprocessing step where colliders are generated at compile-time with configuration for things like detail.

I haven't taken a proper look at Assets V2 yet though so I don't know if this would even be possible or if it would require a cumbersome API, but it's worth considering. For now though we can just add normal async colliders, I'll add it on my todo list

from avian.

Jondolf avatar Jondolf commented on August 24, 2024 3

Rapier have AsyncSceneCollider to automatically generate collision after scene spawn. I would suggest to add a similar feature for convenience, but with the ability to specify collider layers.

Have you implemented any workarounds for the time being? Im using rapier's AsyncSceneCollider atm and we would love to try out xpbd.

Not yet, but something lïke AsyncSceneCollider should be straightforward to add into your app even without forking the crate. You can basically copy Rapier's implementation by just adding an AsyncSceneCollider component and a system that initializes the actual colliders.

You can find AsyncSceneCollider here and the system here. Instead of Collider::from_bevy_mesh, you can use Collider::trimesh_from_bevy_mesh or Collider::convex_decomposition_from_bevy_mesh.

For normal AsyncColliders, you can find similar implementations.

from avian.

donkey-donkey avatar donkey-donkey commented on August 24, 2024

Rapier have AsyncSceneCollider to automatically generate collision after scene spawn. I would suggest to add a similar feature for convenience, but with the ability to specify collider layers.

Have you implemented any workarounds for the time being? Im using rapier's AsyncSceneCollider atm and we would love to try out xpbd.

from avian.

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.