If I use the vtkOBJReader, all that gets displayed is the wavefront OBJ (understandable, as the color and lighting information is stored in the accompanying MTL file, however I only see the geometry image if I use the vtkPLYReader even though PLY does store color information, is there any way to display this using just the vtk library?
EDIT: Something like this is displayed