We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844d006 commit a36a05fCopy full SHA for a36a05f
templates/aframe-gltf-bricks/index.html
@@ -6,7 +6,7 @@
6
<script>
7
AFRAME.registerComponent("center", {
8
init: function () {
9
- this.scale();
+ this.center();
10
this.el.addEventListener("object3dset", () => this.center());
11
},
12
center: function () {
0 commit comments