In this tutorial, we will be fixing the orientation of the instances of the geometry nodes. Blender version 2.93 is used.
Tag: Geometry Nodes
In this tutorial, we are going to use Geometry Nodes to track a target or another object. Blender version 2.93 is used.
Procedural Object Tracking in Blender
In this tutorial series, we will track an object using Geometry Nodes. We will basically use Align Rotation to Vector node and then fix the rotation for the instances. Blender version 2.93 is used.
This tutorial is the continuation of the previous tutorial, in the previous tutorial, we were able to make the half of the objects face the center while the other half were off by 180 degree angle. We are going to fix this issue by adding some 180 degrees to half of the instance objects that are not facing the center. Blender version 2.93 is used
In this tutorial, we are going to focus on how to organize our Geometry node setup. We will be using Frame nodes to organize the nodes. Blender version 2.93 is used.
In this tutorial, we are going to make the Instance objects face the center. We already have made a circular Array. We are going to use a mathematical formula to find out the value of angle. Blender version 2.93 is used.
In this tutorial, we are going to use Geometry nodes to make a Circular Array. In Geometry Nodes, we are going to add a Circle and instance our objects on its vertices. Blender version 2.93 is used
In this tutorial series, we are going to make a circular array using Geometry nodes in Blender, we first make a simple circular array, and all the instances in that array will be facing the same direction. And after that, we are going to modify that array in which the instances face the center of […]
In this tutorial, we are going to address an issue with the current method to make multiple instances. As we increase the number of vertices, the distance between the instance objects decreases. We are going to see why this problem occurs and what is the solution. Blender version 2.93 is used.
In this tutorial, we are going to combine some nodes into group. The benefit of doing this, is that our node system looks more organized this way. Blender version 2.93 is used.