דברים שרואים מכאן לא רואים בכלל
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234 |
- const MAX_DIST = 3500;
- const MIN_DIST = 1000;
- const VID_BLUR_FACTOR = MAX_DIST/23.0; // float
- const TICKER_BLUR_FACTOR = MAX_DIST/5.0; // float
|