1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

remove comments

This commit is contained in:
Kevin Levron 2020-09-14 23:14:24 +02:00
parent ae0d67ff98
commit 4052ea7c5f
2 changed files with 0 additions and 16 deletions

View File

@ -24,10 +24,6 @@ export default {
default: 1,
},
position: Object,
// position: {
// type: Object,
// default: new Vector3(0, 0, 0),
// },
},
mounted() {
setFromProp(this.light.position, this.position);

View File

@ -8,18 +8,6 @@ export default {
position: Object,
rotation: Object,
scale: Object,
// position: {
// type: Object,
// default: new Vector3(),
// },
// rotation: {
// type: Object,
// default: new Euler(),
// },
// scale: {
// type: Object,
// default: new Vector3(1, 1, 1),
// },
},
mounted() {
this.mesh = new Mesh(this.geometry, this.three.materials[this.material]);