-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semantics / meaning of "kinematic" #58
Comments
Hi thank's |
Thank you.
Please let me know if I have this right.
A body marker kinematic will move as it is directed but will be immune to
all forces such as gravity and collision with other bodies?
Thanks
…On Fri, Aug 25, 2017 at 7:21 AM, lo-th ***@***.***> wrote:
Hi thank's
kinematic is for controling mouvement of a body without force
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#58 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AD5TQ3PLaYBvDz9j7uK5yJv6nv1nF9Dmks5sbrxkgaJpZM4PClP4>
.
|
yes no force on it, but only collision with other body ps: no very accurate with rotation have to find better method |
Very cool, |
@lo-th How to make a rigid body rotate around a point or edge instead of rotating around the center? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very nice work - I am using oimo.js for teaching my students in a graphics class.
Can you tell me the meaning and effect of marking a body as kinematic? So far I have not seen a difference between this and setting move == false.
Thank you.
The text was updated successfully, but these errors were encountered: