Trial includes a system with a variety of examples called trial-examples. After loading it, you can fire it up via trial-examples:launch which will show a menu where you can pick an example to run. You can also run a specific example directly by passing an initarg.
The following examples are currently available:
triangle A simple triangle
riggging An example of an animated character model
cpu-particle A demo of the CPU particle system
gpu-particle A demo of the large-scale GPU particle system
video An example of video playback
spatial-query A test application for spatial query data structures
gjk A test application for the GJK collision detection algorithm
vclip A test application for the V-clip collision detection algorithm
\ No newline at end of file
+}
Examples
Trial includes a system with a variety of examples called trial-examples. After loading it, you can fire it up via trial-examples:launch which will show a menu where you can pick an example to run. You can also run a specific example directly by passing an initarg.
The following examples are currently available:
triangle
A simple triangle
riggging
An example of an animated character model
cpu-particle
A demo of the CPU particle system
gpu-particle
A demo of the large-scale GPU particle system
video
An example of video playback
spatial-query
A test application for spatial query data structures
gjk
A test application for the GJK collision detection algorithm
vclip A test application for the V-clip collision detection algorithm
\ No newline at end of file
diff --git a/docs/examples.mess b/docs/examples.mess
index 37d638ded..9b844c96e 100644
--- a/docs/examples.mess
+++ b/docs/examples.mess
@@ -4,18 +4,26 @@ Trial includes a system with a variety of examples called ``trial-examples``. Af
The following examples are currently available:
- **triangle**
+ [ image images/example triangle.png, width 15em ]
A simple triangle
- **riggging**
+ [ image images/example rigging.png, width 15em ]
An example of an animated character model
- **cpu-particle**
+ [ image images/example cpu-particle.png, width 15em ]
A demo of the CPU particle system
- **gpu-particle**
+ [ image images/example gpu-particle.png, width 15em ]
A demo of the large-scale GPU particle system
- **video**
+ [ image images/example video.png, width 15em ]
An example of video playback
- **spatial-query**
+ [ image images/example spatial-query.png, width 15em ]
A test application for spatial query data structures
- **gjk**
+ [ image images/example gjk.png, width 15em ]
A test application for the GJK collision detection algorithm
- **vclip**
A test application for the V-clip collision detection algorithm
+
diff --git a/docs/images/example cpu-particle.png b/docs/images/example cpu-particle.png
new file mode 100644
index 000000000..2aeee2792
Binary files /dev/null and b/docs/images/example cpu-particle.png differ
diff --git a/docs/images/example gjk.png b/docs/images/example gjk.png
new file mode 100644
index 000000000..affc8d631
Binary files /dev/null and b/docs/images/example gjk.png differ
diff --git a/docs/images/example gpu-particle.png b/docs/images/example gpu-particle.png
new file mode 100644
index 000000000..e9ae1d1a7
Binary files /dev/null and b/docs/images/example gpu-particle.png differ
diff --git a/docs/images/example rigging.png b/docs/images/example rigging.png
new file mode 100644
index 000000000..c6c7642ca
Binary files /dev/null and b/docs/images/example rigging.png differ
diff --git a/docs/images/example spatial-query.png b/docs/images/example spatial-query.png
new file mode 100644
index 000000000..c9cd123d2
Binary files /dev/null and b/docs/images/example spatial-query.png differ
diff --git a/docs/images/example triangle.png b/docs/images/example triangle.png
new file mode 100644
index 000000000..a4e7be1e7
Binary files /dev/null and b/docs/images/example triangle.png differ
diff --git a/docs/images/example video.png b/docs/images/example video.png
new file mode 100644
index 000000000..24831c67d
Binary files /dev/null and b/docs/images/example video.png differ