This commit is contained in:
wcjbr
2026-08-16 13:34:42 +08:00
parent d36fd6d2ee
commit 07aeced2e4
17 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
#include <string>
#include <vector>
namespace openceg {
namespace boundard {
// 渲染组件:描述 Actor 的几何形状、颜色和纹理占位。
class Mesh {
@@ -48,4 +48,4 @@ class Mesh {
std::array<float, 4> color_{1.0F, 1.0F, 1.0F, 1.0F};
};
} // namespace openceg
} // namespace boundard