Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Caution tape?
#1
Can I render a custom repeating texture across a "rope"? The texture would say something like "CAUTION DO NOT CROSS". The back and front sides would need to be different portions of the same texture (probably an offset).

Thanks.
Reply
#2
(24-02-2021, 06:01 PM)iandaviddunlop Wrote: Can I render a custom repeating texture across a "rope"? The texture would say something like "CAUTION DO NOT CROSS". The back and front sides would need to be different portions of the same texture (probably an offset).

Thanks.

Sure, this isn't even Obi specific. You can do it the same way you'd normally do it in Unity: set the texture wrap mode to repeat, then tile/offset it in the material. If you want to use front and back-facing materials that's also fine.
Reply