abma
|
775b26e614
use std:: namespace for most cmath functions:
|
hace 11 años |
Kim Kulling
|
aae01c47ad
bugfix: fix compiler warnings for gcc-4.8.1.
|
hace 11 años |
Alexander Gessler
|
232e69dc2a
- Ifc: code cleanup, remove various non-needed variables as pointed out by gcc.
|
hace 12 años |
Alexander Gessler
|
078150da57
- better way to construct NULL-shared_ptr
|
hace 13 años |
Alexander Gessler
|
667a51e0ab
- fix various vc compile errors when building with boost.
|
hace 13 años |
Alexander Gessler
|
f7680f7f28
- Ifc: refactor code, move opening generation and boolean clipping code to separate units.
|
hace 13 años |
Alexander Gessler
|
2359a83132
- Ifc: get rid of erroneous error messages.
|
hace 13 años |
Alexander Gessler
|
250ca6837f
- Ifc: rework geometry generation for openings to use 2D profiles for approximate boolean differentiation whenever possible. Also fix issues in 2D projection, which caused very spurious triangle artifacts.
|
hace 13 años |
Alexander Gessler
|
b90882a4cb
- Ifc: more opening tweaks, half a step back again.
|
hace 13 años |
Alexander Gessler
|
d4bcd3ab69
- Ifc: [openings] more fine-tuning and some debugging aid.
|
hace 13 años |
Alexander Gessler
|
1a60697282
- Ifc: more opening tweaks.
|
hace 13 años |
Alexander Gessler
|
302fad13b0
- Ifc: [openings] don't accidentally mirror stuff when projecting onto 2D planes.
|
hace 13 años |
Alexander Gessler
|
af0d4ef3da
- Ifc: clean up temporary wall points when switching from horizontal to vertical openings.
|
hace 13 años |
Alexander Gessler
|
9647c87c7c
- Ifc: no need to generate contour skiplist twice.
|
hace 13 años |
Alexander Gessler
|
bbd10cd748
- Ifc: fix normalization of base mesh normal for opening generation.
|
hace 13 años |
Alexander Gessler
|
3b30a39fe1
- Ifc: add debug code for checking correctness of coordinate transforms.
|
hace 13 años |
Alexander Gessler
|
b42f279110
- Ifc: improve intersection check for openings.
|
hace 13 años |
Alexander Gessler
|
650e515dd6
- Ifc: bix bug that caused some openings to be generated twice. This stops lots of the z noise.
|
hace 13 años |
Alexander Gessler
|
2d01b9bdc9
- Ifc: pick average of all coordinates as projection plane.
|
hace 13 años |
Alexander Gessler
|
c2bd22507c
- Ifc: check for self-intersecting contour lines to avoid duplicates.
|
hace 13 años |
Alexander Gessler
|
8b823bd631
- Ifc: improve heuristic to detect unwanted crossing lines by not running it when the window is not the result of arbitrary boolean ops on rectangles.
|
hace 13 años |
Alexander Gessler
|
e9bbe64115
- Ifc: fine-tune epsilons. Correct epsilon approximation for a squared value is max(e^2 +- 2e).
|
hace 13 años |
Alexander Gessler
|
6905229603
- Ifc: refactor border detection code.
|
hace 13 años |
Alexander Gessler
|
fcf86f1e0a
- Ifc: add heuristic to detect remaining, unwanted "crossing caps" and to drop them silently. Testing this on some larger files, it typically reduces artifacts due to z-fighting on lower window caps.
|
hace 13 años |
Alexander Gessler
|
d20126f7a1
- Ifc: fine-tune some epsilons.
|
hace 13 años |
Alexander Gessler
|
58f087e04d
- Ifc: fix boolean differentiation for 3D openings to avoid having duplicate contour lines or inner points in the contour data that gets used as input for window cap generation. This solves various instances of 'crossing' caps in windows.
|
hace 13 años |
acgessler
|
470f4f3757
- Ifc: fix another indexing error.
|
hace 13 años |
acgessler
|
0e5db8a369
- Ifc: fix loop indexing error in detection of overlapping window contours. Improve numerical robustness of intersection tests by explicitly catching a/b=inf.
|
hace 13 años |
acgessler
|
23a2ff629c
- Ifc: drop flawed assertion.
|
hace 13 años |
aramis_acg
|
f507994299
- Ifc: vastly improved algorithm for fixing up window caps.
|
hace 13 años |