File tree Expand file tree Collapse file tree
src/main/java/jme3utilities/minie Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# release notes for the Minie library, DacWizard, and MinieExamples
22
3+ ## Version 0.9.11for32 released on TBD
4+
5+ + Added a 3rd argument to the ` CollisionShapeFactory.createVhacdShape() `
6+ method, to simplify augmentation of an existing compound shape. (API change)
7+ + Finalized the ` TorsoLink.countManaged() ` method. (API change)
8+ + Fixed a bug where axes were visualized after shapes were no
9+ longer visualized.
10+ + Added CCD/sleep parameters of dynamic rigid bodies to dumps.
11+ + Added optional filtering of physics dumps.
12+ + Enhanced the ` BuoyDemo ` app with hotkeys to toggle visualization options.
13+
314## Version 0.9.10for32 released on 28 July 2019
415
516 + Fixed a bug where a scaled compound shape caused an assertion failure.
Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ private MinieVersion() {
5959 * @return branch and revision (not null, not empty)
6060 */
6161 public static String versionShort () {
62- return "for_jME3.2 0.9.10for32+1 " ;
62+ return "for_jME3.2 0.9.11for32 " ;
6363 }
6464}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ext { // current versions of the libraries
3030 heartVersion = ' 2.30.0for32'
3131 jme3utilitiesuiVersion = ' 0.7.5for32'
3232 jmonkeyengineVersion = ' 3.2.4-stable'
33- minieVersion = ' 0.9.10for32 '
33+ minieVersion = ' 0.9.11for32 '
3434}
3535
3636repositories {
You can’t perform that action at this time.
0 commit comments