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

Method setMainFeatureAlpha

source/MRMesh/MRFeatureObject.cpp:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void FeatureObject::setMainFeatureAlpha( float alpha )
242{
243 if ( mainFeatureAlpha_ != alpha )
244 {
245 mainFeatureAlpha_ = alpha;
246 needRedraw_ = true;
247 }
248}
249
250void FeatureObject::setSubfeatureAlphaPoints( float alpha )
251{

Callers 2

drawAdvancedOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected