How do I draw text with GLUT / OpenGL in C++?

后端 未结 4 1315
遇见更好的自我
遇见更好的自我 2020-11-30 02:34

How do I draw a text string onto the screen using GLUT / OpenGL drawing functions?

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 02:56

    It's generally a bit nasty and not straightforward. Give this tool a try:

    http://students.cs.byu.edu/~bfish/glfontdl.php

提交回复
热议问题