Hey, guys! Here is a quick tutorial on how to make the circle pattern, which I originally made while playing with C++. Enjoy!


COMMENTS

  • ThomasHelzle 7 years, 1 month ago  | 

    Thanks Anastasia!

    One thing: if you enable the "Curve U Attribute" in the Resample Node, you have an attribute on each point that goes from 0 to 1 along the length of the curve.
    So the gradient can be created in one line:
    v@Cd = chramp('Gradient', @curveu);
    Then set the ramp to colour in the Parameter Interface (I don't think one can create a colour ramp directly).

    Cheers and thanks again for the inspiration,

    Tom

    • Anastasia Opara 7 years, 1 month ago  | 

      Thanks for pointing it out, Thomas :) I didn't know about the Curve U Attribute, but now I do ^^

  • Dmitry Zemliak 6 years, 9 months ago  | 

    Thanks for a quick tutorial, enjoy short tutorioals with beautiful result)) nicely done!!!

    Afraid to ask, is there any chance to create one more quick tutorial. You did a really good job on control points and line. How about create something more global?
    Something like road generation in a scale 2-3 city in one scene. Example: https://www.youtube.com/watch?v=ZTNtu5bnfK0

Please log in to leave a comment.