You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In threex.sparks.js line 36 vertices.push(new THREE.Vertex(position)); has to be changed into vertices.push(position); on order to work with the latest version of three.js
The text was updated successfully, but these errors were encountered:
In threex.sparks.js line 36 vertices.push(new THREE.Vertex(position)); has to be changed into vertices.push(position); on order to work with the latest version of three.js
The text was updated successfully, but these errors were encountered: