shichao Posted May 31, 2018 Posted May 31, 2018 i use this to add two plugin but i found only the second one loaded? main_x86 -extern_plugin AppProjection -width 2 -extern_plugin my_plugin so how to add two plugin?
silent Posted May 31, 2018 Posted May 31, 2018 You need to separate them with coma (without whitespaces): -extern_plugin MyPlugin1,MyPlugin2 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
shichao Posted May 31, 2018 Author Posted May 31, 2018 1 hour ago, silent said: You need to separate them with coma (without whitespaces): -extern_plugin MyPlugin1,MyPlugin2 and i use AppProjection when i choose fullscreen all two projections (1920 * 1080 * 2) are combined into one window which is 1920 * 540 * 2 。 how i set this (1920 * 1080 * 2) projections in two seperate window which is both fullscreened.
silent Posted May 31, 2018 Posted May 31, 2018 There is a bug in AppProjection that prevents app to launch correctly in fullscreen mode. Please, use video_fullscreen 2 to avoid this. Monitors should be configured in Extended mode. Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
shichao Posted June 1, 2018 Author Posted June 1, 2018 11 hours ago, silent said: There is a bug in AppProjection that prevents app to launch correctly in fullscreen mode. Please, use video_fullscreen 2 to avoid this. Monitors should be configured in Extended mode. Thanks! it works! thanks
Recommended Posts