Skip to content

Commit

Permalink
deploy: 0bd0360
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 22, 2024
1 parent 7f78a85 commit 3eaca53
Show file tree
Hide file tree
Showing 27 changed files with 632 additions and 615 deletions.
4 changes: 2 additions & 2 deletions javadoc/master/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,8 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com/jme3/bullet/objects/infos/RigidBodySnapshot.html" title="class in com.jme3.bullet.objects.infos">RigidBodySnapshot</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Copy certain properties of a PhysicsRigidBody in order to re-apply them
later.</div>
<div class="block">Copy certain properties of a <code>PhysicsRigidBody</code> in order to re-apply
them later.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com/jme3/bullet/joints/motors/RotationalLimitMotor.html" title="class in com.jme3.bullet.joints.motors">RotationalLimitMotor</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
Expand Down
14 changes: 7 additions & 7 deletions javadoc/master/com/jme3/bullet/BulletAppState.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h2>Method Summary</h2>
com.jme3.math.Vector3f&nbsp;max,
<a href="PhysicsSpace.BroadphaseType.html" title="enum class in com.jme3.bullet">PhysicsSpace.BroadphaseType</a>&nbsp;type)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Create the configured PhysicsSpace.</div>
<div class="block">Create the configured <code>PhysicsSpace</code>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>float</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#debugAxisLength()" class="member-name-link">debugAxisLength</a>()</code></div>
Expand Down Expand Up @@ -244,7 +244,7 @@ <h2>Method Summary</h2>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>float</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSpeed()" class="member-name-link">getSpeed</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Determine the physics simulation speed.</div>
<div class="block">Return the physics-simulation speed.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BulletAppState.ThreadingType.html" title="enum class in com.jme3.bullet">BulletAppState.ThreadingType</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getThreadingType()" class="member-name-link">getThreadingType</a>()</code></div>
Expand Down Expand Up @@ -657,10 +657,10 @@ <h3>getSolverType</h3>
<section class="detail" id="getSpeed()">
<h3>getSpeed</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">float</span>&nbsp;<span class="element-name">getSpeed</span>()</div>
<div class="block">Determine the physics simulation speed.</div>
<div class="block">Return the physics-simulation speed.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the speedup factor (&ge;0, default=1)</dd>
<dd>the speedup factor (&ge;0, default=1, 0&rarr;paused)</dd>
</dl>
</section>
</li>
Expand Down Expand Up @@ -918,7 +918,7 @@ <h3>setSpeed</h3>
<div class="block">Alter the physics simulation speed.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>speed</code> - the desired speedup factor (&ge;0, default=1)</dd>
<dd><code>speed</code> - the desired speedup factor (&ge;0, default=1, 0&rarr;paused)</dd>
</dl>
</section>
</li>
Expand Down Expand Up @@ -1028,7 +1028,7 @@ <h3>createPhysicsSpace</h3>
<div class="member-signature"><span class="modifiers">protected</span>&nbsp;<span class="return-type"><a href="PhysicsSpace.html" title="class in com.jme3.bullet">PhysicsSpace</a></span>&nbsp;<span class="element-name">createPhysicsSpace</span><wbr><span class="parameters">(com.jme3.math.Vector3f&nbsp;min,
com.jme3.math.Vector3f&nbsp;max,
<a href="PhysicsSpace.BroadphaseType.html" title="enum class in com.jme3.bullet">PhysicsSpace.BroadphaseType</a>&nbsp;type)</span></div>
<div class="block">Create the configured PhysicsSpace.</div>
<div class="block">Create the configured <code>PhysicsSpace</code>.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>min</code> - the minimum coordinate values (not null, unaffected)</dd>
Expand Down Expand Up @@ -1175,7 +1175,7 @@ <h3>stateAttached</h3>
<dt>Overrides:</dt>
<dd><code>stateAttached</code>&nbsp;in class&nbsp;<code>com.jme3.app.state.AbstractAppState</code></dd>
<dt>Parameters:</dt>
<dd><code>stateManager</code> - (not null)</dd>
<dd><code>stateManager</code> - the manager instance (not null)</dd>
</dl>
</section>
</li>
Expand Down
Loading

0 comments on commit 3eaca53

Please sign in to comment.