Replies: 1 comment
-
Hi Dino! I'll let @RubyNova confirm or correct me since it is his domain area, however I do believe this is intentional. -Kenny |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was taking a look at the engine and noticed that scales are combined by addition, instead of multiplication.
positionAndLayer += other.positionAndLayer; rotationInRadians += other.rotationInRadians; scale += other.scale;
Usually, scale is a multiplier, is this by intention?
-Dino
Beta Was this translation helpful? Give feedback.
All reactions