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

Method SetRayColor

Rendering/VR/vtkVRModel.cxx:165–169  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

163
164//------------------------------------------------------------------------------
165void vtkVRModel::SetRayColor(double r, double g, double b)
166{
167 float color[] = { static_cast<float>(r), static_cast<float>(g), static_cast<float>(b) };
168 this->Ray->SetColor(color);
169}
170VTK_ABI_NAMESPACE_END

Callers 1

UpdateRayMethod · 0.80

Calls 1

SetColorMethod · 0.45

Tested by

no test coverage detected