From 36c8cf5ed01c525106a722a5cf963e189e16ce34 Mon Sep 17 00:00:00 2001 From: Tino Koch Date: Thu, 6 Apr 2023 11:03:02 +0200 Subject: [PATCH] feat(core): made custom renderer determine whether materials and geometries should be disposed --- playground/src/components/TheConditional.vue | 12 ++++++----- src/composables/useRenderer/index.ts | 2 +- src/core/nodeOps.ts | 21 +++++++++++++++++--- 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/playground/src/components/TheConditional.vue b/playground/src/components/TheConditional.vue index a195a312d..c1026242b 100644 --- a/playground/src/components/TheConditional.vue +++ b/playground/src/components/TheConditional.vue @@ -1,5 +1,5 @@