22:Project: Libbulletjme
33:experimental:
44:page-pagination:
5+ :Sport: SPORT
56:url-api: https://stephengold.github.io/Libbulletjme/javadoc/master/com/jme3/bullet
67:url-enwiki: https://en.wikipedia.org/wiki
78:url-kt: https://github.com/stephengold/LbjExamples/blob/master/kotlin-apps/src/main/kotlin/com/github/stephengold/lbjexamples/ktapps
@@ -187,7 +188,7 @@ Then you can specify `Matrix3f.IDENTITY` for each "rot" parameter.
187188
188189=== Example apps
189190
190- {url-tutorial}/HelloJoint.java[HelloJoint] (also {url-kt}/HelloJoint.kt[in Kotlin]) is a SPORT app
191+ {url-tutorial}/HelloJoint.java[HelloJoint] (also {url-kt}/HelloJoint.kt[in Kotlin]) is a {Sport} app
191192that demonstrates a single-ended `New6Dof` constraint.
192193
193194Things to notice while running the app:
@@ -198,7 +199,7 @@ Things to notice while running the app:
198199. If you strike the ball with the paddle, it swings around, maintaining
199200 a constant distance from the pivot point.
200201
201- {url-tutorial}/HelloDoubleEnded.java[HelloDoubleEnded] (also {url-kt}/HelloDoubleEnded.kt[in Kotlin]) is a SPORT app
202+ {url-tutorial}/HelloDoubleEnded.java[HelloDoubleEnded] (also {url-kt}/HelloDoubleEnded.kt[in Kotlin]) is a {Sport} app
202203that demonstrates a double-ended `New6Dof` constraint.
203204
204205Things to notice while running the app:
@@ -279,7 +280,7 @@ In `New6Dof`, each DOF has its own servo, which is disabled by default.
279280
280281NOTE: For a servo to be effective, its corresponding motor must also be enabled.
281282
282- {url-tutorial}/HelloServo.java[HelloServo] (also {url-kt}/HelloServo.kt[in Kotlin]) is a SPORT app
283+ {url-tutorial}/HelloServo.java[HelloServo] (also {url-kt}/HelloServo.kt[in Kotlin]) is a {Sport} app
283284that demonstrates a double-ended `New6Dof` constraint
284285with its Y-rotation servo enabled.
285286
@@ -309,7 +310,7 @@ and set its stiffness to a positive value.
309310If desired, you can also configure
310311the spring's equilibrium value and damping ratio.
311312
312- {url-tutorial}/HelloSpring.java[HelloSpring] (also {url-kt}/HelloSpring.kt[in Kotlin]) is a SPORT app
313+ {url-tutorial}/HelloSpring.java[HelloSpring] (also {url-kt}/HelloSpring.kt[in Kotlin]) is a {Sport} app
313314that demonstrates a single-ended constraint with springs.
314315
315316Things to notice while running the app:
0 commit comments