Skip to content

Commit 2f4327e

Browse files
committed
new6dof.adoc: define and use the "Sport" attribute
1 parent b1eb2b5 commit 2f4327e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/en/modules/ROOT/pages/new6dof.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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
191192
that demonstrates a single-ended `New6Dof` constraint.
192193

193194
Things 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
202203
that demonstrates a double-ended `New6Dof` constraint.
203204

204205
Things to notice while running the app:
@@ -279,7 +280,7 @@ In `New6Dof`, each DOF has its own servo, which is disabled by default.
279280

280281
NOTE: 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
283284
that demonstrates a double-ended `New6Dof` constraint
284285
with its Y-rotation servo enabled.
285286

@@ -309,7 +310,7 @@ and set its stiffness to a positive value.
309310
If desired, you can also configure
310311
the 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
313314
that demonstrates a single-ended constraint with springs.
314315

315316
Things to notice while running the app:

0 commit comments

Comments
 (0)