- Edited
Texture-On-A-Sphere-Issue
- Best Answerset by VoxelChicken
Don't use a spherical mesh then. Instead use a plain sprite and edit the texture in an image editing app so it has a circular transparency (alpha) mask.
You can also use a quad polygon, if you intend to integrate this into a 3D scene, but a 2D sprite would make more sense.
Thank you both so much!