Gargaj
|
397989e169
|
Null-terminate string
In theory it shouldn't be necessary since the length is specified but there are parts like https://github.com/assimp/assimp/blob/master/code/MaterialSystem.cpp#L74 that depend on it.
|
2014-09-26 01:29:23 +02:00 |
abma
|
6c5f9ecb06
|
fix most warnings with -pendantic
|
2014-08-18 02:09:06 +02:00 |
abma
|
56ddb4f4af
|
fix some compile warnings:
- passing NULL to non-pointer
- unused vars
- unused function
- order of init
- parentheses
|
2014-08-17 23:28:00 +02:00 |
Gargaj
|
fa99aa0d3a
|
add remaining specializations
hopefully i didnt mess this up too bad
|
2014-08-08 12:56:11 +02:00 |
Gargaj
|
b712bf1770
|
Change to looped writes
to avoid struct packing issues
|
2014-08-08 12:46:29 +02:00 |
Gargaj
|
2775141da3
|
#include should be outside
|
2014-08-07 09:07:09 +02:00 |
Gargaj
|
061911bdbf
|
add support for compressed, drop support for shortened
|
2014-08-07 08:05:07 +02:00 |
Gargaj
|
fb546b694e
|
code style
|
2014-08-06 15:25:39 +02:00 |
Gargaj
|
1aeaef2037
|
add lights and cameras
|
2014-08-06 15:01:04 +02:00 |
Gargaj
|
97c9ce1d5b
|
add animations and textures
|
2014-08-06 14:44:06 +02:00 |
Gargaj
|
5048793096
|
add material import
|
2014-08-06 14:21:53 +02:00 |
Gargaj
|
f38dd8e6e2
|
add mesh loader
|
2014-08-06 14:06:08 +02:00 |
Gargaj
|
87dff6a00e
|
start importer, load nodes
|
2014-08-06 13:26:26 +02:00 |
Gargaj
|
5b512dd9dd
|
add info + header check
|
2014-08-06 00:52:05 +02:00 |
Gargaj
|
0f822d38cd
|
add basic framework for importer
|
2014-08-06 00:39:54 +02:00 |