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 .
27
25
For a quick start, each sketch has a couple of default eventhandlers:
28
26
29
27
- LMB: drag rigid bodies / particles
30
28
- LMB + SHIFT: shoot a bullet
31
29
- MMB: spawn particles
32
30
- RMB: destroy particles
33
31
34
-
as well as some key-mapping, e.g. to display the debug-draw.
35
-
32
+
as well as some key-mapping, e.g. to display the debug-draw, restart, pause/resume.
36
33
of course, each of those can be altered, overwritten or disable/removed.
0 commit comments