Skip to content

Commit

Permalink
deploy: d59d424
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 12, 2024
1 parent 496def2 commit 5f664d2
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ <h3>GImpactCollisionShape</h3>
<div class="block">Instantiate a shape based on the specified CompoundMesh and offset.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>mesh</code> - the mesh on which to base the shape (not null, unaffected)</dd>
<dd><code>mesh</code> - the mesh on which to base the shape (not null, must contain
at least one triangle, unaffected)</dd>
<dd><code>offset</code> - the offset to add to the vertex positions (not null,
unaffected)</dd>
</dl>
Expand All @@ -285,7 +286,8 @@ <h3>GImpactCollisionShape</h3>
<div class="block">Instantiate a shape based on the specified native mesh(es).</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>submeshes</code> - the mesh(es) on which to base the shape (not null)</dd>
<dd><code>submeshes</code> - the mesh(es) on which to base the shape (not null, must
contain at least one triangle)</dd>
</dl>
</section>
</li>
Expand All @@ -296,8 +298,8 @@ <h3>GImpactCollisionShape</h3>
<div class="block">Instantiate a shape based on the specified JME mesh(es).</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>jmeMeshes</code> - the mesh(es) on which to base the shape (not null,
unaffected)</dd>
<dd><code>jmeMeshes</code> - the mesh(es) on which to base the shape (not null, must
contain at least one triangle, unaffected)</dd>
</dl>
</section>
</li>
Expand Down
10 changes: 5 additions & 5 deletions javadoc/master/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@ <h2 class="title" id="I:C">C</h2>
<dd>
<div class="block">Used internally.</div>
</dd>
<dt><a href="com/jme3/bullet/debug/BulletCharacterDebugControl.html#colorChildren()" class="member-name-link">colorChildren()</a> - Method in class com.jme3.bullet.debug.<a href="com/jme3/bullet/debug/BulletCharacterDebugControl.html" title="class in com.jme3.bullet.debug">BulletCharacterDebugControl</a></dt>
<dt><a href="com/jme3/bullet/debug/BulletRigidBodyDebugControl.html#colorChildren()" class="member-name-link">colorChildren()</a> - Method in class com.jme3.bullet.debug.<a href="com/jme3/bullet/debug/BulletRigidBodyDebugControl.html" title="class in com.jme3.bullet.debug">BulletRigidBodyDebugControl</a></dt>
<dd>
<div class="block">Color each child of the debug node for a CompoundCollisionShape.</div>
</dd>
Expand Down Expand Up @@ -3139,7 +3139,7 @@ <h2 class="title" id="I:D">D</h2>
<dd>
<div class="block">A utility class to generate debug meshes for Bullet collision shapes.</div>
</dd>
<dt><a href="com/jme3/bullet/debug/BulletCharacterDebugControl.html#debugSpatial" class="member-name-link">debugSpatial</a> - Variable in class com.jme3.bullet.debug.<a href="com/jme3/bullet/debug/BulletCharacterDebugControl.html" title="class in com.jme3.bullet.debug">BulletCharacterDebugControl</a></dt>
<dt><a href="com/jme3/bullet/debug/BulletRigidBodyDebugControl.html#debugSpatial" class="member-name-link">debugSpatial</a> - Variable in class com.jme3.bullet.debug.<a href="com/jme3/bullet/debug/BulletRigidBodyDebugControl.html" title="class in com.jme3.bullet.debug">BulletRigidBodyDebugControl</a></dt>
<dd>
<div class="block">Spatial to visualize lastShape (not null)</div>
</dd>
Expand Down Expand Up @@ -6137,7 +6137,7 @@ <h2 class="title" id="I:H">H</h2>
<dd>
<div class="block">Generate the hash code for this instance.</div>
</dd>
<dt><a href="com/jme3/bullet/debug/BulletCharacterDebugControl.html#hasShapeChanged(com.jme3.bullet.collision.shapes.CollisionShape)" class="member-name-link">hasShapeChanged(CollisionShape)</a> - Method in class com.jme3.bullet.debug.<a href="com/jme3/bullet/debug/BulletCharacterDebugControl.html" title="class in com.jme3.bullet.debug">BulletCharacterDebugControl</a></dt>
<dt><a href="com/jme3/bullet/debug/BulletRigidBodyDebugControl.html#hasShapeChanged(com.jme3.bullet.collision.shapes.CollisionShape)" class="member-name-link">hasShapeChanged(CollisionShape)</a> - Method in class com.jme3.bullet.debug.<a href="com/jme3/bullet/debug/BulletRigidBodyDebugControl.html" title="class in com.jme3.bullet.debug">BulletRigidBodyDebugControl</a></dt>
<dd>
<div class="block">Compare the specified CollisionShape with the lastShape.</div>
</dd>
Expand Down Expand Up @@ -11929,7 +11929,7 @@ <h2 class="title" id="I:S">S</h2>
<dd>
<div class="block">Alter the shadow mode for the (debug) root node.</div>
</dd>
<dt><a href="com/jme3/bullet/debug/BulletCharacterDebugControl.html#setShape(com.jme3.bullet.collision.shapes.CollisionShape)" class="member-name-link">setShape(CollisionShape)</a> - Method in class com.jme3.bullet.debug.<a href="com/jme3/bullet/debug/BulletCharacterDebugControl.html" title="class in com.jme3.bullet.debug">BulletCharacterDebugControl</a></dt>
<dt><a href="com/jme3/bullet/debug/BulletRigidBodyDebugControl.html#setShape(com.jme3.bullet.collision.shapes.CollisionShape)" class="member-name-link">setShape(CollisionShape)</a> - Method in class com.jme3.bullet.debug.<a href="com/jme3/bullet/debug/BulletRigidBodyDebugControl.html" title="class in com.jme3.bullet.debug">BulletRigidBodyDebugControl</a></dt>
<dd>
<div class="block">Replace the lastShape and update related fields.</div>
</dd>
Expand Down Expand Up @@ -11999,7 +11999,7 @@ <h2 class="title" id="I:S">S</h2>
<dd>
<div class="block">Alter which Spatial is controlled.</div>
</dd>
<dt><a href="com/jme3/bullet/debug/BulletCharacterDebugControl.html#setSpatial(com.jme3.scene.Spatial)" class="member-name-link">setSpatial(Spatial)</a> - Method in class com.jme3.bullet.debug.<a href="com/jme3/bullet/debug/BulletCharacterDebugControl.html" title="class in com.jme3.bullet.debug">BulletCharacterDebugControl</a></dt>
<dt><a href="com/jme3/bullet/debug/BulletRigidBodyDebugControl.html#setSpatial(com.jme3.scene.Spatial)" class="member-name-link">setSpatial(Spatial)</a> - Method in class com.jme3.bullet.debug.<a href="com/jme3/bullet/debug/BulletRigidBodyDebugControl.html" title="class in com.jme3.bullet.debug">BulletRigidBodyDebugControl</a></dt>
<dd>
<div class="block">Alter which Spatial is controlled.</div>
</dd>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/master/member-search-index.js

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,74 +2,74 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://stephengold.github.io/Minie/minie/build.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/demos.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/depends.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/implementation.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/add.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/character.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/collision.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/dac.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/debug.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/misc.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/new6dof.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/rbc.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/rigidbody.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/server.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/shape.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/softbody.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/minie-library-tutorials/vehicle.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
<url>
<loc>https://stephengold.github.io/Minie/minie/overview.html</loc>
<lastmod>2024-08-22T19:29:45.869Z</lastmod>
<lastmod>2024-09-12T21:41:52.658Z</lastmod>
</url>
</urlset>

0 comments on commit 5f664d2

Please sign in to comment.