4

I have a node setup for a single image texture (actually its a set of images) tiled floor. For variance I grouped the spec, normal, occ images then rotated them randomly using the Object Info. The end result looks pretty good, but it I dont think the node setup is very efficient. If I want to change the image, I need to go into each group and manually change 4 images for the 4 different rotated tiles. Is there a way to change the rotation of an image AFTER the using the image texture node to make changing an image quicker?

I've checked out a similar post here, but this is different because I want to rotate the same image, not replace it with a rotated image.

Random tiles Image Group setupNode SetupRotation Group

Perrishnikov
  • 239
  • 1
  • 7
  • What's an 'occ' file? occlusion map? What do you apply it to? – Agent Zebra Aug 11 '15 at 02:30
  • Occ is one of the export options in crazy bump. I believe it is a greyscale map that it adds to (multiplies) the dark areas in a texture. – Perrishnikov Aug 11 '15 at 02:43
  • :) what about a specocc file? Can you join a Specularity map and an occlusion map in one file? If so how do you apply it? – Agent Zebra Aug 11 '15 at 02:43
  • Spec would be a mask that is used to mix your base shader with a glossy. Basically shows were to add highlights. – Perrishnikov Aug 11 '15 at 02:45
  • The spec mask is used as the factor in the mix shader/node. Black is base and White becomes glossy when base is in top socket and glossy is in bottom. Sorry. I'm on mobile so you get the terse answer. – Perrishnikov Aug 11 '15 at 02:51
  • I found this topic about rotation of an image texture tile: https:https://blenderartists.org/t/random-tile-placement-and-rotation-in-cycles-material/641688 – 3enoit3eal Apr 22 '20 at 08:42

1 Answers1

1

No, it's currently not possible. To "rotate" a texture, you actually rotate it's mapping, so it must be done before hand.

someonewithpc
  • 12,381
  • 6
  • 55
  • 89