Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
3d:geo-nodes [2025/06/20 10:58] – [Fundamentals] mh | 3d:geo-nodes [2025/06/20 17:24] (current) – [Fundamentals] mh | ||
---|---|---|---|
Line 17: | Line 17: | ||
The **Spreadsheet** panel displays information on the way the geometry is being evaluated with information on (for example) the position of Vertices, Edges, Faces and Face Corners. These Face corners are for each vertex the way it unwraps on the UV (on a cube, each vertex will have 3 face corners attached). | The **Spreadsheet** panel displays information on the way the geometry is being evaluated with information on (for example) the position of Vertices, Edges, Faces and Face Corners. These Face corners are for each vertex the way it unwraps on the UV (on a cube, each vertex will have 3 face corners attached). | ||
+ | |||
+ | Inputs and Outputs are color-coded by type (hover over to know the type) and they have a shape : circles are expecting or emitting a single value where diamonds are expecting or emitting field values. | ||
+ | |||
+ | ===== Keyboard Shortcuts ===== | ||
+ | |||
+ | * **'' | ||
+ | |||
+ | * **'' | ||
+ | |||
+ | * **'' | ||
+ | |||
+ | * **'' | ||
+ | |||
+ | ===== Fields ===== | ||
+ | |||
+ | Noodles with dotted lines are actually field values and can be thought of as lists or arrays in programming. They contain a value for a select number of items. |