feat: render open and closed faces/lines

This commit is contained in:
parker
2025-08-04 13:47:08 +01:00
parent c685e4b9bd
commit 05a2284773
11 changed files with 117 additions and 66 deletions

View File

@@ -19,6 +19,7 @@ namespace enzo
floatT,
listT,
vectorT,
boolT,
};
using AttrType = AttributeType;
using AttrOwner = AttributeOwner;
@@ -29,6 +30,7 @@ namespace enzo
{
using floatT = double;
using intT = int64_t;
using boolT = bool;
using Vector3 = Eigen::Vector3d;
using Vector4 = Eigen::Vector4d;
using String = std::string;