更完
This commit is contained in:
@@ -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(); },
|
||||
|
||||
Reference in New Issue
Block a user