A simple python script to convert .aem to .obj or .obj to .aem. Simply drag a file or path and press enter to start converting.
Following features in latest version:
Aem2obj: Convert aem file into obj file, including vertices, UVs, normals and faces information. All faces will be isolated due to the data structure of aem files.
Obj2aem: Convert obj file into aem file. Vertices, UVs, normals and faces data must be included in obj files to be converted. Aem format doesn't allow more than 65535 vertices in one file, we have found a method using fragments and extend it to 4294836225, which means no more than 1431612075 faces in obj file. Make sure the obj file to be converted has enough data and not too large to convert before converting.
Warning: There are some unknown bytes in aem file filled with '00' while converting from obj file. This may cause side effects, report if encounter errors.
-
Notifications
You must be signed in to change notification settings - Fork 3
Pb-207/AemConvertor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple python script to convert .aem to .obj or .obj to .aem
Resources
Stars
Watchers
Forks
Packages 0
No packages published