Can I map an imported video to an imported 3D object into Processing??
in
Contributed Library Questions
•
1 year ago
This seems really possible but at my level of experience with Processing it will take me months. So far I have been using OBJLoader to load 3D (.obj) files into Processing, and the video library to import videos. Is there some way I could tell processing to take a point/pixel from the video and map it or place it onto a point/pixel of the the 3D object and then tell processing to register that point in 3D, so that when the user rotates the 3D object the video also rotates accordingly?
Other options may include loading the video as a texture onto the .obj, as like void usetexture(movie.movie) or telling OBJLoader that the video is inside of the .mtl files it uses to map the texture, but i have a feeling this might be more tricky as it is more of a hack approach and involves kind of changing the file directories/filetypes might not be compatible enough.
If anyone has any advice, clues, hints, suggestions, codes, other programs to try out anything would be greatly appreciated!!!
Thank you!
1