Skip to content

Commit

Permalink
updated the Libbulletjme library to v21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 22, 2024
1 parent 69c88df commit 907e378
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

ext {
// current versions of libraries:
lbjVersion = '20.2.0'
lbjVersion = '21.0.0'
lwjglVersion = '3.3.3'
//lwjglVersion = '3.3.4-SNAPSHOT'
sportVersion = '0.9.4'
Expand Down
12 changes: 6 additions & 6 deletions docs/en/modules/ROOT/pages/add.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.github.stephengold:Libbulletjme:20.2.0'
implementation 'com.github.stephengold:Libbulletjme:21.0.0'
}
----

Expand All @@ -52,7 +52,7 @@ Add to the project's "pom.xml" file:
<dependency>
<groupId>com.github.stephengold</groupId>
<artifactId>Libbulletjme</artifactId>
<version>20.2.0</version>
<version>21.0.0</version>
</dependency>
----

Expand All @@ -62,7 +62,7 @@ Download the {Project} library from GitHub:

* https://github.com/stephengold/Libbulletjme/releases/latest

You'll definitely need the class JAR ("Libbulletjme-20.2.0.jar")
You'll definitely need the class JAR ("Libbulletjme-21.0.0.jar")
and probably the "-sources" and "-javadoc" JARs as well.

Open the project's properties in the NetBeans IDE:
Expand All @@ -74,15 +74,15 @@ Open the project's properties in the NetBeans IDE:
. Add the Heart class JAR:
.. Click on the btn:[Add JAR/Folder] button.
.. Navigate to the download directory.
.. Select the "Libbulletjme-20.2.0" file.
.. Select the "Libbulletjme-21.0.0" file.
.. Click on the btn:[Open] button.
. (optional) Add JARs for javadoc and sources:
.. Click on the btn:[Edit] button.
.. Click on the btn:[Browse...] button to the right of "Javadoc:"
.. Select the "Libbulletjme-20.2.0-javadoc.jar" file.
.. Select the "Libbulletjme-21.0.0-javadoc.jar" file.
.. Click on the btn:[Open] button.
.. Click on the btn:[Browse...] button to the right of "Sources:"
.. Select the "Libbulletjme-20.2.0-sources.jar" file.
.. Select the "Libbulletjme-21.0.0-sources.jar" file.
.. Click on the btn:[Open] button button again.
.. Click on the btn:[OK] button to close the "Edit Jar Reference" dialog.
. Click on the btn:[OK] button to exit the "Project Properties" dialog.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/modules/ROOT/pages/build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Here's the recommended procedure:
.. using Git:
... `git clone https://github.com/stephengold/Libbulletjme.git`
... `cd Libbulletjme`
... `git checkout -b latest 20.2.0`
... `git checkout -b latest 21.0.0`
.. using a web browser:
... browse to https://github.com/stephengold/Libbulletjme/releases/latest
... follow the "Source code (zip)" link
Expand Down
3 changes: 3 additions & 0 deletions docs/en/modules/ROOT/pages/lexicon.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ The following table documents those correspondences.
|btSoftBody::Material
|com.jme3.bullet.objects.infos.SoftBodyMaterial

|btSoftBodyRigidBodyCollisionConfiguration
|com.jme3.bullet.CollisionConfiguration

|btSoftBodyWorldInfo
|com.jme3.bullet.SoftBodyWorldInfo

Expand Down

0 comments on commit 907e378

Please sign in to comment.