Added VertexStorage offset extension method
This commit is contained in:
parent
f78f737154
commit
caaa58a551
3 changed files with 22 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
|
||||
public DynamicContainerLink(Func<string> nameResolver, ImageBuffer thumbnail, Func<ILibraryContainer> creator = null, Func<bool> visibilityResolver = null)
|
||||
{
|
||||
this.thumbnail = thumbnail.SetPreMultiply();
|
||||
this.thumbnail = thumbnail?.SetPreMultiply();
|
||||
this.nameResolver = nameResolver;
|
||||
this.containerCreator = creator;
|
||||
this.visibilityResolver = visibilityResolver ?? (() => true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue