Directions From Growth

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии • 7

  • @edmungbean
    @edmungbean 11 месяцев назад

    that orient VOP is genius, manni.

  • @JohnDowson100
    @JohnDowson100 3 года назад

    I have a question, why did you need to calculate the "new normal" at 19'45''? Why not using @N directly? What would change?

  • @findingforeverness8569
    @findingforeverness8569 4 года назад

    so cool, you're the best!

  • @JohnDowson100
    @JohnDowson100 4 года назад

    Hi @Entagma great tutorial!
    Can I ask, how can I interpolate between the normal vector and the gradient, let say if I want to copy the feathers so that they are not completely tangent to the surface? :)

    • @Entagma
      @Entagma  4 года назад +5

      Heya,
      for example in VEX, using LERP:
      float bias = chf("Blend_Amnount");
      v@out = lerp(v@N, v@gradient, bias);
      Cheers, Mo

    • @JohnDowson100
      @JohnDowson100 3 года назад

      @@Entagma thank you!!!

  • @RusticRaver
    @RusticRaver 4 года назад

    yeah