Hello,
I'm developing EmptyCanvas, an 3D renderer with a modeller.
I need help to advance in my project.
For now, the project is open-source, pure-java and downloadable with maven.
http://emptycanvas.codeplex.com/
I'd like to add a wonderfull feature to my project, "movie-texture", which would be movies (like avi, mpg, etc) mapped to 3D objects.
What I was wondering, is that i would need ideally some method in an multimedia movie reader like:
File movieH = new File("path/to/movie.avi) ;
m = new <ClassForMovieReader>(movieH);
and
m.readNextFrame();
m.seekTime(int frameNbr)
Could I have some help or advices?
Hello,
I'm developing EmptyCanvas, an 3D renderer with a modeller.
I need help to advance in my project.
For now, the project is open-source, pure-java and downloadable with maven.
http://emptycanvas.codeplex.com/
I'd like to add a wonderfull feature to my project, "movie-texture", which would be movies (like avi, mpg, etc) mapped to 3D objects.
What I was wondering, is that i would need ideally some method in an multimedia movie reader like:
File movieH = new File("path/to/movie.avi) ;
m = new <ClassForMovieReader>(movieH);
and
m.readNextFrame();
m.seekTime(int frameNbr)
Could I have some help or advices?