blob: e269185660d7b789ed01d951ca61b761feb71dbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pass for now:
- cast a shadow
wip:
- extend m3d
todo:
- xbox controller
- obj loader
- look at mesa's sources and borrow OSD stuff
- GL error checking and extensions
- split SDL
- reflection, build on blending, needs stencil magic?
- draw inhabitants, that would accept a texture id
- fps counter in seperate file, could draw to SDL surface
pyramid:
- could do with 2 textures and practice generating and binding textures
gltools:
- could have init() that would load textures for each func, and in each func
we would have to bind the particular texture
|