mirror of
https://github.com/overte-org/overte.git
synced 2025-07-16 21:17:11 +02:00
Put the 2D plugin first for default usage, enable oculus, disable interleaved
This commit is contained in:
parent
a8f8c45755
commit
267d339ecc
1 changed files with 3 additions and 3 deletions
|
@ -52,11 +52,11 @@ const DisplayPluginList& getDisplayPlugins() {
|
||||||
init = true;
|
init = true;
|
||||||
|
|
||||||
DisplayPlugin* PLUGIN_POOL[] = {
|
DisplayPlugin* PLUGIN_POOL[] = {
|
||||||
new NullDisplayPlugin(),
|
|
||||||
new Basic2DWindowOpenGLDisplayPlugin(),
|
new Basic2DWindowOpenGLDisplayPlugin(),
|
||||||
|
new NullDisplayPlugin(),
|
||||||
new SideBySideStereoDisplayPlugin(),
|
new SideBySideStereoDisplayPlugin(),
|
||||||
new InterleavedStereoDisplayPlugin(),
|
// new InterleavedStereoDisplayPlugin(),
|
||||||
// new OculusWin32DisplayPlugin(),
|
new OculusWin32DisplayPlugin(),
|
||||||
new OpenVrDisplayPlugin(),
|
new OpenVrDisplayPlugin(),
|
||||||
nullptr
|
nullptr
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue