mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-05 23:40:02 +01:00
Adding OBJ model support
This commit is contained in:
6
main.cpp
6
main.cpp
@@ -51,11 +51,13 @@
|
||||
//// ("file:///home/bhbn/Videos/TestFormats/_h264GoldenLamps.mkv");
|
||||
//// ("file:///home/bhbn/Videos/TestEncoding/vpxvp9high.webm");
|
||||
//// ("file:///home/bhbn/Videos/iss.mov");
|
||||
//// ("file:///home/bhbn/Videos//iss.mov");
|
||||
//// ("file:///Users/Herbelin/Movies/mp2test.mpg");
|
||||
///
|
||||
Scene scene;
|
||||
FrameBuffer *output;
|
||||
MediaSurface testnode1("file:///Users/Herbelin/Movies/iss.mov");
|
||||
MediaSurface testnode2("file:///Users/Herbelin/Movies/mp2test.mpg");
|
||||
MediaSurface testnode1("file:///home/bhbn/Videos/iss.mov");
|
||||
MediaSurface testnode2("file:///home/bhbn/Videos/fish.mp4");
|
||||
ImageSurface testnode3("images/v-mix_256x256.png");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user