takahirox / aframe-rain

A-Frame Rainfall effect component
https://cdn.rawgit.com/takahirox/aframe-rain/v1.0.2/index.html
MIT License
41 stars 6 forks source link

Blank white page with A-Frame 0.5.0 on Mac/Firefox #2

Open crcdng opened 7 years ago

crcdng commented 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 );
}
takahirox commented 7 years ago

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....