Skip to content

Releases: leibniz2/cmsc162FinalProject

Final

18 May 16:01
Compare
Choose a tag to compare

Code cleanup.
Added release build for code optimization.

Release Candidate

06 May 15:11
Compare
Choose a tag to compare
Release Candidate Pre-release
Pre-release

What's in this version:

  • commented out rotation functionality because it is unnecessary.
  • fixed layout alignment.
  • added some lighting for background and shaders for the ball.
  • re-designed control panel.
  • fixed incorrect reset translation values.
  • added callback functions to controller class to align changes to view
  • added state class to manage state transitions in view to avoid unnecessary updates to model.

Major Improvement

06 May 13:04
Compare
Choose a tag to compare
Major Improvement Pre-release
Pre-release

What's in this release:

  • modified main class to support keyboard and special functions.
  • added logic on keyboard and special functions on controller class.
  • align view class.
  • added translation and rotation functionalities.
  • some performance enhancement.

Simulator Beta

29 Apr 16:11
Compare
Choose a tag to compare
Simulator Beta Pre-release
Pre-release
  • added initial view
  • completed cloth properties
  • started code refactoring