- Jan 09, 2018
-
-
Manuel Freiberger authored
The columns of the matrix are the images of the standard base vectors rather than the base vectors themselves. Added some description of the row-major storage format.
-
Kim Kulling authored
Fix typos and ease description of coordinate frame
-
Manuel Freiberger authored
-
- Jan 08, 2018
-
-
Kim Kulling authored
Added post-process to embed images
-
Alexis Breust authored
-
- Jan 07, 2018
-
-
Kim Kulling authored
closes https://github.com/assimp/assimp/issues/1574: add API to get n…
-
Kim Kulling authored
-
Kim Kulling authored
remove ctest to make workspace more readable.
-
- Jan 06, 2018
-
-
-
Kim Kulling authored
-
Kim Kulling authored
[glTF2] Using relative buffers URI
-
Kim Kulling authored
-
Kim Kulling authored
closes https://github.com/assimp/assimp/issues/1638: use memcpy inste…
-
Kim Kulling authored
-
-
Kim Kulling authored
Remove check for 'assimp' in pyassimp search path
-
Robert Spencer authored
-
Robert Spencer authored
-
A. Breust authored
-
Kim Kulling authored
[glTF2] Correctly export images with bufferView
-
- Jan 05, 2018
-
-
Alexis Breust authored
-
Alexis Breust authored
-
- Jan 04, 2018
-
-
Kim Kulling authored
closes https://github.com/assimp/assimp/issues/1460: skip uv- and col…
-
Kim Kulling authored
-
Kim Kulling authored
-
Kim Kulling authored
-
https://github.com/assimp/assimp/issues/1460Kim Kulling authored
closes https://github.com/assimp/assimp/issues/1460: skip uv- and color-components if these are not defined.
-
- Jan 03, 2018
-
-
Kim Kulling authored
-
Kim Kulling authored
Bug fixes for IFC
-
Kim Kulling authored
-
Leo Terziman authored
-
Leo Terziman authored
Indeed, the EstimateSampleCount is not always accurate in this case, as the number of generated curvature pointer is greater by one. Moreover, it is redundant to call EstimateSampleCount, as the SampleDiscrete method will provide the (correct) number of points anyway. This commit fix the described bug, but also increase the efficiency of the ProcessSweptDiskSolid method, as EstimateSampleCount is only called once now, instead of two times.
-
Leo Terziman authored
Usually, the value of this parameter is derived from parents, but it is not always the case for some files.
-
Kim Kulling authored
Update o3dgcTimer.h
-
- Jan 02, 2018
-
-
Kim Kulling authored
closes https://github.com/assimp/assimp/issues/1642: fix build on Hurd
-
Kim Kulling authored
Fix some minor findings.
-
Kim Kulling authored
-
Kim Kulling authored
Memory management fixes
-
Turo Lamminen authored
-
Turo Lamminen authored
Also this was a horrible abuse of std::vector and shouldn't have worked
-