-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
About the materials format. #2
Comments
Well, Panda3d provides command lines to do conversion. If you really don'y want to install python on your computer, here's a Google Collabotary script which allows you to convert from https://colab.research.google.com/drive/1SpIwOZ4JLuX53-ZGjoHcB41XuH9paeaG?usp=sharing Note that it could have been a couple of bash commands instead of a python script. I started from a script I found, not so clean, but it works. Here I imported Note that you may need to fix rotation when importing ( Some related documentation: Also note that there are many tools available in there: ls /usr/local/bin/ | grep egg
ls /usr/local/bin/ | grep bam
✌️ |
This may also be useful: https://github.com/rdb/blender-egg-importer/ |
Hello, To clear up any confusion, the included license only applies to the software and not the data or literature. Thank you for your understanding. 👍 |
Hi, the repo is awesome ! 🎉
As I'm an iOS developer , and i would like to implement a Metal version with your tutorial.
But i have some problem with the materials , it's the Panda3D format like '.egg' , Could u provide the model file with the universal format (e.g. OBJ, FBX, 3DS, PLY, STL, etc.).
The text was updated successfully, but these errors were encountered: