tanx Posted October 3, 2018 Share Posted October 3, 2018 I'm sort of new to Houdini and coding and am in a bit of trouble with an animation I'm trying to develop and would love to do it in vex Basically the idea is a triangle births a tetrahedron by creating a random point on the surface moving it one variable length away from the surface. then a random side of the tetrahedron and another point is added to the surface which then moves in the same variable length away from that surface. The process repeats like a virus growing. Some of things I'm taking into consideration is: 1. how is a vector direction chosen that is not inside the geometry but outwards from the facet chosen 2. how to propagate the geometry variably with not just one side chosen every time the next tetrahedron is completed 3. how to stop the animation variably I'm very new to vex and haven't really given coding any though since college which was 20 years ago. I attached a test animation that i hand animated. preview2.mp4 Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted October 3, 2018 Share Posted October 3, 2018 I just did a similar thing without VEX. Maybe it helps you anticipate even more problems. tri_peak.hipnc Quote Link to comment Share on other sites More sharing options...
tanx Posted October 3, 2018 Author Share Posted October 3, 2018 This is a great rig! Its just expanding out of every side instead of a random side but definitely a cool ref project to take into account. Thanks konstantin! A Quote Link to comment Share on other sites More sharing options...
tanx Posted October 5, 2018 Author Share Posted October 5, 2018 messed around with your file last night... came up with this. Not there but kinda cool TetraGrowthTest.hip Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted October 7, 2018 Share Posted October 7, 2018 Cool, kind of unexpected! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.