Houdini tutorial: Create Organic Text using Vex Code by Hai Le

Sdílet
Vložit
  • čas přidán 8. 10. 2017
  • Houdini tutorial: Create Organic Text using Vex Code by www.lequochai.com/
    www.behance.net/lehai
    / hailegfx
    .....................................................
    This video is uploaded after written copyright permission or part of Creative Commons license creativecommons.org/licenses/... for more details or dispute Contact us cgrecord.us@gmail
    .....................................................
    For more please visit:
    www.cgrecord.net/
    www.cgrecord.tv/
    / cgrecord
    www. cgrecord.net
    www. groups/cgrecord/
    #CGRecord #Animation #CGI
  • Krátké a kreslené filmy

Komentáře • 22

  • @FaddyVFX
    @FaddyVFX Před 2 lety

    Interesting approach, thank you for sharing your thoughts. I learned a lot from it, thank you for your time.

  • @ericgenesis5367
    @ericgenesis5367 Před 6 lety +5

    awesome tutorial! what would be the best settings to render that you think? thank you !

  • @faruambient
    @faruambient Před 5 lety

    great, thanks a lot! my dots wont get into a circle, but it works nonetheless. awesome!

  • @illiyannaibrahim5034
    @illiyannaibrahim5034 Před 4 lety

    Hey Hai Le, thanks for this tutorial. I managed to perfectly nailed it and it looks beautiful! Would appreciate if you could do another tutorial rendering this out as a video loop.

    • @zephzenfx5358
      @zephzenfx5358 Před 4 lety

      I'm trying the first wrangle node and it crashes Houdini :S

  • @user-hc5hf3kr1c
    @user-hc5hf3kr1c Před 5 lety

    Hi! Sorry, how can you make the noise not only in the x direction but more harmonious and volumetric?

  • @pierreseaumaire6988
    @pierreseaumaire6988 Před 6 lety

    Hi ! i try to run the animation but when i push the play button nothing happend ... ( i am new on houdini ) ! lov your tutorial

  • @MarcTeuber_
    @MarcTeuber_ Před 5 lety

    these two parameters (pointamount and radius werent created under my vexpression window after applying and accepting the edit spring?? can someon pls hlp

    • @faruambient
      @faruambient Před 5 lety

      you need to press that little icon next to the vex window with a slider and a + icon "create spare parameter.."

  • @ChromaStudio_
    @ChromaStudio_ Před rokem

    crashing when i switch to points details, fatal error segmentation fault.

  • @lolguy4
    @lolguy4 Před 6 lety +2

    My computer crashes when I run that code on Houdini 16, I have double checked everything and tried multiple times.

    • @EastoftheJordan
      @EastoftheJordan Před 6 lety

      same here, Apprentice 16.5 just freezes..

    • @lolguy4
      @lolguy4 Před 6 lety

      J E so I figured out that the code loops forever in 16.. so we would have to rework it.

    • @EastoftheJordan
      @EastoftheJordan Před 6 lety

      Mine crashes when changing Run Over to Detail, Houdini attempts something called 'Cooking' in the Wrangle vop.. which seems to take forever/crash.

    • @EastoftheJordan
      @EastoftheJordan Před 6 lety

      OK! I found the problem. in the line of code 'float step = TWO_PI/pointAmount', obviously pointAmount cannot be zero. SO you must set the pointAmount parameter (to something other than 0) before switching the run over mode to Detail.

    • @MatthiasKappenberg
      @MatthiasKappenberg Před 6 lety

      what about better catch it like:
      int pointAmount = chi("PointAmount") > 0 ? chi("PointAmount") : 1;

  • @pierreseaumaire6988
    @pierreseaumaire6988 Před 5 lety

    QWWWWWWOOOOOORKKKKK