Difference between revisions of "The Fighting Mongooses"
Kyle Klerks (talk | contribs) (Created page with "==Repository== https://bitbucket.org/kklerks/fightingmongoose OR https://bitbucket.org/kklerks/klerks_emperor (As the group now essentially consists of just Kyle Klerks, ei...") |
Kyle Klerks (talk | contribs) (→OpenGL) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
https://bitbucket.org/kklerks/klerks_emperor | https://bitbucket.org/kklerks/klerks_emperor | ||
+ | |||
+ | '''Final submission can be found under tag "v1.0"''' | ||
+ | |||
+ | '''UPDATED SUBMISSION CAN BE FOUND UNDER TAG "v1.1". APIBUFFER.CPP MUST BE DISABLED FOR OPENGL.''' | ||
(As the group now essentially consists of just Kyle Klerks, either repository is valid.) | (As the group now essentially consists of just Kyle Klerks, either repository is valid.) | ||
Line 33: | Line 37: | ||
==OpenGL== | ==OpenGL== | ||
Unfortunately, due to group issues and time constraints, OpenGL functionality is not fully implemented. | Unfortunately, due to group issues and time constraints, OpenGL functionality is not fully implemented. | ||
+ | |||
+ | To view, change to gl43 in settings.ini, disable ApiBuffer.cpp, enable ApiBuffer.obj in DebugOBJs, and swap to Debug mode. |
Latest revision as of 21:43, 16 December 2016
Repository
https://bitbucket.org/kklerks/fightingmongoose
OR
https://bitbucket.org/kklerks/klerks_emperor
Final submission can be found under tag "v1.0"
UPDATED SUBMISSION CAN BE FOUND UNDER TAG "v1.1". APIBUFFER.CPP MUST BE DISABLED FOR OPENGL.
(As the group now essentially consists of just Kyle Klerks, either repository is valid.)
The Enhancement
This group focused on the Geometry Library enhancement. It generates meshes of various shapes for use in the core file.
It can create:
Circle (2D)
Cone
Cube
Cylinder
Octahedron
Pyramid
Sphere
Square (2D)
Triangle (2D)
OpenGL
Unfortunately, due to group issues and time constraints, OpenGL functionality is not fully implemented.
To view, change to gl43 in settings.ini, disable ApiBuffer.cpp, enable ApiBuffer.obj in DebugOBJs, and swap to Debug mode.