Viewer
Previews a branch without making it the final result.
preview, debug, look at, inspect, show, check- Category
- Modifiers
- Outputs
- mesh
- Runs live in
- Godot, Roblox
Park one beside anything you are working on and you can see it while the rest of the graph carries on. It is the fastest way to find out what a field or an intermediate step is actually producing.
It is not only a preview: what it shows also exports as visible geometry, so remember to remove it once the branch it was watching is finished.
Inputs
| Socket | Type | Wiring |
|---|---|---|
| mesh | geometry |
Parameters
| Name | Type | Default | Available when | What it does |
|---|
Watch out
It exports. Anything left wired to a Viewer ships as visible geometry.
Built with this node
See also
- groupOutputFor the actual result of the graph.
- collisionProxyWhich is invisible by design, so a Viewer is how you check one.