overte/scripts
Alezia Kurdis 5d00341662
Correct value to ENTIRE_DOMAIN_SCAN_RADIUS
Set the correct value to constant: ENTIRE_DOMAIN_SCAN_RADIUS

var ENTIRE_DOMAIN_SCAN_RADIUS = 27713;
to reach all the entities of a domain from the center,(including in the corners) the radius must be:
sqr((16000 ^2) + (16000) ^2 + (16000 ^2))
which is once rounded = to 27713.
2020-05-09 15:24:18 -04:00
..
+android_interface force LOD to be 20-20 on android, and force lodAngleDeg to 0.248 2019-10-09 14:04:44 -07:00
+android_questInterface adding market place back to the default scripts 2019-02-25 14:05:54 -08:00
communityModules Added license 2020-03-30 22:10:53 +01:00
communityScripts/explore Update title. 2020-03-27 14:44:33 -04:00
developer Add automaticLookAt.js to the developer scripts 2019-11-26 13:42:01 -07:00
modules Fix linux specific script engine crash 2019-08-15 13:07:43 -07:00
simplifiedUI Merge remote-tracking branch 'hifi/master' into merge-hifi-master 2020-04-09 16:46:27 +12:00
system Correct value to ENTIRE_DOMAIN_SCAN_RADIUS 2020-05-09 15:24:18 -04:00
tutorials Eliminated some JavaScript warnings due to missing commas 2019-03-28 16:06:31 +02:00
defaultScripts.js Update to explore app. 2020-03-26 22:28:39 -04:00
simplifiedUIBootstrapper.js Add Click to Zoom to the repo and bootstrapper 2019-11-14 17:05:47 -08:00