-
-
Notifications
You must be signed in to change notification settings - Fork 0
仕様:世界の大きさ
As Project edited this page Feb 9, 2022
·
1 revision
(作成:2022年02月10日,更新:2022年02月10日)
座標系 | 変数名 | 名称 | 初期の大きさ |
---|---|---|---|
X | width | 幅 | 100000000 |
Z | depth | 奥行 | 100000000 |
- フィールドチャンク (Field Chunk = fc) ともいう
座標系 | 変数名 | 名称 | 初期の大きさ |
---|---|---|---|
X | width | 幅 | 512 |
Z | depth | 奥行 | 512 |
座標系 | 変数名 | 名称 | 初期の大きさ |
---|---|---|---|
X | width | 幅 | fc.width * 2 |
Z | depth | 奥行 | fc.depth * 2 |
Y | height | 高さ | 128 |
L | layer | 層 | 3 |
座標系 | 変数名 | 名称 | 初期の大きさ |
---|---|---|---|
X | width | 幅 | fc.width * 2 |
Y | height | 高さ | fc.depth * 2 |
L | layer | 層 | 4 |
座標系 | 変数名 | 名称 | 初期の大きさ |
---|---|---|---|
X | width | 幅 | tc.width * fc.width |
Z | depth | 奥行 | tc.depth * fc.depth |
Y | height | 高さ | fm.height |
L | layer | 層 | fm.layer |
そこそこ大きいので、小さくするか検討予定。