bufffun

Results 2 issues of bufffun

clone material is not same as origin material ``` const material = new LayerMaterial({ color: new THREE.Color(0xff0000), lighting: 'physical', }); const cube = new THREE.Mesh(geometry, material.clone()); ``` ##### Wrong Result,...

bug
CSM

When the server response with bad reponse format, how can I catch the error? `client.request({ method: "method" }).then().catch(err){ //can't trigger this }` ![WX20210115-180433](https://user-images.githubusercontent.com/2651340/104711436-57686800-575c-11eb-9f53-72c7714dd423.png)