Fixed Object::set_postion function #96
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
question
rust
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ArkForgeLabs/BlueEngine!96
Loading…
Reference in a new issue
No description provided.
Delete branch "set_position_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed an issue, where
Object::set_positionwould onlysetthe stored position, and shift/translate the transformation matrix. This would lead toset_positionnotsetting position, but shifting position.Also fixed
Object::set_rotationto work correctly.Woah these are awesome! thanks!