-
Notifications
You must be signed in to change notification settings - Fork 138
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
Comments
Look into the *.obj format. It's quite easy to work with and is often in pure ASCII. |
Maybe this feature should be provided as a plugin (hosted in another repository). |
Nice work! Is this on your fork? Would love to see if it works with @Mysterix's changes so far. |
I pushed it to my fork c8fcbc2 , it needs much improvements parsing the groups, and maybe sometime .dea support |
I'd hold off on *.dea. I've seen whole libraries just to load them, let alone a fairly compact JS library. |
I agree with you, if someone wants to use *.dea they can convert it to *.obj. |
It would be very cool to be able to import an existing 3D model, or even a list of coordinates.
The text was updated successfully, but these errors were encountered: