Giuseppe Barbieri
|
b1d5390413
Update ObjFileImporter.cpp
|
8 years ago |
Jared Mulconry
|
98e7eb476d
Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix
|
8 years ago |
John Senneker
|
1541db01cc
Remove scaling of specular exponent in OBJFileImporter.cpp
|
8 years ago |
Albin Bernhardsson
|
3b49dfe93e
Comment out unused variables
|
8 years ago |
Jared Mulconry
|
0c13322089
Fixed build warnings on MSVC14 x64 in the Obj format sources.
|
8 years ago |
Kim Kulling
|
ae956044aa
ObjImporter: remove unnecessary allocations of std::vector in obj-specific
|
8 years ago |
Kim Kulling
|
33e370a8b7
Obj-Stream-Handling: fix readin of linewise import.
|
8 years ago |
Kim Kulling
|
905e48a35c
Buffered stream API for big files: add next try of a prototype.^
|
8 years ago |
Kim Kulling
|
ad4d1f717f
Obj-Import: finish first prototype of IOStreamBuffer.
|
8 years ago |
Kim Kulling
|
0bae2bbfa7
Obj-Importer: start new streaming handling.
|
8 years ago |
Kim Kulling
|
0f2cea7ba6
Blender: revert fix for suspicious crash in blender on windows.
|
9 years ago |
Kim Kulling
|
243df452a4
GeometryBuilder: fix update of vertices.
|
9 years ago |
Roy Shilkrot
|
7d98643bcf
adding support for per-vertex colors.
|
9 years ago |
mensinda
|
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
|
9 years ago |
Robert Liebo
|
abb3e6b854
[VCS-1030] fallback for non-found .mtl file: try file name of original obj with just the file extension replaced by "mtl"
|
9 years ago |
Thiago Goulart
|
3c9e57fd73
Fix memory leak in OBJ loader when a mesh has no faces.
|
9 years ago |
Kim Kulling
|
1550191256
Closes https://github.com/assimp/assimp/issues/777: fix invalid skipping
|
9 years ago |
Kim Kulling
|
37a3976b30
Revert "Fix issue: OBJ import takes forever (#759) (attempt 2)"
|
9 years ago |
Andrew Parlane
|
109f6feb6e
ObjFileParser: Moved the parsing of line continuations (backslashes) to the parsing code.
|
9 years ago |
Andrew Parlane
|
1632f1fbb9
ObjImporter: Added better progress reporting during file import.
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
9 years ago |
Łukasz Twarduś
|
3274bcf8d6
Properly build path to the mtl file when loading loading obj
|
9 years ago |
Francesco Guastella
|
2750f8da24
Added support for reflection maps for OBJ files
|
9 years ago |
Kim Kulling
|
e4510c26ba
Obj-Importer: fix https://github.com/assimp/assimp/issues/641
|
10 years ago |
Turo Lamminen
|
0b0ba2ec4d
Refactor logic which checks for too large allocations
|
10 years ago |
Turo Lamminen
|
5575a54466
Add various checks to avoid either too large or zero-sized memory allocations
|
10 years ago |
Kim Kulling
|
5a207dbb19
Merge branch 'master' of https://github.com/assimp/assimp
|
10 years ago |
Kim Kulling
|
14a849b398
Obj-loader: change include brackets.
|
10 years ago |
Kim Kulling
|
e138a02dd5
Obj: fix issue 121 - set group names as the mesh names.
|
10 years ago |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |