I’m trying to figure out a way to set up a rigid body simulation to drive a “hit counter” of sorts for an animation, not a game. I’ve included the blend file and a diagram of what I’m trying to achieve.
The idea is that the empty at (1) controls the rotation of a (beam) at (2) which is simply a single edge consisting of two vertices. When it is rotated it moves the single vertex (HIT) at (3) until it makes contact with the (target) at (4). Once (HIT) makes contact with the (target) the idea is that when the vertex and whatever it’s child is make contact with the faces of the (target), they would be pushed along it (and (beam)'s) local z axis.
I was thinking that setting this up as a rigid body simulation using a slide constraint would work, but so far that isn’t happening. I’ve tried a number of different constraints and modifiers but nothing is getting me the result I’m after. Maybe this isn’t possible in blender, but I thought it was worth a shot asking you guys if anyone knows a method that would work or can puzzle one out.
Blend file below (I hope!) with no constraints or modifiers, just the objects and empties parented the way I’d like.
Because keyframing several objects doing this across the surface of a complex object would take forever. If it can be simulated it would be much faster set-up wise. If I end up having to keyframing it I do, but if it can be simulated that would be preferred. My reasoning is that I can duplicate the objects with their constraints as many times as is necessary and not have to wade through what would end up being scores of individual keyframes to achieve the desired result.
Thanks, but to be clear I know how to keyframe everything. I’m trying to avoid doing that. Any solution that requires keyframing everything is not what I’m after.
And this is the motion I’m after. It’s supposed to be a beam (laser, phaser, big-o’-beam, whatever ) and the “emitters” (ray and hit parented to empty/turret) would track the target. As the (HIT) bounces across the surface of the target it would automatically follow as closely as possible the faces of the target. It’s more or less an attempt to simulate the sort of ray-casting that’s possible in Unity or UE4. I was just hopeful it was possible. If not… well then it’s back to muh drawring boards.