glrotate
OpenGL 2D rotation problem
In the following program i am trying to draw a simple house. The coordinates are defined in the house array. I need to rotate the house and display both rotated as well as the original house.[详细]
2023-03-05 07:14 分类:问答OpenGL glTranslate and glRotate
I need a function that applies a translation like glTranslate() to a point. Does someone know of a function like glTranslate() and glRotate() to modify and retrieve 开发者_如何学编程a matrix to multip[详细]
2023-01-31 01:26 分类:问答How to move incrementally in a 3D world using glRotatef() and glTranslatef()
I have some 3D models that I render in OpenGL in a 3D space, and I\'m experiencing some headaches in moving the \'character\' (that is the camera) with rotations and translation inside this world.[详细]
2023-01-25 19:31 分类:问答point - plane collision without the glutLookAt* functions
As I have understood, it is recommended to use glTranslate / glRotate in favour of glutLootAt. I am not going to seek the reasons beyond the obvious HW vs SW computation mode, but just go with the wav[详细]
2023-01-14 16:21 分类:问答python操作excel之xlwt与xlrd
xlwt与xlrd只能针对xls格式的excel进行操作,如果想对xlsx格式进行操作请使用openpyxl模板对excel进行操作[详细]
2022-12-22 09:23 分类:开发