Lin
Lin
I find a bug in line 1113 `if (down) { panVy += elapsed * keyboardPanRate; }` in `src/controls/cameraControl.js`, when I hold down `X` to let cameraControl down. And I fixed...
The img's height is incorrect, and I find line 154 have 2 iwidth in canvas2image.js. and I have fixed this problem.
I try to use tranlate to realize translation of one floor house, but the component in this floor is not translate to the X or Y or Z direction, it...
When I use `scene.canvas.getSnapshot`, The img's height is incorrect, and I find line 154 have 2 iwidth in canvas2image.js, It's should be `oSaveCtx.drawImage(oCanvas, 0, 0, oCanvas.width, oCanvas.height, 0, 0, iWidth,...