Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libbulletc build issue (double precision branch) #76

Open
gitapat opened this issue Aug 28, 2020 · 1 comment
Open

libbulletc build issue (double precision branch) #76

gitapat opened this issue Aug 28, 2020 · 1 comment

Comments

@gitapat
Copy link

gitapat commented Aug 28, 2020

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?

@AndresTraks
Copy link
Owner

getConstraintType was added here: bulletphysics/bullet3@c517c43

I try to keep the double precision up to date with Bullet's master branch.
It doesn't always follow the release versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants