第427章 先睡覺 (第1/8頁)
篁玄提示您:看後求收藏(貓撲小說www.mpzw.tw),接着再看更方便。
sys.runJob =>createForceFieldShell__.location, 2;
function createForceFieldShellpos, r {
const i = _.l_P;(注1)
for let x = -r+pos.x;x <= r+pos.x;x+=i {
for let y = -r+pos.y;y <= r+pos.y;y+=i {
for let z = -r+pos.z;z <= r+pos.z;z+=i {
let distance = Math.sqrtx * x + y * y + z * z;
if distance >= forceFieldRadius - 0.1 && distance <= forceFieldRadius + 0.1
_.InstantiateResources.Load"ForceFieldPoint", {x: x,y: y, z: z}, _.Quaternion.identity;
}}}}