Skip to content

Resolve "Refactor `ITransformable`"

Romain MANCIAUX requested to merge 135-refactor-itransformable into dev

What does this MR do?

Closes #135 (closed)

This MR purpose:

  • Factorise some functions to have a common method into ITransformable.
  • Set the parent transformation only in STransform (else, two adaptors with the same transform can have two differents parents).
  • Fix the stoping method of SAxis.

How to test it?

Launch any Ogre application that uses STransform and check that nothing is broken.

Additional tests to run

  • OgreViewer.
Edited by Marc SCHWEITZER

Merge request reports