Revision | 9acd6c13646b6dd9827d2967eb21200dc57c2f35 (tree) |
---|---|
Time | 2024-07-05 21:36:49 |
Author | sebastian_bugiu |
Commiter | sebastian_bugiu |
Added forgotten USE_PCZs.
@@ -114,7 +114,11 @@ | ||
114 | 114 | #elif (OGRE_PLATFORM == OGRE_PLATFORM_WIN32) |
115 | 115 | //#include "RenderSystems/GL3Plus/include/OgreGL3PlusRenderSystem.h" |
116 | 116 | #include "RenderSystems/Direct3D11/include/OgreD3D11RenderSystem.h" |
117 | + | |
118 | +#ifdef USE_PCZ | |
117 | 119 | #include "PlugIns/PCZSceneManager/include/OgrePCZPlugin.h" |
120 | +#endif | |
121 | + | |
118 | 122 | #elif OGRE_PLATFORM == OGRE_PLATFORM_APPLE_IOS |
119 | 123 | //#include "../../../RenderSystems/Metal/include/OgreMetalRenderSystem.h" |
120 | 124 | #include "../../../RenderSystems/Metal/include/OgreMetalPlugin.h" |
@@ -315,8 +319,11 @@ | ||
315 | 319 | #if (OGRE_PLATFORM == OGRE_PLATFORM_ANDROID) |
316 | 320 | GLES3RenderSystem *renderSystem = OGRE_NEW GLES3RenderSystem(); |
317 | 321 | #elif (OGRE_PLATFORM == OGRE_PLATFORM_WIN32) |
322 | + | |
323 | +#ifdef USE_PCZ | |
318 | 324 | PCZPlugin *pcz = OGRE_NEW PCZPlugin(); |
319 | 325 | installPlugin(pcz); |
326 | +#endif | |
320 | 327 | |
321 | 328 | // GL3PlusRenderSystem *renderSystem = OGRE_NEW GL3PlusRenderSystem(); |
322 | 329 | D3D11RenderSystem *renderSystem = OGRE_NEW D3D11RenderSystem(); |