Implement Geometric Class Definitions
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
//
|
||||
// Created by dawsh on 1/25/24.
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#ifndef J3ML_TRIANGLEMESH_H
|
||||
#define J3ML_TRIANGLEMESH_H
|
||||
namespace Geometry
|
||||
{
|
||||
class TriangleMesh
|
||||
{
|
||||
|
||||
#endif //J3ML_TRIANGLEMESH_H
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user