Skip to content

The difference between Flex and this work #105

@lyd405121

Description

@lyd405121

I have learned a lot from this repository and your paper, and I want to implement this repository fully on gpu .
Recent days, I am learning the Flex engine and Matthias Müller's《Ten Minute Physics》
Here's my video about my work:
ik

Here is the difference I found in rigidbody simulation between this repository and Flex:

In this repository :
model files(ply) → aabb(or kdtree) → collision detect → conact found → sovle constraint

And in Flex:
model files(ply) → particle(discretization, like sdf) → invisible(because Flex is not open source project)

So, the rigidboy simuliton in this repository don't include any particles, just vertex from the model files. Is that right?
I guess you and Matthias Müller, Miles Macklin are old friends, maybe you know well about the Flex engine :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions