提交歷史

作者 SHA1 備註 提交日期
  kimmi 01972bbbcf bugfix : Fix a memory leak in the obj-loader. 12 年之前
  ulfjorensen ac7d7d20c9 - fixed compilation error on GCC in IFC loader. Thanks to larsp for the report! 12 年之前
  ulfjorensen e88f6ef227 - copy&paste error in aiColor3D::operator- apparently nobody's using these. Thanks to Robin Tucker for pointing this out 12 年之前
  aramis_acg ddea19ead1 - triangulation: re-introduce special handling for quads, now with proper support for concave quads. This should *really* fix [3429812], but it leaves me to suspect bugs in the general-purpose triangulation code for ngons. 12 年之前
  aramis_acg 477995f860 - Ifc: fix lost line that causes compile errors in debug build, WIP work on removing overlapping window caps. 13 年之前
  ulfjorensen c338b665ed - applied patch to fix compilation errors with CLang following issue #3590305 13 年之前
  aramis_acg d395e88670 - Ifc: more refactoring in the window generation code. 13 年之前
  aramis_acg b7ee62080a - Ifc: refactor opening/window generation code. 13 年之前
  kimmi 30ce13a617 Github merge: Adjusting the Collada Color Parser from albert-wang. 13 年之前
  aramis_acg e3e8c92546 - Ifc: since overlapping opening bounding boxes cause lots of trouble, we now try to avoid them in a subset of all cases. This is possible whenever two openings overlap in a way that their bounding boxes can easily be made disjunct by differentiating the polygons. 13 年之前
  aramis_acg 6d3cedc0b1 - add missing files from the last commit 13 年之前
  aramis_acg 0313e5b5b4 - add Séverin Lemaignan to CREDITS 13 年之前
  aramis_acg 4286c72e60 merge severin-lemaignan:for-upstream from github. This is a full rewrite of pyassimp, rendering it much easier to use. 13 年之前
  ulfjorensen 81aef90f4a - manually pulled the three smaller change requests from Github. 13 年之前
  aramis_acg 54040901f0 - update Assimp.NET 13 年之前
  aramis_acg 3f38d91e88 - Ifc: further improvements to opening caps algorithm. 13 年之前
  aramis_acg 1553bd91f6 - Ifc: work on generating proper closing caps for openings generated by doing a boolean difference. 13 年之前
  aramis_acg 7484dd379c - Ifc: revamped Quadrify() version now correctly clips overlapping non-rectangular windows. 13 年之前
  aramis_acg ccf629bd19 - Ifc: allow arbitrary IfcSolidModel entities as difference operands for openings (rather than just IfcExtrudedAreaSolid et al). 13 年之前
  aramis_acg 612f67da0a - Ifc: avoid duplicate points in opening contour lines, this sometimes screws up the clipping algorithm. 13 年之前
  aramis_acg 11b2219b1a - Ifc: fix regressions caused by previous commit. This also fixes a bug which caused openings to appear at the wrong place. 13 年之前
  kimmi 39ae26bfd8 bugfix : fix level 4 compiler warnings for Visual studio 2012. 13 年之前
  ulfjorensen 2a580c5518 - fixed/changed/worked on issue 3580054 - XFile materials don't have ambient colours, but emissive 13 年之前
  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 年之前