Open Qard opened 11 years ago
I think I removed voxel-chunks from the newer voxel-engines for this reason
It's in there as of 0.17.3. I haven't checked 0.18.x, as most of the other voxel-* modules I was trying to install had peerDependency of 0.17.x.
I'm running a basic demo with nothing but this;
The problem is, when I build the bundle with browserify, I'm getting three.js included multiple times. It seems to be a result of voxel-mesh requiring it rather than receiving the game instance and grabbing game.THREE like other components usually do.
Is there perhaps a better way to handle this? Three.js is kind of huge...