* @function ThreeLayer.prototype.clearAll * @description 清除所有 threejs 对象。 * @param {boolean} clearCamera - 是否清除相机。 * @returns {ThreeLayer} ThreeLayer的实例对象。
(clearCamera)
| 170 | * @returns {ThreeLayer} ThreeLayer的实例对象。 |
| 171 | */ |
| 172 | clearAll(clearCamera) { |
| 173 | this.renderer.clearAll(clearCamera); |
| 174 | return this; |
| 175 | } |
| 176 | |
| 177 | /** |
| 178 | * @function ThreeLayer.prototype.setPosition |
no outgoing calls
no test coverage detected