cgal/Arrangement_on_surface_2/demo/earth
denizdiktas e85b59374e added: if the query point is on the vertex or on the edge, then one of the incident faces is chosen arbitrarily as the query result 2023-08-20 15:03:38 +03:00
..
shaders Lighting corrected 2023-08-16 14:58:49 +03:00
Aos.cpp added: if the query point is on the vertex or on the edge, then one of the incident faces is chosen arbitrarily as the query result 2023-08-20 15:03:38 +03:00
Aos.h the outlines of the faces are drawn from the arrangement data itself now (no KML needed) 2023-08-17 21:18:17 +03:00
Aos_defs.h refactor: moved Aos definitions to a separate file 2023-08-15 20:33:18 +03:00
Aos_triangulator.cpp refactor: moved triangulation code to a separate class 2023-08-15 20:53:19 +03:00
Aos_triangulator.h refactor: moved triangulation code to a separate class 2023-08-15 20:53:19 +03:00
CMakeLists.txt refactor on Single_vertex: position is held inside this class now (no need for the application to keep track of it) 2023-08-18 20:48:12 +03:00
Camera.cpp added copyright notices 2023-08-12 16:49:02 +03:00
Camera.h added copyright notices 2023-08-12 16:49:02 +03:00
Camera_manip.cpp refactor 2023-08-17 14:45:11 +03:00
Camera_manip.h refactor: added gui_event_handler base class & derived Camera_manip from this 2023-08-17 12:47:53 +03:00
Camera_manip_rot.cpp added copyright notices 2023-08-12 16:49:02 +03:00
Camera_manip_rot.h added copyright notices 2023-08-12 16:49:02 +03:00
Camera_manip_rot_bpa.cpp added copyright notices 2023-08-12 16:49:02 +03:00
Camera_manip_rot_bpa.h added copyright notices 2023-08-12 16:49:02 +03:00
Camera_manip_zoom.cpp added copyright notices 2023-08-12 16:49:02 +03:00
Camera_manip_zoom.h added copyright notices 2023-08-12 16:49:02 +03:00
Common_defs.h added copyright notices 2023-08-12 16:49:02 +03:00
GUI_country_pick_handler.cpp refactor: moved country picking to a separate class 2023-08-17 15:37:33 +03:00
GUI_country_pick_handler.h refactor: moved country picking to a separate class 2023-08-17 15:37:33 +03:00
GUI_event_handler.cpp refactor: added gui_event_handler base class & derived Camera_manip from this 2023-08-17 12:47:53 +03:00
GUI_event_handler.h refactor: added gui_event_handler base class & derived Camera_manip from this 2023-08-17 12:47:53 +03:00
Geodesic_arcs.cpp Corrected the rendering and arrangement construction logic (TODO: we need to take outer and inner boundaries separately) 2023-07-03 17:10:45 +03:00
Geodesic_arcs.h Rendering countries one by one 2023-06-30 14:03:53 +03:00
Kml_reader.cpp added copyright notices 2023-08-12 16:49:02 +03:00
Kml_reader.h added copyright notices 2023-08-12 16:49:02 +03:00
Line_strips.cpp added copyright notices 2023-08-12 16:49:02 +03:00
Line_strips.h added copyright notices 2023-08-12 16:49:02 +03:00
Main_widget.cpp refactor on Single_vertex: position is held inside this class now (no need for the application to keep track of it) 2023-08-18 20:48:12 +03:00
Main_widget.h refactor on Single_vertex: position is held inside this class now (no need for the application to keep track of it) 2023-08-18 20:48:12 +03:00
Main_widget_old.cpp refactor: kept just the code related to the final application and moved all of the previous code to Main_winget_old.h/cpp 2023-08-18 17:15:16 +03:00
Main_widget_old.h refactor: kept just the code related to the final application and moved all of the previous code to Main_winget_old.h/cpp 2023-08-18 17:15:16 +03:00
Message_manager.cpp Added: Message_manager to notify changes in zoom (trying to recompute the country boundaries results in strange OpenGL problems) 2023-07-17 11:47:42 +03:00
Message_manager.h Added: Message_manager to notify changes in zoom (trying to recompute the country boundaries results in strange OpenGL problems) 2023-07-17 11:47:42 +03:00
Shader_program.cpp Lighting corrected 2023-08-16 14:58:49 +03:00
Shader_program.h Lighting corrected 2023-08-16 14:58:49 +03:00
Shapefile.cpp added copyright notices 2023-08-12 16:49:02 +03:00
Shapefile.h added copyright notices 2023-08-12 16:49:02 +03:00
Single_vertex.cpp refactor on Single_vertex: position is held inside this class now (no need for the application to keep track of it) 2023-08-18 20:48:12 +03:00
Single_vertex.h refactor on Single_vertex: position is held inside this class now (no need for the application to keep track of it) 2023-08-18 20:48:12 +03:00
Sphere.cpp added copyright notices 2023-08-12 16:49:02 +03:00
Sphere.h added copyright notices 2023-08-12 16:49:02 +03:00
Timer.h added copyright notices 2023-08-12 16:49:02 +03:00
Tools.cpp added copyright notices 2023-08-12 16:49:02 +03:00
Tools.h added copyright notices 2023-08-12 16:49:02 +03:00
Triangles.cpp can render each country in different color now 2023-08-13 18:17:05 +03:00
Triangles.h can render each country in different color now 2023-08-13 18:17:05 +03:00
Verification.cpp move verification code to a separate class (Verification) 2023-08-16 11:45:27 +03:00
Verification.h move verification code to a separate class (Verification) 2023-08-16 11:45:27 +03:00
Vertices.cpp started working on sphere-line intersection in GUI 2023-08-14 19:39:58 +03:00
Vertices.h added copyright notices 2023-08-12 16:49:02 +03:00
World_coordinate_axes.cpp added copyright notices 2023-08-12 16:49:02 +03:00
World_coordinate_axes.h added copyright notices 2023-08-12 16:49:02 +03:00
arr_print.h Added: test code for arc drawing (needs more work for generic version) 2023-06-14 14:54:23 +03:00
main.cpp Refactor: moved camera rotation-manipulator to its own class 2023-07-12 18:18:20 +03:00