Feature list
parent
abc6356f55
commit
64ba2097da
@ -1 +1,15 @@
|
||||
Sky textures are from http://mikepan.homeip.net/resources/earth: "these high resolution sky boxes can be used for any non-commercial purposes with or without credit."
|
||||
|
||||
Done:
|
||||
* Documented public member functions (unless they are trivial)
|
||||
* Game logic complete (detects end of a game in case of check mate, knows valid moves)
|
||||
* AI complete
|
||||
* board has textures for the fields
|
||||
* Torus view
|
||||
* Skybox in torus view (sphere)
|
||||
* 3d view
|
||||
* 2d figures (rendering svgs on buffers)
|
||||
* Fogging (Depth Cueing) in 3d view
|
||||
|
||||
Uncomplete/not done:
|
||||
* Loading 3ds meshes
|
||||
* 3d figures
|
||||
|
@ -1,3 +1,5 @@
|
||||
Images are from wikipedia; "Permission: GFDL & BSD & GPL" (author: http://en.wikipedia.org/wiki/User:Cburnett)
|
||||
* http://en.wikipedia.org/wiki/Chess_piece
|
||||
* http://en.wikipedia.org/wiki/File:Chess_klt45.svg
|
||||
|
||||
Sky textures are from http://mikepan.homeip.net/resources/earth: "these high resolution sky boxes can be used for any non-commercial purposes with or without credit."
|
||||
|
Loading…
Reference in New Issue