This commit is contained in:
2026-08-12 02:02:39 +08:00
parent 2fff357dff
commit 9192b5953c
9 changed files with 758 additions and 763 deletions
@@ -1,7 +1,7 @@
#pragma once
#include "Gallery_Session_Control.h"
#include "Gallery_Renderables_Adminive.h"
#include "Gallery_Renderables.h"
#include <concepts>
#include <utility>
@@ -44,7 +44,7 @@ struct Type_Descriptor<renderive::web::Gallery_Session_Control> {
using T = renderive::web::Gallery_Session_Control;
using namespace renderive::web::gallery_adminive;
const auto dirty = [](T& value) { value.plot_.notify_model_dirty(); };
return adminive::object<T>("gallery_session", "Scene",
return adminive::object<T>("scene", "Scene",
callback_property<T, renderive::Color>(
"background_color", "Background", Field_Control::color,
[](const T& value) { return value.plot_.background_color(); },