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
Impressive simulator.
Using API, is it possible to make a contact for the wheel object or the circle?
I saw a sphere(point), capsule, cube in examples.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Depends a bit on what you mean exactly. For a purely 2D example, you could just use the sphere. In 3D, a circle doesn't work as it would be infinitely thin and therefore massless. If you mean a tire, that would be a bit more complex, but could be very roughly modelled by a cylinder or a torus. But we currently don't have a contact model for either.
Note that you can change the inertia of objects, so you could use a sphere as a tire if, for example, the lean angle of a car or bike isn't too large.
Hi,
Impressive simulator.
Using API, is it possible to make a contact for the wheel object or the circle?
I saw a sphere(point), capsule, cube in examples.
Thanks in advance.
The text was updated successfully, but these errors were encountered: