From 0c5fab0e51b78ec88469b045ee55a8dee0276f0d Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Thu, 11 Aug 2016 22:00:34 +0200 Subject: [PATCH] Found where to define the granularity of the surface! --- htdocs/openwebrx.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 648c7b1..8614740 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -2041,8 +2041,8 @@ function mathbox_init() if((y=remapResult.y)==undefined) return; emit(x, y, z+remapResult.zAdd); }, - width: 32, - height: 32, + width: 128, + height: mathbox_data_max_depth, channels: 3, axes: [1, 3], }); @@ -2057,8 +2057,8 @@ function mathbox_init() var r = ((color&0xff0000)>>16)/255.0; emit(r, g, b, 1.0); }, - width: 32, - height: 32, + width: 128, + height: mathbox_data_max_depth, channels: 4, axes: [1, 3], });