gengjiayuan
  • Joined on 2025-10-13
gengjiayuan pushed to filament_json_antigravity at gengjiayuan/MetaCore 2026-06-10 09:25:48 +00:00
9e2c2a8954 Fix tree model depth rendering, ImGuizmo interactions, HDR IBL format, and link stb_image_impl
gengjiayuan pushed to filament_json_antigravity at gengjiayuan/MetaCore 2026-06-08 03:42:03 +00:00
27aa4547c7 Update Infernux submodule to fix path decoding crash globally
gengjiayuan pushed to filament_json_antigravity at gengjiayuan/MetaCore 2026-06-08 03:36:27 +00:00
02df315120 Update Infernux submodule to fix splash screen hang and UnicodeDecodeError on GBK paths
gengjiayuan pushed to filament_json_antigravity at gengjiayuan/MetaCore 2026-06-08 03:25:50 +00:00
6f4c0e2f97 fix(render): adjust destructor cleanup order to prevent material instance destroy assert
gengjiayuan pushed to filament_json_antigravity at gengjiayuan/MetaCore 2026-06-08 03:24:51 +00:00
5c8568875d fix(render): prevent Filament camera assert crash by ignoring 0 size display projection
gengjiayuan pushed to filament_json_antigravity at gengjiayuan/MetaCore 2026-06-08 02:40:31 +00:00
0e5e084f6c style(editor): fix ImGui SetCursorPos boundary assert and replace emoji icons with vector icon drawings
gengjiayuan pushed to filament_json_antigravity at gengjiayuan/MetaCore 2026-06-08 02:29:16 +00:00
998edb23e7 feat: implement viewport toolbar overlay, Collapse/Filter Console list, and split Build Settings with Scenes In Build drag-drop
gengjiayuan pushed to filament_json_antigravity at gengjiayuan/MetaCore 2026-06-08 02:27:06 +00:00
5b4095f049 feat: implement double-column Project panel with breadcrumbs, IconSize slider, folders-first sorting, list/grid auto-switching, and wrap-layout
gengjiayuan pushed to filament_json_antigravity at gengjiayuan/MetaCore 2026-06-08 02:25:19 +00:00
d7590c53b6 feat: implement Unity/Infernux style ObjectField for material Inspector with drag-and-drop, clear, and search-picker
gengjiayuan pushed to filament_json_antigravity at gengjiayuan/MetaCore 2026-06-08 02:23:28 +00:00
1bb2c858e2 feat(editor): 1:1 对齐 Infernux 全局主题配色,Hierarchy 与 Inspector 选中高亮及细节样式(里程碑一)
gengjiayuan pushed to filament_json_antigravity at gengjiayuan/MetaCore 2026-06-08 02:09:23 +00:00
gengjiayuan created branch filament_json_antigravity in gengjiayuan/MetaCore 2026-06-08 02:09:22 +00:00
gengjiayuan pushed to Filament_json at gengjiayuan/MetaCore 2026-06-05 01:55:20 +00:00
78544ae5eb feat(editor): complete static cpp component workflow
gengjiayuan pushed to Filament_json at gengjiayuan/MetaCore 2026-06-04 14:16:00 +00:00
695fc30d34 feat(editor): align MetaCore workflows with Infernux
gengjiayuan pushed to Filament_json at gengjiayuan/MetaCore 2026-05-25 08:34:59 +00:00
93fddb0296 style(inspector): 美化属性检查器外观,对标Unity深色扁平风格,重构材质槽位及二级折叠项
gengjiayuan pushed to Filament_json at gengjiayuan/MetaCore 2026-05-22 07:14:03 +00:00
36e3155a8a fix(render): 修复层级嵌套模型加载失败及拖动父节点时子级坐标同步Bug
gengjiayuan pushed to Filament_json at gengjiayuan/MetaCore 2026-05-22 06:57:16 +00:00
05157022bd feat: 支持通过创建平面加载 Plane.glb 并重新映射内置 Cube 加载 Cube.glb
gengjiayuan pushed to Filament_json at gengjiayuan/MetaCore 2026-05-22 06:50:26 +00:00
a6e7070c41 assets: 新增内置的基础几何体模型 Cube.glb 和 Plane.glb
gengjiayuan pushed to Filament_json at gengjiayuan/MetaCore 2026-05-22 03:02:43 +00:00
dab182cb96 fix: 修复多节点模型在场景树中删除子节点时的视口残留 Bug,并补充集成测试
gengjiayuan pushed to Filament_json at gengjiayuan/MetaCore 2026-05-21 09:49:20 +00:00
77626017a3 Fix Player crash caused by unable to find ReplayStream file. Resolved it by utilizing MetaCoreDiscoverProjectRoot to find projectRoot and use relative path.