Skip to content

Commit db49626

Browse files
committed
added demos to index page
1 parent ef62b6a commit db49626

File tree

6 files changed

+5
-0
lines changed

6 files changed

+5
-0
lines changed

images/jenga.png

11 KB
Loading

images/ragdoll.png

9.9 KB
Loading

images/simpleFriction.png

18.3 KB
Loading

images/trimesh.png

10.6 KB
Loading

images/tween.png

8.95 KB
Loading

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,21 @@ <h2>Examples</h2>
9292
<a href="demos/heightfield.html"><img src="images/heightfield.png" alt="Hinge"></a>
9393
<a href="demos/hinge.html"><img src="images/hinge.png" alt="Hinge"></a>
9494
<a href="demos/impulses.html"><img src="images/impulses.png" alt="Impulses"></a>
95+
<a href="demos/jenga.html"><img src="images/jenga.png" alt="Jenga"></a>
9596
<a href="demos/pile.html"><img src="images/pile.png" alt="Pile"></a>
97+
<a href="demos/ragdoll.html"><img src="images/ragdoll.png" alt="Ragdoll"></a>
9698
<a href="demos/raycastVehicle.html"><img src="images/raycastVehicle.png" alt="RaycastVehicle"></a>
9799
<a href="demos/rigidVehicle.html"><img src="images/rigidVehicle.png" alt="RigidVehicle"></a>
98100
<a href="demos/shapes.html"><img src="images/shapes.png" alt="Shapes"></a>
101+
<a href="demos/simpleFriction.html"><img src="images/simpleFriction.png" alt="Set friction per body or shape."></a>
99102
<a href="demos/singleBodyOnPlane.html"><img src="images/single.png" alt="Single shape on a plane."></a>
100103
<a href="demos/sleep.html"><img src="images/sleep.png" alt="Sleep"></a>
101104
<a href="demos/sph.html"><img src="images/sph.png" alt="SPH fluid simulation"></a>
102105
<a href="demos/splitSolver.html"><img src="images/splitSolver.png" alt="SplitSolver"></a>
103106
<a href="demos/spring.html"><img src="images/spring.png" alt="Spring"></a>
104107
<a href="demos/stacks.html"><img src="images/stack.png" alt="Different types of stacks"></a>
108+
<a href="demos/trimesh.html"><img src="images/trimesh.png" alt="Trimesh"></a>
109+
<a href="demos/tween.html"><img src="images/tween.png" alt="Tween"></a>
105110
</div>
106111

107112
<div class="footer">

0 commit comments

Comments
 (0)