zjie Posted September 29, 2019 Share Posted September 29, 2019 (edited) Hello, I wanted to achieve a speed trail effect, so I created the lines by connecting point id but as the points are looping, it created this long line that connect the start and end of the path, is there a way to prevent it? speed_trail_v001.hip speed_trail_v001.mov Edited September 29, 2019 by zjie Quote Link to comment Share on other sites More sharing options...
StepbyStepVFX Posted September 29, 2019 Share Posted September 29, 2019 You can use a convertline to make each segment a primitive, and delete all primitive with a restlength superior to a threshold. This is not very elegant, but in your case it works, given you points are always separated by a small distance... except when it "loops". hope this helps speed_trail_v002.hip 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.