We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764500b commit 60b8cdfCopy full SHA for 60b8cdf
1 file changed
src/Engine/Data/Mesh.hpp
@@ -505,7 +505,7 @@ class RA_ENGINE_API Mesh : public IndexedGeometry<Core::Geometry::TriangleMesh>
505
/// Each face of the polyhedron (typically quads) are assume to be planar and convex.
506
/// Simple triangulation is performed on the fly before sending data to the GPU.
507
template <typename T>
508
-class RA_ENGINE_API GeneralMesh : public IndexedGeometry<T>
+class GeneralMesh : public IndexedGeometry<T>
509
{
510
using base = IndexedGeometry<T>;
511
using IndexType = Core::Vector3ui;
0 commit comments