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 лет назад |
klickverbot
|
db29c9a20d
Spelling fixes, thanks to Jan Dittberner.
|
14 лет назад |
aramis_acg
|
a7e43173db
|
14 лет назад |
aramis_acg
|
0276a09a87
# Ifc: fix generation of wall openings, now no longer 'forgets' wall parts.
|
14 лет назад |
aramis_acg
|
81ad224f84
- IFC: Refactor source to simplify maintenance.
|
14 лет назад |