File tree Expand file tree Collapse file tree 6 files changed +17
-14
lines changed Expand file tree Collapse file tree 6 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 44#include " xrCDB/ISpatial.h"
55
66#if (RENDER == R_R2) || (RENDER == R_R3) || (RENDER == R_R4) || (RENDER==R_GL)
7- #include " light_package .h"
7+ #include " Light_Package .h"
88#include " light_smapvis.h"
9- #include " light_GI .h"
9+ #include " light_gi .h"
1010#endif // (RENDER==R_R2) || (RENDER==R_R3) || (RENDER==R_R4) || (RENDER==R_GL)
1111
1212class light : public IRender_Light , public SpatialBase
File renamed without changes.
Original file line number Diff line number Diff line change 11project (xrRenderPC_GL)
22
33list (APPEND DIRS
4- "."
5- )
4+ "."
5+ )
66
77
88add_dir("${DIRS} " )
99
1010include_directories (
11- ${CMAKE_CURRENT_SOURCE_DIR} /../..
12- ${CMAKE_CURRENT_SOURCE_DIR} /../../../Externals/luabind
13- ${CMAKE_CURRENT_SOURCE_DIR} /../../../sdk/include
14- )
11+ ${CMAKE_CURRENT_SOURCE_DIR} /../..
12+ ${CMAKE_CURRENT_SOURCE_DIR} /../../../Externals/luabind
13+ ${CMAKE_CURRENT_SOURCE_DIR} /../../../sdk/include
14+ ${SDL_INCLUDE_DIRS}
15+ )
1516
1617#list(REMOVE_ITEM ${PROJECT_NAME}__SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/./LevelCompilerLoggerWindow.cpp")
1718#list(REMOVE_ITEM ${PROJECT_NAME}__INCLUDES "${CMAKE_CURRENT_SOURCE_DIR}/./LevelCompilerLoggerWindow.hpp")
Original file line number Diff line number Diff line change 11#include " stdafx.h"
22#pragma hdrstop
33
4- #include " Blender_bloom_build .h"
4+ #include " blender_bloom_build .h"
55
66CBlender_bloom_build::CBlender_bloom_build () { description.CLS = 0 ; }
77CBlender_bloom_build::~CBlender_bloom_build () { }
Original file line number Diff line number Diff line change 88#include " Layers/xrRender/DetailManager.h"
99#include " Layers/xrRender/ModelPool.h"
1010#include " Layers/xrRender/WallmarksEngine.h"
11- #include " smap_allocator .h"
12- #include " Layers/xrRender/light_db .h"
13- #include " Layers/xrRender/light_render_direct .h"
11+ #include " SMAP_Allocator .h"
12+ #include " Layers/xrRender/Light_DB .h"
13+ #include " Layers/xrRender/Light_Render_Direct .h"
1414#include " Layers/xrRender/LightTrack.h"
1515#include " Layers/xrRender/r_sun_cascades.h"
1616#include " xrEngine/IRenderable.h"
@@ -363,8 +363,8 @@ class CRender : public D3DXRenderBase
363363 void ScreenshotAsyncEnd (CMemoryWriter& memory_writer) override ;
364364 void OnFrame () override ;
365365
366- void BeforeWorldRender () override ; // --#SM+#-- +SecondVP+ Вызывается перед началом рендера мира и пост-эффектов
367- void AfterWorldRender () override ; // --#SM+#-- +SecondVP+ Вызывается после рендера мира и перед UI
366+ void BeforeWorldRender () override ; // --#SM+#-- +SecondVP+ Procedure is called before world render and post-effects
367+ void AfterWorldRender () override ; // --#SM+#-- +SecondVP+ Procedure is called after world render and before UI
368368
369369 // Render mode
370370 void rmNear () override ;
Original file line number Diff line number Diff line change 1414#include <GL/glu.h>
1515#include "SDL_opengl_glext.h"
1616
17+ #if defined(WINDOWS )
1718#include "Layers/xrRender/xrD3DDefs.h"
19+ #endif
1820#include "Layers/xrRender/Debug/dxPixEventWrapper.h"
1921
2022#define R_GL 0
You can’t perform that action at this time.
0 commit comments