feat: add xyz parameter type

This commit is contained in:
parker
2025-08-03 20:26:42 +01:00
parent aa3086bdf9
commit 21a27648d6
11 changed files with 128 additions and 35 deletions

View File

@@ -31,12 +31,14 @@ namespace enzo
using intT = int64_t;
using Vector3 = Eigen::Vector3d;
using Vector4 = Eigen::Vector4d;
using String = std::string;
}
namespace prm
{
enum class Type
{
STRING,
XYZ,
FLOAT,
INT,
TOGGLE