Hello. I am try to figure out how to cast a character's shadow on to the floor, wall, or object that is within a live-action video. I am guessing maybe some sort of mask or transparent plane. (i.e. a transparent plane to viewers, but not to AS.) I have no clue what to do. * Thanks*
Kevin
Projecting shadow of character onto "objects" in l
Moderators: Víctor Paredes, Belgarath, slowtiger
Hmm. Maybe a 3D app would be better for this so you could model an invisible 3D set of what's happening in the live action video and have a virtual light shine a virtual shadow onto invisible 3D set.
With AS you could hack it ... I'd suggest using vector shapes that you draw within AS, filling them with a dark grey, setting the layer blend mode to 'multiply' and then simulating a 3D effect by moving them over the required surface. Very fiddly, depending on how much irregular 3D scenery the shadow needs to move over.
Good luck.
With AS you could hack it ... I'd suggest using vector shapes that you draw within AS, filling them with a dark grey, setting the layer blend mode to 'multiply' and then simulating a 3D effect by moving them over the required surface. Very fiddly, depending on how much irregular 3D scenery the shadow needs to move over.
Good luck.