Wrapping makes actors disappear before they're fully off screen
Asymptoteell
Member Posts: 1,362
I don't know if this is the way the wrap functions work or if it's because my scene is so large, but when I use wrap X, as soon as an actor gets half-way across the wrapping line, it disappears and probably appears on the other side (I can't see the other side of my scene)
Is there a way around this?
Asymptoteell
Is there a way around this?
Asymptoteell
Comments
which i havent yet dealt with, really
Perhaps you can check for the midpoint plus or minus an offset so that the actor is barely visible as they reappear on the other side. You probably will also want to have them appear with an offset position so that they aren't showing up half there instantly as well. The offset would be dictated by 1/2 the width or height of the actor plus or minus whatever "feels right"
Someone else can add to this if I'm wrong, which is possible :-)