Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
fix brush
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi310 committed Jun 27, 2022
1 parent 92d1719 commit e2447d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fluorender/FluoRender/VRenderView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3379,6 +3379,15 @@ bool VRenderVulkanView::GetSelectGroup()
return m_selector.GetSelectGroup();
}

void VRenderVulkanView::SetUseAbsoluteValue(bool value)
{
m_use_absolute_value = value;
}
bool VRenderVulkanView::GetUseAbsoluteValue()
{
return m_use_absolute_value;
}

//estimate threshold
void VRenderVulkanView::SetEstimateThresh(bool value)
{
Expand Down

0 comments on commit e2447d1

Please sign in to comment.