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

Method setShadowShift

source/MRViewer/MRShadowsGL.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void ShadowsGL::setShadowShift( const Vector2f& shift )
59{
60 if ( shadowShift_ == shift )
61 return;
62 shadowShift_ = shift;
63 getViewerInstance().setSceneDirty();
64}
65
66void ShadowsGL::setShadowColor( const Vector4f& color )
67{

Callers 1

drawShadowsOptions_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected