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

Add ability to import 3D models #8

Open
jdan opened this issue Apr 27, 2014 · 7 comments
Open

Add ability to import 3D models #8

jdan opened this issue Apr 27, 2014 · 7 comments

Comments

@jdan
Copy link
Owner

jdan commented Apr 27, 2014

It would be very cool to be able to import an existing 3D model, or even a list of coordinates.

@rcmaniac25
Copy link
Contributor

Look into the *.obj format. It's quite easy to work with and is often in pure ASCII.

@ooflorent
Copy link
Contributor

Maybe this feature should be provided as a plugin (hosted in another repository).

@jbovenschen
Copy link
Collaborator

screenshot from 2014-04-29 19 17 58 Got a *.obj imported but for the textures we need to create something for texture mapping #6. To get groups in *.obj files working we need depth sorting #9. So for now only non grouped *.obj files will work.

@jdan
Copy link
Owner Author

jdan commented May 22, 2014

Nice work! Is this on your fork? Would love to see if it works with @Mysterix's changes so far.

@jbovenschen
Copy link
Collaborator

I pushed it to my fork c8fcbc2 , it needs much improvements parsing the groups, and maybe sometime .dea support

@rcmaniac25
Copy link
Contributor

I'd hold off on *.dea. I've seen whole libraries just to load them, let alone a fairly compact JS library.

@jbovenschen
Copy link
Collaborator

I agree with you, if someone wants to use *.dea they can convert it to *.obj.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants