You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason for this behavior? Is it dramatically easier to implement? This seems to break my intuition about how to use OOP. It also just leads to ugly-long lines of code.
The text was updated successfully, but these errors were encountered:
Can you state somewhere that the transformations return the modified object, but do not modify it in place? This wasn't clear from the README. Additional API documentation would be very helpful. It's a neat module!
It looks like if I create a cube and then attempt to translate it, it doesn't do anything (I still have the same cube):
But if I do it in one step, then it renders correctly:
Is there a reason for this behavior? Is it dramatically easier to implement? This seems to break my intuition about how to use OOP. It also just leads to ugly-long lines of code.
The text was updated successfully, but these errors were encountered: