| 333 | } |
| 334 | |
| 335 | void SimpleOpenGL2App::drawText3D(const char* txt, float position[3], float orientation[4], float color[4], float size, int optionFlag) |
| 336 | { |
| 337 | } |
| 338 | |
| 339 | void SimpleOpenGL2App::drawText3D(const char* txt, float worldPosX, float worldPosY, float worldPosZ, float size1) |
| 340 | { |
nothing calls this directly
no test coverage detected