Skip to content

No callback for trimesh to trimesh collision #23

@oleh-derevenko

Description

@oleh-derevenko

Trimesh to trimesh collision fails to call the callback function for either trimesh.

Probably need this
if (!Callback((dxTriMesh)g1, g2, id1) || !Callback((dxTriMesh)g2, g1, id2)) continue;

at line 200 in collision_trimesh_trimesh.cpp (V0.8) to get it working w/the OPCODE collider. I'm unsure if the GIMPACT collider calls the callback.

(submitted by crusherfred)

[Issue created by danielko: 2014-02-05]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    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