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 1- # release notes for the Minie library and related tests
1+ # release notes for the Minie library and related examples
2+
3+ ## Version 0.6.1 released on TBD
4+
5+ + Added an option to calculate local coordinates
6+ in ` DynamicAnimControl.findManagerForVertex() ` .
7+ + Added a ` chainLength ` argument to ` DynamicAnimControl.setDynamicChain() ` .
8+ + Finalized 4 library methods.
9+ + Created a ` CameraOrbitAppState ` class for use in examples.
10+ + Based on version 2.17 of the ` jme3-utilities-heart ` library
11+ and JME 3.2.2-beta1.
12+ + Disable scene-graph culling for animated models in examples.
213
314## Version 0.6.0 released on 15 December 2018
415
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 "master 0.6.0+ 1" ;
62+ return "master 0.6.1" ;
6363 }
6464}
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ Section to be written.
147147 jcenter()
148148 }
149149 dependencies {
150- compile 'jme3utilities:Minie:0.6.0 '
150+ compile 'jme3utilities:Minie:0.6.1 '
151151 }
152152
153153<a name =" links " />
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ gradle.projectsEvaluated {
3030ext {
3131 // current versions of the libraries
3232 jmonkeyengineVersion = ' 3.2.2-beta1'
33- minieVersion = ' 0.6.0 '
33+ minieVersion = ' 0.6.1 '
3434}
3535
3636repositories {
You can’t perform that action at this time.
0 commit comments