Hi,
I'm using jpct to load 3D models on an Android app. Now I have a need; to construct and show 3D model from a list of pictures.
Is that possible ? and if yes please tell me how ?
Regards,
What does a 'list of pictures' mean in this context?
I mean that we'll have some picture of a model taken from differents sides, the purpose is to construct the 3D model using these pictures.
Thanks :)
Yes, it is possible. Others have done it already. However, jPCT-AE is a 3D engine. It can help you to build the final mesh out of triangles and it can render the results. But it doesn't contain anything related to image processing and constructing a mesh from some pictures. You would have to do this yourself.
Great,
Thanks for your answer :-)