Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 years ago |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 years ago |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 years ago |
Wil Shipley
|
91ca983d5f
- Workaround for Collada exporter in SketchUp 15.3.331 (possibly others) where it'll export the wrong "count" when exporting "lines".
|
10 years ago |
Léo Terziman
|
91c751a03a
Added missing header
|
10 years ago |
Léo Terziman
|
5b9af11f9b
Merge remote-tracking branch 'official/master' into contrib
|
10 years ago |
abma
|
8c45a4dc3b
Merge remote-tracking branch 'origin'
|
10 years ago |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
Léo Terziman
|
60d58901a5
Merge remote-tracking branch 'official/master' into contrib
|
10 years ago |
Alexander Gessler
|
16880b3dbd
Fix build after mis-merge.
|
10 years ago |
Alexander Gessler
|
c59878e427
Merge branch 'master' of github.com:assimp/assimp
|
10 years ago |
Léo Terziman
|
18ef31cc06
Merge remote-tracking branch 'official/master' into contrib
|
10 years ago |
DenisMikhalev
|
c410512173
Use material names, set default direction to UP_Y, process extra tag
|
10 years ago |
Turo Lamminen
|
5a74e07f5f
Mark some more functions with AI_WONT_RETURN
|
10 years ago |
Léo Terziman
|
d9a2293491
Improved handling of transparency in collada importer
|
10 years ago |
Alexander Gessler
|
ce1302cd71
Fix VC12 warning "empty but controlled statement found".
|
10 years ago |
Léo Terziman
|
b367d9b390
Fixed some warnings related to empty statement when using assert & building in release mode
|
10 years ago |
Wolfgang Herget
|
c08a5581dd
ColladaParser::CopyVertex: don't make a local copy of the vertex' indices.
|
10 years ago |
Wolfgang Herget
|
8dead93504
ColladaParser: don't arbitrarily limit number of per-vertex attributes.
|
10 years ago |
Wolfgang Herget
|
ca3ce4703d
Rename ColladaParser::CopyPrimitive to ::CopyVertex.
|
10 years ago |
Wolfgang Herget
|
13a157ea66
For Polylists, manually compute the start offset outside CopyPrimitive.
|
10 years ago |
Johannes Ebersold
|
e568c2df9d
ColladaParser::ReadIndexData: don't rely on the specified number of primitives.
|
10 years ago |
Johannes Ebersold
|
72f67ea0cd
Whitespace changes
|
10 years ago |
Johannes Ebersold
|
593484829b
Add Function ColladaParser::ReadPrimTriStrips.
|
10 years ago |
Johannes Ebersold
|
0f40dcca7e
Add calculation for nuber of Primitives for TriStrips
|
10 years ago |
Johannes Ebersold
|
7c4bf383d7
Move vertex copy operation into switch statement.
|
10 years ago |
Johannes Ebersold
|
4ef244f672
Extract function ColladaParser::CopyPrimitive
|
10 years ago |
Johannes Ebersold
|
70d2c8571b
ColladaParser::ReadPrimitives: get rid of "idx" iterator.
|
10 years ago |
Johannes Ebersold
|
543bd5c0d0
ColladaParser::ReadPrimitives: rename "a" to currentPrimitive
|
10 years ago |