Parcourir la source

Issue #8: expect radius from backend

cycle20 il y a 3 ans
Parent
commit
adee885d54
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;