feat: multiple face rendering and geometry storing

This commit is contained in:
parker
2025-07-07 19:03:50 +01:00
parent a14c9e973c
commit 504eb58fe4
6 changed files with 64 additions and 26 deletions

View File

@@ -10,6 +10,7 @@ geo::Geometry::Geometry()
{
addVector3Attribute(ga::AttrOwner::POINT, "P");
addIntAttribute(ga::AttrOwner::VERTEX, "point");
addIntAttribute(ga::AttrOwner::PRIMITIVE, "vertexCount");
}
ga::AttributeHandle<int> geo::Geometry::addIntAttribute(ga::AttributeOwner owner, std::string name)