Forum: Poser - OFFICIAL


Subject: Turning on "cast shadows" in several parts at once?

dante opened this issue on Aug 21, 2005 ยท 5 posts


maclean posted Sun, 21 August 2005 at 4:45 PM

If that thread doesn't help, here's the code to make your own. You just need to replace the body part names with the ones you want to use, then save it with a .pz2 extension and apply it like a normal MAT file. mac { version { number 4.01 } actor back_wall:1 { castsShadow 1 } actor left_wall:1 { castsShadow 1 } actor right_wall:1 { castsShadow 1 } actor front_wall:1 { castsShadow 1 } actor ceiling:1 { castsShadow 1 } }