Maxime Gimeno
4c37b2d80a
Mesa Fix :
...
- context set to 2.1
- shaders version set to 120
- instanced rendering managed with ARB extension
- if extension cannot be found, the wireframe mode is forced.
2015-08-10 11:07:04 +02:00
Maxime Gimeno
d39d336461
Mesa Fix
...
- Changed 3.3 context in 2.1 context
- set shaders version to 120
2015-08-10 10:31:26 +02:00
Maxime Gimeno
3a5d0a79fc
Mesa Fix
...
- Replaced the 3.3 context by a 2.1 context
- Set the shaders version to 120
2015-08-10 10:11:29 +02:00
Maxime Gimeno
8680431afc
Mesa Fix
...
- Replaced the 3.3 context by a 2.1 context.
- Added the extension search for instanced rendering.
- Added an alternate rendering with points instead of spheres for the case the extensions cannot be found.
2015-08-10 10:02:30 +02:00
Maxime Gimeno
61072a8e75
Clean-up
2015-08-10 09:04:01 +02:00
Maxime Gimeno
7d220d3da8
Context 3.3 Core changed into 2.1
2015-08-10 08:59:54 +02:00
Maxime Gimeno
71b0fd8d31
Replaced the OpenGL 3 3 Core context by a 2_1 context.
2015-08-10 08:46:09 +02:00
Laurent Rineau
b1c423891c
updated crontab (automated commit)
2015-08-07 18:18:03 +02:00
Laurent Rineau
ebe89cff22
Update the announcement mail
...
- fix a typo: connnected
- re-wrap paragraphs
2015-08-07 17:10:30 +02:00
Laurent Rineau
afd9537f27
Announcement for CGAL-4.7-beta1
2015-08-07 17:06:06 +02:00
Laurent Rineau
066694e44a
Next release will be 4.7-beta2
2015-08-07 16:59:50 +02:00
Sébastien Loriot
5688134b64
do not generate latex doc by default
2015-08-07 16:53:34 +02:00
Sébastien Loriot
57b8f164f4
change the plane definition to match the detection of parallel planes
2015-08-07 15:56:40 +02:00
Sébastien Loriot
999c123be1
document use of qcollectiongenerator and sqlite plugin driver
2015-08-07 14:47:00 +02:00
Sébastien Loriot
16da0d60ea
readd QUIET to be consistant with other packages
2015-08-07 14:40:01 +02:00
Sébastien Loriot
156b267d85
add a dependency on the Qt5::QSQLiteDriverPlugin
2015-08-07 14:37:57 +02:00
Sébastien Loriot
ce786f9edd
Merge branch 'CGAL-Qt5_support-GF'
...
Fixes various issues in demos
Improve runtime of Side_of_triangle_mesh
2015-08-07 12:13:41 +02:00
Jane Tournois
b399e8fd3f
fix double to float conversion warning
...
(and avoid a bunch of divisions)
2015-08-07 12:02:37 +02:00
Sébastien Loriot
ab99da0ce2
use CGAL_PI to avoid issue with MSVC and M_PI
2015-08-07 08:30:06 +02:00
Sébastien Loriot
ca19447002
fix warnings detected by clang
2015-08-06 19:39:35 +02:00
Sébastien Loriot
db4c217d4b
make the item created from a selection the selected item
2015-08-06 19:18:19 +02:00
Sébastien Loriot
de61f7c933
fix color display bug of the selection
2015-08-06 19:14:40 +02:00
Sébastien Loriot
dd55213c85
make sure the selection item is selected when modifying the selection
2015-08-06 19:12:33 +02:00
Laurent Rineau
f5eec04da9
Trivial fix for g++-5.1 C++11
2015-08-06 17:43:38 +02:00
Laurent Rineau
548ae00633
Compose CGAL-4.7-beta1
2015-08-06 17:43:26 +02:00
Laurent Rineau
86796b9f46
Merge pull request #256 from bo0ts/Kernel-fix_issue_129-pmoeller
...
Stop-gap solution for issue #129
2015-08-06 17:42:41 +02:00
Sébastien Loriot
88c2ce6b69
force the display of newly created items
2015-08-06 16:59:52 +02:00
Sébastien Loriot
1a21950c37
make a selection item newly created automatically selected
2015-08-06 16:59:15 +02:00
Sébastien Loriot
001cabc022
when creating a new sdf/segmentation item, keep the polyhedron selected
2015-08-06 16:53:56 +02:00
Sébastien Loriot
63dca733dc
Scene::setSelectedItem is now connected to MainWindow::selectSceneItem
2015-08-06 16:49:25 +02:00
Sébastien Loriot
5de888d9dc
Revert "move update of the status outside of the constructor"
...
This reverts commit 6378a51191 .
The commit was incorrect and was introducing a huge performance issue
2015-08-06 15:27:55 +02:00
Maxime Gimeno
e413b0c45a
GLSL Version changed
...
- Shaders specify version 140 (opengl 3.1) instead of 330. This should fix the "GLSL 3.30 is not supported" error.
2015-08-06 15:19:36 +02:00
Maxime Gimeno
970e767bbf
GL security enhancement
...
- Version of the shaders added and depth test enabled at each draw.
2015-08-06 15:05:00 +02:00
Maxime Gimeno
fd38d1192b
Plane manipulated secured
...
- Should resolve all the remaining problems about the manipulated frame, except for the wheels events.
- Added glEnable(GL_DEPTH_TEST) to the draw() function of the viewer to avoid errors in certain cases
2015-08-06 14:47:21 +02:00
Maxime Gimeno
4b9c090363
Polyline points color fix
...
- The color of the points of the polylines in points renderingMode was not the good one. It is now.
2015-08-06 13:02:52 +02:00
Maxime Gimeno
2bf6835ccb
Merge branch 'CGAL-Qt5_support-GF' of github.com:CGAL/cgal-public-dev into CGAL-Qt5_support-GF
2015-08-06 13:01:38 +02:00
Sébastien Loriot
867bfec715
do not draw polylines larger
2015-08-06 12:43:28 +02:00
Philipp Möller
47cae427d7
Add a description of the issue
2015-08-06 12:35:59 +02:00
Maxime Gimeno
797ff3f65b
Merge branch 'CGAL-Qt5_support-GF' of github.com:CGAL/cgal-public-dev into CGAL-Qt5_support-GF
2015-08-06 12:34:42 +02:00
Laurent Rineau
0bd24e0dd3
Trivial CMake fix for issue #243
...
Fix #243 : "Bug in the export() commands in demo/Polyhedron/CMakeLists.txt"
2015-08-06 12:34:07 +02:00
Sébastien Loriot
4cf774bc27
remove unused variable bis
2015-08-06 12:33:25 +02:00
Sébastien Loriot
b6b78427d0
fix error introduced in a previous commit
2015-08-06 12:30:31 +02:00
Maxime Gimeno
4119600ba3
Merge branch 'CGAL-Qt5_support-GF' of github.com:CGAL/cgal-public-dev into CGAL-Qt5_support-GF
2015-08-06 12:28:28 +02:00
Sébastien Loriot
120f5f801d
remove debug output
2015-08-06 12:27:53 +02:00
Sébastien Loriot
a950c55065
remove unused parameter
2015-08-06 12:26:59 +02:00
Maxime Gimeno
12eb36c01e
Clean up
2015-08-06 12:18:15 +02:00
Philipp Möller
5f99e2da4e
Make FT typedef public
...
This way we no longer trigger a hard error in strict C++03.
This is only a stop-gap solution. The actual issue is that the internal
namespace is full with unrelated components and does not fulfill its
purposee as an SFINAE barrier anymore.
Fixes #129
2015-08-06 12:17:17 +02:00
Philipp Möller
27ac9b621a
Add test case for issue 129
2015-08-06 12:17:16 +02:00
Maxime Gimeno
f90f19a666
Polylines Fix
...
- fixing the FlatPlusEdges return from the last commit.
2015-08-06 12:12:10 +02:00
Maxime Gimeno
4dd4e516d2
Spheres 4th position removed
...
- Useless bool to be removed
2015-08-06 11:54:29 +02:00