Skip to content

Commit

Permalink
Fixup directory use
Browse files Browse the repository at this point in the history
  • Loading branch information
keesverruijt committed Mar 7, 2023
1 parent 535d693 commit 688a61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SOURCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The refactoring had the following design principles:
- Concentrate knowledge of the actual radar in as little code as possible.
- Minimize computations and OpenGL overhead.

The design of the code is such that only the classes named br24... are really Navico specific. The RadarDraw, RadarDrawVertex, RadarDrawShader and GuardZone should be quite portable to other radars. RadarInfo will need some massaging.
The design of the code is such that only the classes in specific 'manufacturer' directories are manufacturer/radar specific. The files in the `src` directory itself are portable.

Drawing: Vertex or Shader
-------------------------
Expand Down

0 comments on commit 688a61a

Please sign in to comment.