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

reinstancePhysicsMesh not working in latest master #622

Closed
BluePrintRandom opened this issue Oct 25, 2017 · 4 comments
Closed

reinstancePhysicsMesh not working in latest master #622

BluePrintRandom opened this issue Oct 25, 2017 · 4 comments

Comments

@BluePrintRandom
Copy link
Member

it could be my build set up however reinstancePhysicsMesh is not working for me in recent build.

@BluePrintRandom
Copy link
Member Author

@youle31
Copy link
Collaborator

youle31 commented Oct 25, 2017

First bad commit: 7668960

panzergame added a commit that referenced this issue Oct 26, 2017
Previously the vertex remap was resized with default value to -1 but if
this list wasn't empty the previous value were kept. To initialize all
values to -1 std::fill is used.

Fix issue: #622.
@youle31
Copy link
Collaborator

youle31 commented Oct 26, 2017

Thanks @panzergame ! it works for me.
@BluePrintRandom : I updated ge_normals with panzergame commit. To update your branch do:
git checkout ge_normals (to go on ge_normals)
git pull (to update)
if git pull doesn't work, do:
git pull origin ge_normals
then build

@youle31 youle31 closed this as completed Oct 26, 2017
@BluePrintRandom
Copy link
Member Author

Thanks !!!!

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