mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
remove comments
This commit is contained in:
parent
ae0d67ff98
commit
4052ea7c5f
@ -24,10 +24,6 @@ export default {
|
|||||||
default: 1,
|
default: 1,
|
||||||
},
|
},
|
||||||
position: Object,
|
position: Object,
|
||||||
// position: {
|
|
||||||
// type: Object,
|
|
||||||
// default: new Vector3(0, 0, 0),
|
|
||||||
// },
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
setFromProp(this.light.position, this.position);
|
setFromProp(this.light.position, this.position);
|
||||||
|
@ -8,18 +8,6 @@ export default {
|
|||||||
position: Object,
|
position: Object,
|
||||||
rotation: Object,
|
rotation: Object,
|
||||||
scale: 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() {
|
mounted() {
|
||||||
this.mesh = new Mesh(this.geometry, this.three.materials[this.material]);
|
this.mesh = new Mesh(this.geometry, this.three.materials[this.material]);
|
||||||
|
Loading…
Reference in New Issue
Block a user