Skip to content

libbulletc build issue (double precision branch) #76

@gitapat

Description

@gitapat

Hello!

I got this error when trying to build:
'getConstraintType': is not a member of 'btMultiBodyConstraint' libbulletc K:\dev\BulletSharpPInvoke-double-precision\libbulletc\src\btMultiBodyConstraint_wrap.cpp 34

Its this function:

int btMultiBodyConstraint_getConstraintType(btMultiBodyConstraint* obj)
{
return obj->getConstraintType();
}

For now I've instead just returned 0 to get the build continue, I'm using bullet 2.89. Any idea why its missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions