mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
First attempt at rendering placefile icons, does not work yet
This commit is contained in:
parent
4c093d65f6
commit
f074e487de
6 changed files with 527 additions and 7 deletions
|
|
@ -57,9 +57,11 @@ set(SRC_GL source/scwx/qt/gl/gl_context.cpp
|
|||
source/scwx/qt/gl/text_shader.cpp)
|
||||
set(HDR_GL_DRAW source/scwx/qt/gl/draw/draw_item.hpp
|
||||
source/scwx/qt/gl/draw/geo_line.hpp
|
||||
source/scwx/qt/gl/draw/placefile_icons.hpp
|
||||
source/scwx/qt/gl/draw/rectangle.hpp)
|
||||
set(SRC_GL_DRAW source/scwx/qt/gl/draw/draw_item.cpp
|
||||
source/scwx/qt/gl/draw/geo_line.cpp
|
||||
source/scwx/qt/gl/draw/placefile_icons.cpp
|
||||
source/scwx/qt/gl/draw/rectangle.cpp)
|
||||
set(HDR_MANAGER source/scwx/qt/manager/placefile_manager.hpp
|
||||
source/scwx/qt/manager/radar_product_manager.hpp
|
||||
|
|
@ -240,6 +242,7 @@ set(RESOURCE_FILES scwx-qt.qrc)
|
|||
set(SHADER_FILES gl/color.frag
|
||||
gl/color.vert
|
||||
gl/geo_line.vert
|
||||
gl/geo_texture2d.vert
|
||||
gl/radar.frag
|
||||
gl/radar.vert
|
||||
gl/text.frag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue