Commit Graph

341 Commits

Author SHA1 Message Date
Laurent Rineau 3b6b6f9018 Polyhedron demo - Fix the display of protecting balls 2022-09-20 16:15:49 +02:00
Sébastien Loriot 3640099261 fix warnings about arithmetic operations on enum 2021-09-28 15:36:51 +02:00
Laurent Rineau 16c0aab3cc Merge pull request #5809 from maxGimeno/Polyhedron_demo-Filtering_c3t3_item_display-maxGimeno
Polyhedron Demo: Filtering c3t3 item display
2021-09-21 09:57:46 +02:00
Maxime Gimeno 8f1c510c49 WIP program 2021-08-10 15:21:33 +02:00
Maxime Gimeno f79ec025cd The edges are dealt with now. 2021-06-28 13:11:28 +02:00
Maxime Gimeno 2c36a1797c WIP 2021-06-23 15:58:57 +02:00
Maxime Gimeno 1a9a578df8 Apply google-readability-casting to the off_plugin 2021-06-18 10:54:35 +02:00
Laurent Rineau 10cdb759b9 Merge pull request #5739 from maxGimeno/Demo-Fixes_for_scale_scene-maxGimeno
Polyhedron Demo: Fix Scene Recentering while Scaled
2021-06-02 17:20:47 +02:00
Maxime Gimeno 18c7e6f513 Fix scene recenter with scaling ON 2021-05-31 14:09:07 +02:00
Maxime Gimeno cc99fd94ad Demo Pass 2021-02-19 16:02:12 +01:00
Laurent Rineau c5ba414c72 Merge pull request #5336 from maxGimeno/GraphicsView-Use_opengl_4_1_context-maxGImeno
Graphics_view: Upgrade glsl version in basic_viewer_shaders
2021-02-05 16:12:42 +01:00
Laurent Rineau b134ed8246 Merge pull request #5336 from maxGimeno/GraphicsView-Use_opengl_4_1_context-maxGImeno
Graphics_view: Upgrade glsl version in basic_viewer_shaders
2021-02-05 16:07:32 +01:00
Maxime Gimeno dfc613c342 Add missing makeCurrent() 2021-01-21 10:22:51 +01:00
Maxime Gimeno ab8a35ae72 Split the mv_matrix in the shaders to be able to compute fN and fP independently 2020-12-15 15:25:19 +01:00
Laurent Rineau cb390e23ee Merge pull request #5082 from maxGimeno/Doc-fix_three_warning-maxGimeno
Three_documentation: Fix warning
2020-10-23 15:57:14 +02:00
Maxime Gimeno 1efe80f8a5 Fixes some mouse bindings description 2020-10-22 13:53:40 +02:00
Maxime Gimeno af7e1a8829 Remove the scaler form the scene API 2020-10-16 14:32:12 +02:00
Maxime Gimeno 5ab054b84d Fix the scene scaling 2020-10-06 12:52:12 +02:00
Maxime Gimeno eccde8231b Merge remote-tracking branch 'cgal/master' into Demo-Fixes_and_features-maxGimeno 2020-09-24 16:27:54 +02:00
Laurent Rineau 6aefea87b9 Merge pull request #4949 from maxGimeno/Demo-Fixes-maxGimeno
Polyhedron demo: Fixes
2020-08-27 14:44:14 +02:00
Maxime Gimeno ecdce77f17 Fixes Post cherry-pick 2020-08-24 11:11:23 +02:00
Maxime Gimeno 9c2889e41b Get rid of the VAO destroy warning 2020-08-24 09:16:10 +02:00
Maxime Gimeno 7ebca1cc83 Fix precision problems in strings 2020-08-24 09:11:56 +02:00
Maxime Gimeno c948b779f9 Get rid of the VAO destroy warning 2020-08-18 14:36:50 +02:00
Maxime Gimeno 3083341e48 rename min and max to avoid trigger maccro in windows. 2020-07-30 10:15:13 +02:00
Maxime Gimeno 0401e8df71 Fix precision problems in strings 2020-07-03 12:24:09 +02:00
Maxime Gimeno 9f056030f9 Finish the Scene Scaler 2020-07-03 11:56:45 +02:00
Maxime Gimeno b2047dcab8 Add an option to rescale the scene in a 1-radius sphere. 2020-07-02 15:56:55 +02:00
Maxime Gimeno b4bba7f034 rename maccro 2020-06-15 08:58:13 +02:00
Maxime Gimeno 77af45afc1 Fix remainings warnings, use #define for split and fix error in filterOperations 2020-06-12 16:13:16 +02:00
Maxime Gimeno a9795c3562 Fix deprecation warnings 2020-06-11 13:11:36 +02:00
Maxime Gimeno ed6c1cb95e give urls to explain why ignore warnings 2020-05-19 16:35:24 +02:00
Maxime Gimeno 6f946f2110 Check string list size 2020-05-19 16:27:36 +02:00
Maxime Gimeno 8be919e7b6 Smooth the ws cam 2020-05-19 15:41:36 +02:00
Maxime Gimeno 2fcf16c859 Silence gl spamm 2020-05-19 13:21:06 +02:00
Sébastien Loriot c1a42c7d37 Update branch from master after trailing whitespaces and tabs removal 2020-03-26 18:58:21 +01:00
Sébastien Loriot 8bb22d5b2c extra run of the script to remove tabs and trailing whitespaces
right after the merge of the 5.0 release branch

+ manual fix of the files (indentation was changed in the meantime):
   * Spatial_sorting/include/CGAL/Multiscale_sort.h
   * Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Laurent Rineau 4fe7be4855 Fix [-Wconversion] warnings 2020-01-10 09:33:48 +01:00
Maxime Gimeno 73ffe67feb Add missing header 2020-01-07 09:29:16 +01:00
Maxime Gimeno 4c36c04fd6 Merge remote-tracking branch 'cgal/master' into Demo-Save_the_scene_entirely-maxGimeno 2019-12-19 11:26:55 +01:00
Maxime Gimeno 13a31ec9af Add a Viewer option to use a specif shader to make more obvious the orientation of the fragments in the shaded programs. 2019-10-28 15:32:31 +01:00
Maxime Gimeno 6701a7322c Protect websocket code 2019-10-04 09:26:10 +02:00
Maxime Gimeno af5773cf4e Integration of WS Server to the demo. Sessions handled and Remove the point_sets and polylines management from the 3mf plugin 2019-09-26 14:59:36 +02:00
Maxime Gimeno b9e9dcc09b Add Camera sharing through WebSockets 2019-09-26 14:59:01 +02:00
Maxime Gimeno 01252a3d7d Fix no_interpolation_program declaration 2019-09-10 12:03:48 +02:00
Sébastien Loriot 2e747dd300 Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into HEAD 2019-07-18 17:01:42 +02:00
Maxime Gimeno 261c596cfc Merge branch 'CGAL_Qt-Fix_deprecation_warnings-GF' into CGAL_Qt-Fix_deprecation_warnings-4.14-GF 2019-07-10 14:04:34 +02:00
Maxime Gimeno 1184530530 More warnings fixed 2019-07-10 14:02:06 +02:00
Maxime Gimeno 1160e396f6 Fix stuffs 2019-05-27 16:33:33 +02:00