overte/scripts/system/create
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
..
assets Merge branch 'master' into feature/renderWithZones-Create-UI 2020-05-08 15:20:31 -04:00
entityList Merge pull request #16461 from ctrlaltdavid/DEV-2649 2019-11-08 10:28:24 -08:00
entityProperties/html Merge branch 'master' into feature/renderWithZones-Create-UI 2020-05-08 15:20:31 -04:00
entitySelectionTool Enable Alt action for cloning on Mac 2019-11-13 10:48:08 +13:00
modules Some comments; changed the code to be backwards compatible 2019-07-08 17:10:11 -07:00
qml Fixed path to tabletAssetServer in HMD, simplifiedUI system folder 2019-07-09 13:02:54 -07:00
edit.js Correct value to ENTIRE_DOMAIN_SCAN_RADIUS 2020-05-09 15:24:18 -04:00