abma
|
8c45a4dc3b
Merge remote-tracking branch 'origin'
|
vor 10 Jahren |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
vor 10 Jahren |
George Papadopoulos
|
da3c347a57
add strtol10_64 and fix FBX text parsing for int_64 (for animation KTime)
|
vor 10 Jahren |
George Papadopoulos
|
08ba782bd5
[FBX] add support for multiple animations (by using LocalStart/LocalStop in takes)
|
vor 10 Jahren |
Turo Lamminen
|
5a74e07f5f
Mark some more functions with AI_WONT_RETURN
|
vor 11 Jahren |
Johnny Dickinson
|
380021e7c4
Check that zlib initialized correctly in FBX parser
|
vor 11 Jahren |
Kim Kulling
|
cee583db06
bugfix: fix compiler warning: converting double to float.
|
vor 11 Jahren |
Alexander Gessler
|
7ff7b783ee
Merge pull request #335 from abma/master
|
vor 11 Jahren |
abma
|
6c5f9ecb06
fix most warnings with -pendantic
|
vor 11 Jahren |
Alexander Gessler
|
6636e596ab
Merge pull request #334 from jdduke/fbx_binary_fix
|
vor 11 Jahren |
abma
|
56ddb4f4af
fix some compile warnings:
|
vor 11 Jahren |
Jared Duke
|
69810a2a07
Avoid raw reinterpret_casts in the FBX parser
|
vor 11 Jahren |
Alexander Gessler
|
1403cabb71
FBXParser: fix compiler warning on double -> float.
|
vor 11 Jahren |
Alexander Gessler
|
becd298e77
FBX: use memcpy() instead of reinterpret_cast or union to populate a float from a blob, causing SIGBUS errors on Android due to memory alignment of the source blob not being a multiple of 4/8. This fixes #24.
|
vor 11 Jahren |
Léo Terziman
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
vor 12 Jahren |
Sherief Farouk
|
04b0ea3f9a
Initialized stride variable to prevent compiler warnings about potential use of unassigned variable.
|
vor 12 Jahren |
Alexander Gessler
|
eb16c193ea
- fbx: also support reading binary arrays of UNSIGNED data.
|
vor 13 Jahren |
Alexander Gessler
|
96033e9fc0
- fbx: fix stupid typos killing the decompression logic.
|
vor 13 Jahren |
Alexander Gessler
|
29b11f1cde
- fbx: FINALLY got reading binary data buffers (vertices, normals etc) working! Found out fbx uses deflate to compress them.
|
vor 13 Jahren |
Alexander Gessler
|
8d5b78c035
- fbx: 32 bit build fixes.
|
vor 13 Jahren |
Alexander Gessler
|
315285faf0
- fbx: refactor parsing code, move all parsing stuff to FBXParser.cpp. Parsing errors now carry the prefix "FBX-Parser".
|
vor 13 Jahren |
Alexander Gessler
|
729e98fef0
+ fbx: Parser::IsBinary(), Document::IsBinary()
|
vor 13 Jahren |
Alexander Gessler
|
49cfcf4c07
- fbx: add binary support to the various ReadXXX parsing utilities.
|
vor 13 Jahren |
acgessler
|
879f2ed177
- fix some -Wall warnings
|
vor 13 Jahren |
Alexander Gessler
|
026cec7d7b
- fbx: UVs, normals and materials arw now read properly. Fix bug related to reading vertices.
|
vor 13 Jahren |
Alexander Gessler
|
a996ecba75
- fbx: add helper functions to read FBX data arrays.
|
vor 13 Jahren |
Alexander Gessler
|
c0af603f0c
- fbx: further work on DOM, start work on geometry extraction.
|
vor 13 Jahren |
Alexander Gessler
|
25dfbdf58d
- fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing.
|
vor 13 Jahren |
Alexander Gessler
|
4c30c00585
# fbx: forgot a <Windows.h> in my code.
|
vor 13 Jahren |
Alexander Gessler
|
ecd79b3cc3
- fbx: fix infinite recursion when parsing nested Scope's.
|
vor 13 Jahren |