Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
void ShadowsGL::setShadowColor( const Vector4f& color )
67
{
68
if ( shadowColor_ == color )
69
return;
70
shadowColor_ = color;
71
getViewerInstance().setSceneDirty();
72
}
73
74
void ShadowsGL::setBlurRadius( float radius )
75
{
Callers
1
drawShadowsOptions_
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected