Difference between revisions of "The Fighting Mongooses"

From CDOT Wiki
Jump to: navigation, search
(Repository)
(Repository)
Line 7: Line 7:
  
 
'''Final submission can be found under tag "v1.0"'''
 
'''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.)

Revision as of 22:42, 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.