From 28340b16204f6f1b53a4665ab6f0e05ea5a296c5 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 22 Aug 2024 15:02:12 +0200 Subject: [PATCH] Add world orientation --- Thing.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Thing.h b/Thing.h index 2e5e467..2aad418 100644 --- a/Thing.h +++ b/Thing.h @@ -47,6 +47,7 @@ class Thing { /// @remark When this Thing has a parent, the orientation is relative to the /// parent's orientation Quaternion orientation; + Quaternion worldOrientation; /// @brief Sets the parent Thing /// @param parent The Thing which should become the parnet