Search the Community
Showing results for tags 'else'.
-
Hi! This is my first post to this wonderful forum, my teacher recommended it to me since I'm the only one in my CG-course to want to work with Houdini and the autodidactic approach can be harsh sometimes I was following the classic "vex isn't scary"-tutorial on for loops and decided I wanted to try to make the "infected" points also move into a new position within the foreach-loop after they've become infected, which worked fine. But then I tried to create a float parameter that blended the initial position of each point and the new position, so that you are able to see them moving towards the center as they became infected, and got completely lost in the sauce. Anyone know how to write that in VEX? I attached the file with directions. Looking forward to spending time within this community, you guys are awesome! FORLOOPS_VEX.hipnc
-
Hi everyone, I'm building a HDA that will pick the the proper geo at the prims of the proper size, but I need the "else if" statement that is not available in hscript. What I need is the multiple if command that will output just one true value (there will be one true value actually). Is it possible w hscript? Best Regards Tom
-
Hey magicians, I'm doing some procedural vehicle setups inspired by Maciej Kuciara. I'm trying to make these type of tanks and what it comes to my mind is create differents blocks / modules, for the front, middle and back, and give each one some randomness on bevel edges / points and stuff. My question is: how can I setup the modules so, for example, they rotate in 90 degrees, and they plug on the right side, for example the front one goes always connected by the back axis. I think this can be done with if / else stuff? and expressions for the 90° rotation? any tips will be super handy. Thanks!