22 INLINE PolylightEffect::
32 INLINE PolylightEffect::
34 _contribution_type(copy._contribution_type),
35 _weight(copy._weight),
36 _lightgroup(copy._lightgroup),
37 _effect_center(copy._effect_center)
58 return _contribution_type;
68 return _effect_center;
LPoint3 get_effect_center() const
Return the value of the _effect_center.
This is a three-component point in space (as opposed to a three-component vector, which represents a ...
A PolylightEffect can be used on a node to define a LightGroup for that node.
PN_stdfloat get_weight() const
Get the weight value.
ContribType get_contrib() const
Returns CT_all or CT_proximal.