3d renderer

This commit is contained in:
Erris
2026-03-01 17:06:15 +01:00
parent abe8016f84
commit 90a6ea00c0
21 changed files with 365 additions and 76 deletions

View File

@@ -170,4 +170,9 @@ namespace OpenEngine {
}
};
void MeshOnImGuiRender(entt::registry&registry, entt::entity entity)
{
}
}