You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Centering or aligning a GLText scene object to the lower or right corners of a glut window does not work correctly. I'm guessing that somehow an incorrect width/height value is getting returned to the centering algorithm.
The text was updated successfully, but these errors were encountered:
So, it looks like the glut window height and width come from Scene.m:
244 int width = glutGet(GLUT_WINDOW_WIDTH);
245 int height = glutGet(GLUT_WINDOW_HEIGHT);
I wonder if the values there are correct?
Centering or aligning a GLText scene object to the lower or right corners of a glut window does not work correctly. I'm guessing that somehow an incorrect width/height value is getting returned to the centering algorithm.
The text was updated successfully, but these errors were encountered: