Alexander Gessler
|
0155a5ade1
|
- update docs.
|
2013-03-29 13:42:38 +01:00 |
Alexander Gessler
|
94a012ae7a
|
- add metadata.h to cmake.
|
2013-03-29 13:37:55 +01:00 |
Alexander Gessler
|
10f8eda497
|
- Ifc: prevent infinite recursion due to cyclic back references which the new STEP backref tracker might produce.
|
2013-03-29 13:33:18 +01:00 |
Alexander Gessler
|
03b8431d54
|
- IFC: add support for reading IfcProperties as node metadata.
|
2013-03-28 23:28:49 +01:00 |
Alexander Gessler
|
cded602950
|
- STEP: fix bug that caused back references contained in nested aggregates to be not tracked.
|
2013-03-28 23:28:20 +01:00 |
Alexander Gessler
|
fa5831f41a
|
- add metadata support to aiScene. Some doc cleanup. Add const versions of aiScene::aiNode.
|
2013-03-28 20:54:12 +01:00 |
Alexander Gessler
|
cca53d6a04
|
- fix [3595689] by requiring gcc 4.6 for the full magic in LogAux.h
|
2013-03-28 14:30:45 +01:00 |
Alexander Gessler
|
5a0903668d
|
- NDOLoader: fix ASSIMP_BUILD_NO_NDO_IMPORTER guard.
|
2013-03-28 13:41:58 +01:00 |
Alexander Gessler
|
bdfcb4b0cb
|
- add ASSIMP_BUILD_NO_COMPRESSED_IFC option. Properly integrate Q3BSP's unzip dependency into the build configuration.
|
2013-03-28 13:38:42 +01:00 |
Alexander Gessler
|
9379e63636
|
Merge branch 'master' of github.com:assimp/assimp
|
2013-03-27 13:53:22 +01:00 |
ulf
|
368092174b
|
Merge branch 'master' of https://github.com/assimp/assimp
|
2013-03-27 12:52:28 +01:00 |
ulf
|
1cfd3b93fe
|
- Bugfix: Collada URL parser now does read 2 digits of a %xy char only, as the spec says.
|
2013-03-27 12:52:22 +01:00 |
Kester Maddock
|
3713383b0f
|
Added uv and colour support
|
2013-03-26 21:28:15 +01:00 |
Kester Maddock
|
eaf9cbc120
|
Added (basic) Blender 2.63 support. No uvs or colours supported yet.
|
2013-03-26 21:28:15 +01:00 |
Alexander Gessler
|
358cb9b4c7
|
- update readme.md
|
2013-03-24 23:05:57 +01:00 |
Alexander Gessler
|
c016198191
|
aiMesh: fix copy constructor so issue [3572335] (and any further instances of the same pattern in creating face arrays) is resolved.
|
2013-03-21 20:17:09 +01:00 |
Alexander Gessler
|
b4f666083a
|
- collada: avoid unsafe float comparison against a magic number.
|
2013-03-21 20:00:33 +01:00 |
Alexander Gessler
|
0b9d6bec0d
|
- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.
|
2013-03-21 19:54:55 +01:00 |
David Nadlinger
|
ae031733c2
|
Merge pull request #20 from rdiankov/master
removed assimp library suffix
|
2013-03-18 05:25:46 -07:00 |
rdiankov
|
241c35abb2
|
removed ASSIMP_LIBRARY_SUFFIX
|
2013-03-18 21:11:49 +09:00 |
Kim
|
8213805dc6
|
bugfix : fix for Build problem on Mac OS 10.8.2.
Signed-off-by: Kim <Kulling>
|
2013-03-17 14:44:24 +01:00 |
Kim
|
3587eef6eb
|
bugfix : fix a w4 compiler warning.
Signed-off-by: Kim <Kulling>
|
2013-03-11 22:44:53 +01:00 |
Alexander Gessler
|
260568912c
|
- Importer::ReadFileFromMemory/aiImportFileFromMemory() clarify wording in documentation
|
2013-03-10 19:15:14 +01:00 |
Kim Kulling
|
e1cdb57eca
|
Merge pull request #19 from rdiankov/master
Fix CMake Config Scripts
|
2013-02-27 01:02:48 -08:00 |
rdiankov
|
16744d78d7
|
fixed the broken cmake config files (assimp-cmake), adding version suffix libraries
|
2013-02-26 14:02:35 +09:00 |
Alexander Gessler
|
de7b1aaa50
|
- IFCBoolean.cpp: fix capitalization error in filename
|
2013-02-18 16:10:47 +01:00 |
Alexander Gessler
|
c4a8193e4b
|
- fix a typo.
|
2013-02-17 20:25:30 +01:00 |
acgessler
|
d893b95be6
|
- Ifc: further improvements on the IfcPolygonalBoundedHalfSpace code. Still causes artifacts sometimes.
|
2013-02-15 01:01:08 +01:00 |
ulf
|
196d1b54cb
|
Merge branch 'master' of https://github.com/assimp/assimp
|
2013-02-12 13:22:17 +01:00 |
ulf
|
18f01268e6
|
- rewrote the XFileLoader material management to handle meshes with dummy material names correctly.
|
2013-02-12 13:13:12 +01:00 |
Kim Kulling
|
c9cfbc2ae9
|
Merge pull request #18 from asmaloney/pass-by-ref
Pass by reference, not value, reviewed.
|
2013-02-11 04:42:17 -08:00 |
Andy Maloney
|
b20023ed3d
|
Pass by reference, not value
|
2013-02-10 22:23:13 -05:00 |
Alexander Gessler
|
f95f7c03ce
|
Merge pull request #17 from nicholasbishop/patch-1
Fix array access when loading colored binary STLs
|
2013-02-09 16:06:45 -08:00 |
Nicholas Bishop
|
c2db6a0abd
|
Fix array access when loading colored binary STLs
Loading binary STLs with colors caused a crash due to writing after the end of the colors array.
|
2013-02-09 17:35:59 -05:00 |
Alexander Gessler
|
078150da57
|
- better way to construct NULL-shared_ptr
|
2013-02-09 17:43:29 +01:00 |
Alexander Gessler
|
667a51e0ab
|
- fix various vc compile errors when building with boost.
|
2013-02-09 17:36:36 +01:00 |
Alexander Gessler
|
6ac80ea901
|
- Ifc: further work on IfcPolygonalBoundedHalfSpace - always pick closest intersection points.
|
2013-02-09 17:22:26 +01:00 |
Alexander Gessler
|
e5ea457ade
|
- Ifc: re-enable previously disabled code to determine more intersection points for polygonally bounded half splits.
|
2013-02-09 17:06:55 +01:00 |
Alexander Gessler
|
5a24a91ea1
|
- Ifc: code cleanup.
|
2013-02-09 16:59:03 +01:00 |
Alexander Gessler
|
7e78e141b2
|
- Ifc: implementation of IfcPolygonalBoundedHalfSpace now supports most of the possible geometric cases.
|
2013-02-07 22:42:13 +01:00 |
Alexander Gessler
|
50861aa861
|
- Ifc: more work on polygonally bounded plane cuts.
|
2013-02-07 21:02:39 +01:00 |
Alexander Gessler
|
16a635a961
|
- Ifc: support IfcPolygonalBoundedHalfSpace entities (WIP).
|
2013-02-07 16:31:43 +01:00 |
Alexander Gessler
|
f7680f7f28
|
- Ifc: refactor code, move opening generation and boolean clipping code to separate units.
|
2013-02-07 09:51:33 +01:00 |
Alexander Gessler
|
2359a83132
|
- Ifc: get rid of erroneous error messages.
|
2013-01-30 13:01:16 +01:00 |
Alexander Gessler
|
35128a7251
|
- update vc9 workspace.
|
2013-01-30 13:00:51 +01:00 |
Alexander Gessler
|
250ca6837f
|
- Ifc: rework geometry generation for openings to use 2D profiles for approximate boolean differentiation whenever possible. Also fix issues in 2D projection, which caused very spurious triangle artifacts.
|
2013-01-27 21:21:30 +01:00 |
Alexander Gessler
|
2e6ad884bb
|
- Ifc: append GUID to node names to preserve them.
|
2013-01-27 15:44:57 +01:00 |
Alexander Gessler
|
6260221f0f
|
Merge branch 'master' of github.com:assimp/assimp
|
2013-01-27 03:25:04 +01:00 |
Alexander Gessler
|
9bb9868a93
|
- STEP: fix possible compilation error due to unwanted line continuation in a comment line.
|
2013-01-27 03:23:41 +01:00 |
Kim
|
fbe408dd2e
|
update : implement obj-support for normal maps.
refactoring : some improvements for more readable code.
Signed-off-by: Kim <Kulling>
|
2013-01-26 14:11:57 +01:00 |