Forum: Poser - OFFICIAL


Subject: Shadows and spotlights - Get me out of here!!

maclean opened this issue on Jul 31, 2003 ยท 54 posts


maclean posted Fri, 01 August 2003 at 8:21 PM

les,

The floor is a flattened cube. It's a body part of the cr2 room figure (with both inner and outer materials).

I am using all spotlights. 8 of them. But poser, by default, calls the first 3 lights LIGHT1, 2, 3, even if you change them from omnis to spots. After that, it starts calling them spotlight1, etc. AFAIK there's no way round this (other than hacking). And that's why the first 3 have Zoom instead of Scale.

connatic,

This is the Ztrans channel from a light (.lt2 file). Just change 'hidden 1' to 'hidden 0'

                translateZ ztran
                {
                        name GetStringRes(1028,14)
                        initValue 4.15881
                        hidden 0
                        forceLimits 0
                        min -100000
                        max 100000
                        trackingScale 0.001
                        keys
                        {
                                static 0
                                k 0  5
                        }
                        interpStyleLocked 0
                }

mac