#
luxiaotao1123
2022-04-07 714ebb0caed4d340b526b3ce876a5e755dfccce1
static/js/object/Cube.js
@@ -35,5 +35,6 @@
    cube.position.x = this.positionX;
    cube.position.y = this.positionY;
    cube.position.z = this.positionZ;
    cube.receiveShadow = true;
    return cube;
}