This commit is contained in:
thinkinggis 2019-02-19 11:08:38 +08:00
parent bc0191ed31
commit 58804ef23b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ export default class MapBox extends Base {
const translateMap = new THREE.Matrix4();
const rotateMap = new THREE.Matrix4();
scale
.makeScale(zoomPow / 100, zoomPow / 100, 1.0);
.makeScale(zoomPow, zoomPow, 1.0);
translateCenter
.makeTranslation(WORLD_SIZE / 2, -WORLD_SIZE / 2, 0);
translateMap