mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:40:05 +00:00
Basic placefile lines rendering
Desired to make the line styling look more like warning boxes
This commit is contained in:
parent
e3c6850a1e
commit
c85e4cef58
6 changed files with 487 additions and 2 deletions
|
|
@ -58,12 +58,14 @@ set(SRC_GL source/scwx/qt/gl/gl_context.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/placefile_lines.hpp
|
||||
source/scwx/qt/gl/draw/placefile_polygons.hpp
|
||||
source/scwx/qt/gl/draw/placefile_text.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/placefile_lines.cpp
|
||||
source/scwx/qt/gl/draw/placefile_polygons.cpp
|
||||
source/scwx/qt/gl/draw/placefile_text.cpp
|
||||
source/scwx/qt/gl/draw/rectangle.cpp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue