enable rtt dtor, default values for <text> node, dual-brush wip, more brush options
This commit is contained in:
@@ -112,7 +112,7 @@ std::vector<std::shared_ptr<Brush>> ABR::compute_brushes(const std::string& path
|
||||
auto b = std::make_shared<Brush>();
|
||||
b->m_name = wstr2str(p->value<String>("Nm "));
|
||||
//b->m_tip_color = i.m_tip_color;
|
||||
b->m_tip_size = samp->value<UnitFloat>("Dmtr") / (800.f * 4.f);
|
||||
b->m_tip_size = samp->value<UnitFloat>("Dmtr") / 800.f;
|
||||
b->m_tip_spacing = samp->value<UnitFloat>("Spcn") * 0.01f;
|
||||
b->m_tip_flow = .25f;
|
||||
b->m_tip_opacity = 1.f;
|
||||
|
||||
Reference in New Issue
Block a user