Skip to content

Conversation

@adam-ce
Copy link
Member

@adam-ce adam-ce commented Oct 6, 2025

  • uses surface shading background instead of orthophoto
  • compute the shading in the fragment shader instead of caching it in tiles
  • implement a simple qml gui

joerg-christian and others added 30 commits July 26, 2024 15:46
1.adapted to refactoring
2. fixed drawing of zoomed regions
only draws low res tile
- started transition to utils/rasterizer (with more generic rasterizer)
- removed vector_layer vertex shader (not needed anymore)
- moved tests to rasterizer.cpp
- added sdf version
- test sdf vs dda rasterizer
- added a method that combines two single channels to a qimage
- implemented first iteration of a three part triangle rasterizer for better enlarged triangle rasterization
- reworked that triangles without distances work again
- minor adjustments so that enlarged triangles rasterize all that they should (currently rasterize more than they should)
- enlarged triangles more or less work, only problem for horizontal lines
- triangles with horizontal lines are now rendered correctly
- narrow triangle test fix
- improved documentation and naming conventions
- started line rasterizer
- more exact triangle and line rendering (for subpixels)
- refactored for readability, compactness and similarity to established functions
- rendering lines with thickness works now
- removed unneccessary include
- temporarily disabled cdt triangulation to confirm failing android tests
- added polygon convenience function
- declared lambda signature and split signature into 1 and 2 parameter version
- improved comments
joerg-christian and others added 30 commits August 20, 2025 20:56
…an error that the parameter was unused. the parameter itself is unused in the computation.
the visualisation type should be an enum, not a number of booleans.
added datepicker, prev, next,today button,
temporary solution to check behaviour in chrome
eaws frag shader draws surface texture and risk texture to albedo
 creates region Ids from drawing drawing or loading regions . Needs reference date!
forgotten  in previous commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants