I need to render up to 400 (probably no more then 10% of that at once) floating text labels above terrain features.
I know a billboard would work fine, but I don't want 400 files for each label.
I also know that using text is really slow and kills framerates.
I basically just want a rectangle that hovers above the terrain, has a line to the terrain, and that always faces the user.
Any way to dynamically create billboards instead of using text?
Not real sure how to go about it

Thanks,
Bad Syntax