acgessler
|
aca543176d
|
- more vc12 fixes
|
2013-01-20 04:00:34 +01:00 |
acgessler
|
f7106887cc
|
- some fixes for vc12
|
2013-01-19 17:00:14 +01:00 |
acgessler
|
4e27339f5b
|
Revert "- update readme to describe my fbx work and to link to blenderwiki."
This reverts commit bd98ee8681 .
|
2013-01-19 16:37:18 +01:00 |
acgessler
|
7fd44f4ab7
|
Merge branch 'master' of git://github.com/assimp/assimp
|
2013-01-19 16:35:28 +01:00 |
Alexander Gessler
|
ab9587dd1e
|
Merge pull request #12 from ccxvii/master
Precision fix and Collada robustness fix.
|
2013-01-15 12:04:48 -08:00 |
Kim Kulling
|
e7aeb8e08b
|
Merge pull request #13 from rodrigob/master
Fixes to pyassimp
|
2013-01-15 00:53:48 -08:00 |
kimmi
|
cc88a3a0de
|
update : add displacement map support to obj-material importer. this feature is supported by some special exporters.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1347 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2013-01-07 21:05:53 +00:00 |
Alexander Gessler
|
b993509087
|
- update vc9 workspace after merge.
|
2012-12-21 16:28:30 +01:00 |
Alexander Gessler
|
bae9db2f03
|
Merge branch 'master' of git://github.com/assimp/assimp
|
2012-12-21 16:24:05 +01:00 |
ulfjorensen
|
84939d5aec
|
- fixed preprocessor checks for some importers
- fixed warning about shadowing variables in quaternion.h
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1346 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-12-20 11:43:09 +00:00 |
aramis_acg
|
f507994299
|
- Ifc: vastly improved algorithm for fixing up window caps.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1345 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-12-19 02:24:06 +00:00 |
kimmi
|
01972bbbcf
|
bugfix : Fix a memory leak in the obj-loader.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1344 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-12-08 12:28:06 +00:00 |
Rodrigo Benenson
|
4ccf4c751a
|
Merge git://github.com/assimp/assimp
|
2012-12-07 21:57:42 +01:00 |
Rodrigo Benenson
|
7b253016b7
|
Fixing compilation on gcc 4.5.2
|
2012-12-07 21:57:39 +01:00 |
ulfjorensen
|
ac7d7d20c9
|
- fixed compilation error on GCC in IFC loader. Thanks to larsp for the report!
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1343 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-12-04 07:42:15 +00:00 |
ulfjorensen
|
e88f6ef227
|
- copy&paste error in aiColor3D::operator- apparently nobody's using these. Thanks to Robin Tucker for pointing this out
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1342 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-12-03 12:00:36 +00:00 |
Rodrigo Benenson
|
f07f520798
|
Merge github.com:rodrigob/assimp
|
2012-11-29 19:08:32 +01:00 |
Rodrigo Benenson
|
c883967735
|
Fixed pyassimp core.py
|
2012-11-29 19:07:56 +01:00 |
Rodrigo Benenson
|
24927ff4cc
|
fixed sample.py
|
2012-11-29 19:06:26 +01:00 |
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.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1341 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-29 15:25:09 +00:00 |
Tor Andersson
|
771d804c46
|
ColladaParser: Tolerate empty data arrays and controller weights.
|
2012-11-28 13:02:51 +01:00 |
Tor Andersson
|
c40b767016
|
Matrix to Quaternion conversion precision fix.
See below links for reasoning, but in short, avoid sqrt and division
of small values. It's also possible to normalize the quaternion after
the conversion, but better precision is preferable.
http://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToQuaternion/index.htm
http://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToQuaternion/ethan.htm
|
2012-11-28 13:02:51 +01:00 |
aramis_acg
|
477995f860
|
- Ifc: fix lost line that causes compile errors in debug build, WIP work on removing overlapping window caps.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1340 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-27 19:59:09 +00:00 |
ulfjorensen
|
c338b665ed
|
- applied patch to fix compilation errors with CLang following issue #3590305
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1339 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-27 18:40:38 +00:00 |
aramis_acg
|
d395e88670
|
- Ifc: more refactoring in the window generation code.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1338 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-18 19:41:26 +00:00 |
aramis_acg
|
b7ee62080a
|
- Ifc: refactor opening/window generation code.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1337 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-18 16:36:38 +00:00 |
kimmi
|
30ce13a617
|
Github merge: Adjusting the Collada Color Parser from albert-wang.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1336 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-17 12:47:15 +00:00 |
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.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1335 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-17 02:04:53 +00:00 |
aramis_acg
|
6d3cedc0b1
|
- add missing files from the last commit
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1334 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-10 16:01:55 +00:00 |
aramis_acg
|
0313e5b5b4
|
- add Séverin Lemaignan to CREDITS
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1333 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-09 11:43:57 +00:00 |
aramis_acg
|
4286c72e60
|
merge severin-lemaignan:for-upstream from github. This is a full rewrite of pyassimp, rendering it much easier to use.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1332 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-09 11:39:34 +00:00 |
ulfjorensen
|
81aef90f4a
|
- manually pulled the three smaller change requests from Github.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1331 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-05 09:13:09 +00:00 |
aramis_acg
|
54040901f0
|
- update Assimp.NET
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1330 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-03 02:49:19 +00:00 |
aramis_acg
|
3f38d91e88
|
- Ifc: further improvements to opening caps algorithm.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1329 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-03 00:43:28 +00:00 |
aramis_acg
|
1553bd91f6
|
- Ifc: work on generating proper closing caps for openings generated by doing a boolean difference.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1328 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-02 23:56:38 +00:00 |
aramis_acg
|
7484dd379c
|
- Ifc: revamped Quadrify() version now correctly clips overlapping non-rectangular windows.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1327 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-02 04:46:46 +00:00 |
aramis_acg
|
ccf629bd19
|
- Ifc: allow arbitrary IfcSolidModel entities as difference operands for openings (rather than just IfcExtrudedAreaSolid et al).
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1326 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-02 03:29:04 +00:00 |
aramis_acg
|
612f67da0a
|
- Ifc: avoid duplicate points in opening contour lines, this sometimes screws up the clipping algorithm.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1325 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-01 21:36:39 +00:00 |
aramis_acg
|
11b2219b1a
|
- Ifc: fix regressions caused by previous commit. This also fixes a bug which caused openings to appear at the wrong place.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1324 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-11-01 20:40:45 +00:00 |
kimmi
|
39ae26bfd8
|
bugfix : fix level 4 compiler warnings for Visual studio 2012.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1323 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-10-27 19:41:56 +00:00 |
ulfjorensen
|
2a580c5518
|
- fixed/changed/worked on issue 3580054 - XFile materials don't have ambient colours, but emissive
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1322 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-10-25 10:28:40 +00:00 |
aramis_acg
|
d128e3d531
|
- Ifc: fix projection artifacts during opening generation.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1321 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-10-21 21:50:30 +00:00 |
aramis_acg
|
c3adc004bf
|
- Ifc: always remove degenerate geometry from geometric entities after finishing processing.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1320 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-10-21 19:12:18 +00:00 |
aramis_acg
|
a598ac53b4
|
- Ifc: improve robustness towards degenerate geometry.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1319 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-10-21 18:52:48 +00:00 |
aramis_acg
|
33a50f515a
|
- Ifc: move some utility functions to TempMesh. Add TempMesh::RemoveDegenerates() method.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1318 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-10-21 18:32:25 +00:00 |
aramis_acg
|
7ed1400c68
|
- Ifc: better handling of degenerate primitives occuring in clipping operations.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1317 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-10-21 18:10:56 +00:00 |
aramis_acg
|
f6f2c087db
|
- Ifc: skip lines during boolean differentiation between two solids.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1316 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-10-21 17:08:12 +00:00 |
aramis_acg
|
d660ec35ad
|
- Ifc: first attempt at also supporting extruded area solids for boolean differentiation.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1315 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-10-21 16:58:22 +00:00 |
aramis_acg
|
71fb04849c
|
- Ifc: experimental code to connect window holes, commented by default.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1314 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-10-21 01:05:48 +00:00 |
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.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1313 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-10-20 23:18:48 +00:00 |