Преглед изворни кода

Issue #8: expect radius from backend

cycle20 пре 3 година
родитељ
комит
adee885d54
1 измењених фајлова са 1 додато и 1 уклоњено
  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;