Commit Graph

15 Commits

Author SHA1 Message Date
benny b7b9fed0dd Exposed exaggeration factor when rendering heightmap.
Added checkbox to select whether to run autoleveled program or not.
Heightmap can handle non integer from_x and to_x.
2023-05-23 14:28:08 +03:00
benny 4e7e059e22 Work on applying the probed heightmap. 2023-05-18 07:24:05 +03:00
benny 6776e22ab4 Bugfix: fix bounding box computation by reinitializing bbox when updating model. 2023-05-16 13:09:44 +03:00
benny 15ebb7bb15 Bugfix: update model extents when using OpenCNCPilot parser. 2023-05-16 09:26:21 +03:00
benny 42aefe8ed8 Enabled arcs render after adapting OpenCNCPilot code.
Started porting iosender to C++
2023-05-16 09:18:06 +03:00
benny c05a6a1ad2 Added bi-linear interpolation for getting Z coordinate at any location in the grid. 2023-05-14 00:03:36 +03:00
benny 5748e3d5af Heightmap probing is now rendered in real time. 2023-05-10 14:08:14 +03:00
benny 8a1c7d7d89 Heightmaps can now be loaded. 2023-05-10 11:13:55 +03:00
benny abf1b26ba2 Heightmap probing ... done? 2023-05-09 14:30:39 +03:00
benny 368e5621d7 More work on heightmap probing. 2023-05-07 23:06:12 +03:00
benny 7e9be315cf Some rendering clean-up. 2023-05-07 12:13:55 +03:00
benny 616011ac55 Implemented render of program extents. 2023-05-07 11:23:58 +03:00
benny 3f9eb049b7 Got rid of segfault when uploading VBOs.
Added go-to-zero function.
Reworked how work pos is obtained.
2023-05-05 15:42:30 +03:00
benny cacbe1b8aa Introduced machine state handlers (check and run still need work).
Added proper init handler, fetching settings and parameters and exposing them to UI.
Added spindle rendering.
2023-05-04 14:15:33 +03:00
benny ad0a80eb85 Added glm. Updated widget to expose mouse focus. Added custom renderer with stippled line. 2023-05-03 12:41:54 +03:00