obj2egg icon indicating copy to clipboard operation
obj2egg copied to clipboard

converts obj to egg format for panda3d

Results 3 obj2egg issues
Sort by recently updated
recently updated
newest added

The current master branch is incompatible with Python3 and modern versions of Panda3D. I have created a pull request for a fork I made which I believe resolves this issue....

- Made some syntax changes to comply with Python3 (e.g., changed print '' to print(''), etc.) - Updated imports to reference the current Panda3D API structure

warning: __usematerial: unknown material: gg /home/mhu/Downloads/assets/car/car2.obj:766484: ignoring: ['s', 'off'] warning: __usematerial: unknown material: bk /home/mhu/Downloads/assets/car/car2.obj:767590: ignoring: ['s', '1'] warning: __usematerial: unknown material: nikl /home/mhu/Downloads/assets/car/car2.obj:770777: ignoring: ['s', '1'] warning: __usematerial: unknown...