PistonDevelopers / gfx_text

Draw text for gfx using freetype
http://docs.piston.rs/gfx_text/gfx_text/
MIT License
22 stars 12 forks source link

Perspective divide not compensating for near clip distance #32

Open bvssvni opened 8 years ago

bvssvni commented 8 years ago

When running the hello_world example in turbine the text is drawn at larger offset from axes when turning up the near clip distance. It seems that this should be compensated such that the text keeps same offset.