From ad573a1d3f8dfa4e59105a6025d0d344ec4c1267 Mon Sep 17 00:00:00 2001 From: Dmitry Romanov Date: Thu, 10 Oct 2024 16:51:41 -0400 Subject: [PATCH] Fix Vertex Assembly merging --- .../src/app/data-pipelines/three-geometry.processor.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/firebird-ng/src/app/data-pipelines/three-geometry.processor.ts b/firebird-ng/src/app/data-pipelines/three-geometry.processor.ts index c947c86..348cbf9 100644 --- a/firebird-ng/src/app/data-pipelines/three-geometry.processor.ts +++ b/firebird-ng/src/app/data-pipelines/three-geometry.processor.ts @@ -152,7 +152,10 @@ export class ThreeGeometryProcessor { { name: "VertexBarrelSubAssembly_3", rules: [ - + { + merge: true, + outline: true + } ] }, { @@ -164,7 +167,6 @@ export class ThreeGeometryProcessor { } ] } - ] calorimetry = new CalorimetryGeometryPrettifier();