Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.