结构优化

This commit is contained in:
2026-08-13 15:17:02 +08:00
parent 65cf786e2d
commit e8e8b29806
25 changed files with 822 additions and 461 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ struct Web_Plot_Session::Impl {
auto group = detail::make_renderable_group(true);
group->set_object_name(std::move(name));
attach.attach(group);
attach.add_parent(::Scene_Base::Relationship::display, group, root);
attach.add_parent(::Scene_Base::Relationship::dependency, group, root);
attach.add_display_parent(group, root);
attach.add_dependency_parent(group, root);
return group;
};
const auto data = make_group("Web_Data");