------------------------------------------------------------------------------
| 85 | |
| 86 | //------------------------------------------------------------------------------ |
| 87 | void vtkExternalLight::SetAttenuationValues(double value1, double value2, double value3) |
| 88 | { |
| 89 | this->Superclass::SetAttenuationValues(value1, value2, value3); |
| 90 | this->AttenuationValuesSet = true; |
| 91 | } |
| 92 | |
| 93 | //------------------------------------------------------------------------------ |
| 94 | void vtkExternalLight::SetExponent(double exp) |
no outgoing calls