Build 1.00.1938Beta Available!

Posted on April 8, 2013

The new Murl Engine Build 1.00.1938Beta is available.

Please notice the following API changes:

  • Renamed Step()/OnStep() methods to ProcessTick()/OnProcessTick() in ALL locic interfaces and classes.
  • Renamed Animate()/OnAnimate() methods to ProcessFrame()/OnProcessFrame() in ALL locic interfaces and classes.
  • Renamed Identity() to SetIdentity() for Math::Matrix.
  • Renamed Minimum()/Maximum()/MinimumSelf()/MaximumSelf() to Min()/Max()/MinSelf()/MaxSelf() for Math::Vector.
  • Renamed Length()/LengthSquared() to GetLength()/GetSquaredLength() for Math::Vector.
  • Removed GetLocalEventVelocity() and GetLocalEventAcceleration() for Graph::IButton.
  • Removed GetLocalVelocity() and GetLocalAcceleration() for Graph::IMultiTouchable.
  • Added Graph::IButton::GetLocalEventDelta().
  • Added Graph::IMultiTouchable::GetLocalDelta().

You should perform a search&replace operation on your user code in order to incorporate these changes. A detailed list of all changes can be found in the change log.

We also included the project files and source code files of the tutorials into the murl package for your convenience. A separate download of the tutorials is no longer necessary.

As always, if you encounter difficulties, find a bug or want to discuss development issues, head over to the Forum.


Don't miss out on any update,
subscribe to our newsletter.


Copyright © 2011-2024 Spraylight GmbH.