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 [jbox2d testbed](https://github.com/jbox2d/jbox2d/tree/master/jbox2d-testbed/src/main/java/org/jbox2d/testbed/tests).<br>
25
-
For a quick start, each sketch has a couple of default eventhandlers:
25
+
For a quick start, each sketch has a couple of default mouse-actions:
26
26
27
27
- LMB: drag rigid bodies / particles
28
28
- LMB + SHIFT: shoot a bullet
@@ -47,7 +47,7 @@ particles are rendered as point-sprites and rigid bodies are rendered using the
47
47
48
48
#### Default renderer + Postprocessing
49
49
50
-
LiquidFx adds some liquid effect and fake shading. [PixelFlow](https://github.com/diwi/PixelFlow) needs to be installed to use it.
50
+
**LiquidFx** adds some liquid effect and fake shading. [PixelFlow](https://github.com/diwi/PixelFlow) needs to be installed to use it.
0 commit comments