Ported the obj parser.

This commit is contained in:
zy4n
2025-04-01 21:51:56 +02:00
parent bc065bc657
commit 27977c1738
34 changed files with 1676 additions and 1554 deletions

View File

@@ -15,7 +15,7 @@ public:
component_set() = default;
C component_flags{};
z3d::structure<z3d::optional<Ts...>> components{};
z3d::structure<z3d::optional<Ts>...> components{};
protected:
void clear_components()