aramis_acg
|
56bf755c4b
- Ifc: fix handling of curves with RADIAN parameters.
|
%!s(int64=13) %!d(string=hai) anos |
aramis_acg
|
d7fe61c255
- Ifc: improved subsampling of curves for IfcSweptDiskSolid entities.
|
%!s(int64=13) %!d(string=hai) anos |
aramis_acg
|
c70646912c
- add IFCZIP support to IFC loader.
|
%!s(int64=13) %!d(string=hai) anos |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
%!s(int64=13) %!d(string=hai) anos |
kimmi
|
6c1cb4f159
Bugfix : Fixed some compiler warnings and some C99 and C++11 specific syntax. ( merged from GitHub, thanks to Riku Palomäki ).
|
%!s(int64=14) %!d(string=hai) anos |
kimmi
|
d17071746d
Bugfix : Removed some unnecessary const_casts. ( merged from GitHub, thanks to Riku Palomäki ).
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
15e50959e6
- Ifc: enable double-precision arithmetics for the entire pipeline. This does fix bugs, but unfortunately not all if them.
|
%!s(int64=14) %!d(string=hai) anos |
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).
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
000ef3de02
# IFCLoader: < predicate to order representations by use for us was accidentally a total ordering.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
a7e43173db
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
29676ce70f
# Fix gcc compile error (namespace ambiguous)
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
81ad224f84
- IFC: Refactor source to simplify maintenance.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
e479ca33d4
manual IFC merge, forgot some points
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
1e2dd3eefc
- IFC: use smart pointers to keep STEP-SELECT entities in the converted output data structures. This allows us to free the original parameter tuples early as ownership of their members can be transferred. This cuts down memory overhead to 8x (assuming a typical x64 builds) and reduces loading time on average by ~5% as measured on my system.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
15565c4858
# IFC: fix potential crash during merging of polygon boundaries
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
bf7b1d3514
# IFC: track references only for the types for which we actually need reverse indices. On average, this results in a 10% reduction in memory usage and a 5% speed improvement.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
d467b5bb27
# improve robustness of IFC loader: filter out duplicate points, adjacent colinear edges, silently ignore zero-vertex polygons. fix various small bugs and improve numeric stability of some code segments.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
78b44c3aed
- IFC: slight optimization, take less memory.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
f522143909
+ IFC: use custom triangulation algorithm to generate walls with openings. Introduce a configuration option to toggle the triangulation implementation.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
bbd7547fff
- Further work on IFC, fix transformations, support non-uniform transformations, optimize loading, use recursive algorithm to resolve holes in polygons, implement CSG logic to generate wall openings. The latter is currently disabled.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
cbceae960c
# IFC: forgot to include <iterator>
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
ee64441305
- IFC: initial implementation of boolean clipping (simple kind of CSG). Currently only supports clipping against unbounded planes.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
f64f0446db
- IFC: implement the IfcRevolvedAreaSolid and IfcCircleProfileDef entities. Improve vertical extrusion code.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
2907c35641
# IFC: correct some error messages, skip over some unneeded elements (i.e. bounding boxes) automatically with no warnings.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
f3ff403a91
# add missing template<> declarations that would screw up gcc
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
c55509132b
- IFC: implement automatic conversion from polygons with holes to polygons that consist of only one piece and are thus applicable to triangulation by ear-cutting. This solves many of the broken windows that would fall victim to z-fighting in earlier revisions.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
95e0148f95
- IFC: directly keep a pointer to the class name in STEP::Object. This avoid hacking around with typeid().name(), which yields platform-dependent results.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
a283c2ef91
# IFC: drop rt flag for opening the file stream
|
%!s(int64=14) %!d(string=hai) anos |