Open crcdng opened 7 years ago
I am using A-Frame 0.5.0 on latest Firefox/Mac. Adding rain to the scene element gives a blank white page:
TypeError: invalid arguments aframe-v0.5.0.js:17127:31
The line of the error
function Uint16BufferAttribute( array, itemSize ) { BufferAttribute.call( this, new Uint16Array( array ), itemSize ); }
Thanks for the report.
It works on Firefox/Windows10 (performance is bad tho...), so this seems Mac specific issue.
And it sounds the root issue is same as #1
I'll try to look into more....
I am using A-Frame 0.5.0 on latest Firefox/Mac. Adding rain to the scene element gives a blank white page:
TypeError: invalid arguments aframe-v0.5.0.js:17127:31
The line of the error