summaryrefslogtreecommitdiff
path: root/assetFactory/shape.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-02-16 23:54:22 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2023-02-16 23:54:22 +0000
commitc22c676dfee583bd48e1f962378f580f8310838b (patch)
treea060664c21934da0c54d54ac42f0a5ded5813498 /assetFactory/shape.h
parentFirst cut of the model factory and the hardcoded Brush 47 model (diff)
downloadilt-c22c676dfee583bd48e1f962378f580f8310838b.tar.bz2
ilt-c22c676dfee583bd48e1f962378f580f8310838b.tar.xz
ilt-c22c676dfee583bd48e1f962378f580f8310838b.zip
Refactor so ModelFactoryMesh can define the smooth property on faces
Diffstat (limited to 'assetFactory/shape.h')
-rw-r--r--assetFactory/shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/assetFactory/shape.h b/assetFactory/shape.h
index 9510538..5a2b59c 100644
--- a/assetFactory/shape.h
+++ b/assetFactory/shape.h
@@ -1,6 +1,6 @@
#pragma once
-#include "assetFactoryConfig_fwd.h"
+#include "modelFactoryMesh_fwd.h"
#include "mutation.h"
#include "stdTypeDefs.hpp"
#include <OpenMesh/Core/Mesh/Handles.hh>