Large Restructure and Organization

This commit is contained in:
2024-02-27 00:42:24 -05:00
parent 8049fd3a60
commit 718f63a3c8
26 changed files with 507 additions and 76 deletions

View File

@@ -13,6 +13,5 @@ namespace J3ML::Geometry
Vector3 Position;
Vector3 Normal;
float distance = 0.f;
};
}