builder = DFFExclusiveBuilder(name=os.path.basename(obj_path).replace('.obj', ''))
# Geometry struct verts = np.array(geo['verts'], dtype=np.float32) tris = np.array(geo['tris'], dtype=np.uint16) uvs = np.array(geo['uvs'], dtype=np.float32) normals = np.array(geo['normals'], dtype=np.float32) convert obj to dff exclusive
If you are working on Android, you can use specialized modding apps: builder = DFFExclusiveBuilder(name=os