Hey all,
I have an empty adding a text object (uv plane) to my scene, it scrolls left across the screen entering from the right side of the screen (the empty is outside the viewport).
All works fine, until the first character or so exits the left side of the viewport, as soon as that happens the entire sentence disappears… I’m guessing this has something todo with the text not actually existing, meaning its just the property of the plane that creates the text, so the actual text mesh is only the size of the “@” plane.
I’ve also tried it with the text coming toward the camera, but as soon as the @plane, exits the viewport anywhere, the entire sentence disappears. I have checked that its not the add object life value causing trouble as I tried it on 0 and 2000, but still the entire sentence of text disappears once the @plane exits the viewport. Also there are no Alpha or RGB ipo’s running on the plane.
I’m not using GLSL, I’m using Blender materials.
Any ideas anyone?