- Jun 15, 2015
-
-
Wil Shipley authored
-
- Jun 12, 2015
-
-
Wil Shipley authored
-
- May 18, 2015
-
-
Wil Shipley authored
- Workaround for Collada exporter in SketchUp 15.3.331 (possibly others) where it'll export the wrong "count" when exporting "lines". - When I encounter this condition I just print a warning and use the actual number of points in the file instead of the number they give, as opposed to throwing an exception and bailing on the whole file. - For an example of this kind of file see https://3dwarehouse.sketchup.com/warehouse/getpubliccontent?contentId=e4587719-2609-49ed-a2f6-20b98d1215f3&fn=Kartell-GE.zip - Some people have complained about this on http://forums.sketchup.com/t/bug-in-lines-exported-at-collada-format/8145
-
- May 12, 2015
-
-
Wil Shipley authored
-
- May 09, 2015
-
-
Wil Shipley authored
- Sure, it'd be better if this code were clean, but these warnings ONLY appear when we build for the simulator, NOT for iOS or OS X for real, so f' em.
-
- May 05, 2015
-
-
Wil Shipley authored
- Added a generic renderToImage() function to SCNRenderer, so we can share with StackOverflow / Goossens.
-
- Mar 26, 2015
-
-
Wil Shipley authored
Someone who speaks C++ should maybe go back through and see if these warning are really relevant!
-
- Mar 14, 2015
-
-
Wil Shipley authored
-
wilshipley authored
I'm trying to merge in changes from the main project.
-
Wil Shipley authored
-
Wil Shipley authored
-
- Mar 13, 2015
-
-
ulf authored
- Bugfix: IfcLoader lost nodes and geometry when they were stored in subnodes of IfcSpace and the setting "Filter IfcSpace" was enabled
-
Wil Shipley authored
-
Wil Shipley authored
- This may not appeal to everyone, but I wanted a simple static library Project I could include in a Xcode Workspace that would auto-build when I built an iOS or OS X app. - If you drag this project file into your Workspace and then add the libassimp.x.x.a file as a dependency in your project inspector, it should auto-build in the architecture of your choice.
-
- Mar 12, 2015
-
-
Alexander Gessler authored
Added 'const' to () operator on CompareVector
-
- Mar 11, 2015
-
-
Wil Shipley authored
So it can build on clang.
-
- Mar 10, 2015
-
-
Alexander Gessler authored
Adds safety and prevents crashes for damaged files
-
DenisMikhalev authored
-
DenisMikhalev authored
-
- Mar 09, 2015
-
-
Alexander Gessler authored
Fix read past end of buffer after call to TokenMatch
-
DenisMikhalev authored
-
DenisMikhalev authored
-
Turo Lamminen authored
-
Turo Lamminen authored
IsSpaceOrNewLine returns true on end of input (NUL character). But if TokenMatch considers a token at end of input to match it sets "in" to one past end of buffer. This will lead to reading past the end of buffer on any subsequent operation.
-
- Mar 08, 2015
-
-
Alexander Gessler authored
Use material names, set default direction to UP_Y, process extra tag
-
DenisMikhalev authored
-
Kim Kulling authored
Free edges map before recursive calls to reduce memory consumption
-
Kim Kulling authored
addition to c4997f16 (#476)
-
abma authored
(thanks turol)
-
- Mar 07, 2015
-
-
Turo Lamminen authored
-
- Mar 06, 2015
-
-
ulf authored
- reintroduced IFC openings to floors and ceilings. Were disabled for some unknown reasons, I hope I didn't break anything. Everything I tested works fine.
-
- Mar 05, 2015
-
-
https://github.com/assimp/assimpulf authored
-
ulf authored
- Bugfix: closing polygon loop along boundary polygon now correctly projects boundary vertices to polygon plane
-
- Mar 03, 2015
-
-
ulf authored
-
Kim Kulling authored
remove "register" keyword:
-
- Mar 02, 2015
-
-
abma authored
clang warns: 'register' storage class specifier is deprecated http://stackoverflow.com/questions/10675072/is-the-register-keyword-still-used
-
- Feb 28, 2015
-
-
Alexander Gessler authored
Clean up some warnings
-
Alexander Gessler authored
Update IfcLoader to use numeric_limits<uint32_t> instead of UINT32_MAX, ...
-
Alexander Gessler authored
Update IfcLoader to use numeric_limits<uint32_t> instead of UINT32_MAX, fixes gcc build and is more consistent with the rest of the codebase. Fixes #471.
-
- Feb 27, 2015
-
-
Turo Lamminen authored
-