THREE.Geometry is not a constructor

Viewed 9413

Since I've been working on a three.js open world game, there I need to apply the rain effect. I followed tutorial & source code around some github repos. Don't know what I am missing?

Currently I am using cdn for three.js

Three.min.js

Three.module.js

and all other flavours, but kind of seem there is something missing.

1 Answers
Related