MCPcopy Create free account
hub / github.com/Kitware/VTK / SetAttenuationValues

Method SetAttenuationValues

Rendering/External/vtkExternalLight.cxx:87–91  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 4

ImportLightsMethod · 0.80
TestSRGBFunction · 0.80
SynchronizeGLLightsMethod · 0.80
DeepCopyMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestSRGBFunction · 0.64