dodgyville
Member
Hi everyone,
I have a pretty special pygame game almost complete. However, I am stumped by one part. I need some 3D drawing routines for pygame.
I have my list of polygons I wish to draw, and x,y,z location and roll,pitch,yaw information for both the object and the camera. What I really need is a "draw_polygons" def. Speed is not important, but ease of use might be.
Ideally:
draw_polygons(surf, cameraInfo, objectPolygons, objectInfo)
It's a port of a well known game.
Luke
I have a pretty special pygame game almost complete. However, I am stumped by one part. I need some 3D drawing routines for pygame.
I have my list of polygons I wish to draw, and x,y,z location and roll,pitch,yaw information for both the object and the camera. What I really need is a "draw_polygons" def. Speed is not important, but ease of use might be.
Ideally:
draw_polygons(surf, cameraInfo, objectPolygons, objectInfo)
It's a port of a well known game.
Luke