geonodes-web-render 0.3.18 → 0.3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/dist/embed.js +1905 -1922
- package/dist/types/gn/components/SimulationZoneFrame.d.ts +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,6 +28,18 @@ Tree Clipper JSON / base64 payload
|
|
|
28
28
|
- **Blender fidelity** — socket and header colors sourced from Blender's own tables; Math/Compare nodes show human-readable operation labels
|
|
29
29
|
- **Embeddable** — ships a separate `embed` entry point for use as a library
|
|
30
30
|
|
|
31
|
+
## Controls
|
|
32
|
+
|
|
33
|
+
| Action | Mouse | Trackpad |
|
|
34
|
+
| --- | --- | --- |
|
|
35
|
+
| Box-select | Left-drag | Left-drag |
|
|
36
|
+
| Pan | Middle-drag | Two-finger drag |
|
|
37
|
+
| Zoom | Wheel | Pinch |
|
|
38
|
+
| Zoom (modifier) | `⌘`/`Ctrl` + wheel | `⌘`/`Ctrl` + two-finger |
|
|
39
|
+
| Context menu | Right-click | Right-click |
|
|
40
|
+
|
|
41
|
+
Mouse vs. trackpad is auto-detected per scroll, so wheel-zoom and two-finger-pan coexist. In an embed, scroll passes through to the page until you click the canvas to engage; moving the pointer off disengages.
|
|
42
|
+
|
|
31
43
|
## Usage
|
|
32
44
|
|
|
33
45
|
### Standalone app
|