summaryrefslogtreecommitdiff
path: root/assetFactory/mutation.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-01-27 22:33:20 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2024-01-27 22:33:20 +0000
commit8dc04dedbba31030b83b1a23c48c6bea02eea100 (patch)
tree6c504b3d03138976a541af2f06ade4e023759186 /assetFactory/mutation.h
parentMerge branch 'text2' (diff)
downloadilt-8dc04dedbba31030b83b1a23c48c6bea02eea100.tar.bz2
ilt-8dc04dedbba31030b83b1a23c48c6bea02eea100.tar.xz
ilt-8dc04dedbba31030b83b1a23c48c6bea02eea100.zip
3D relative scaling in asset factory
Reduces excess vertices in cylinders
Diffstat (limited to 'assetFactory/mutation.h')
-rw-r--r--assetFactory/mutation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/assetFactory/mutation.h b/assetFactory/mutation.h
index 4fa7e01..7656742 100644
--- a/assetFactory/mutation.h
+++ b/assetFactory/mutation.h
@@ -12,8 +12,6 @@ struct Mutation {
[[nodiscard]] Matrix getDeformationMatrix() const;
[[nodiscard]] Matrix getLocationMatrix() const;
- [[nodiscard]] float relativeLevelOfDetail() const;
-
RelativePosition3D position {};
Rotation3D rotation {};
Scale3D scale {1};