Fixed Object::set_postion function #96

Merged
USSURATONCACHI merged 2 commits from set_position_fix into master 2025-03-21 15:05:37 +00:00
USSURATONCACHI commented 2025-03-21 13:40:26 +00:00 (Migrated from github.com)

Fixed an issue, where Object::set_position would only set the stored position, and shift/translate the transformation matrix. This would lead to set_position not setting position, but shifting position.

Fixed an issue, where `Object::set_position` would only `set` the stored position, and shift/translate the transformation matrix. This would lead to `set_position` not `set`ting position, but shifting position.
USSURATONCACHI commented 2025-03-21 14:41:26 +00:00 (Migrated from github.com)

Also fixed Object::set_rotation to work correctly.

Also fixed `Object::set_rotation` to work correctly.
ElhamAryanpur (Migrated from github.com) approved these changes 2025-03-21 15:05:21 +00:00
ElhamAryanpur (Migrated from github.com) left a comment

Woah these are awesome! thanks!

Woah these are awesome! thanks!
Sign in to join this conversation.
No description provided.