How do you rescale a physic object? #237
Unanswered
Theonlyhamstertoh
asked this question in
Q&A
Replies: 1 comment
-
i think its not implemented. edit: not even in cannon :-( pmndrs/cannon-es#102 re-making the entire object is not feasible imo. you want this to be as fast as possible for scaling animations. i think that should be a prop on the cannon.body object. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
In cannon.js, I can do something like this to change the scale of the object:
How would I go about doing this in use-cannon?
Beta Was this translation helpful? Give feedback.
All reactions