kicad/3d-viewer/3d_canvas
Seth Hillbrand a210fd570f Set VSYNC to adaptive (if available)
Swap syncs can limit the redraw rate as the screen waits for previously
issued syncs.  Setting this to -1 allows for adaptive swapping
(resorting to unsynced if it falls behind) if it is supported by the
card but will fall back to unsynced (0) if the adaptive is not
supported.

Fixes https://gitlab.com/kicad/code/kicad/issues/4226
2020-07-03 13:27:48 +00:00
..
board_adapter.cpp Migrate PcbNew project settings to new framework 2020-07-02 22:08:54 -04:00
board_adapter.h Cleanup pad geometry handling. 2020-06-22 22:28:37 +01:00
create_3Dgraphic_brd_items.cpp Add SH_RECT handling to 3D shape conversion. 2020-06-30 18:32:31 +01:00
create_layer_items.cpp Explicitly add signed/unsigned comparison to warnings 2020-07-02 10:54:34 -07:00
create_layer_poly.cpp Cleanup pad geometry handling. 2020-06-22 22:28:37 +01:00
eda_3d_canvas.cpp Set VSYNC to adaptive (if available) 2020-07-03 13:27:48 +00:00
eda_3d_canvas.h Give the 3D viewer an infobar & Infobar upgrades 2020-06-04 00:13:27 +01:00
eda_3d_canvas_pivot.cpp Rationalise 3D settings data-structure. 2020-03-28 16:09:40 +00:00