From 101e6cf2e3fc4c8de04571d5d373250f4dfac4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20=D0=9D?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Fri, 7 Jun 2024 14:34:54 +0300 Subject: [PATCH 1/2] plus_minus --- components/calcValues.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/calcValues.vue b/components/calcValues.vue index e368108..e7b7313 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -54,11 +54,15 @@ watch(form_state, changeParametres, { deep: true })
+ - + +
+ - + +
From a718fa22169b9eed7e338e08f5bdd99d9e0aaf4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20=D0=9D?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Fri, 7 Jun 2024 15:13:02 +0300 Subject: [PATCH 2/2] toneMapping --- components/model/parametric.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/model/parametric.vue b/components/model/parametric.vue index 0580a0f..81d436a 100644 --- a/components/model/parametric.vue +++ b/components/model/parametric.vue @@ -1,6 +1,6 @@