Hi guys,
I can’t wrap my head around how I can do that, so posting here, perhaps it will help someone too.
If needed, I can write to support too.
So, I have a loooooot of ribbon-like arbitrary 2D shapes (think 60) used for mapping on the real structure with those shapes.
The idea is to grow these shapes (generatively I must say) so the tangent would be always (sort of) perpendicular. Basically, it should follow the shape.
And because there are 60 of those, I was set to do the following:
-
I have a bunch of spline from illustrator and I’m using Loft in C4D to create surfaces with nice point distribution.
-
In TD I’m parametrizind UV so it would use just 1 pixel (then stretched to the whole cross-section).
-
I’m generating my UV map 60px x 1000px and with GLSL multi component moving those line in real-time.
-
Applying this texture to the model. Rendering just once and Voilà!
I couldn’t have imagined it would be such a pain to get those UV correct. For some reason, TD just doesn’t want to paramtrize those ribbons (via Basis)-I’ve tried everything I could think of.
Is there a better way to do it? What would be your solution?
I thought about 1 myself, but it’s very consuming:
-
Basically, I need to create center splines and use the LineThick to create coverin ribbon which is already parametrized in row and columnes.
-
I render fully colored original geometry and use my newly created matte geometry with the same UV trick I wanted to use previously to reveal rendered composition.
The problem with this method is that the shapes are tightly packed and very intricate and with LineThick there’s no control about ebb&flow of the shape.
I tried rails, polypatch for my splines, just doesn’t wanna cooperate
It just seems that there must be a better way to do it directly on the original geometry.
What do you think?
Please, help
Best
sH