mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +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;
|
||||
|
||||
DisplayPlugin* PLUGIN_POOL[] = {
|
||||
new NullDisplayPlugin(),
|
||||
new Basic2DWindowOpenGLDisplayPlugin(),
|
||||
new NullDisplayPlugin(),
|
||||
new SideBySideStereoDisplayPlugin(),
|
||||
new InterleavedStereoDisplayPlugin(),
|
||||
// new OculusWin32DisplayPlugin(),
|
||||
// new InterleavedStereoDisplayPlugin(),
|
||||
new OculusWin32DisplayPlugin(),
|
||||
new OpenVrDisplayPlugin(),
|
||||
nullptr
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue