diff --git a/src/constants/d3Constants.js b/src/constants/d3Constants.js index 8784b46..2db4ab6 100644 --- a/src/constants/d3Constants.js +++ b/src/constants/d3Constants.js @@ -8,3 +8,4 @@ export const MAX_CAMERA_PAN = 150; // TODO: move this to twist factor in interface // and converting old files on open once export const LEGACY_HEIGHT_STEP = 10; +export const MAX_ANGLE = 30; // if shape has an corner sharper then MAX_ANGLE said corner will be sharp diff --git a/src/constants/general.js b/src/constants/general.js index 1063135..de9fd9f 100644 --- a/src/constants/general.js +++ b/src/constants/general.js @@ -3,7 +3,6 @@ import bowser from 'bowser'; export const SHAPE_CACHE_LIMIT = 50; export const IS_CORDOVA = typeof cordova !== 'undefined'; -export const MAX_ANGLE = 30; // if shape has an corner sharper then MAX_ANGLE said corner will be sharp (3D) export const PIXEL_RATIO = 1.0; // On android and iOS autofocus means the keyboard pops up for one second and then hides // Disable autofocus on these devices