We are currently able to render the shape of 3D objects and have lighting feature work on them. However, we are not able to render their material or color.
The task here is to add the ability to render their material and color.
You will most likely have to work with the following files:
simple_shader.vert
simple_shader.frag
application3DRenderer.cpp
model3D.cpp and .h