Skip to main content

All Questions

12 votes
1 answer
14k views

Geometry Nodes - Image texture mapping. How to?

How to manipulate an image texture mapping in geometry nodes? For example to use "generated" or "object" mapping, like in shader editor, also how to scale a texture
Bicukow's user avatar
  • 963
2 votes
1 answer
553 views

Emulate "Sphere" image texture in Geometry Nodes

I would like to use an image to adjust geometry of a sphere. I am using an icosphere to avoid the loss of resolution near the equator. In the shader node this is accomplished with this setup. In ...
TheJeran's user avatar
  • 2,668
5 votes
3 answers
2k views

GN: How to pass an instancer's localized texture color to its instances?

How can Geometry Nodes be used to generate instances that inherit the texture color of their emitter/instancer? Reference image of desired result: (Above: screenshot by quellenform) There is already ...
Mentalist's user avatar
  • 19.3k
9 votes
2 answers
5k views

Texture Coordinate Node for Geometry Nodes?

There is Noise Texture Node for Geometry Nodes, and, just like Noise Texture Node for shading, they accept a vector input which's default value is Generated texture coordinates in both cases. But in ...
AivanF.'s user avatar
  • 666
3 votes
1 answer
119 views

How to use the contact area between the instance and the mother object as texture coordinate in shader?

Goal The yellow color should only appear within the area where the water droplets contact the purple wall. Consequently, the wall area outside of the water droplets should be purple; and the wall area ...
Blender Lake's user avatar
2 votes
1 answer
984 views

How to get the "Window Texture coordinates" in Geometry nodes?

Could anyone please help me in finding out how to get the "Window" Texture coordinates that is found in texture coordinate node in shader editor? The window coordinate node in the shader ...
Arnab Das's user avatar
2 votes
2 answers
494 views

Texture coordinate on geometry nodes rope from Default Cube's tutorial (texture coordinates over profile curve) [duplicate]

I was trying to follow this tutorial to create a rope using geometry nodes: https://www.youtube.com/watch?v=2VzYMah-nTg And at 10:14 he does a step where he uses the curve parameter factor as a ...
TT-392's user avatar
  • 97