Procházet zdrojové kódy

Issue #8: expect radius from backend

cycle20 před 3 roky
rodič
revize
adee885d54
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/apps/viewer/index.ts

+ 1 - 1
src/apps/viewer/index.ts

@@ -93,7 +93,7 @@ export class Viewer {
             //       Can we send a precalculated value by our backend?
             //
             // (NOTE: the TMDET extension calculates and sets it during applying preset)
-            radius: 15
+            radius: regionDescriptors[ 'radius' ]
         };
         membrane.planePoint2[2] *= -1;