Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Outer space simple vehicle controller
#2
Hi

So you have two constraints: the object needs to be on the path, and needs to interact physically with other objects. As I see it, there are two ways to verify both constraints:

  1. Applying lightly both constraints all the time: this is what is done in example scene 11_Rigidbody, where the object is not moved along a path, but physically pushed around it. That way it interacts correctly with other objects, but will most of the time not be exactly on the path.
  2. Applying strictly only one constraint at a time: when the controlled object collides with a physical object, disable the controller and let only the physical response move the object. Then, after some condition is met (for example after reaching a certain point, or after a some time), reactivate the controller. The downside of this method is the handling of the transaction between both states, which might look unnatural.

I hope this helped
Have a nice day
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply


Messages In This Thread
RE: Outer space simple vehicle controller - by _Aka_ - 04-29-2022, 03:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Smile Simple splines movement shills 3 3,201 02-26-2025, 09:40 AM
Last Post: _Aka_
  Can't set CG Path Controller j95677 4 3,210 10-04-2024, 06:55 PM
Last Post: j95677
  How to use CG Volume Controller j95677 5 3,563 07-17-2024, 07:15 PM
Last Post: j95677
  Set Volume to the Volume Controller at Runtime pako88 2 2,142 04-08-2024, 03:26 PM
Last Post: _Aka_

Forum Jump: