Turo Lamminen
|
570d02ff6e
|
Silence more uninitialized variable warnings
These are false positives since aiMaterial::Get will have written to output
if it returns AI_SUCCESS but the compiler can't see that.
|
2015-02-13 13:15:26 +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 |
Alexander Gessler
|
a07cde4a81
|
3DS Exporter: export scene hierarchy.
|
2014-07-23 22:08:35 +02:00 |
Alexander Gessler
|
026f32733d
|
3DS Export: fix texture export.
|
2014-07-23 20:14:32 +02:00 |
Alexander Gessler
|
6fde07f7e5
|
Initial implementation of 3DS Exporter. Hierarchy exporting and smoothing groups missing.
|
2014-07-23 18:27:22 +02:00 |