mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
remove console.log
This commit is contained in:
parent
e57a05de53
commit
8d66934fa9
@ -11,7 +11,6 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.createMaterial();
|
this.createMaterial();
|
||||||
console.log(this.uniforms);
|
|
||||||
['vertexShader', 'fragmentShader'].forEach(p => {
|
['vertexShader', 'fragmentShader'].forEach(p => {
|
||||||
watch(() => this[p], () => {
|
watch(() => this[p], () => {
|
||||||
// recreate material if we change either shader
|
// recreate material if we change either shader
|
||||||
|
Loading…
Reference in New Issue
Block a user