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

Method SetIntensity

Rendering/External/vtkExternalLight.cxx:73–77  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

71
72//------------------------------------------------------------------------------
73void vtkExternalLight::SetIntensity(double intensity)
74{
75 this->Superclass::SetIntensity(intensity);
76 this->IntensitySet = true;
77}
78
79//------------------------------------------------------------------------------
80void vtkExternalLight::SetConeAngle(double angle)

Callers 15

ImportLightsMethod · 0.80
exitFieldMethod · 0.80
TestShadowMapPassFunction · 0.80
TestCoincidentFloorFunction · 0.80
SynchronizeGLLightsMethod · 0.80
UpdateShadingTableMethod · 0.80

Calls

no outgoing calls

Tested by 15

TestShadowMapPassFunction · 0.64
TestCoincidentFloorFunction · 0.64
TestOSPRayAmbientFunction · 0.64
TestOSPRayDepthOfFieldFunction · 0.64
TestPathTracerShadowsFunction · 0.64
TestOSPRayLightsFunction · 0.64