mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
parent
e835673c5e
commit
1d53ec4892
5 changed files with 6 additions and 112 deletions
|
@ -8,7 +8,6 @@
|
|||
#include "log.h"
|
||||
#include "plain.h"
|
||||
#include "anaglyph.h"
|
||||
#include "interlaced.h"
|
||||
#include "sidebyside.h"
|
||||
#include "secondstage.h"
|
||||
#include "client/shadows/dynamicshadowsrender.h"
|
||||
|
@ -52,10 +51,6 @@ void createPipeline(const std::string &stereo_mode, IrrlichtDevice *device, Clie
|
|||
populateAnaglyphPipeline(result.pipeline.get(), client);
|
||||
return;
|
||||
}
|
||||
if (stereo_mode == "interlaced") {
|
||||
populateInterlacedPipeline(result.pipeline.get(), client);
|
||||
return;
|
||||
}
|
||||
if (stereo_mode == "sidebyside") {
|
||||
populateSideBySidePipeline(result.pipeline.get(), client, false, false, result.virtual_size_scale);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue