Hi ray, i'm doing some 3D modelling and i'm looking at the examples on the raylib home page. most of them include this line
model.materials[0].maps[MATERIAL_MAP_DIFFUSE].texture = texture;
but MATERIAL_MAP_DIFFUSE does not seem to be existing in raylib 3.5, what should i use instead?