the attached .skp file contains a single face that looks colored in brown in SketchUp. According to the C API, its material type is SUMaterialType_Textured. But the image texture is almost white.
How to know that the material color should be taken into account ? How are the image texture and the color blended (if they are) ? What is the differece between SUMaterialType_Textured and SUMaterialType_ColorizedTexture ?
I just want to know the difference between SUMaterialType_Textured and SUMaterialType_ColorizedTexture. They are defined in a SketchUp C API header file, not in GL.h.
According to the SketchUp C API documentation:
SUMaterialType_Textured is a “Textured material”.
SUMaterialType_ColorizedTexture is a “Colored and textured material”.
However it seems that even for a “SUMaterialType_Textured only” material, the material color is though taken into account.
So please, what is/are the true difference(s) between these two material types ?