Smicksus Posted April 22, 2021 Share Posted April 22, 2021 Hi peeps, For a project I'm working on a trail system where I want to draw lines from one point object to another. I followed a tutorial from Entegma explaining how to do this and it works well. Only in my project I want the lines not to be drawn on the points from the whole object that are also in this search radius. If you look at the image you can see the red lines. I only want the light blue lines. Also in the image is the VEX code. Can someone help me solve this problem? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
krishna avril Posted April 22, 2021 Share Posted April 22, 2021 use blast to delete primitives based on the color @Cd.z>0.1 or even use the removeprim vex code Quote Link to comment Share on other sites More sharing options...
Smicksus Posted April 23, 2021 Author Share Posted April 23, 2021 16 hours ago, krishna avril said: use blast to delete primitives based on the color @Cd.z>0.1 or even use the removeprim vex code Thank you, This works! I also tried working with a connect adjacent pieces SOP and made it work with that aswell Thank you for your reply 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.