rayt Posted June 16, 2020 Share Posted June 16, 2020 Hi, As the title says, I'm trying to make hit data in sops. To expand on that I have a sequence of points moving through a piece of geometry and I would like to create a point that lasts for one frame at the point of intersection on the geometry. Is this possible? I have a rough setup that uses nearestpoint and fuse, but the points I am getting are not accurate enough for what I am trying to accomplish. Mostly because the moving points are very fast and all have random speed. Any help would be greatly appreciated. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
bunker Posted June 17, 2020 Share Posted June 17, 2020 you can use a Ray Sop, intersect VOP, or intersect VEX function. Quote Link to comment Share on other sites More sharing options...
rayt Posted June 17, 2020 Author Share Posted June 17, 2020 Ive attempted it with the intersect although i cant seem to make it work based on the speed of my points. A lot of the time they are in front or behind the intersecting geometry leaving only subframe intersections. Do you happen to have an example? Quote Link to comment Share on other sites More sharing options...
tamagochy Posted June 17, 2020 Share Posted June 17, 2020 You can calculate vector between point position at current frame and next frame. And use it in interesect vex function. It will always create point at plus minus time of the intersection. I used it for bullet hits setups. 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.