统一 2D/3D Renderable 继承链与实时数据策略

This commit is contained in:
2026-08-14 18:47:36 +08:00
parent bb64801679
commit cb32f72bc9
43 changed files with 1010 additions and 528 deletions
@@ -78,6 +78,7 @@ public:
struct Renderable_Root
: renderive::renderable::render_base<Renderable_Root, Root_Base, true> {
using render_base::render_base;
struct Impl {};
};
struct Product_Properties {