From 8dc04dedbba31030b83b1a23c48c6bea02eea100 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 27 Jan 2024 22:33:20 +0000 Subject: 3D relative scaling in asset factory Reduces excess vertices in cylinders --- assetFactory/mutation.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'assetFactory/mutation.h') 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}; -- cgit v1.2.3