Scaling a texture within texture instancing?

Hey,

is there a way to scale up textures within the instancing options of the geometry operator? I have 99 instances overlaying each other three dimensionally and one texture and basically want to scale up/down the smaller/bigger textures as to give the appearence of ony a single image?

I know i could do that within tops but it feels unneccesary complicated when there’s actually a texture coordinater op! Any help is appreciated :slight_smile:

I’m on td commercial 2023.11880 and Mac OS 14.5

cheers!

Hi,

I might be misunderstanding but, I think you can achieve what you’re talking about with the Scale U/V params on the Instance 2 page of the geo.

i don’t have 11880, but the attached example was generated in 12000 and should hopefully be backwards compatible.

instance_texScale.toe (4.4 KB)

Hey,
thanks for the help - yeah the problem with this is that i somehow can’t seem to figure out how to scale the textures up from the right point and always skew them in the wrong direction!

Do you happen to know how to control that?


cheers!

Hi,

Procedurally manipulating UV maps is kind of a brain-bender.

While I suspect that there are people out there who are totally at ease with it, I’ve been at it a while (20+ years) and still usually wind up wiggling things a little this way and then that in order to get an intuitive grasp on how to get where I need to go.

To be perfectly honest, I don’t quite grasp what you’re hoping to achieve based on the input texture you’ve got there :sweat_smile: but please do feel free to keep asking questions or provide more context.

In the mean time, I built out a little control set in the attached project that will let you easily tweak the start and end uv and scale values so you can experiment.
instance_texScale_play.toe (4.6 KB)

1 Like

hey thanks for your help! your environtment helped a lot! :smiley:

1 Like

No worries at all. Glad I was able to help. :slight_smile:

1 Like