stephengold / Libbulletjme

A JNI interface to Bullet Physics and V-HACD
https://stephengold.github.io/Libbulletjme/lbj-en/English/overview.html
Other
84 stars 10 forks source link

where is CollisionShapeFactory? #27

Closed CientistaVuador closed 7 months ago

CientistaVuador commented 7 months ago

in the library tutorials on automated decomposition (https://stephengold.github.io/Libbulletjme/lbj-en/English/shape.html#_automated_decomposition) there is a class called CollisionShapeFactory being used in the example but it does not seem to exist in the library.

stephengold commented 7 months ago

@CientistaVuador Thank you for bringing this inconsistency to my attention.

When I copied over the tutorials from my other physics project, I needed to make numerous adaptations. Apparently I missed one. I'm sorry about that.

There's no CollisionShapeFactory in Libbulletjme, so I should delete all references to it.

I'll leave this issue open until the tutorials are corrected.

CientistaVuador commented 7 months ago

thanks

stephengold commented 7 months ago

Solved!