You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library includes a lot of examples from the original .<br>
24
+
The library includes a lot of examples from the original [jbox2d testbed](https://github.com/jbox2d/jbox2d/tree/master/jbox2d-testbed/src/main/java/org/jbox2d/testbed/tests).<br>
25
25
For a quick start, each sketch has a couple of default eventhandlers:
26
26
27
27
- LMB: drag rigid bodies / particles
28
28
- LMB + SHIFT: shoot a bullet
29
29
- MMB: spawn particles
30
30
- RMB: destroy particles
31
31
32
-
... ss well as some key-mapping, e.g. to display the debug-draw, restart, pause/resume.<br>
32
+
... as well as some key-mapping, e.g. to display the debug-draw, restart, pause/resume.<br>
33
33
Of course, each of those can be altered, overwritten or disabled/removed.
34
34
35
35
<br>
36
36
37
+
38
+
## Rendermodes
39
+
Default renderer, no postprocessing, particles are rendered as point-sprites, rigid bodies are rendered using the PShape tree structure.
0 commit comments