PistonDevelopers / gfx_debug_draw

Simple debug renderer (lines, text, etc) for gfx
MIT License
7 stars 5 forks source link

Text is drawn when looking in opposite direction with camera #50

Open bvssvni opened 9 years ago

bvssvni commented 9 years ago

It should only draw text when looking at the coordinates. Currently it draws in both direction. When running the hello_world example in turbine the "X", "Y", "Z" letters are displayed when looking away from origo.

phrohdoh commented 9 years ago

I figured this was intentional so did not file anything about it. Is it safe to assume that things of this nature are probably to be polished?

bvssvni commented 9 years ago

Maybe this should be moved to https://github.com/pistondevelopers/gfx_text. I thought it was possible to do the filtering here since there was a loop, but it turns out it just adds the stuff from the singleton.

bvssvni commented 9 years ago

@Phrohdoh I do not think it is intentional. The text gets in the way for other information.