mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-04 21:53:24 +01:00
move constant
This commit is contained in:
parent
f0c4af7b35
commit
b6e39b1dbf
1
src/constants/d3Constants.js
vendored
1
src/constants/d3Constants.js
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user