|
67d2f035c3
|
Reformat code with rustfmt
|
2022-10-20 11:45:55 -04:00 |
|
|
a9fa6d714a
|
Use read_le instead of manually passing ReadOptions
|
2022-10-17 19:24:02 -04:00 |
|
|
eebe89a4bd
|
Remove some import warnings
|
2022-10-13 17:11:28 -04:00 |
|
|
177523831b
|
Switch a lot more parsers from binread -> binrw
This doesn't necessarily mean that these formats support writing (yet)
but just to solve the initial compilation errors.
|
2022-10-13 17:11:03 -04:00 |
|
|
c3c3df7c68
|
More small warning changes
|
2022-10-13 16:11:20 -04:00 |
|
|
e86d910594
|
Update binrw to 0.10.0
This introduces a new breaking change, namely that all endianness must
be known. I've done the best I can, but I'll be checking soon.
|
2022-10-13 16:03:46 -04:00 |
|
|
9819f87fcc
|
Suppress some warnings
|
2022-09-15 16:26:31 -04:00 |
|
|
d9e79e563a
|
Reformat code
|
2022-08-16 11:52:07 -04:00 |
|
|
5ca60cb95d
|
Export affected bone names
|
2022-08-10 14:51:50 -04:00 |
|
|
8b6b6b036c
|
More small changes to the model module
* Removed unused import
* Used more result checks
* Removed unnecessary mutable variable
|
2022-08-06 18:07:42 -04:00 |
|
|
287d807f01
|
Normals are typically three half-width floats, not three full floats
|
2022-08-05 18:23:52 -04:00 |
|
|
195726b1d0
|
Make vertex members public, and repr(C)
|
2022-07-28 15:20:47 -04:00 |
|
|
ddda9bc598
|
Remove other debug message when loading a mdl
|
2022-07-28 14:17:50 -04:00 |
|
|
aeed62fb4c
|
Implement MDL parsing
The actual vertex output is untested, but the headers parse fine it
seems. A lot of this is ported straight from C++, so more refactoring
is expected.
|
2022-07-28 14:11:02 -04:00 |
|
|
389c3fe00b
|
Add initial files
|
2022-07-19 19:29:41 -04:00 |
|