Releases: stephengold/jme3-utilities
Releases · stephengold/jme3-utilities
jme3-utilities-heart v2.19.0
- Moved the
countDistinct()
andcountNe()
methods fromMyVector3f
to theMyArray
class. - Renamed
MySkeleton.numLeafBones()
tocountLeafBones()
. - Renamed
MySkeleton.numRootBones()
tocountRootBones()
. - Added a
createDebugMaterial()
method to theMyAsset
class. - Added
SkeletonControl
skinning modes toMyControl.describe()
. - Added a
boneWeightMaterial()
method to theMyMesh
class. - Added a
visualizeBoneWeights()
method to theMySpatial
class. - Added a
listCorners()
method to theRectangularSolid
class.
jme3-utilities-debug v0.9.10
- Removed
LandscapeControl
. (API change) - Excluded the
arrow.blend
file from the JAR. - Bugfix:
RenderState
described incorrectly. - Changed
SkeletonVisualizer
to work with models that do not contain an animatedGeometry
. - Eliminated all dependencies on the
jme3-effects
andjme3-terrain
libraries. - Flag disabled
MatParamOverride
s inDescriber
. - Based on version 2.19 of the
jme3-utilities-heart
library.
jme3-utilities-nifty v0.9.1
- Revert to version 1.4.2 of Nifty to resolve some issues.
- Add a
TestMultipleWindows
example app. - Correct the width of the "Bind" button in
BindScreen
.
SkyControl v0.9.16
Base on version 2.18 of the heart library and target JME 3.2.2-stable .
jme3-utilities-ui v0.7.0
- Added a
DisplaySizeLimits
class. - Added a
DisplaySettings
class based on the one in Maud.
jme3-utilities-nifty v0.9.0
- Add a
PopupMenuBuilder
class based on the Maud'sMenuBuilder
. - Add a display-settings editor screen.
- Add a
DisplaySizeDialog
class based on Maud'sDimensionsDialog
- Add abstract class
Tool
for tool windows. - Catch exceptions while loading XML.
- Based on version 3.2.2-stable of jMonkeyEngine, version 2.18 of the jme3-utilities-heart library, and version 0.7.0 of the jme3-utilities-ui library.
jme3-utilities-ui v0.6.8
- Added an
ActionApplication.getSettings()
method. - Based on version 2.18 of the jme3-utilities-heart library.
jme3-utilities-x v0.2.8
- Allow streaming audio with an
AudioControl
. - Targeted version 3.2.2-stable of jMonkeyEngine.
- Based on version 2.18 of the jme3-utilities-heart library.
jme3-utilities-heart v2.18.0
- Improved exception handling in the
MyControl
class - Targeted jMonkeyEngine version 3.2.2-stable
jme3-utilities-debug v0.9.9
Based on version 2.18 of the jme3-utilities-heart library.