Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Procedural 3D Modeling Using Geometry Nodes in Blender

You're reading from   Procedural 3D Modeling Using Geometry Nodes in Blender Discover the professional usage of geometry nodes and develop a creative approach to a node-based workflow

Arrow left icon
Product type Paperback
Published in Mar 2023
Publisher Packt
ISBN-13 9781804612552
Length 282 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Siemen Lens Siemen Lens
Author Profile Icon Siemen Lens
Siemen Lens
Arrow right icon
View More author details
Toc

Table of Contents (23) Chapters Close

Preface 1. Part 1 – Familiarizing Yourself with the Node System
2. Chapter 1: An Introduction to Geometry Nodes FREE CHAPTER 3. Chapter 2: Understanding the Functionality of Basic Nodes 4. Chapter 3: Must-Have Add-ons for Building Node Trees 5. Part 2 – Creating a Mesh in the Geometry Node System
6. Chapter 4: Making Use of Node Primitives 7. Chapter 5: Distributing Instances onto a Mesh 8. Chapter 6: Working with the Spreadsheet in Blender 9. Chapter 7: Creating and Modifying Text in the Geometry Node Editor 10. Part 3 – Modifying Meshes and Curves in the Geometry Node System
11. Chapter 8: Editing Curves with Nodes 12. Chapter 9: Manipulating a Mesh Using Geometry Nodes 13. Part 4 – Hands-On Projects Involving Advanced Workflow Techniques
14. Chapter 10: Creating a Procedural Plant Generator 15. Chapter 11: Creating a Procedural Spiderweb Generator 16. Chapter 12: Constructing a Procedural LED Panel 17. Part 5 – Best Practices to Improve Your Workflow
18. Chapter 13: Tips and Tricks for the Geometry Node Editor 19. Chapter 14: Troubleshooting the Most Common Problems in Geometry Nodes 20. Index 21. Other Books You May Enjoy Appendix: Important Shortcuts

Understanding the Geometry Node editor

The Geometry Node system makes use of the node tree design in Blender, like the material node editor. Much like the material node editor, the node system flows from left to right. Geometry Nodes can modify and create different types of geometry, such as the following:

  • Meshes
  • Curves
  • Point clouds
  • Volumes
  • Instances

Let’s take an in-depth look at these terms.

A mesh is a structural build of a 3D model consisting of faces. 3D meshes make use of the three axis points, x, y, and z. A mesh is made up of vertices, which make up edges, which, in turn, make up faces.

A curve is a way to define paths in Blender; this can be used on multiple occasions. For example, if you want a camera to follow a specific path, this can be done with curves. These can also be modified, used, and created in the Geometry Node editor. This will be explained in Chapter 8, Editing Curves with Nodes.

A point cloud is a selection of scattered points around a mesh. These point clouds are only visible in the viewport and not in the render.

A volume is a semi-transparent effect that can also be experimented with in the Geometry Node editor. Volumes are usually used to create abstract effects in the Geometry Node editor but can also be used to create a foggy atmosphere in your scene.

An instance is best explained as a copy of the original mesh. This can be used to copy multiple objects around a mesh, much like we used to do with hair particles. This is mostly used to scatter rocks or grass onto a base mesh.

All of these datatypes will use the same connection type, a Geometry connection. This node connection is green. Let’s have a look at the input and output node connection of the Geometry Node system.

Exploring the standard Geometry Nodes blocks

The first node that this book will introduce you to is the Group Input node.

Figure 1.2: Group Input node

Figure 1.2: Group Input node

The standard Geometry output of this node returns the base mesh of your object before any modifications have been made. This mesh basically returns the mesh you've inputted into the object's Edit mode.

This node is used to add variables to the Geometry Nodes Modifier so that you can have easy access to the most used variables. To create these variables, just slide a value into the unused node socket, and it will automatically occupy the node socket.

At the end of the node tree, you will use a Group Output node.

Figure 1.3: Group Output node

Figure 1.3: Group Output node

This will define the end of the Modifier. Just like the Group Input node, the Group Output node has an unused node socket to output extra data to the Modifier. This can be used to define UV maps, for example.

You have been reading a chapter from
Procedural 3D Modeling Using Geometry Nodes in Blender
Published in: Mar 2023
Publisher: Packt
ISBN-13: 9781804612552
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime