From Stephan Huber, "attached you'll find a small fix for the 3ds-plugin, so 3ds-files

exported from cinema 4d are imported correctly. It's not cinema's fault,
because the 3ds-files show up correctly in 3dStudio Max."
This commit is contained in:
Robert Osfield
2007-06-30 15:40:23 +00:00
parent 3873f50214
commit efda16ac56

View File

@@ -100,6 +100,10 @@ color_read(Lib3dsRgba rgb, FILE *f)
rgb[3]=1.0f;
}
break;
case LIB3DS_COLOR_F:
// sth: this will fix 3ds-files exported from cinema 4d
lib3ds_rgb_read(rgb, f);
break;
default:
lib3ds_chunk_unknown(chunk);
}