markm opened this issue on Jan 02, 2003 ยท 2 posts
ockham posted Thu, 02 January 2003 at 4:53 PM
I'm working hard on collision detection right now, but NOT using P5's actions, because those are not [yet] available to Python. This will work on either Poser version. So far I've managed to make a walking figure conform to a terrain. (See the "Walk This Way" script in freestuff under Utilities.) I'm about to release a script that will make a water surface deform under a boat so that the boat (or dipper or container) appears empty when below water level. From this, the type of deformation you want should be a simple variation, provided both objects have a dense enough mesh to deform properly. More general dynamic conforming is the next step after that, but it's a BIG one. Nevertheless, considering the rate of progress so far, I'll get there fairly soon. As for lights: I don't see any "magic" way to do this. Python doesn't have access to the deep guts of the rendering engine, so it can't produce light rays from anything that isn't already defined as a Light. Can't you get the effect by just creating some Lights and parenting them to the object? Or am I missing the point?