fixed pause state bug, minor tweaks

This commit is contained in:
Diego F. Goberna
2018-10-04 02:21:16 +02:00
parent ea9874157c
commit 7fe0c06d57
6 changed files with 10 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
AFRAME.registerComponent('beams', {
schema: {
poolSize: {default: 10}
poolSize: {default: 4}
},
init: function () {
var redMaterial;