Message 1 of 5
Object export
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to produce a coloured 3D model to be printed on a Mimaki machine. I've built the model and have rendered it in Fusion with no problems. When I export it to an OBJ file the .obj part looks OK, but the .mtl file is essentially empty:
# WaveFront *.mtl file (generated by Autodesk ATF)
newmtl Planks_3
Kd 0.000000 0.000000 0.000000
newmtl GN_Wagon_Brown
Kd 0.000000 0.000000 0.000000
newmtl GN_Lettering_(1)
Kd 0.000000 0.000000 0.000000
newmtl Shadows
Kd 0.000000 0.000000 0.000000
newmtl Planks_1
Kd 0.000000 0.000000 0.000000
newmtl Planks_2
Kd 0.000000 0.000000 0.000000
newmtl Planks_4
Kd 0.000000 0.000000 0.000000
Can anyone suggest what is happening and what I can do to get pretty coloured models?