I have an .OBJ file that I am using for some calculations. Currently using MatLab I am getting vertex data and correlating that vertex with a color from the mtl file and using that number for my project. The issue with this approach is that I wish to be a precise as possible and the vertices can only get so accurate before becoming too computationally difficult.
I was curious if it was possible using Mathematica to import an .OBJ file and get pixel color rather than using vertices.