MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / setShadowColor

Method setShadowColor

source/MRViewer/MRShadowsGL.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void ShadowsGL::setShadowColor( const Vector4f& color )
67{
68 if ( shadowColor_ == color )
69 return;
70 shadowColor_ = color;
71 getViewerInstance().setSceneDirty();
72}
73
74void ShadowsGL::setBlurRadius( float radius )
75{

Callers 1

drawShadowsOptions_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected