Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port more object loaders across from THREE.js #116

Open
Floppy opened this issue Apr 15, 2023 · 2 comments
Open

Port more object loaders across from THREE.js #116

Floppy opened this issue Apr 15, 2023 · 2 comments
Milestone

Comments

@Floppy
Copy link
Contributor

Floppy commented Apr 15, 2023

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?

@danini-the-panini
Copy link
Owner

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 👍🏻

@Floppy
Copy link
Contributor Author

Floppy commented Apr 17, 2023

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

@Floppy Floppy mentioned this issue Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants