aramis_acg
|
d128e3d531
- Ifc: fix projection artifacts during opening generation.
|
пре 13 година |
aramis_acg
|
c3adc004bf
- Ifc: always remove degenerate geometry from geometric entities after finishing processing.
|
пре 13 година |
aramis_acg
|
a598ac53b4
- Ifc: improve robustness towards degenerate geometry.
|
пре 13 година |
aramis_acg
|
33a50f515a
- Ifc: move some utility functions to TempMesh. Add TempMesh::RemoveDegenerates() method.
|
пре 13 година |
aramis_acg
|
7ed1400c68
- Ifc: better handling of degenerate primitives occuring in clipping operations.
|
пре 13 година |
aramis_acg
|
f6f2c087db
- Ifc: skip lines during boolean differentiation between two solids.
|
пре 13 година |
aramis_acg
|
d660ec35ad
- Ifc: first attempt at also supporting extruded area solids for boolean differentiation.
|
пре 13 година |
aramis_acg
|
71fb04849c
- Ifc: experimental code to connect window holes, commented by default.
|
пре 13 година |
aramis_acg
|
2f5475d50a
- Ifc: [Quadrulation] use generalized matrix multiplication for projections. Add table to map from contours to the openings they originated from and from openings to the points that were generated from it.
|
пре 13 година |
aramis_acg
|
a3d5b2e0d7
- Ifc: replace old algorithm to merge nested polygons with a version that reduces the problem to an instance of the quadrulate algorithm. This great reduces artifacts in walls.
|
пре 13 година |
aramis_acg
|
8a77193a33
- Ifc: more sanity clamping, improve error messages for degenerate windows.
|
пре 13 година |
aramis_acg
|
f8974b7209
- Ifc: explicitly clamp some computations to [0,1] even if this is already their (arithmetically) defined range to improve numerical robustness.
|
пре 13 година |
aramis_acg
|
745a7383f6
Ifc: fix artifacts from window boundaries.
|
пре 13 година |
aramis_acg
|
f329e1af6f
- IFC: fix possible infinite recursion in QuadrifyPart()
|
пре 13 година |
aramis_acg
|
39d13faf9a
- Ifc: minor code cleanup.
|
пре 13 година |
aramis_acg
|
11a22b671b
- IFC: revamp binary subtraction and opening generation logic, which now supports 90deg rotated opening proxies. The new version adds extra cleanup steps to prepare the data for processing by clipper. It also has a slightly refactored code base.
|
пре 13 година |
aramis_acg
|
e22bb03f80
- IFC: fix face winding for IfcSweptDiskSolid geometry
|
пре 13 година |
aramis_acg
|
15c0b8b955
- IFC: avoid artifacts in high-curvature regions (or the boundaries thereof) of IfcSweptDiskSolid elements.
|
пре 13 година |
aramis_acg
|
d7fe61c255
- Ifc: improved subsampling of curves for IfcSweptDiskSolid entities.
|
пре 13 година |
aramis_acg
|
d7410e6f08
- Ifc: implement basic support for IfcSweptDiskSolid elements.
|
пре 13 година |
kimmi
|
6c1cb4f159
Bugfix : Fixed some compiler warnings and some C99 and C++11 specific syntax. ( merged from GitHub, thanks to Riku Palomäki ).
|
пре 14 година |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
пре 14 година |
aramis_acg
|
db3cee8501
# Ifc: fix bug while filling window contours.
|
пре 14 година |
aramis_acg
|
4080cd601c
# Ifc: merge overlapping openings if possible.
|
пре 14 година |
aramis_acg
|
38e6d90e40
- Configure STEP reader to use double precision, small changes to the Ifc code to tolerate this (Ifc itself still working with single precision).
|
пре 14 година |
aramis_acg
|
e867c73327
- Ifc: make code base ready for running double precision by using the new math templates with a customizable float type, IfcFloat. (still using floats with this commit).
|
пре 14 година |
aramis_acg
|
c12fadc93b
- make fast_atof_move a template and rename it to fast_atoreal_move.
|
пре 14 година |
aramis_acg
|
edd1e2e99a
# Ifc: re-introduce the previous triangulation code algorithm, but use Clipper to clip to the outer contour line and poly2tri as fallback.
|
пре 14 година |
aramis_acg
|
ab6c348c2d
# Ifc: if generating wall openings fails, revert to the original wall rather than leaving polygon crap.
|
пре 14 година |
aramis_acg
|
ad759f6efe
- Ifc: use a combination of clipper and poly2tri to triangulate arbitrary polygons with arbitrarily-shaped holes (the former to workaround the cases not supported by the latter ...). Issues with doors et al. (i.e. openings touching the outer contour of a wall polygon) remain and are yet to be solved. Overall, this change should make IfcLoader much more robust, though. Since this means that the previous algorithm to triangulate walls is dropped altogether, regressions are highly likely.
|
пре 14 година |