How to make tracer tool?
-
I’m just asking how to make an accurate tracer tool, it draws a line wherever the object goes, then fades after a few seconds.
-
@ANGRYBIRDSFILMSALT This can either be simple or complex depending on the path of your object.
Assuming it is a straight path, you can use an Empty Object for it. Make the anchor of the object to be 50, 0 so the bottom center of the object will be used in transformations.
- Calculate the
distancefrom point A to point B. - Calculate the
directionfrom point A to point B. - Now move the empty object to point A.
- Rotate the object to the
directiongiven in step 2. - Now rescale the object so that the
ymatches thedistancegiven in step 1. You can changexto any width you like - this will be the stroke length. - Now you should have a line connecting from point A to point B.
You can use this every time an object is moving to a point. However, do note that distance is affected by the zoom; it'll be normal at 100% zoom but it will double when zoom is 50%.
- Calculate the
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login