I have a 3D model of an object and I need to view it in some program and then capture this view by OpenCV so that I can move the model in a program and capture an image of this moving object in OpenCV. Do you know any easy way to do it? Also could you recommend some good program to view the 3D model in (I have .obj model).
What I need to get at the end is being able to process the image from the 3D-model program in OpenCV.
Thanks!