simon-heinen / droidar

DroidAR Mobile Locationbased Augmented Reality Framework for Android
GNU General Public License v3.0
225 stars 275 forks source link

Animations, themes, headlines, vecs, loading dialog and clean-ups #40

Closed rafaisen closed 2 years ago

rafaisen commented 2 years ago

Major changes:

  1. Created a method to face any MeshComponent to a GLCamera;
  2. Modified Theme class: new methods for colour creation and conversion;
  3. New Headline constructor;
  4. New Vec rotation methods by cardinal orientation and clockwise or counterclockwise;
  5. Subclasses of Setup can now change the loading text and background;
  6. Subclasses of Setup can now use the new ErrorHandler, instead of its deprecated version, and allow the user to send emails to the developer if an error occurs;
  7. Upgrades and clean-ups.