Commit Graph

22 Commits

Author SHA1 Message Date
ed487eab3d Increased line width for better readability when drawings are printed 2024-06-04 22:15:37 +02:00
cbf1d1b275 Added code to increase near/far distance during rendering to avoid cutting objects 2024-02-04 16:08:05 +01:00
85b680d2f4 Added possibility to remove transparency from rasterized images 2023-03-13 21:58:14 +01:00
4bb23e5684 Added code to hide points in rasterized images (only lines should be visible) 2023-01-18 19:54:12 +01:00
a7201934be fixed bug related to clipping in fast render mode 2023-01-18 18:53:52 +01:00
c06af9db24 Added code to handle clipping view 2023-01-15 20:26:06 +01:00
5e65e68c13 raster rendering optimizations 2023-01-14 18:40:17 +01:00
ec97d10a51 Added possibility to hide specific objects in the rasterized image 2023-01-14 16:10:13 +01:00
a8e10a2b99 fixed rasterization issues, and added possibility to render Draft objects (dimensions, lines, etc.) 2023-01-14 13:13:16 +01:00
ff8b904dc4 Added code to optimize PNG images file size (indexed colors with all-or-nothing alpha) 2023-01-04 22:49:17 +01:00
8a9c6d8069 Added possibility to manually define a view volume, and fixed some bugs 2023-01-04 20:40:05 +01:00
13ff11293a Added code to initialize pages when loading a document (fix for balloons visibility and image file path) 2023-01-02 16:43:11 +01:00
c4a4f09818 fixed alpha bug that caused some lines to be too thick 2022-12-31 16:31:26 +01:00
580abc0960 Added code to correctly crop image views (otherwise they don't always display entirely) 2022-12-31 16:22:01 +01:00
1966fb7e13 fixed image cropping bug (that was introducing an offset compared to the TechDraw view) 2022-12-31 15:36:19 +01:00
3c7bdc2a4c Added button for faster rendering and fixed problem with overlay not recomputing 2022-12-31 13:05:01 +01:00
d7f520805d Added code to render outlines (needed for curved shapes like spheres and cylinders) 2022-12-30 12:20:07 +01:00
e5c06a5796 Improved performances and fixed bugs 2022-12-29 18:05:28 +01:00
25c5149e9f Added code to change colors of parts rendered in rasterized views (white with black lines) 2022-12-28 11:52:29 +01:00
95034aa0bc fixed bug when rasterizing variant links 2022-12-28 10:26:48 +01:00
f9d58c66fc fixed bugs 2022-12-26 14:08:41 +01:00
137b73fea1 refactored and improved view rasterization system (wip) 2022-12-26 10:19:00 +01:00