mittsu icon indicating copy to clipboard operation
mittsu copied to clipboard

Port more object loaders across from THREE.js

Open Floppy opened this issue 2 years ago • 2 comments

In my THREE.js code, as well as OBJLoader (which is already in mittsu), I use:

  • STLLoader
  • ThreeMFLoader
  • PLYLoader

These are all currently in the "examples" section of the THREE.js code rather than the core, I'm not really sure why. If I port them to Ruby, would you be OK with them being in the core, or should I perhaps create a separate mittsu-extra-loaders gem?

Floppy avatar Apr 15 '23 23:04 Floppy

I think it's separate from THREE.js to minimise the size of the JS, which isn't a big deal for a ruby gem, so I'm all for it being in core 👍🏻

danini-the-panini avatar Apr 17 '23 07:04 danini-the-panini

Nice one, I'll have a crack at one of them to get started, see how I get on.

Floppy avatar Apr 17 '23 09:04 Floppy