So for something like that you’re going to want to do the texture a little bit differently as you’re probably going to want to base it not on the world location but on the character location. Essentially you’d treat the character as the center of the texture and at the start of every loop you’d copy the last frames data, and player location, and offset it to the current player location so that the graph kinda moves with you.