ksundberg / CS5500

Course project for CS5500 at Utah State University
GNU General Public License v2.0
2 stars 11 forks source link

Code Cleanup #37

Closed drewying closed 9 years ago

drewying commented 9 years ago

Performed the following:

-Merged all world classes into a single World singleton object. Added elevation map in addition to perlin noise map. -Refactored code into an MVC format -Merged all Point/Vector3/Coordinate classes into a single Vector3 class. -Refactored directory structure for clarity.

drewying commented 9 years ago

Closing