Can i detect what mesh's face a ray is hitting and get its material?
I trying to play character step-sounds based on the mesh's materials.
I guess you can list the model's face normals in a array (used as index) and in somehow detect the face's material and add those to the array.