Guillaume Damiand
|
67307dcead
|
Merge master to remove conflicts; plus rephrase draw documentation following Sebastien comments.
|
2019-06-19 15:48:10 +02:00 |
|
Guillaume Damiand
|
cbdd2d536e
|
In 2D, the viewer should also fix the camera orientation (and not only contraint it)
|
2019-06-19 11:02:17 +02:00 |
|
Jasmeet Singh
|
cd3cfc0bc5
|
Remove wireframe toggle button as it is unavailable in qOpenGLFunctions
|
2019-06-18 18:27:00 -07:00 |
|
Jasmeet Singh
|
ff5e9a3820
|
Add compute_face() functionality and get_second_point() to find intersection of ray with bounding box
Show wireframe. Not building successfully as qOpenGLFunctions do not support glPolygonMode(). Comitting to save progress.
|
2019-06-18 17:51:22 -07:00 |
|
Jasmeet Singh
|
2874ce940c
|
Merge remote-tracking branch 'jasmeet9323/cgal/master' into gsoc2019-add_basic_viewer-jasmeet
Sync my branch with remote to avoid conflicts during PR.
|
2019-06-18 12:56:28 -07:00 |
|
Jasmeet Singh
|
4f9df720ea
|
Toggle ray display with keypress R. Start adding face viewer
|
2019-06-17 20:45:04 -07:00 |
|
Jasmeet Singh
|
1cc0d12aa4
|
Revert formatting of the rest of Basic_viewer_qt.h file
|
2019-06-17 20:13:30 -07:00 |
|
Jasmeet Singh
|
1d4b6242f4
|
Show rays upto a bounding box
|
2019-06-17 20:02:08 -07:00 |
|
jasmeet9323
|
1a04afdae4
|
Experimenting with bounding box-ray intersection
|
2019-06-17 14:20:30 -07:00 |
|
Jasmeet Singh
|
1c852ed586
|
Add several points to display a ray.
The viewer stopped displaying anything.
|
2019-06-14 21:59:03 -07:00 |
|
Jasmeet Singh
|
abe9f2f7e4
|
Checking directions of rays.
|
2019-06-14 19:18:55 -07:00 |
|
Jasmeet Singh
|
a06f4f9aa2
|
Add method add_line(point, vector) in Basic_viewer_qt to view rays.
|
2019-06-12 23:38:38 -07:00 |
|
Jasmeet Singh
|
608ba3eee8
|
Start to implement infinite line in basic viewer.
|
2019-06-12 23:05:10 -07:00 |
|
Andreas Fabri
|
4581f1b7a8
|
Morte replacements
|
2019-06-05 08:39:55 +02:00 |
|
Maxime Gimeno
|
4b66010b75
|
Fix znear management in orthographic mode
|
2019-05-21 13:33:05 +02:00 |
|
Mael Rouxel-Labbé
|
2848158354
|
Fix typos
|
2019-05-20 08:54:04 +02:00 |
|
Sebastien Loriot
|
b87db08b08
|
Merge pull request #3355 from maxGimeno/Demo-Multiple_viewers-GF
Polyhedron demo: Multiple Viewers
|
2019-04-23 10:34:26 +02:00 |
|
Simon Giraudot
|
2c1ca1e893
|
Replace old color API using global const variable with new one using functions
|
2019-04-03 11:51:29 +02:00 |
|
Maxime Gimeno
|
e02eef8aa3
|
add misisng highp in compatibility shaders
|
2019-03-18 09:33:22 +01:00 |
|
Maxime Gimeno
|
1761c62087
|
Fix forgotten compileSoureShader
|
2019-03-18 09:24:01 +01:00 |
|
Maxime Gimeno
|
0059f92326
|
Fix normals to normal
|
2019-03-15 16:07:52 +01:00 |
|
Maxime Gimeno
|
38828181aa
|
Dont call mat3() constructor
|
2019-03-15 15:38:44 +01:00 |
|
Maxime Gimeno
|
f39fce13e3
|
Remove remaining #version from compatibility glsl and use compatibility shaders in basic_viewer
|
2019-03-15 13:36:36 +01:00 |
|
Maxime Gimeno
|
4f97ab767b
|
Update to master.
|
2019-02-15 14:34:34 +01:00 |
|
Maxime Gimeno
|
d069b6f673
|
Only use -Wdeprecated-copy if GCC version is >=9
|
2019-01-30 11:15:51 +01:00 |
|
Andreas Fabri
|
a7d65b7913
|
Try to fix Polyhedron examples with Basic Viewer
|
2019-01-24 18:22:02 +01:00 |
|
Andreas Fabri
|
f627339eea
|
Fix Vec and Exponent_vector
|
2019-01-15 18:32:48 +01:00 |
|
Maxime Gimeno
|
955053e239
|
Merge remote-tracking branch 'cgal/master' into Demo-Multiple_viewers-GF
|
2018-12-11 10:49:41 +01:00 |
|
Maxime Gimeno
|
4571c4555e
|
Merge remote-tracking branch 'cgal/master' into Demo-Multiple_viewers-GF
|
2018-11-28 11:58:55 +01:00 |
|
Guillaume Damiand
|
4b8bd40d8c
|
Bugfix in Buffer_for_vao.h, in the method is_facet_convex.
|
2018-11-27 18:21:57 +01:00 |
|
Guillaume Damiand
|
edfdc8d346
|
Readd the random face color option for lcc viewer.
|
2018-11-27 17:02:38 +01:00 |
|
Guillaume Damiand
|
a5e1edd698
|
Continue to update the lcc demo and the basic viewer.
|
2018-11-27 11:59:29 +01:00 |
|
Guillaume Damiand
|
9c3faed5c5
|
Bug fixes; nyf
|
2018-11-26 22:06:13 +01:00 |
|
Maxime Gimeno
|
9539e5e1ef
|
Merge remote-tracking branch 'cgal/master' into Demo-Some_fixes-GF
|
2018-10-31 09:39:40 +01:00 |
|
Sébastien Loriot
|
e925b1aba6
|
Merge pull request #3225 from maxGimeno/Demo-Remove_polyhedron_item-GF
Polyhedron demo: remove the Scene_polyhedron_item
|
2018-10-30 15:50:17 +01:00 |
|
Maxime Gimeno
|
f14a335e10
|
Fix is_degenerate_triangle bug and NaN failures in highlighting Euler.
|
2018-10-29 11:12:28 +01:00 |
|
Laurent Rineau
|
73dd93c4e1
|
Merge pull request #3405 from gdamiand/CGAL_basic_viewers-bugfix-gdamiand
Basic viewers: bugfix for Epeck
|
2018-10-29 10:27:37 +01:00 |
|
Maxime Gimeno
|
ceee4b8e2d
|
fix axis system
|
2018-10-26 17:24:10 +02:00 |
|
Maxime Gimeno
|
9e563d1307
|
Fix conflicts
|
2018-10-16 09:30:04 +02:00 |
|
Guillaume Damiand
|
f8a9bec308
|
Expose local type so that we can use them in basic viewers.
|
2018-10-15 14:18:24 +02:00 |
|
Maxime Gimeno
|
b0bf4e371f
|
Remove wrong permissions
|
2018-10-08 12:07:26 +02:00 |
|
Maxime Gimeno
|
20a6797bea
|
Replace nullptr by NULL in qglviewer.
|
2018-10-08 11:55:24 +02:00 |
|
Maxime Gimeno
|
32c0064900
|
Use the same QSettings everytime to save 200ms everytime.
|
2018-10-05 15:56:42 +02:00 |
|
Maxime Gimeno
|
d6c1301e0a
|
Fix conflicts
|
2018-10-04 14:06:16 +02:00 |
|
Maxime Gimeno
|
c3fab3df15
|
workaround for multiple linking under windows.
|
2018-10-03 09:16:27 +02:00 |
|
Maxime Gimeno
|
ab3ad395fc
|
RemoveViewer on context destroyed
|
2018-10-03 09:02:43 +02:00 |
|
Maxime Gimeno
|
6d54163bbd
|
Edit_sphere_item
|
2018-09-25 12:13:37 +02:00 |
|
Maxime Gimeno
|
9ca2833588
|
Fix conflicts, fix polygon_soup normals computation, change Extrude Item text.
|
2018-09-24 11:34:32 +02:00 |
|
Maxime Gimeno
|
665c25886a
|
Done textured_item and selection_item
|
2018-09-20 15:11:43 +02:00 |
|
Guillaume Damiand
|
865e6bf01e
|
Move operator << inside CGAL::qglviewer namespace.
|
2018-09-11 17:26:15 +02:00 |
|