Print at Dec 20, 2025, 4:10:41 PM

Posted by Folini at May 14, 2021, 10:30:55 AM
Color handling in obj files
Importing obj files with colors on vertex breaks import wizard.
Is it planned to fix this issue?
specification says:
If a vertex line contains 3 values then they are interpretted as (x,y,z), if there are 4 values then they correspond to (x,y,z,w), if there are 6 values then they correspond to (x,y,z,r,g,b)

Basic fix could be to ignore last 3 values in case of a six values line.
Obviously the best would be to handle RGB colors.