BufferGeometry scale(num x, num y, num z) { // scale geometry _bufferGeometrym1.makeScale(x, y, z); applyMatrix4(_bufferGeometrym1); return this; }